/*通用*/
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; background:rgb(199,0,11);
}
#nav{
   
    position:relative;
    z-index:1000;
}
.nav{
    font-size:15px;
}
.nav .item{
    padding:0 17px;
    position:relative;
    float:left;
    height:60px;
    line-height:60px;
    text-align: center;
    color: rgb(199,0,11);
    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{
    
    border-bottom:4px solid #ffffff;
}
.secondNav{
    padding:10px 0;
    display:none;
    text-align: left;
    width:100%;
    position:absolute;
    left:0;
    top:64px;
    z-index:100;
    background: rgb(199,0,11);
    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: rgb(199,0,11);
}
/*导航结束*/
/*轮播图*/
.swiper.main-swiper {
	width: 100%;
}

.main-swiper .swiper-slide img {
	width: 100%;
	display: block;
}

.main-swiper .swiper-slide p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.7);
	padding: 15px 20px;
	color: #ffffff;
	font-size: 22px;
	letter-spacing: 2px;
}

.main-bullet {
	display: inline-block;
	margin: 0 4px;
	width: 16px;
	height: 16px;
	background: #ffffff;
	cursor: pointer;
	border-radius: 50%;
}

.main-bullet-active {
	background: rgb(199,0,11);
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 30px !important;
}
/*轮播图结束*/
/*正文主体*/
#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: rgb(199,0,11);
}
#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;
    color: #333333;
    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;color: #333333;
}
.notice .noticeList li a{
    width:320px;
color: #333333;
    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:15%;
    padding:15px 0;
    text-align: center;
    position:relative;
color: #333333;
}
.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  rgb(199,0,11);
    position:relative;
}
.title span,.title img{
    vertical-align: middle;
    display: inline-block;
    margin-right:5px;
   color:rgb(199,0,11);
}
#imgNews{
    padding:40px 0;
}
#imgNews .run-img{
    width:1200px;
    height:170px;
    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:170px;
}
.more{
    position:absolute;
    right:0;
    top:5px;
    color:#999999;
    text-align: left;
    font-size:14px;
    padding:5px 0;
color:rgb(199,0,11);
}
.more a{
    float:right;
}
/*奖励资助项目结束*/
/*底部*/
#footer{
    background: rgb(199,0,11);
}
#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;
}