﻿/*全局样式*/
.w100 {
  width: 100%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*原文件配置*/
.w1220 {
  width: 1220px;
  margin: 0 auto;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
body {
  color: #000;
  background: #ffffff url(../image/body-bg.png) repeat-x top;
  font: 16px/2 'Microsoft YaHei', arial, sans-serif;
  min-width: 1260px;
}
/*最小宽度1200px是为了适应移动端预览*/
a {
  color: #000;
}
input {
  outline: none;
}
a:hover {
  color: #064d97;
}
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: #fff; padding:10px;
}
.single {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*全局样式 start*/
.header {
  background: url(../image/top1.png) no-repeat top center;
  padding-top: 5px;
}
.header .top {
  font-size: 15px;
  color: #fff9f9;
}
.header .top a {
  font-size: 15px;
  color: #fff9f9;
  vertical-align: middle;
  margin: 0 8px;
}
.header .head {
  margin-top: 25px;
  position:relative;
}
.header .head form .text {
  height: 20px;
  width: 190px;
  padding: 6px 10px;
  background: #fff;
  font-size: 16px;
}
.nav {
  background:#00448a;
  height: 50px;
  margin-top: 28px;
}
.nav ul li {
  float: left;
  width: 11%;
  position: relative;
}
.nav ul li h3 a {
  font-size: 18px; text-align:center;
  line-height: 50px;
  color: #fefeff;
  font-weight: normal;
  text-indent: initial;
  display: block;
}
.nav ul li .sub {
  position: absolute;
  width: 210px;
  top: 50px;
  left: 10px;
  background: #01458c;
  padding: 10px 0;
  border-top: 1px solid #000;
  display: none;
  z-index: 11;
}
.nav ul li .sub a {
  display: block;
  padding: 0 10px;
  text-align: center;
  color: #fefeff;
}
.nav ul li .sub a:hover {
  color: #ff0000;
}
.news-box {
  width: 805px;
  background: #fff;
  border-top: 5px solid #0062ad;
  padding: 12px 15px 12px 10px;
}
.news-box .news-banner {
  width: 400px;
  height: 295px;
  position: relative;
}
.news-box .news-banner .bd li {
  position: relative;
}
.news-box .news-banner .bd li a,
.news-box .news-banner .bd li img {
  display: block;
  width: 400px;
  height: 295px;
}
.news-box .news-banner .bd li p {
  position: absolute;
  left: 10px;
  bottom: 0;
  height: 42px;
  line-height: 42px;
  color: #fff;
  z-index: 10;
  width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-box .news-banner .hd {
  background: #01458c;
  background: rgba(0, 68, 138, 0.8);
  width: 100%;
  height: 42px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.news-box .news-banner .hd ul {
  float: right;
  margin-top: 16px;
  margin-right: 8px;
}
.news-box .news-banner .hd ul li {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #fff;
  float: left;
  margin-left: 6px;
}
.news-box .news-banner .hd ul li.on {
  background: #ff0000;
}
.news-box .news-list {
  width: 390px;
}
.news-box .news-list li a {
  margin-right: 50px;
}
.news-box .news-list li span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 15px;
  color: #bfbfbf;
  height: 34px;
  line-height: 34px;
}
.title {
  clear: both;
  overflow: hidden;
}
.title h3 {
  float: left;
  font-size: 22px;
  color: #282828;
  line-height: 1;
}
.title a {
  float: right;
  font-size: 14px;
  color: #a8a8a8;
  line-height: 22px;
}
.title a:hover {
  color: #064d97;
}
.index-list ul li {
  position: relative;
}
.index-list ul li a {
  display: block;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.index-list ul li:hover a {
  transform: translateX(10px);
}
.inform-list {
  width: 320px;
  background: #fff;
  border-top: 5px solid #409bff;
  padding: 12px 15px;
}
.academic-list {
 margin-top:10px;
  padding: 10px 0px 15px;
}
.academic-list2 {
  border: 1px solid #eff0f1;
  border-top: 5px solid #f8b62b;
  background: #ffffff;
  padding: 10px 10px 6px;
}
.academic-list ul li {
  float: left;
  width: 160px; margin-bottom:20px;
  background: url(../image/icon_39.png) no-repeat top right;
  margin-right: 50px;
  transition: all 0.3s ease;
}
.academic-list ul li a {
  display: block;
}
.academic-list ul li a .pic {
  background: #fff; float:left; width:130px;
}
.academic-list ul li a .pic img {
  width: 100%;
  height: 168px;
  display: block;
}
.academic-list ul li a p {
 width:20px; padding:40px 5px 0; float:right; background:#00448a;
 color:#fff; line-height:23px;
 height:128px;
  -webkit-box-orient: vertical;
}
.academic-list ul li:hover a {
  background: #e4ecfd;
}
.academic-list ul li:nth-child(3){margin-right:0;}
.academic-list ul li:nth-child(6){margin-right:0;}
.serve-list {
  width: 830px;
  border: 1px solid #eff0f1;
  border-top: 5px solid #0ba299;
  background: #ffffff;
  padding: 10px 10px 0px;
}
.serve-list ul{float:left; width:490px}
.serve-list ul li {
  float: left;
  width: 104px; height:104px; border-radius: 100%; 
  text-align: center;
  margin:10px 45px 10px 10px; 
}
.serve-list ul li a {
  display: block;
}
.serve-list ul li a img {
padding-top:20px;
  height: 35px;
  display: block;
  margin: 0 auto;
  
}
.serve-list ul li a p {
  color: #fff;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.serve-list ul li:hover img {
  transform: rotateY(360deg);
}
.serve-list ul li:hover P {
  color: #fff;
}
.serve-list ul li.ico1{background:#7da5d9}
.serve-list ul li.ico2{background:#8783c0}
.serve-list ul li.ico3{background:#62b3ab}
.serve-list ul li.ico4{background:#62b3ab}
.serve-list ul li.ico5{background:#ed9a75}
.serve-list ul li.ico6{background:#7da5d9}
.popularization-bg {
  padding: 20px 0 32px;
  background: #f3f7ff;
}
.title2 {
  height: 38px;
  line-height: 38px;
}
.title2 h3 {
  line-height: 38px;
  margin-left: 12px;
}
.popularization-list {
  width: 585px;
}

.media-list {
  width: 595px;
}

.links {
  background:  url(../image/line1.png) repeat-x bottom; margin-bottom:20px;
}
.links ul {
  margin: 5px auto; width:1200px; padding-bottom:10px;
}
.links li {
  line-height: 48px; width:16%; text-align:center;
  float: left;
}
.links li a {
  font-size: 16px;
  line-height: 48px; color:#fff;
  display: block;
}

.footer {
  text-align: center;
  background: #085893;
  color: #fff;
  font-size: 14px;
  padding: 5px 0 40px; margin-top:20px;
}
.form{width:302px; margin:50px auto 10px; height:53px;}
.form .text {
 height: 41px;background: #f3f3f3;
  width: 229px;
  padding: 6px 10px;
  
  font-size: 16px;
}
/*内容页*/
.main_content{
	width: 95%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;

}
.main_contit{
	width: 950px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	border-bottom: 1px dashed #eee;
}
.main_contit h2{
	text-align: center;
	line-height: 48px;
	font-size:24px;
	color: #000000;
	font-weight: normal;
	margin-top: 26px;
}
.main_contit p{
	text-align: center;
	font-size: 14px;
	color: #999999;
	margin: 34px 0  10px 0;
}
.main_conDiv{
	margin: 44px auto 0;
}
.main_conDiv img{
           max-width:880px;
           height:auto;
           display:block;
	margin:5px auto;
        
}
.main_wz{
	margin: 0 auto;
}
.main_wz ul li{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
.main_reporter{
	margin-top: 45px;
}
.main_reporter dl dt{
	font-size: 14px;
	color: #0B6CB8;
}
.main_reporter dl dd{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
	word-break:break-all;
	text-align:left;
    text-align:justify;
    text-justify:inter-ideograph;
}
.main_reporter dl dd.pour{
	margin-top: 48px;
}
.main_art{
	width: 978px;
	background: #fbfbfb;
	height: auto;
	overflow: hidden;
}
.main_art ul li{
	font-size:14px;
	line-height: 33px;
	margin-left:15px ;
}
.main_art ul li label{
	color: #666666;
}
.main_art ul li a{
	color: #999;
}
.main_art ul li a:hover{
	color: #0b6cb8;
}
/*公众切换*/
.tzgg{padding:10px;}
.sy-tzgg-con{padding:0px; float:right; width:460px;}
.sy-tzgg-title{float:left; width:100px;  font-size:16px;}
.sy-tzgg-title li{ text-align:center;  }
.sy-tzgg-title li a{color:#fff; padding-top:20px; line-height:25px; display:block;height:75px; background:url(../image/zdic1.png) no-repeat; margin-bottom:33px; margin-top:10px;}
.sy-tzgg-title li a:hover{color:#fff;background:url(../image/zdic.png) no-repeat;  font-weight:bold; font-size:18px;}
.list2{width:100%; margin-bottom:34px;}
.list2 li{text-align:right; line-height:32px;}
.list2 li a{float:left; text-align:left; width:75%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;   transition: all 0.3s ease;}
.list2 li:hover a {
  transform: translateX(10px);
}
/*全局样式 end*/
.main_conRCb ul li{
	width:926px ;
	font-size: 16px;
	color: #666666;
	height: 46px;
	line-height: 46px;
	border-bottom: 1px dashed #eee;
	background: url(../image/xdd.png) no-repeat 2px 22px;
	text-indent: 15px;
	cursor: pointer;
}
.main_conRCb ul li:hover{
	background:#fcfcfc url(../image/xdd_h.png) no-repeat 2px 22px;
}
.main_conRCb ul li span {
	float: right;
	margin-right: 0;
}
.main_conRCb ul li em{
	float: left;
	display: block;    
	width: 820px; font-style:normal;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.main_con{
	width: 100%;
	margin: 20px auto 0;
	height: auto;
	overflow: hidden; min-height:600px;
}
.main_conL{
	float: left;
	width: 230px;
	height: auto;
	overflow: hidden;
}
.main_conLT{
	width: 230px;
}
.main_conLT dl dt{
	background: url(../image/bri_lbg.png) no-repeat 0 0;
	width: 230px;
	height: 53px;
	line-height: 53px;
	text-align: center;
	font-size: 24px;
	color: #fff;
}
.main_conLT dl dd{
	width: 230px;
	height: 46px;
	margin-top:10px ;
}
.main_conLT dl dd a{
	display: block;
	width: 230px;
	height: 46px;
	background:#afcae0;
	margin-top:10px ;
	font-size: 16px;
	color: #666666;
	text-align: center;
	line-height: 46px;
}
.main_conLT dl dd a:hover{
	background: #0b6cb8;
	color: #fff;
}
.main_conLT dl dd a.cur{
	background: #0b6cb8;
	color: #fff; font-weight:bold;
}
.dynamiccc{
	margin-top:10px;
}
.main_conR{
	float: left;
	margin-left: 20px;
	width: 929px;
	height: auto;
	border-left: 1px solid #eee;
}
.main_conR h2{
	width:928px;
	height: auto;
	line-height: 80px;
	border-bottom: 1px dashed #eee;
	font-size: 24px;
	color: #666666;
	text-align: center;
}
.main_conRC{
	padding: 0 10px;
	padding-bottom: 40px;
}
.main_conRC p{
	/*width: 721px;*/
	font-size: 14px;
	color: #666666;
	line-height: 32px;
	text-indent: 2em;
	margin-top: 20px;
	word-break:break-all;
	text-align:left;
    text-align:justify;
    text-justify:inter-ideograph;
}
.main_conRC img{
	margin:0 auto;
           display:block;
           text-align:center;
}
/*列表页1*/
.main_tit{
	height: 54px;
	line-height: 54px;
	font-size: 14px;
	border-bottom: 2px solid #0b6cb8;
}
.main_titT{
	border-bottom: 2px solid #ffb64d;
	 height:54px; float:left; padding:0 10px;
	color: #999;
}
.main_titT img{
	margin-right: 8px;vertical-align:middle;
}
.main_titT a{
	color: #999999;
	padding: 0 5px;
}
.main_titT a.cur{
	color: #0b6cb8;
}

.main_conRa{
	border-left: none;
}
.main_conRCa{
	width: 100%;
	margin: 0 auto;
	border-left: none;
}
.main_conRCa ul li{
	width: 22%; float:left;
	height: auto;
	overflow: hidden;
	background: #f8f9fb;
	margin: 10px;
	cursor: pointer;
	
}
.main_conRCa ul li:hover{
	background: #f8f9f3;
}
.main_conRCa ul li .main_rpicL{
	width:100%; height:180px;
}
.main_conRCa ul li .main_rpicL img{
	height: 100%; margin:0 auto; display:block;
}
.main_conRCa ul li .main_rpicR{
padding:10px;
}
.main_conRCa ul li .main_rpicR h3{
	font-size: 16px; text-align:center;
	color: #333;
	font-weight: normal;
}
.main_conRCa2{
	width: 100%;
	margin: 0 auto;
	border-left: none;
}
.main_conRCa2 ul li{
	width: 14%; float:left; height:55px;
	overflow: hidden;
	margin: 10px;
	cursor: pointer;
	
}
.main_conRCa2 ul li .main_rpicL{
	width:100%; 
}
.main_conRCa2 ul li .main_rpicL img{
	height: 100%; margin:0 auto;
}

.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:100%; 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;}
.nlist{clear:both; margin-top:20px;}
.nlist ul li {
 width:95%; margin:32px auto;height: 80px;
  
  
  
}
.nlist ul li a {
  clear: both;
  overflow: hidden;
  transition: all 0.5s;background: #f3f3f3;display: block;
  border-radius: 15px;
}

.nlist ul li a p {
  width: 86%;
  padding-left: 15px;
  font-size: 16px;
  color: #000033;
  line-height: 32px;
  height: 60px;
  overflow: hidden;
  padding-top: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  float: left;
}
.nlist ul li a .date {
  float: left; width:60px; height:60px;
  color: #fff;
  padding: 10px; background:#06C;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
}
.nlist ul li a .date strong {
  font-size: 24px;  font-weight: bold; line-height:30px; margin-bottom:5px;
  display: block;
}
.nlist ul li a:hover {
  background: #00447d; 
  transition: all 0.5s;
}
.nlist ul li a:hover p {
  color: #fff;
}
.banner-list{width:1360px; height:230px; margin:0 auto;}
.list-left-title{width:100%;height:120px; line-height:120px; font-size:24px; background:#12579e;  color:#fff; text-align:center;overflow:hidden; text-overflow:ellipsis;white-space:nowrap;}
.list-left{ background:url(https://zcc.dicp.ac.cn/images/ejlm.png); width:316px;}
.nymenu{margin:0 auto; width:100%;}
.nymenu li{height:60px; line-height:60px; text-align:center; background:#d0e7ff;}
.nymenu li a{color:#000; padding:0 20px; font-size:16px;}
.nymenu li a:hover{display:block; color:#000; background:url(https://zcc.dicp.ac.cn/images/ejlm.png) no-repeat right #fafdff;}
.list-right{width:850px;}
.ny_dqwz{line-height:40px; text-align:left; padding-right:10px; font-size: 14px; margin-bottom:10px; border-bottom:2px solid #9fbde9;}
.ny_dqwz span{float: left;}
.ny_dqwz a{float: left; padding:0 10px; }
.right-list{width:816px; float:left; margin:15px 0;}
.right-list li{width:800px; text-align:left }
.right-list li a{color:#333; font-size:14px; height:36px; line-height:36px; width:670px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; display:block; float:left; background:url(https://zcc.dicp.ac.cn/images/icon.png) no-repeat left; padding-left:10px;}
.right-list li i{color:#666; height:36px; line-height:36px; width:90px; text-align:right; font-size:12px; display:block; float:right;}
.jj h3{color:#12579e; font-size:24px; line-height:30px; text-align:center; margin-bottom:20px;}
.jj .fbt{background:#f3f3f3; padding:10px 10px; text-align:center;}
.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;}