/*通用*/
body,html{
    margin:0;
    padding:0;
    font-size:14px;
    background:#ffffff;
    color:#333333;

 overflow-x: hidden;
}
.container-fulled{
    width:100%;
}
img{
    border:none;
}
.container{
    width:1318px;
    margin:0 auto;
}
ul{
    list-style:none;
    margin:0;
    padding:0;
}
a,a:hover,a:active{
    color:inherit;
    text-decoration: none;
}
.clearfix{
    zoom:1;
}
.clearfix:after{
    content:'';
    display:block;
    clear:both;
}
.whitespace {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*通用结束*/
/*头部*/
.header{
    background:#700005;
    height:132px;
    box-sizing: border-box;
    padding: 10px 0;
}
.header .search{
    text-align: right;
    color:white;
    font-size:12px;
    position: relative;
    right:25px;
}
.header-logo ul li a img{
width:68px;
}
.seek-div{
	position: absolute;
	right: 0;
	top: 22px;
	width: 200px;
	height: 30px;
	display: none;
}
.seek-div .seek-btn{
	float: right;
	width: 30px;
	height: 30px;
	border: none;
	background: #803336 url(../img/search.png) no-repeat center center;
	color: white;
	
	text-align: center;
	line-height: 30px;
}
.seek-div .seek-ipt{
	/*float: left;*/
	width: 170px;
	height: 28px;
	border: none;
	font-size: 14px;
	color: #333333;
	text-align: center;	
}
.header .search a{
    color:white;
    font-size:12px;
    margin: 0 10px;
}
/*头部结束*/
/*导航*/
.navBar{
    background: #40090b;
    height:60px;
    position:relative;
    z-index:1000;
}
.navBar .nav{
    width:1200px;
    margin:0 auto;
}
.navBar .nav .item{
    float:left;
    color:white;
    font-size:16px;
    line-height:60px;
    height:60px;
    width:120px;
    cursor: pointer;
    text-align: center;
}

.navBar .nav .item.active{
    background:#4e0609;
}
.navBar .nav .item a{
    display: block;
    width:100%;
    height:100%;
font-size:16px;
}
.navBar .secondNav{
    padding:20px;
    width:100%;
    background:#390f10;
    opacity: 0.8;
    display: none;
}
.navBar .secondNav li{
    line-height:35px;
    height:35px;
}
navBar ul.secondNav li a{
fons-size:14px !important;
}

/*导航结束*/
/*轮播图*/
#banana{
    background: url("../img/bigBg.png");
}
.runBox{
    overflow: hidden;
    width:1318px;
    height:536px;
    position:relative;
}
.runBox .runImgBox{
    position:absolute;
    left:0;
    top:0;
}
.runBox .runImg{
    float:left;
    width:1318px;
    height:536px;
    position:relative;
}
#runNext,#runPrev{
    position:absolute;
    top:230px;
    z-index:12;
    width:21px;
    height:65px;
    cursor: pointer;
}
#runNext{
    right:5px;
    background: url("../img/right-bg.png") no-repeat;
}
#runPrev{
    left:5px;
    background: url("../img/left-bg.png") no-repeat;
}
.runCtrl{
    position:absolute;
    bottom:20px;
    left:634px;
}
.runCtrl li{
    width:10px;
    height:10px;
    border-radius:50%;
    cursor: pointer;
    float:left;
    background: #ffffff;
    margin-left:10px;
}
.runCtrl li.active{
    background: #40090b;
}
/*轮播图结束*/
/*正文开始*/
#body,#listBody{
    background:#f7f1f1;
    padding:60px 40px;
    box-sizing: border-box;
}
#body>div:nth-of-type(2n-1){
    float:left;
    height:470px;
}
#body>div:nth-of-type(2n){
    float:right;
    height:470px;
}
/*综合新闻*/
#news{
    width:595px;
}
#news .title{
    height:30px;
    position:relative;
}
#news .title span{
        display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: #700005;
    border-bottom: 4px solid #d2b7b7;
}
#news .title a{
    color:#737374;
    position:absolute;
    font-size:12px;
    right:0;
    bottom:0;

}
#news .listBody{
    margin-top:0px;
}
#news .listBody li{
    padding:24px 0;
    border-bottom: 1px dashed #e5dedb;
}
#news .listBody .date,#news .listBody .article {
    float:left;
    position:relative;
}
#news .listBody .date{
    height:58px;
    width:58px;
    background: #ffffff;
    box-shadow: 0 3px 0 #dfd7d3;
}
#news .listBody .date .day{
    font-size:24px;
    position:absolute;
    left:10px;
    top:10px;
    color:#737374;
}
#news .listBody .date .month{
    position:absolute;
    right:5px;
    bottom:5px;
    color:#e5dfdc;
}
#news .listBody .date .line{
    width:23px;
    height:1px;
    position:absolute;
    right:5px;
    bottom:18px;
    background:#e5dfdc ;
    transform: rotate(-45deg);
}
#news .listBody .article{
    width:515px;
    float:right;
}
#news .listBody .article .articleTitle{
    color: #000;

    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 8px;
}
#news .listBody .article .articleFont{
    color:#525151;
