/*通用*/
body,html{
    margin:0;
    padding:0;
    font-size:14px;
    font-family: '微软雅黑';
    min-width:1200px;
}
.container-fulled{
    width:100%;
}
img{
    border:none;
}
.container{
    width:1200px;
    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{
    padding:23px 0;
}
#nav{
    background: rgba(36, 80, 134, 0.8);
    position:relative;
    z-index:1000;
}
.nav{
    font-size:15px;
}
.nav .item{
    padding:0 30px;
    position:relative;
    float:left;
    height:60px;
    line-height:60px;
    text-align: center;
    color:#ffffff;
    border-bottom:4px solid transparent;
}
.nav .item span{
    margin-left:10px;
}
.nav .item img,.nav .item span{
    display: inline-block;
    vertical-align: middle;
}
.nav .item>a{
    display: block;
    height:60px;
    line-height:60px;
}
.nav .item.active{
    color:#ffffff;
    border-bottom:4px solid #ffffff;
}
.secondNav{
    padding:10px 0;
    display:none;
    text-align: center;
    width:100%;
    position:absolute;
    left:0;
    top:64px;
    z-index:100;
    background: rgba(36, 80, 134, 0.8);
    color: #ffffff;
}
.secondNav li{
    padding:5px 10px;
    /*height:30px;*/
    line-height:20px;
    position:relative;
}
.thirdNav{
    position:absolute;
    left:100%;
    top:0;
    display:none;
    width:100%;
    border-left:1px solid transparent;
    background: rgba(36, 80, 134, 0.8);
}
/*导航结束*/
/*轮播图*/
#banana{
    /*margin-top:-60px;*/
    position:relative;
    min-height:64px;
}
.runBox{
    overflow: hidden;
    width:100%;
    position:relative;
}
.runBox .runImgBox{
    position:absolute;
    left:0;
    top:0;
}
.runBox .runImg{
    float:left;
    position:relative;
}
.runBox .runImg img{
    width:100%;
    display: block;
}
.runBox .runImg .runImgText{
    font-size:30px;
    color:#ffffff;
    font-weight: 500;
    position:absolute;
    background:rgba(36, 80, 134, 0.8);
    padding:15px 30px;
    bottom:0;
}
.runCtrl{
    position:absolute;
    bottom:3%;
}
.runCtrl li{
    width:52px;
    height:6px;
    cursor: pointer;
    float:left;
    background: rgba(204,204,204,1);
    margin-left:10px;
}
.runCtrl li.active{
    background: rgba(36, 80, 134, 1);
}
.swiper img{
  width:100%;
}
/*轮播图结束*/
/*正文主体*/
#bodyOne{
    padding:20px 0;
}
#news{
    width:550px;
}
#news .newsList .date{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color:#ffffff;
    box-sizing: border-box;
    width:115px;
    height:55px;
    margin-right:5px;
    padding:5px 0;
    background: #245086;
}
#news .newsList .date .day{
    font-size:24px;
    padding-bottom:3px;
}
#news .newsList a{
    display: inline-block;
    height:80px;
    line-height:80px;
    width:370px;
    vertical-align: middle;
    border-bottom: 1px dashed rgb(234,234,234);
}
#news .newsList li:last-of-type a{
    border-bottom:none;
}
.notice{
    width:550px;
}
.notice .noticeList li{
    padding: 25px 0;
}
.notice .noticeList li a{
    width:320px;
    display: inline-block;
}
#kanwu{
    margin:35px;
    width:205px;
    height:280px;
    overflow: hidden;
    position:relative;
}
#kanwu a{
    position: absolute;
    top:0;
    left:0;
}
#kanwu .changeKanwu {
    position:absolute;
    bottom:5px;
    left:90px;
    z-index:100;
}
#kanwu .changeKanwu li{
    width:15px;
    height:15px;
    margin-right:5px;
    float:left;
    cursor: pointer;
    border-radius: 50%;
    background:rgb(208,206,206);
}
#kanwu .changeKanwu li.active{
    background:#ffffff;

}
/*正文主体结束*/
/*友情链接*/
.link{
    border:none !important;
    margin:15px 0;
}
#link{
    background: #f3f1f1;
}
#link .friendLink{
    width:100%;
    padding:10px 0;
}
#link .contentUSBox{
    width:500px;
    padding:10px 0;
}
.linkBox .selectBox{
    cursor: pointer;
}
.linkBox>div{
    width:1080px;
}
.linkList li{
    float:left;
}
.listTitle{
    width:80px;
    height:18px;
    line-height: 18px;
    padding:0 10px;
    margin:15px 0;
    border-left:4px solid #245086;
}
.linkList{
    width:100%;
    text-align: left;
    /*margin:15px 0;*/
    height:18px;
    line-height: 18px;
}
.linkList>li{
    width:25%;
    padding:15px 0;
    text-align: center;
    position:relative;
}
.linkOption{
    display: none;
    width:100%;
    position:absolute;
    left:0;
    top:100%;
    border:1px solid #fd8686;
    background: rgba(255,255,255,0.8);
    padding:5px;
    max-height:150px;
    overflow-y: auto;
    z-index:20;
}
.linkOption li{
    width:100%;
    height:18px;
    line-height:18px;
    text-align: left;
}
.contentUS li{
    float:left;
    margin-left:2%;
    width:48%;
    padding:15px 0;
    height:18px;
    line-height: 18px;
}
/*友情链接结束*/
/*奖励资助项目*/
#bodyTwo{
    padding:20px 0;
}
#bodyThree{
    padding-bottom:50px;
}
.title{
    font-size:20px;
    padding:5px;
    border-bottom:2px solid  rgba(36, 80, 134, 1);
    position:relative;
}
.title span,.title img{
    vertical-align: middle;
    display: inline-block;
    margin-right:5px;
}
#imgNews{
    padding:40px 0;
}
#imgNews .run-img{
    width:1200px;
    height:340px;
    overflow: hidden;
    position:relative;
}
#imgNews .run-img ul{
    position: absolute;
    top:0;
    left:0;
}
#imgNews .run-img ul li{
    float: left;
    margin-left:53px;
}
#imgNews .run-img ul li:first-of-type{
    margin-left:0;
}
#imgNews .run-img img{
    width:260px;
    height:340px;
}
.more{
    position:absolute;
    right:0;
    top:5px;
    color:#999999;
    text-align: left;
    font-size:14px;
    padding:5px 0;
}
.more a{
    float:right;
}
/*奖励资助项目结束*/
/*底部*/
#footer{
    background: rgba(36, 80, 134, 1);
}
#footer div{
    padding:30px 0;
    text-align: center;
}
#footer div p{
    color:#ffffff;
    font-size:14px;
    line-height:30px;
}
/*底部结束*/

/*二级页面*/
.listRight{
    width:200px;
}
.listLeft{
    width:1000px;
}