﻿/*全局样式*/
.w100 {
  width: 100%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*原文件配置*/
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
body {
  color: #777777;
  background: #fceedd;
  font: 16px/2 'Microsoft YaHei', arial, sans-serif;
  min-width: 1260px;
}
/*最小宽度1200px是为了适应移动端预览*/
a {
  color: #777777;
}
input {
  outline: none;
}
a:hover {
  color: #005ab6;
}
input,
textarea {
  outline: none;
}
/*按钮专用 end*/
.btn_com {
  display: inline-block;
  width: 90px;
  height: 32px;
  line-height: 32px;
  background: #417be7;
  font-size: 12px;
  text-align: center;
  color: #FFF;
  cursor: pointer;
}
.btn_com:hover {
  color: #fd711c;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
.input_com {
  border: 2px solid #0099d9;
  padding: 8px 10px;
  font-size: 16px;
  line-height: 16px;
}
/*块级转化*/
.di_in {
  display: inline-block;
}
.di_no {
  display: none;
}
.di_bl {
  display: block;
}
/*原文件配置  end*/
/* 到顶部间距 */
.mt0 {
  margin-top: 0px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mt55 {
  margin-top: 55px;
}
.mt60 {
  margin-top: 60px;
}
/* 到左边间距 */
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 25px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 40px;
}
.ml45 {
  margin-left: 45px;
}
.ml50 {
  margin-left: 50px;
}
/* 字体大小 */
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
/*纵向居中*/
.v_middle {
  vertical-align: middle;
}
/*横向居中*/
.te-align {
  text-align: center;
}
/*相对定位*/
.p_r {
  position: relative;
}
.p_a {
  position: absolute;
}
/* 白色背景 */
.bgfff {
  background: #fdf7f0;
}
.bgfff2 {
  background: #fff;
}
.single {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*全局样式 start*/
.header {
  background: url(../image/top2.png) no-repeat center; position:relative;
  background-size: cover; min-height:500px;
}

.nav {
  background:rgba(0,0,0,0.5); position:absolute; bottom:0; left:0; width:100%;
  height: 50px;
}
.nav ul {
}
.nav ul li {
  position: relative;
  height: 50px;
  text-align: center;
  display: inline-block;
 width:16%;
}
.nav ul li h3 a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  padding: 0 20px;
  overflow: hidden;
  position: relative;
}
.nav ul li h3 a:after {
  content: '';
  width: 0;
  height: 3px;
  background: #ff7d29;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s ease;
}
.nav ul li .sub {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  background: #022f54;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 0;
  display: none;
  z-index: 10;
}
.nav ul li .sub a {
  height: 40px;
  line-height: 40px;
  display: block;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px #033b69 solid;
  border-bottom: 1px rgba(217, 217, 217, 0.3) solid;
}
.nav ul li .sub a:hover {
  background: #ff7d29;
}
.nav ul li.on h3 a:after {
  width: 100%;
}
.tit1{background:url(../image/icon23.png) no-repeat bottom center; padding-bottom:40px; text-align:center; position:relative;}
.tit1 h3{font-size:30px; color:#c10000; line-height:40px;}
.tit1 h3 a{color:#c10000;}
.tit1 h2{font-size:40px; color:#c10000; line-height:40px;}
.tit2{background:url(../image/icon23.png) no-repeat bottom left; padding-bottom:40px; height:30px; padding-top:20px;}
.tit2 h2{font-size:40px; color:#c10000; line-height:40px; float:left; margin-left:30px; font-weight:normal;}
.tit2 span{font-size:16px; color:#000; line-height:35px; margin-right:20px; float:right;}
.tit3{background:url(../image/icon52.png) no-repeat bottom center; padding-bottom:30px; text-align:left; padding-left:20px;}
.tit3 h3{font-size:30px; color:#c10000; line-height:40px;}
.zw{margin-top:20px;}
.zw p{font-size:18px; line-height:35px;}
.zw2{margin-top:0px;}
.zw2 p{font-size:16px; line-height:35px;}
.list-box ul li {
  height: 40px;
  line-height: 40px; border-bottom:1px dashed #d4d3d2; background:url(../image/icon43.png) no-repeat left;
  position: relative;
}
.list-box ul li a {
 float:left; width:70%;
  height: 40px;
  padding-left: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s ease;
  position: relative;
}
.list-box ul li:hover a {
  text-indent: 10px;
}
.list-box ul li span{float:right; margin-right:10px;}
.inform {
  padding-top: 60px; padding-bottom:60px;
}
.inform .inform-pic {
  width: 552px;
  height: 350px;
  overflow: hidden;
}
.inform .inform-pic .bd ul li a,
.inform .inform-pic .bd ul li img {
  width: 552px;
  height: 370px;
  display: block;
  transition: all 0.3s ease;
}
.inform .inform-pic .bd ul li:hover img {
  transform: scale(1.1);
}
.inform .list-box {
  width: 610px;
}
.inform .list-box ul li a {
  padding-right: 140px;
}
.inform .list-box ul li span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #999999;
}

.news {
  padding-bottom: 60px;
}
.news .list-box {
  width: 556px;
}
.news .list-box .btn {
  margin-top: 40px;
}
.news .list-box .btn a {
  width: 60px;
  height: 60px;
  float: left;
  background: url(https://ncc.dicp.ac.cn/images/prev-next.png) no-repeat left top;
}
.news .list-box .btn a.next {
  background-position: right top;
}

.news .news-banner2 {
  width: 730px;  margin:10px 0 0 30px;
  height: 240px;
  position: relative;
}

.news .news-banner2 .bd ul li {
  width: 160px; float:left; overflow:hidden;
  height: 240px; margin-right:20px;
  display: block;
}
.news .news-banner2 .bd ul li:nth-child(4){margin-right:0px;}
.news .news-banner2 .bd ul li img{width:100%;}
.title2 small {
  font-size: 14px;
  color: #ff7d29;
  text-transform: uppercase;
}
.title2 h3 {
  font-size: 36px;
  color: #222222;
  font-weight: normal;
  line-height: 1.5;
}
.news-pic {width:48%; margin-left:30px; margin-top:20px;}
.news-pic ul li {
  position: relative;
  float: left;
  width: 175px;
  margin-right: 15px; 
}
.news-pic ul li a {
  display: block;
}
.news-pic ul li a .pic {
  height: 125px;
  overflow: hidden;
}
.news-pic ul li a .pic img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.3s ease;
}

.news-pic ul li a p {
  color: #999;
 font-size:14px;
  line-height: 24px;
}

.news-pic ul li:hover .pic img {
  transform: scale(1.1);
}
.news-banner {width:400px; margin-left:30px; margin-top:20px;}
.news-banner .bd ul li {
  position: relative;
  float: left;
  width: 400px;

  margin-right: 10px;  background: #fff;
}
.news-banner .bd ul li a {
  display: block;
}
.news-banner .bd ul li a .pic {
  height: 230px;
  overflow: hidden;
}
.news-banner .bd ul li a .pic img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.3s ease;
}
.news-banner .bd ul li a .text {
  padding:5px 10px;
  text-align: center;
  transition: all 0.3s ease;
}
.news-banner .bd ul li a .text h3{color:#2956a1; font-weight:bold; line-height:35px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size:18px;
  transition: all 0.3s ease;}
.news-banner .bd ul li a .text p {
  color: #1f99fd;
  height: 24px; font-size:12px;
  line-height: 24px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;;
  transition: all 0.3s ease;
}

.news-banner .bd ul li:hover .pic img {
  transform: scale(1.1);
}
.footer {
 background:url(../image/boot.png) no-repeat; background-size:100% 100%;
 height:184px; text-align:center;
}
.footer p {
  line-height: 184px; text-shadow: -1px -1px 0 #542416,  
   1px -1px 0 #542416,
   -1px 1px 0 #542416,
   1px 1px 0 #542416,
   0px 2px 2px rgba(0,0,0,0.6); color:#fef68b; 
}
.footer .btn {
  margin-top: 20px;
}
.footer .btn a {
  padding: 0 30px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  color: #000000;
  border: #dddddd 1px solid;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.footer .btn a:hover,
.footer .btn .on {
  background: #ff7d29;
  border-color: #ff7d29;
  color: #fff;
}
.more{line-height:35px; text-align:left; position:absolute; right:10px; bottom:0px;}
/*全局样式 end*/
.pic-list{margin-top:20px;}
.pic-list li{width:390px; margin-right:20px; margin-bottom:20px; float:left;}
.pic-list li .pic{width:172px; height:112px; border:1px solid #ccc; padding:3px; overflow:hidden; float:left;}
.pic-list li .pic img{width:172px; min-height:112px;}
.pic-list li .txt{width:170px; color:#333;  float:right;}
.pic-list li .txt p{font-size:18px; line-height:26px; margin-bottom:10px;}
.pic-list li .txt span{text-align:right;font-size:14px;diaplay:block}
.pic-list li a{display:block; background:#f3f3f3; padding:10px;}
.pic-list li:hover a{background:#12579e; color:#fff !important;}
.pic-list li:hover .txt{color:#fff !important;}

.ny_dqwz{line-height:40px; text-align:left; padding-right:10px; font-size: 16px; margin-bottom:10px;}
.jj{padding:30px;}
.jj h3{color:#c10000; font-size:24px; line-height:50px; text-align:center; border-bottom:3px solid #920000}
.jj .fbt{padding:0 10px; text-align:center; margin-bottom:60px;}
.jj p,.content-content p{line-height:30px; color:#333; font-size:15px; text-indent:2em; text-align:justify; text-justify:inter-ideograph; margin-bottom:15px;}
.jjimg{margin:30px; box-shadow:10px 10px 0 #039;}
.syt{width:100%; line-height:30px; float:left;}