body{
	font-size:0;
    background-color: #fce7d8;
}
a{
	color: #000;
}
/*通用class*/
.whFull{
	width: 100%;
	min-width: 1300px;
}
.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;
}
.hr_15 {
    height: 15px;
    overflow: hidden;
}
.bg06{
    background-color: rgba(255,255,255,0.6);
    padding: 16px;
}



/*专题通用头部*/
#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;}

/*轮播*/
.swiperContainer {
    width: 695px;
    height: 440px;
    background: url(1.png) right top no-repeat;
}
.swiperContainer .swiper-container{
    width: 100%;
    height: 100%;
}
.swiperContainer .swiper-container .swiper-wrapper .swiper-slide a img{
    width: 675px;
    height: 100%;
}
.breath img,
.scTag {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
.breath:hover img,
.scTag:hover {
    -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: 675px;
    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: 30px;
    width: 10%;
    color: #fff;
    bottom: 5px;
    z-index: 99;
    font-size: 18px;
}
.swiperContainer .swiper-pagination-current {
    font-size: 30px;
}

.swiperContainer .swiper-button-next{
    right: 29px;
}





/*head拷贝*/


/*banner*/
.banner{
    position: relative;
    height: 730px;
    background: url('banner.png') no-repeat center;
}
.banner .bannerImg{
	height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -999;
}
.banner .title{
    position: absolute;
    left: 50%;
    margin-left: -400px;
    top: 115px;
}

/*nav*/
.navContainer,
.footContainer{
	background-color: #b9000e;
}
.nav{
	height: 80px;
}

/*main*/
.mainContainer{
	overflow: hidden;
    margin-top: 18px;
}
/*头条*/
.toutiaoContainer{
	margin: 0 0 44px 0;
}
.toutiao{
    /*height: 100%;*/
}
.toutiao h1{
    background: url('toutiao.png') left top no-repeat;
    padding: 16px 0;
    box-shadow: 0px 0px 3px 0px #5d5d5d;
    background-color: #fff6f0;
}
.toutiao h1 a{
	display: block;
	font-size: 36px;
	color: #cc2706;
    width: 1000px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}
.toutiao h1 a:hover{
    text-decoration: none;
}




/*要闻*/
.yaowenContainer{
	margin-bottom: 55px;
}
.yaowen{
    position: relative;
}
.yaowen .yMore{
    position: absolute;
    font-size: 12px;
    right: 0;
    bottom: -3px;
    color: #a10f0f;
    z-index: 99;
}
.picSlider{
	width: 600px;
	height: 400px;
	background-color: #000;
}
.picSlider img{
	height: 400px;
}
.yaowenList{
	width: 525px;
    height: 390px;
	position: absolute;
    right: 0;
    top: 31px;
    box-shadow: -1px 2px 4px 2px #792828;
    background: url('101147475.png') center no-repeat;
}
.yaowenList ul{
    margin-top: 13px;
}
.yaowenList ul li{
    position: relative;
    padding-left: 56px;
    border-bottom: #CCC 1px dashed;
}
.yaowenList ul li:last-child{
    border-bottom: 0;
}
.yaowenList ul li:before {
    content: "";
    width: 7px;
    height: 7px;
    background: #fff;
    /* background: url(./icon.png) no-repeat center; */
    border-radius: 100%;
    position: absolute;
    top: 31px;
    left: 35px;
    box-shadow: 2px 2px #9d1717;
}
.yaowenList ul li a{
	line-height: 60px;
	font-size: 20px;
	display: block;
    font-weight: bold;
    overflow: hidden;
    height: 60px;
    color: #fff;
}
.yaowenList ul li a:hover{
    color: #fff1c8;
}
.zhuanlan li a:hover,
.yaowenList h2 a:hover,
.zhuanlan1 .firstNews a:hover{
	color: #cc2706;
	
}
.yBg{
	display:block;
    background: url('ybg.png') no-repeat left;
    height: 48px;
}
.yBg:hover{
    background: url('ybg_1.png') no-repeat left;
}



/*专栏*/
.zhanlanContainer{
    position: relative;
}
.zhanlanContainer .zhuanlanBg{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -999;
}
.zhuanlan{
	width: 580px;
	margin-bottom: 25px;
    height: 318px;
    position: relative;
}
.zhuanlan1{
    background: url('zhuanlan1.png') no-repeat center top;
}
.zhuanlan1 .zMore,
.zhuanlan2 .zMore{
    position: absolute;
    font-size: 12px;
    right: 22px;
    bottom: -15px;
    color: #a10f0f;
    z-index: 99;
}
.zhuanlan1 .lt,
.zhuanlan2 ul{
    padding: 0 30px;
    padding-top: 94px;
}
.zhuanlan2{
    background: url('zhuanlan2.png') no-repeat center top;
}
.zhuanlan .lantou{
    display: block;
	height: 47px;
	position: relative;
    width: 452px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.zhuanlan .lantou a{
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: 74px;
    color: #666;
}
.zhuanlan .lantou a:hover{
    color: #cc2706;

}

.zhuanlan1 .firstNews{
    margin-bottom: 17px;
}
.zhuanlan1 .firstNews a{
    font-size: 18px;
    color: #333;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    display: block;
}
.zhuanlan1 .firstNews .describe{
    text-indent: 1.7rem;
    margin-top: 10px;
}
.zhuanlan1 li{
    padding-left: 15px;
}
.zhuanlan1 li a{
    line-height: 30px;
    font-size: 16px;
    display: block;
    height: 35px;
    overflow: hidden;
}
.zhuanlan2 li{
    padding-bottom: 12px;
    padding-top: 12px;
    overflow: hidden;
    border-bottom: #CCC 1px dashed;
}
.zhuanlan2 li:nth-child(1){
    padding-top: 0;
}
.zhuanlan2 li:last-child{
    border-bottom: 0;
}
.zhuanlan2 li a{
    font-size: 18px;
    color: #333;
    line-height: 20px;
    font-weight: 600;
    height: 20px;
    overflow: hidden;
    display: block;
}
.zhuanlan2 li p{
    font-size: 16px;
    color: #333;
    line-height: 20px;
    margin-top: 6px;
    height: 20px;
    overflow: hidden;
    display: block;
}
.zhuanlan1 .firstNews .describe {
    text-indent: 1.7rem;
    margin-top: 10px;
    max-height: 36px;
    overflow: hidden;
}
.zhuanlan .firstNews .describe {
    font-size: 14px;
    color: #666666;
}
.zhuanlan1 ul li{
    position: relative;
}
.zhuanlan1 ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #c80106;
    position: absolute;
    top: 13px;
    left: 0;
    border-radius: 100%;
    box-shadow: 1px 1px #989898;
}





/*文件报告*/
.reportContainer{
    background: url('./a.jpg') no-repeat center;
}
.report{
    margin-bottom: 100px;
}
.reportLantou{
    display: block;
    height: 140px;
    width: 490px;
    background: url('zhuanlan3.png') no-repeat center;
    margin-bottom: 50px;
    position: relative;
    margin-top: 110px;
}
.reportLantou:hover{
    background: url('zhuanlan3_1.png') no-repeat center;
}
.reportLantou
.reportLantou a{
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: 47px;
    color: #666;
}
.reportLantou a:hover{
    color: #cc2706;

}
.reportList{
    padding-bottom: 20px;
}
.reportList li{
    width: 580px;
    position: relative;
    border-bottom: 1px dashed #f9b96c;
    overflow: hidden;
}
.reportList li.opc{
    opacity: 0;
}
.reportList li:hover{
    -webkit-box-shadow: 7px 7px 9px rgba(89,83,55,0.5);
    -moz-box-shadow: 7px 7px 9px rgba(89,83,55,0.5);
    box-shadow: 7px 7px 9px rgba(89,83,55,0.5);
    -o-box-shadow:7px 7px 9px rgba(89,83,55,0.5);
}
.reportList li:nth-child(odd){
    float: left;
}
.reportList li:nth-child(odd).tsTagaLeft{
    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;
}
.reportList li:nth-child(odd).tsTagaLeft:hover{
    margin-left: 10px;
}
.reportList li:nth-child(even){
    float: right;
}
.reportList li:nth-child(even).tsTagaRight{
    transition: .5s margin-right ease-in;
    -webkit-transition: .5s margin-right ease-in;
    -moz-transition: .5s margin-right ease-in;
    -ms-transition: .5s margin-right ease-in;
    -o-transition: .5s margin-right ease-in;
}
.reportList li:nth-child(even).tsTagaRight:hover{
    margin-right: 10px;
}
.reportList li:before {
    content: "";
    width: 7px;
    height: 7px;
    background: #fff;
    /* background: url(./icon.png) no-repeat center; */
    border-radius: 100%;
    position: absolute;
    top: 32px;
    left: 0;
    box-shadow: 2px 2px #9d1717;
}
.reportList li a{
    font-size: 18px;
    color: #fff;
    line-height: 70px;
    margin-left: 30px;
    display: block;
    height: 70px;
    overflow: hidden;
}
.reportList li a:hover{
    text-decoration: none;
    color: #fef6d3;
}




/*喜迎两会特别报道*/
.special .lantou{
    height: 140px;
    width: 490px;
    background: url('zhuanlan4.png') no-repeat center;
    margin-bottom: 50px;
}
.special .fl,
.special .fr{
    width: 580px;

}
.special .fl .part1,
.special .fr .part2{
    height: 58px;
    font: bold 21px/58px "Microsoft YaHei";
    background: url('101147475.png') no-repeat center;
    color: #fff;
    padding-left: 43px;
    margin-bottom: 10px; 
}
.special .fl .part1 a,
.special .fr .part2 a{
    font-size: 12px;
    color: #fff;
    float: right;
    margin-right: 43px;
}
.special .fl .part1 a:hover,
.special .fr .part2 a:hover{
    color: #fff1c8;
}
.special .fl .dec{
    border-bottom: 1px dashed #ccc;
    padding-bottom: 30px;
    margin: 0 43px;
}
.special .fl .dec a{
    display: block;
    font-size: 19px;
    margin-bottom: 20px;
    margin-top: 18px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    display: block;
}
.special .fl .dec p{
    font-size: 14px;
    color: #666;
    text-indent: 2rem;
    line-height: 24px;
    max-height: 72px;
    overflow: hidden;
}
.special .fr ul{
    margin: 0 43px;
}
.special .fr ul li{
    position: relative;
    padding-left: 16px;

}
.special .fr ul li a{
    display: block;
    font-size: 16px;
    line-height: 41px;
    height: 41px;
    overflow: hidden;
}
.special ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #c80106;
    position: absolute;
    top: 19px;
    left: 0;
    border-radius: 100%;
    box-shadow: 1px 1px #989898;
}
.special a:hover{
    color: #cc2706;
}




/*foot*/
.footContainer{
	text-align: center;
	padding: 30px 0;
    margin-top: 100px;
}
.footContainer p.webInfo{
	font-size: 14px;
    color: #fff;
    line-height: 30px;
}