/*清除浮动*/
.clearfix:after,.clearfix:before{
   content:"";/*加一段内容*/
   display:table;/*创建匿名的表格单元，触发bfc*/
}
 .clearfix:after{
   clear:both;/*清除浮动*/
  }
 .clearfix{zoom:1;/*为IE6，7的兼容性设置*/}
 .pull-left{float:left}
 .pull-right{float:right}
 .container{width:1200px;margin:0 auto;}
 body{
 font-size:12px;
 font-family:'微软雅黑';
 color:#393939;
 }
 *{padding:0;margin:0;}
 ul,li{
 list-style:none;
 }
 a{
   	    text-decoration: none;
   	    cursor:pointer;
 }
 .list-unstyled li{
 float:none!important;
 }
 .nowrap{
     overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
 }
 /*分页*/
 .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
 /*底部*/
 #footer{
 background-color:#312b38;
 color:#ffffff;
 padding-top:20px;
 min-width:1200px;
 }
 .top-footer{
 		font-size:14px;
 }
  #footer .top-footer ul{
  		padding:0px;
 }
   #footer .top-footer ul a{
   		color:#ffffff;
 		padding: 0px 15px 5px;
   	    font-size:16px;
   	    font-weight:bold;
   	    display: inline-block;
   }
   #footer .top-footer li.pull-left{
   			margin-left:90px;
   			margin-bottom: 22px;
   }
   #footer .top-footer li ul a{
   			font-size:14px;
   			font-weight:400;
   			padding: 5px 15px;
   }
  #footer .addr{
  margin-top:28px;
  }
 .foot-box{
	 width:100%;
	 background-color:#000000;
	 height:28px;
	 line-height:28px;
	 overflow:hidden;
	 color:#b9b9b9;
	 font-size:12px;
 }
 .mailbox{
 	margin:0 40px;
 }
  .mailbox a{
  	color:#ffffff;
  }
 /*头部*/
 .top-nav-box{
 height:58px;
 }
 #nav,#nav .container{
    background: #fff;
    border: none;
    border-radius: 0;
    margin: 0 auto;
    height: 58px;
}
#nav a:hover,#nav a:focus{
	text-decoration: none;
}
#nav {
	width:100%;
	position:relative;
	z-index:1000;
	box-shadow: 0px 2px 10px #c3c3c3;
	min-width:1200px;
}
.navIcon {
    width: 170px;
    height: 46px;
    background: url(../img/logo.png) no-repeat;
    cursor: pointer;
    margin:0px;
}
#nav .logo{
	padding:7px 0 0;
	display: inline-block;
	height:58px;
	box-sizing:border-box;
}
#nav .navList{
    z-index: 100;
    position: relative;
    margin: 10px 10px 0 80px;
	float:right;
	list-style:none;
}
#nav .navList li{
	float:left;
}
#nav .navList li {
    margin-left: 15px;
    height:48px;
    text-align:center;
}
#nav .navList li a{
	display:inline-block;
	padding: 10px;
	font-size:18px;
	color:#000000;
	line-height:18px;
}
#nav .navList li:hover a,
#nav .navList .active a,
#nav .navList li.active a:focus,
#nav .navList .li.active a:hover {
    background: 0 0;
    color: #4721b9;
}
.main{
	overflow:hidden;
	min-height:500px;
}
.navList .sub{
	display:none;
	position: absolute;
    top:46px;
    background: rgba(255,255,255,1);
}
#nav .navList li:hover .sub{
	display:block;
}

