/*整体开始*/
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0; }
fieldset, img { border:none; } /*为了照顾ie6 链接图片有边框*/
ul, ol { list-style:none; }
input { padding-top:0; padding-bottom:0; font-family: "SimSun","宋体";}
select, input { vertical-align:middle; }
 select, input, textarea { font-size:12px; margin:0; }
textarea { resize:none; }
table { border-collapse:collapse; }
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}
body {font-size:12px; color:#333;font-family:"Microsoft YaHei","微软雅黑","SimHei","黑体","SimSun","宋体";}
a { color:#333; text-decoration:none; }
a:hover { color:#000; text-decoration:none; }
html {
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust: 100%;
}

video embed, video object, video iframe {
width: 100%;
height: auto;
}
		*{
			margin:0px;
			padding:0px;
		}
		div{
			display:block;
		}
		body{
			background:#fff;
		}
		html{
			color:#666;
		}
		html,body{
			width: 100%;
			background:#f8f8f8;
		}
/*banner*/
.lh_banner{
	width:100%;
	overflow: hidden;
}
.lh_banner img{
	width:100%;
	display:block;
}
/*导航*/
.lh_dh{
	width:100%;
	height: 50px;
    background: #962221;
}
.lh_dh .lh_dh1{
	width:1000px;
	margin:0 auto;
}
.lh_dh1 ul{
	overflow:hidden;
}
.lh_dh1 ul li{
	width: 20%;
	float: left;
	font-size:20px;
	text-align:center;
	line-height:50px;
}
.lh_dh1 ul li a{
	color:#fff;
}
.column-active{
    background: #C66454;
}
/*两会*/
.lh_news{
	width:100%;
	padding:40px 0px;
}
.lh_news .lh_news1{
	width:1200px;
	margin:0 auto;
}
.news_tit{
  width: 100%;
  padding: 30px 0;
  box-sizing: content-box;
  margin: 40px auto 0;
  background-color: white;
  box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.09);
}
.news_tit h2{
  font-weight: 500;
  text-align: center;
  font-size:36px;
}
.news_tit h2 a{
	color: #972220;
}
.nr {
    width: 100%;
    overflow:hidden;
    margin-top:35px;
}
.left{
    width: 600px;
    height: 100%;
    overflow: hidden;
    position: relative;
    float: left;
}
.swiper-container {
    width:100%;
    height: 375px;
}
.swiper-container .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
}
.swiper-container .swiper-slide p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    padding-right:90px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    bottom: 0;
    font-size: 16px;
}
.swiper-container .swiper-pagination {
    width: 20%;
    left: 80%;
    bottom: 15px;
    z-index: 9999;
}

.swiper-container .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 0.8;
}

.swiper-container .swiper-pagination-bullet-active {
    background: #e60012;
}
.nr ul{
    width: 550px;
    float:right;
}
.nr ul li{
    padding-left:28px;
    box-sizing:border-box;
    width: 100%;
    font-size: 18px;
    font-weight: normal;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    font-weight:bold;
    position: relative;
}
.nr ul li:hover a{
	color:#D24335;
}
.nr ul li::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #D24335;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); /* 垂直居中 */
}
.view_more,.view_more1{
	float: right;
	font-size:15px;
}
.view_more1{
	margin-top:10px;
}
.view_more a{
	color:#952221;
}
.view_more1 a{
	color:#fff;
}
.view_more img,.view_more1 img{
    width: 8px;
    height: 11px;
    line-height: 11px;
    vertical-align: baseline;
    /* margin-bottom: 5px; */
    margin-left: 2px;
}
/*政协好声音*/
.lh_zx{
	width:100%;
    background:url(../images/dbwy_back.jpg);
    background-size:100% 100%;
    padding:84px 0px;
    box-sizing:border-box;
}
.lh_zx .lh_zx1{
	width:1200px;
	margin:0 auto;
}
.redContentColumn {
    color: white;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.39);
    overflow: hidden;
}
.columnName{
	font-size:28px;
	width:80%;
	float: left;
	font-weight:bold;
}
.zx_con{
	width:100%;
	overflow:hidden;
	margin-top:35px;
}
.zx_con1{
	width:360px;
	float:left;
	background:#fff;
	margin-right:40px;
}
.zx_con1:last-child{
	margin-right:0px;
}
.specImg{
    width:100%;
    height: 240px;
    overflow:hidden;
}
.specImg img{
	width:100%;
}
.spectitle {
    font-weight: 500;
    color: #555555;
    line-height: 24px;
    font-size:16px;
    margin-top:12px;
    padding:0px 18px;
    box-sizing:border-box;
    height:48px;
}
.view_more2 img {
    width: 21px;
    height: 22px;
    line-height: 21px;

}
.view_more2{
	padding:18px;
    box-sizing:border-box;
}
/*图观议政*/
.lh_tgyz{
	width:100%;
	margin:50px 0px;
}
.lh_tgyz .lh_tgyz1{
	width:1200px;
	margin:0 auto;
	box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.09);
    border-radius: 4px;
    background:#fff;
    padding-bottom:20px;
}
.thirdPartColumn {
    color: #952221;
    height: 100px;
    line-height:150px;
    width: calc(100% - 52px);
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
}
.columnName1{
    font-weight: 800;
    background: url(../images/biaoqian.png);
    background-size: 100% 100%;
    width: 326px;
    height: 100%;
    padding-left: 64px;
    color: white;
    font-size: 28px;
    float: left;
    font-weight: bold;
    box-sizing:border-box;
}
.tgyz_nr{
	width:100%;
	padding: 24px 30px 0;
	box-sizing:border-box;
}
.swiper-container4{
    width:100%;
    overflow: hidden;
    margin-top:40px;
    position:relative;
    padding-bottom:50px;
}
.swiper-container4 .swiper-pagination{
    width:100%;
}
.swiper-container4 .swiper-pagination-bullet{
    width:12px;
    height:12px;
    background:#b11c20;
}
.tgyz1{
	width:48%;
	float: left;
	margin-right:4%;
}
.tgyz2{
	width:100%;
	height:365px;
	overflow: hidden;
}
.tgyz2 img{
	width:100%;
        height:100%;
}
.tgyz1:nth-child(2){
	margin-right:0;
}