margin-top: 3px;
    font-size:14px;


}
/*综合新闻结束*/
/*学术报告*/
#report{
    width:570px;
    margin-right:25px;
    height:470px;
}
#report .reportLeft,#report .reportRight{
    float:left;
}
#report .reportLeft{
    width:290px;
    height:470px;
    padding:10px 0;
    box-sizing: border-box;
    background: url("../img/reportLeft.png") no-repeat;
}
#report .reportLeft .reportSee{
    display: none;
}
#report .reportLeft .reportSee{
    display: none;
}
#report .reportLeft .reportSee.active{
    display: block;
}
#report .reportLeft .reportSee img{
    display:block;
    width:271px;
    height:405px;
    margin:0 auto;
}
#report .reportLeft .reportSee div{
    margin:10px auto 0 auto;
    width:271px;
    height:37px;
    background:rgba(256,256,256,0.5);
    line-height:37px;
    color:#852c2d;
    padding:0 5px;
    box-sizing: border-box;
}
#report .reportRight{
    background:url("../img/reportRight.png");
    width:280px;
    height:470px;
    position:relative;
}
#report .reportRight .reportTitle{
        text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 25px 0;
    font-family: '微软雅黑';
    color: #860005;
}
#report .reportRight .reportList{
    padding:0 25px;
}
#report .reportRight .reportList .reportTime{
    color:#525151;


}
#report .reportRight .reportList li{
    padding:7px 0;
}
#report .reportRight .reportList span{
    line-height:20px;
}
#report .more{
    color: #737374;
    position: absolute;
    font-size: 12px;
    right: 5px;
    bottom: 25px;
}
/*学术报告结束*/
/*通知公告*/
#notice,#dynamics{
    width:595px;
    margin-top:80px;
}
#notice .noticeTBox,#dynamics .dynamicsTBox{
    border-bottom: 4px solid #e5e2e2;
    position:relative;
    height:30px;
}
#notice .noticeTBox span,#dynamics .dynamicsTBox span{
    position:absolute;
    bottom:-4px;
    display: inline-block;
    font-size: 18px;
