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;
}
.hr_15 {
    height: 15px;
    overflow: hidden;
}

/*轮播*/
#owl-demo{position:relative;width:600px;height:400px;margin:0px auto 0 auto;}
#owl-demo .item{ position:relative;display:block;}
#owl-demo img{display:block;width:600px;height:400px;}
#owl-demo b{position:absolute;left:0;bottom:0;width:100%;height:50px;background-color:#000;opacity:.5;filter:alpha(opacity=50);}
#owl-demo span{position:absolute;left:20px;bottom:9px;font:18px/32px "Microsoft Yahei";color:#fff;text-align:center;}

.owl-pagination{position:absolute;right:10px;bottom:7px;height:22px;text-align:center;}
.owl-page{display:inline-block;width:10px;height:10px;margin:0 5px;background-image:url(bg15.png);*display:inline;*zoom:1;}
.owl-pagination .active{width:25px;background-image:url(bg16.png);}
.owl-buttons{display:none;}
.owl-buttons div{position:absolute;top:50%;width:40px;height:80px;margin-top:-40px;text-indent:-9999px;}
.owl-prev{left:0;background-image:url(bg17.png);}
.owl-next{right:0;background-image:url(bg18.png);}
.owl-prev:hover{background-image:url(bg19.png);}
.owl-next:hover{background-image:url(bg20.png);}
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
    
.owl-carousel .owl-item{
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}





/*head拷贝*/


/*banner*/
.banner{
	width:100%;
    position: relative;
    height: 725px;
	background:url(banner.jpg) top center no-repeat;
}
.banner_nav{
	width:1200px;
	height:725px;
	position:relative;
	margin:0px auto;
}
.banner_nav .banner_tit1{
    width:517px;
	height:248px;
	left:250px;
	top:145px;
	position:absolute;
	background:url(banner_tit_1.png) left top no-repeat;
}
.banner_nav .banner_tit2{
    width:392px;
	height:189px;
	left:580px;
	top:250px;
	position:absolute;
	background:url(banner_tit_2.png) left top no-repeat;
}
.banner_nav .banner_tit3{
    width:484px;
	height:44px;
	left:50%;
	top:70px;
	margin-left:-242px;
	position:absolute;
	background:url(banner_tit_3.png) left top no-repeat;
}
.banner_nav .banner_tit4{
    width:422px;
	height:27px;
	left:50%;
	top:440px;
	margin-left:-211px;
	position:absolute;
	background:url(banner_tit_4.png) left top no-repeat;
}

/*nav*/
.navContainer,
.footContainer{
	background-color: #d21919;
}
.nav{
	height: 80px;
}

/*main*/
.mainContainer{
	overflow: hidden;
}
/*头条*/
.toutiaoContainer{
	margin: 0 0 50px 0;
}
.toutiao{
    background: url('toutiao.png') no-repeat left top;
    padding: 16px 0;
}
.toutiao h1 a{
	display: block;
	font-size: 36px;
	line-height: 50px;
	color: #d21919;
}
.toutiao .describe,
.zhuanlan .firstNews .describe{
    font-size: 14px;
    color: #666666;
}




/*要闻*/
.yaowenContainer{
	margin-bottom: 55px;
}
.picSlider{
	width: 600px;
	height: 400px;
	background-color: #000;
}
.picSlider img{
	height: 400px;
}
.yaowenList{
	width: 548px;
    background: url('yaowen.png') no-repeat left top;
    padding-top: 36px;
}
.yaowenList h2{
	margin-bottom: 5px;
}
.yaowenList h2 a{
	font-size: 22px;
	line-height: 32px;
    color: #d21919;
}
.yaowenList ul li,
.zhuanlan li{
	
}
.yaowenList ul li a{
	line-height: 40px;
	font-size: 18px;
	display: block;
}
.yaowenList ul li a:hover,
.zhuanlan li a:hover,
.yaowenList h2 a:hover,
.zhuanlan1 .firstNews a:hover{
	color: #d21919;
	
}
.yaowenList .splitLine_dashed{
	margin: 10px 0;
}




/*专栏*/
.zhanlanContainer{
    position: relative;
}
.zhanlanContainer .zhuanlanBg{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -999;
	width: 100%;
}
.zhuanlan{
	width: 580px;
	margin-bottom: 45px;
}
.zhuanlan .lantou{
	height: 82px;
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 25px;
	position: relative;
}
.zhuanlan1 .firstNews{
    margin-bottom: 17px;
}
.zhuanlan1 .firstNews a{
    font-size: 18px;
    color: #333;
}
.zhuanlan1 .firstNews .describe{
    text-indent: 1.7rem;
    margin-top: 10px;
}
.zhuanlan1 li{
    background: url('liIcon.png') no-repeat left 13px;
    padding-left: 15px;
}
.zhuanlan1 li a{
    line-height: 30px;
    font-size: 16px;
    display: block;
}
.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;
}
.zhuanlan2 li p{
    font-size: 16px;
    color: #333;
    line-height: 20px;
    margin-top: 5px;
}





/*文件报告*/
.report{
    margin-top: 90px;
    margin-bottom: 60px;
}
.report .lantou{
    width:1200px;
	height:105px;
}
.reportList li{
    width: 580px;
    background: url('reportLiBg.png') no-repeat left top;
    margin-bottom: 30px;
	height:45px;
	overflow:hidden;
}
.reportList li:hover{
    -webkit-box-shadow: 7px 7px 9px rgba(0,0,0,0.2);
    -moz-box-shadow: 7px 7px 9px rgba(0,0,0,0.2);
    box-shadow: 7px 7px 9px rgba(0,0,0,0.2);
    -o-box-shadow:7px 7px 9px rgba(0,0,0,0.2);
}
.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 a{
    font-size: 18px;
    color: #bd7a06;
    line-height: 45px;
    margin-left: 45px;
}
.reportList li a:hover{
    text-decoration: none;
    color: #d21919;
}




/*两会视觉*/
.view{
    background: url('view.png') no-repeat center top;
    padding-top: 105px;
}
.viewSwiper{
    background: url('viewbg.png') no-repeat center;
    height:590px;
	padding-top:11px;
	padding-bottom:11px;
    margin-bottom: 75px;
}
.viewSwiper .flexslider{
    margin: 0 auto;
    width: 900px;
    height: 590px;
	background:#fff;
}
.viewSwiper .flexslider .slides img{
    height: 500px;
}
.viewSwiper .flexslider .flex-viewport .flex-caption{
    background-color: #fff;
    height:92px;
    overflow:hidden;
    padding-left: 10px;
}

#mito h2{ padding:15px 0 5px;font:normal 18px/24px "Microsoft Yahei"; width:80%;margin-top:0 }
#mito p{padding:0 0 10px;font:normal 14px/22px "Microsoft Yahei";width:80%;color: #666;}
#mito h4.picno{font:400 55px/30px "Microsoft Yahei"; color:#545454; position: absolute; bottom: 6px; right: 20px; z-index: 99;}
#mito h4.picno span{font:400 16px/1.2em "Microsoft Yahei"; color:#545454;}
#mito h4.picno #actnum{font:italic normal 55px/30px "Microsoft Yahei";color:#545454;}
#mito h4.picno #allnum{font-style: italic;}


/*foot*/
.footContainer{
	text-align: center;
	padding: 30px 0;
}
.footContainer p.webInfo{
	font-size: 14px;
    color: #fff;
    line-height: 30px;
}