.tgyz3{
	width:100%;
    margin-top: 27px;
    font-weight: 500;
    color: #333333;
    line-height: 30px;
    font-size:20px;
}
/*两会聚焦*/
.lh_jj{
	width:100%;
}
.lh_jj .lh_jj1{
	width:1200px;
	margin:0 auto;
	box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.09);
    border-radius: 4px;
    background:#fff;
}
.lh_jj1 ul{
	width:100%;
	padding: 24px 30px 0;
    box-sizing: border-box;
    overflow:hidden;
}
.lh_jj1 ul li{
	width: 45%;
	height:26px;
	line-height:26px;
	overflow: hidden;
    margin-bottom: 20px;
    float: left;
    margin-right:5%;
    padding-left:30px;
    box-sizing:border-box;
    font-size:20px;
    color:#555;
    position:relative;
}
.lh_jj1 ul li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #9A9A9A;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); /* 垂直居中 */
}
/*底部*/
.bottom{
    width:100%;
	margin-top:50px;
    background:#962221;
}
.bottom .bottom1{
    width:1200px;
    margin:0 auto;
    padding:40px 0px;
    box-sizing:border-box;
}
.bottom1 p{
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-size:16px;
    margin-top:10px;
}
.bottom1 p a{
    color: #fff;
}
/*内容页*/
.lh_nr{
    width:100%;
    margin:15px 0px;
}
.lh_nr .lh_nr1{
    width:1200px;
    margin:0 auto;
}
.nr_szwz{
    margin-bottom: 15px;
    font-size: 15px;
}
.lh_wz{
    width:100%;
    font-size: 22px;
    margin: 0 auto 34px;
}
.lh_wz h1 {
    font-weight: bold;
    text-align: center;
    font-size: 38px;
}
.news-other {
    color: #999;
    text-align: center;
    border-bottom: solid 1px #ddd;
    padding-bottom: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
}
.news-source {
    margin-left: 15px;
}
.lh_wz p{
    line-height: 1.66;
    margin-bottom: 15px !important;
    color: #333;
}
.lh_wz img{
    width:600px;
    height:auto;
    border: 1px solid #ccc;
    max-width: 578px !important;
    margin: 0 auto;
    display: block;
}
.lh_wz video{
    width:600px;
    height:auto;
    border: 1px solid #ccc;
    max-width: 578px !important;
    margin: 0 auto;
    display: block;
}
.nr_con{
    width:100%;
}
.news-editor {
    text-align: right;
    line-height:45px;
    font-size:22px;
}
/*第二页*/
.lh_lb{
    width:100%;
}
.lh_lb .lh_lb1{
    width:1200px;
    margin:0 auto;
    margin-top:15px;
}
.lh_lb1 ul li{
    width:100%;
    padding: 10px 0px;
    border-bottom: 1px dashed #979797;
    overflow: hidden;
    font-size:16px;
}
.news-title{
    width: 70%;
    height:24px;
    line-height:24px;
    float: left;
    margin: 0;
    color: #333333;
    overflow: hidden;
}
.news-time{
    float: right;
    color: #999999;
    margin-left: 10px;
}
.turnPage {
    text-align: center;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 14px;
}
.turnPage a, .turnPage span {
    height: 23px;
    line-height: 23px;
    vertical-align: top;
    display: inline-block;
    color: rgb(37, 37, 37);
    font-family: 宋体;
    padding: 0px 8px;
    margin: 4px;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(229, 229, 229);
    border-image: initial;
    overflow: hidden;
}
.turnPage .active a, .turnPage a:hover, .turnPage span {
    background: #b92c2c;
    border: 1px solid #b92c2c;
    text-decoration: none;
    color: #fff;
}
/*视频页*/
.lh_sp{
    width:100%;
}
.lh_sp .lh_sp1{
    width:1083px;
    margin:0 auto;
    margin-top:15px;
}
.lh_sp1 ul{
    width:100%;
    overflow: hidden;
}
.lh_sp1 ul li{
    width: 24%;
    margin-right: 1%;
    margin-bottom: 40px;
    float: left;
}
.sp_tu{
    width:100%;
    height: 170px;
    overflow: hidden;
    position: relative;
}
.sp_tu img{
    width:100%;
    height: 100%;
}
.sp_opan{
    width: 22px;
    height: 22px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background:url(../images/sp_opan.png) no-repeat;
    background-size:100% 100%;
}
.sp_nr{
    margin-top: 4px;
    font-size: 16px;
    height:48px;
    line-height:24px;
}
.lh_c1,.lh_c2,.lh_c3,.lh_c4{
    display:none;
}



