html{
    /*background-color: #f8f9f9;*/
    /*background: url('./bg.jpg') repeat center;*/
}
body{
	font-size:0;
}
a{
	color: #000;
}
/*通用class*/
.whFull{
	width: 100%;
}
.htFull{
	height: 100%;
}
.wh1200{
	width: 1200px;
}
.tsTaga{
	transition: .5s margin-left ease-in;
	-webkit-transition: .5s margin-left ease-in;
	-moz-transition: .5s margin-left ease-in;
	-ms-transition: .5s margin-left ease-in;
	-o-transition: .5s margin-left ease-in;
} 
.tsTaga:hover{
	margin-left: 10px;
    box-shadow: 0px 3px 10px 0px #dddddd;
}
.hr_15 {
    height: 15px;
    overflow: hidden;
}
.bodyContainer{
    min-height: 100vh;
}

/*专题通用头部*/
#top{height:35px; background:#fff;}
#top .a_box{height:35px;margin:0px auto;}
#top .a_box .topic_tit{width:152px;height:15px;float:left;display:inline;margin-top:10px;}
#top .a_box .topmenu{width:auto;height:35px;float:right;}
#top .a_box .topmenu a{width:auto;height:35px;padding-left:8px;padding-right:8px;font-size:12px;color:#333;line-height:35px; font-family:"宋体";display:inline-block;float:left; background:#FFF; text-decoration:none;}
#top .a_box .topmenu a:hover{ background:#666;color:#FFF;}


/*banner*/
.bannerContainer{
    background: #000;
    height: 220px;
    margin-bottom: 50px;
}
.bannerContainer img{
    width: 100%;
    height: 100%;
}



/*main*/
.swiperContainer{
    float: left;
    width: 772px;
    height: 435px;
    position: relative;
}
.swiperContainer .swiper-container{
    width: 100%;
    height: 100%;
}
.swiperContainer .swiper-container .swiper-wrapper .swiper-slide a img{
    width: 100%;
    height: 100%;
}
.breath img {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
.breath:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.swiperContainer .swiper-slide{
    position: relative;
}
.swiperContainer .imgTitBg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 90px;
    z-index: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0 );
}
.swiperContainer .imgTit {
    position: absolute;
    left: 2%;
    bottom: 0;
    width: 96%;
    height: 40px;
    font-size: 24px;
    line-height: 35px;
    overflow: hidden;
    z-index: 1;
}
.swiperContainer .imgTit a{
    color: #fff;
}
.swiperContainer .swiper-pagination {
    position: absolute;
    text-align: right;
    left: inherit;
    right: 10px;
    width: 10%;
    color: #fff;
    bottom: 5px;
    z-index: 99;
    font-size: 18px;
}
.swiperContainer .swiper-pagination-current {
    font-size: 30px;
}


.importContainer{
    float: right;
    width: 410px;
    height: 435px;
    overflow: hidden;
    position: relative;
}
.importContainer .importTit{
    font-size: 24px;
    font-weight: bold;
    margin-left: 20px;
    line-height: 35px;
}
.importContainer .importTit a:hover{
    color: #1a4bbf;
}
.importContainer  .importDes{
    font-size: 14px;
    text-indent: 2em;
    margin-left: 20px;
    margin-top: 10px;
    line-height: 22px;
    overflow: hidden;
    height: 131px;
}
.importList li{
    position: relative;
    height: 210px;   
}
.importList li:nth-child(1){
    margin-bottom: 14px;
}
.importList li:before {
    content: "";
    width: 7px;
    height: 7px;
    background: #1a4bbf;
    /*background: url(./icon.png) no-repeat center;*/
    border-radius: 100%;
    position: absolute;
    top: 14px;
    left: 0;
}
.importContainer .splitLine_dashed{
    position: absolute;
}

.newsContainer{
    margin: 35px 0;
    margin-top: 5px;
}
.line1{
    background: url(./line1.png) no-repeat center;
    height: 80px;
    margin-top: 45px;
}
.newsContainer .newsList{
    width: 560px;
}
.newsContainer .newsList li {
    border-bottom: 1px dashed #dcdcdc;
    width: 100%;
    font-size: 18px;
    color: #404040;
    line-height: 68px;
    height: 68px;
    overflow: hidden;
    transition: .5s;
    padding: 0 10px;
}
.newsContainer .newsList li:hover{
    box-shadow: 0px 3px 10px 0px #63e5cb;
    /*border-bottom: none;*/
}
.newsContainer .newsList li a{
    display: block;
    transition: .5s;
}
.newsContainer .newsList li:hover a{
    text-decoration: none;
    color: #1a4bbf;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.adContainer ul {
    width: 1300px;
}
.adContainer ul li {
    position: relative;
    margin-right: 25px;
}
.adContainer ul li a.welfareImgs img {
    width: 220px;
    height: 150px;
}
.adContainer ul li a.welfareTxts {
    position: absolute;
    top: 160px;
    left: 0;
    font-size: 16px;
}

.postContainer{
    
}
.postContainer .postSwiper{
    height: 520px;
}
.postContainer .swiper-slide img{
    width: 300px;
    height: 450px;
}
.postContainer .line{
    background: url(./line.png) no-repeat center;
    height: 80px;
    margin-bottom: 20px;
}



/*foot*/
.footContainer{
	text-align: center;
	padding: 30px 0;
	background-color: #04224a;
    margin-top: 50px;
}
.footContainer p.webInfo{
	font-size: 14px;
    color: #fff;
    line-height: 30px;
}