font-weight:bold;
    cursor: pointer;
    line-height: 30px;
    color: #b69888;
    border-bottom: 4px solid transparent;
    margin-right:5px;
}
#notice .noticeTBox span:last-of-type,#dynamics .dynamicsTBox span:last-of-type{
    left:100px;
}
#notice .noticeTBox span.active,#dynamics .dynamicsTBox span.active{
    color: #700005;
    border-bottom: 4px solid #d2b7b7;
}
#notice .noticeList,#dynamics .dynamicsList{
    margin-top:15px;
    list-style:url('../img/list-style.png') inside;
    display: none;
}
#notice .noticeList li,#dynamics .dynamicsList li{
    line-height:30px;
}
#notice .noticeList li a,#dynamics .dynamicsList li a{
 font-size:14px;
}
#notice .noticeList li span,#dynamics .dynamicsList li span{
    color:#aeadad;
    float:right;
    margin-right:10px;
}
#notice .noticeTBox .more,#dynamics .dynamicsTBox .more{
    color: #737374;
    position: absolute;
    font-size: 12px;
    right: 5px;
    bottom: 5px;
    display: none;
}
/*通知动态结束*/
/*图片新闻*/
#imgNews{
    width: 1238px;
    height: 200px;
    /*padding-bottom: 33px;*/
    float:left;
}
#imgNews .run-img{
    width:1238px;
    height:137px;
    /*padding:30px 0;*/
    overflow: hidden;
    position:relative;
}
#imgNews .run-img ul{
    position: absolute;
    top:0;
    left:0;
}
#imgNews .run-img ul li{
    float: left;
    margin-left:25px;
}
#imgNews .run-img ul li:first-of-type{
    margin-left:0;
}
#imgNews .run-img img{
    width:290px;
    height:137px;
}
#imgNews .imgNewsTitle{
    position:relative;
    margin-bottom:30px;
}
#imgNews .imgNewsTitle span{
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #700005;
font-weight:bold;
    border-bottom: 4px solid #d2b7b7;
}
#imgNews .imgNewsTitle a{
    position:absolute;
    right:0;
    bottom:-25px;
}
/*图片新闻结束*/
/*友情链接*/
#links{
    background:#e7e6e4;
}
#links>div{
    padding:40px;
    box-sizing: border-box;
}
#links>div>div{
    float:left;
    margin-left:20px;
}
#links .linkBox{
    margin-left:0;
width:80%;
}
#links .linkBox .linkTitle{
    border-bottom: 4px solid #c7c2b8;
    position: relative;
    width:980px;
    height: 30px;
}
#links .linkBox .linkTitle span {
    position: absolute;
    bottom: -4px;
    display: inline-block;
    font-size: 18px;
font-weight:bold;
    cursor: pointer;
    line-height: 30px;
    color: #700005;
    border-bottom: 4px solid #d2b7b7;
    margin-right: 5px;
}
#links .linkBox .linkList li{
    float:left;
    margin-right:50px;
    margin-top:30px;
    color:#636363;
}
#links .pinLink2{
    margin-top:5px;
}
/*友情链接结束*/
/*底部*/
#footer{
    background: #c7c2b8;
    padding:20px 0;
}
#footer span{
    font-size:12px;
    line-height: 53px;
    float:right;
}
/*底部结束*/
/*列表页*/
#listBody ul{
    margin-top: 0px;
    list-style: url(../img/list-style.png) inside;
}
#listBody ul li{
    line-height: 30px;
}
#listBody ul li span{
    color: #aeadad;
    float: right;
    margin-right: 10px;
}
#listBody .leftList{
    width:130px;
    float:left;
    list-style: none;

}
#listBody .leftList li{
    width:100%;
    position:relative;
    text-align: center;
    font-size:16px;
    line-height:36px;
    border-bottom: 1px solid #700005;
}
#listBody .leftList li a{
    display: inline-block;
    width:100%;
    height:36px;
}
#listBody .leftList li:hover>a{
    color:#ffffff;
    background:#4b070a;
}
#listBody .leftList .second-list{
    width:100%;
    position:absolute;
    list-style: none;
    top:0;
    left:100%;
    margin-top:0;
    display: none;
}
#listBody .leftList .second-list li:hover a{
    color:#ffffff;
    background:#4b070a;
}
#listBody .listRight,#listBody .article{
    width:1000px;
    float:right;
}
/*列表页结束*/