#nav .navList li .sub a,#nav .navList li:hover .sub a{
 font-weight:400;
 color:#000;
 box-sizing:border-box;
 font-size:14px;
 
}
#nav .navList li:hover .sub li{
	margin-left:0px;
	line-height:48px;
}
#nav .navList li:hover .sub li:hover{
	background:#cfc2ff;
}
#nav .navList li:hover .sub a:hover{
	color:#000;
	font-weight:400;
}
/*页面公共样式*/
.commonIcon {
    width: 100%;
    height: 90px;
    background: url(../img/commonIcon.jpg) center center no-repeat;
    font-size: 24px;
    /* font-weight: 700; */
    line-height: 90px;
    text-align: center;
    color: #fefefe;
    min-width:1120px;
}
.banner-dt{
	background:url(../img/banner-dt.png)center center no-repeat;
}
.banner-js{
	background:url(../img/banner-js.png)center center no-repeat;
}
.banner-cg{
	background:url(../img/banner-cg.png)center center no-repeat;
}
.banner-wm{
	background:url(../img/banner-wm.png)center center no-repeat;
}
.banner-sb{
	background:url(../img/banner-sb.png)center center no-repeat;
}
.banner-jz{
	background:url(../img/banner-jz.png)center center no-repeat;
}
.left-con{
	width:152px;
	margin-right:28px;
	margin-top:15px;
	padding-bottom: 2050px;
    margin-bottom: -2000px;
}
.right-con{
	width:1020px;
	margin-top:15px;
	padding-bottom: 2050px;
    margin-bottom: -2000px;
}
.head-left{
	position:relative;
	height:24px;
}
.head-left h3{
	font-weight:bold;
	font-size:18px;
	line-height: 24px;
	margin-left:38px;
}
.head-left .icon{
	background-color:#4700b9;
	height:7px;
	width:21px;
	position:absolute;
	top:8px;
	left:0px;
}
.left-nav{
	margin-left:38px;
}
.left-nav li{
	margin-top:50px;
	position:relative;
}
.left-nav li a{
	font-size:14px;
	line-height:20px;
	color:#393939;
	cursor: pointer;
	padding:0px 0px 0px 27px;
	display:inline-block;
}
.left-nav li a,.left-nav li a:hover,.left-nav li a:visited{
	text-decoration: none;
}
.left-nav li .icon{
	position:absolute;
	height:13px;
	width:3px;
	left:0px;
	top:3px;
	background-color:#4700b9;
	display:none;
}
.left-nav li.active .icon{
	display:block;
}
.left-nav li.active a{
	color:#4700b9;
}
.right-con .address{
	margin-left:9px;
	height:24px;
	line-height:24px;
}
.right-con .address ,.right-con .address a{
	font-size:14px;
	color:#898989;
}
.right-con-list{
	margin-top:20px;
}
.right-con-list li {
	margin-bottom:10px;
}
.right-con-list li .con-list-box{
	padding:11px 8px;
	box-sizing:border-box;
	height:118px;
	display:block;
	overflow:hidden;
}
.right-con-list li .con-list-box:hover{
	background-color:#ece7ff;
}
.right-con-list .date-box{
	margin-right:20px;
}
.right-con-list .date-box .date{
	color:#4722bb;
	font-size:18px;
	font-weight:bold;
	line-height:24px;
}
.right-con-list .date-box .year{
	color:#393939;
	font-size:18px;
	line-height:26px;
}
.right-con-list .text-box{
	width:915px;
}
.right-con-list .art-title{
	font-size:16px;
	font-weight:bold;
	color:#000000;
	line-height:24px;
}
.right-con-list .art-subCon{
	font-size:14px;
	color:#393939;
	line-height:24px;
	height:72px;
	overflow:hidden;
}
.text-center {
    text-align: center;
}
.right-con-list li .con-list-img{
	padding:7px;
	border:1px solid #eeeeee;
}
.right-con-list .img-box{
	width:148px;
	height:104px;
	margin-right:15px;
}
.right-con-list .img-box img{
	width:148px;
	height:104px;
}
.right-con-list li .con-list-img .text-box{
	width:840px;
}
.right-con-list li .con-list-img .art-title{
	margin-top:5px;
}
.right-con-list li .con-list-img .art-title span{
	color:#393939;
	font-size:14px;
	font-weight:400;
	margin-left:10px;
}
.right-con .detail-box{
	margin-top:25px;
}
.right-con .art-head{
	line-height:30px;
	border-bottom:1px solid #eeeeee;
}
.right-con .art-head h3{
	width:760px;
	font-size:16px;
	font-weight:bold;
	color:#000000;
}
.right-con .art-oth-info{
	font-size:12px;
	color:#393939;
}
.right-con .art-oth-info span.count{
	margin-left:45px;
}
.detail-content{
	margin:20px 0px 30px;
}
.fileDown{
	position:fixed;
	top:45%;
	right:0;
	width:60px;
	height:60px;
	background:#4700b9;
	color:#fff;
	text-align:center;
	font-size:20px;
	line-height:25px;
	cursor:pointer;
	border-radius:15px 0px 0px 15px;
	    padding-top: 5px;
    box-sizing: border-box;
}
/*课题成员*/
.right-con-list li  .cyjs-list{
	height:164px;
}
.cyjs-list .img-box,.cyjs-list .img-box img{
	widht:135px;
	height:150px;
}
.right-con-list .cyjs-list .art-subCon{
	height:120px;
}