@media (min-width: 640px) and (max-width:1200px){
    body{
            min-width:1200px;
        }
    }
@media screen and (max-width: 640px){
.lh_banner img{
	width:160%;
	margin-left:-30%;
}
.lh_dh .lh_dh1{
	width:100%;
}
.lh_dh1 ul li{
	font-size:15px;
}
/*news*/
.lh_news{
	padding:0 0 30px 0;
}
.lh_news .lh_news1{
	width:92%;
}
.news_tit{
	margin: 20px auto 0;
	padding: 20px 10px;
	box-sizing: border-box;
}
.news_tit h2{
	font-size:18px;
	font-weight:bold;
}
.left{
	width:100%;
}
.swiper-container{
	height:253px;
}
.swiper-container .swiper-slide{
	border-radius:10px;
}
.nr{
	margin-top:20px;
}
.nr ul{
	width:100%;
	margin-top:10px;
}
.nr ul li{
	font-size:16px;
	height: 35px;
    line-height: 35px;
    padding-left: 20px;
}
.nr ul li::before{
	width: 8px;
    height: 8px;
}
/*政协好声音*/
.lh_zx{
    padding:20px 0;
}
.lh_zx .lh_zx1{
	width:100%;
	padding:0px 4%;
    box-sizing:border-box;
}
.columnName{
	font-size:16px;
}
.redContentColumn {
        padding-bottom: 12px;
    }
.view_more1{
	margin-top:0px;
}
.specImg{
	width:36%;
	height:86px;
	float: left;
}
.spectitle{
	width:60%;
	padding:0;
	float: right;
}
.view_more2{
	display:none;
}
.zx_con1{
	width:100%;
	margin-right:0;
	margin-bottom:15px;
}
/*图观议政*/
.lh_tgyz .lh_tgyz1{
	width:100%;
	padding-bottom:0px;
}
.columnName1{
    width: 142px;
    height:50px;
    font-size:16px;
    padding-left:20px;
    line-height:75px;
}
.view_more, .view_more1{
	font-size:14px;
}
.thirdPartColumn {
    height: 50px;
    line-height: 70px;
    width: calc(100% - 10px);
}
.tgyz_nr{
	padding:20px 4%;
}
.swiper-container4{
	margin-top:0px;
	padding-bottom:30px;
}
.tgyz1{
	width:100%;
}
.tgyz2{
	height:254px;
}
.tgyz3 {
    margin-top: 17px;
    line-height: 28px;
    font-size: 15px;
    margin-bottom:20px;
}
.lh_jj .lh_jj1{
	width:100%;
}
.lh_tgyz{
	margin:20px 0px;
}
.lh_jj1 ul li{
	width:100%;
	font-size:16px;
	padding-left:20px;
}
.lh_jj1 ul {
    width: 100%;
    padding: 24px 2% 0;
}
.lh_jj1 ul li::before {
    width:8px;
    height:8px;
}
.swiper-container4 .swiper-pagination-bullet{
	width:10px;
    height:10px;
}
.bottom{
	margin-top:20px;
}
.lh_dh1 .dh_first{
	width:15%;
}
.lh_dh1 ul li:nth-child(3){
	width:25%;
}
.bottom .bottom1{
    width:92%;
    padding: 20px 0px;
}
.bottom1 p{
    font-size:12px;
}
/*内容页*/
.lh_nr .lh_nr1{
    width:92%;
}
.lh_wz h1{
    font-size:26px;
}
.news-other{
    font-size:14px;
}
.lh_wz img{
    width:100%;
}
.lh_wz video{
    width:100%;
}
.lh_wz{
    font-size:18px;
}
.news-editor{
    font-size:18px;
}
/*列表页*/
.lh_lb .lh_lb1{
    width:92%;
}
.news-time{
    display:none;
}
.news-title{
    width:100%;
    height:48px;
}
.turnPage{
    padding-bottom:0px;
}
/*视频页*/
.lh_sp .lh_sp1{
    width:92%;
}
.lh_sp1 ul li{
    width:100%;
    margin-right:0;
    margin-bottom: 15px;
    background:#fff;
}
.sp_tu{
    width: 36%;
    height: 86px;
    float: left;
}
.sp_nr {
    width: 60%;
    padding: 0;
    float: right;
}









}




