/**背景**/
/*.pc_bg img {
	width: 100%;
}
.phone_bg img {
	width: 100%;
}*/
/*
首页公用样式开始
 */
.hide {
    display: none;
}
.shows {
	display: block;
}
/*查看更多*/
.more {
	width: 60%;
	border: 1px solid #cd0e0e;
	text-align: center;
	border-radius: 10px;
	/*background-color: #cd0e0e;*/
	text-decoration: none;
}
.more a {
	color: #cd0e0e;
	display: block;
	padding: 8px 0;
	text-decoration: none;
	cursor: pointer;
	font-size: 16px;
}
.more:hover {
	color: #fff;
	background-color: #cd0e0e;
}
.more a:hover {
	color: #fff;
}
/*栏目标题*/
.title_img span a img {
	width: 100%;
}
.title_img h4 {
	border-bottom: 1px solid #505050;
	padding-bottom: 10px;
	margin: 0;
}
.title_img h4 a {
	display: block;
	text-decoration: none;
	color: #ba261a;
	font-weight: bold;
}
/*
首页公用结束
 */

/**导航**/
/*.nav {
	width: 100%;
	background-color: #ba261a;
}
.navbar {

}
.navbar ul {
	padding: 0;
	margin: 0;
}
.navbar ul li {
	padding: 5px 30px;
	list-style: none;
    float: left;
}
.navbar ul li a {	
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	color:#FFFFFF;
	font-weight: bold;
}
@media screen and (max-width: 539px) {
.navbar ul li {	
	width: 50%;
	padding: 5px 0px;
}
.navbar ul li a {	
	font-size: 18px;
	font-weight: normal;
}
}*/
/**头条新闻**/
.top1 {
	
}
.ttbg {
	width: 100%;
	background: url(../images/headline.png)no-repeat;
	background-size: cover;
}
.ttbg h4 {
	width: 93%;
	height: 148px;
	line-height: 148px;
	margin: 0;
}

.ttbg h4 a {
	display: block;
	font-size: 32px;
    color: #af1111;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
   padding-left: 30px;
 overflow: hidden; 
  white-space: nowrap; 
  text-overflow: ellipsis; 
}
/**图片新闻**/
.lbtxw {
	width: 100%;
	/*background-color: #D1D2D4;*/
}
.lbt img {
	display: block;
	width: 100%;
	object-fit: cover;
	height: 295px;
}
.carousel-caption {
    position: absolute !important;
    right: 0!important;
    bottom: 0rem !important;
    left: 0!important;
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    height: 45px;
    line-height: 45px;
}
.carousel-caption p {
	padding: 0 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin: 0 !important;
}
.carousel-caption p a {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}
.carousel-indicators {  
    margin-bottom: 3rem !important;  
}
.carousel-indicators .active {
   background-color: #C10D0C;
}

/**新闻列表**/
.xinwen {
	width: 100%;
}
.xinwen ul {
	padding: 0;
	margin: 0;
}
.xinwen ul li {
	list-style: none;
	clear: both;
	height: 45px;
	line-height: 45px;
	margin-top: 7px;
}
.xinwen ul li a::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-bottom: 4px;
  border-radius: 6px;
  margin-right: 10px;
  background: #ad1818;
  display: inline-block;
}
.xinwen ul li a {
	float: left;
	display: block;
	width: 86%;
	text-decoration: none;
	color: #333;
	font-size: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #333333;
	
}
.xinwen ul li span {
	text-align: right;
	/*text-align: center;*/
	float: right;
	display: block;
	width: 14%;
	color: #999999;
	font-size: 16px;
	
}
/**两会报告**/
.lhbg {
	width: 100%;
	background: url(../images/2026bgsl.png) no-repeat center top;
	background-size: contain;
}
.lszj a {
	width: 100%;
	/*text-align: center;*/
	display: block;
	text-decoration: none;
	
}
.lszj a img {
	width: 100%;
}


.bgsl p {
	 transition: all 0.3s ease;
	/*margin: 0;*/
	 line-height: 54px;
	  text-align: center;
	  width: 100%;
	  background: #ffffff;
	  color: #666666;
	  font-weight: bold;
	  cursor: pointer;
	  font-size: 20px;
	  list-style: none;
	 border-radius: 5px;
	 border: 1px solid #bf0e0e;
}
.tit_actv {
  background: #d01300!important;
  color: #ffffff!important;
}
.tabs_content {
	width: 100%;
 box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
 background: #ffffff;
 padding-bottom: 1.5%;
 border-radius: 5px;
}
        
.tab_pane {
	width: 100%;
    display: none;
    animation: fadeIn 0.5s ease;
}
.tab_pane ul {
	margin: 0;
	padding: 0;
}
.tab_pane ul li {
	margin: 1.5% 1% 0;
	padding: 15px 15px;
	width: 48%;
	border: 1px solid #e4e4e4;
	float: left;
	list-style: none;
	font-size: 18px;
	font-weight: bold;
} 
.tab_pane ul li a {
	display: block;
	width: 100%;
	text-overflow: ellipsis; 
    overflow: hidden;
    text-decoration: none;
    height: 60px;
    line-height: 30px;
    color: #333333;
}       
.tab_pane.con_actv {
    display: block;
}
/***两会声音**/
.lhsy {
	width: 100%;
}

.lhsy_tit {
	width: 100%;
}
.lhsy_tit ul{
	padding: 0;
	margin: 0;
   
}
.lhsy_tit ul li {
	 font-weight: bold;
	  cursor: pointer;
	  font-size: 20px;
	float: left;
	width: 50%;
	list-style: none;
	text-align: center;
	line-height: 46px;
    height: 50px;
    color: #666666;
}
.potin {
	background: #D50803;
    color: #fff!important;
}

#lhsy_list {
        width: 100%;
     
    }
#lhsy_list .dom {
       /* margin-top: 10px;*/
        display: none;       
    }
    
#lhsy_list .showlist {
      display: block;
    }


.lhsy_tab {
	width: 100%;
	position: relative;
}
.img_tab {
	width: 50%;
	background: url(../images/picw.jpg) no-repeat;
	background-size: 100% 100%;
}
.img_tab .dom2 {
	width: 85%;	
	margin: 0 auto;
	padding: 7.5% 0;
	display: none;
}
.img_tab .showimg {
	display: block;
}
/*.img_tab a {
	display: block;
}*/
.img_tab a  img {
	width: 100%;
	height: 340px;
	display: block;
	object-fit: cover;
   
}
#img_tab::after {
	position: absolute;
	content: "";
	top: 0;
	left: 50%;
	width: 20px;
	height: 30px;
	background: url(../images/shang.png)no-repeat;
}
#img_tab2::after {
	position: absolute;
	content: "";
	top: 0;
	right: 50%;
	width: 20px;
	height: 30px;
	background: url(../images/shang2.png)no-repeat;
}
.xw_tab {
	width: 50%;
	/*height: 408px;*/
	border: 1px solid #b6252a;
	margin-top: 30px;
	padding-bottom: 30px;
	background: #FFFFFF;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.xw_tab ul {
	padding: 0 3%;
	margin: 0;
}
.xw_tab ul li {
	
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	list-style: none;
	margin-top: 4%;
	border-bottom: 1px dashed red;
	font-weight: bold;
	font-size: 18px;	
	padding: 6% 0 6% 6%;
}
.xw_tab ul li a {
	color: #666666;
	text-decoration: none;
	
}
.xw_tabbg {
	background: url(../images/xwtip.png)no-repeat top left ;
	background-size: 100% 100%;
	border-bottom: none!important;
	
}
.xw_tabbg a {
	color: #FFFFFF!important;
}

.xw_tabbg2 {
	background: url(../images/xwtip2.png)no-repeat top left ;
	background-size: 100% 100%;
	border-bottom: none!important;
	
}
.xw_tabbg2 a {
	color: #FFFFFF!important;
}

.m_phone {
	width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.09);
    background: #ffffff;
    padding-bottom: 1%;
    border-radius: 5px;
}
.m_phone ul { 
padding: 0;
margin: 0;
}
.m_phone ul li {
	margin: 1.5% 1% 0; 
	list-style: none;
	padding: 10px 10px;
    width: 98%;
    border: none;
    border-bottom: 1px solid #e4e4e4;
    font-weight: 500;	
    font-size: 18px;
}	
.m_phone ul li a { 
	text-decoration: none;
	/*height: 30px;*/
    line-height: 30px;
    color: #333333;
	display: block;
}	
/**创意解读**/
.cyjd {
	width: 100%;
}
.cyjd_con {
	width: 100%;
}

/**十件民生实事**/
.msss {
	width: 100%;
	
}
.msss_con {
	width: 100%;
}
.msss_list {
	width: 100%;
	height: 500px;
	background-color: yellow;
	background: url(../images/mssbj_r.png)no-repeat top center;
	background-size: 100% 100%;
}

.left {
	position: relative;
	width: 50%;
	height: 100%;
	
}

.right {
	width: 47%;
	height: 93%;
	padding: 35px 35px 55px 0;
	font-size: 16px;
    color: #fff;
    line-height: 35px;
   /* padding: 28px 38px;*/
   /* text-indent: 2em;*/
    overflow: auto;
    color: #000000;
	scrollbar-color: #ffffff #ffffff00;
}
.right div{
    display: none;
}
.right div.activems{
    display: block;
}
.left .up,
.left .down{
    text-align: center;
    height: 60px;
    line-height: 60px;
}
.left .down{
    position: absolute;
    width: 100%;
    bottom: 35px;
}
.left .sstitle{
    position: relative;
    top: 16px;
    height: 310px;
    overflow: hidden;
}
.left ul{
    position: absolute;
    width: 100%;
    /* height: 310px; */
    overflow: hidden;
    padding-left: 30px;
}
.left ul li{
    width: 100%;
    height: 62px;
    line-height: 24px;
    /* padding: 7px 0; */
    z-index: 999;
    position:relative;
    display: table;
  }
.left ul li a{
      background: url(../images/libg.png) no-repeat 0px 0px;
}

.left ul li.activems a{
     background: url(../images/libg02.png) no-repeat 0px 0px;
}

.left ul li a {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
   /* padding: 7px 0;*/
    font-size: 18px;
    font-weight: bold;
    padding-left: 60px;
    color: #652b00;
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
}


/**民生实事2样式***/
.msss2 {
	background: #fdf5ef;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.msss2_block {
	height: 330px;
	position: relative;
	padding: 20px 0;
	margin: 0 20px!important;
}
.tpys {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	background: #ffffff;
	padding: 15px;
}
.msss2_block:hover .tpys img {
  transform: scale(1)!important;
}

.sstxt {
	position: absolute;
	bottom: 6%;
	right: 6%;
	background: url(../images/msss.png) no-repeat center top!important;
}

.btnr {
	width: 80%!important;
	font-weight: bold;
	color: #ca2b1c;
	line-height: 26px;
   /* height: 52px;*/
   /* text-align: justify;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 5% 0 0 7%!important;
	text-align: left!important;
}
.btnr a {
	
	
	color: #ca2b1c!important;
}


.owl-prev .zuo2 {
	position: absolute;
	left: 0;
	top: 47%;
	background: #bf0e0e;
	padding: 8px;
}
.owl-next .you2 {
	position: absolute;
	right: 0;
	top: 47%;
	background: #bf0e0e;
	padding: 8px;
}







/**手机适配**/


@media only screen and (min-width: 768px) and (max-width: 1200px){
.lbt img {
	width: 100%;
	height: auto;
}
.xinwen ul li {
	height: 35px;
	line-height: 35px;
	margin-top: 5px;
}
.ttbg h4 a {
	font-size: 28px;
}
.ttbg h4 {	
	height: 128px;
	line-height: 128px;	
}

}

@media screen and (max-width: 767px) {
.lbt img {
	height: auto;
}
.xinwen ul li {
	height: 35px;
	line-height: 35px;
	margin-top: 5px;
}
.ttbg h4 a {
	font-size: 1.5rem;;
}
.ttbg h4 {	
	height: 80px;
	line-height: 80px;	
}
.bgsl p {
	
	margin-bottom: 10px;	
}
.tab_pane ul li {
	padding: 10px 10px;
	width: 98%;
	border: none;
	border-bottom: 1px solid #e4e4e4;		
	font-weight: 500;
} 
.tab_pane ul li a {	
    height: 30px;
    line-height: 30px;
    color: #333333;
}
.lhsy_tab {
	display: none;
}

.msss_list {
	display: none;
}
.msss2 {
	display: none!important;
}

.sl_more {
	width: 55%!important;
}
.lbt img {
  
  border-radius: 10px;
}
.carousel-caption {
  border-radius: 0px 0px 10px 10px;
}


}
@media only screen and (min-width: 1200px) and (max-width: 1399px){
.img_tab a  img {	
	height: 313px;  
}
.sstxt {
    position: absolute;
    bottom: 18%!important;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
.img_tab a  img {	
	height: 286px;
	  
}
.btnr {
	padding: 5% 0 0 12% !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
.img_tab a  img {	
	height: 250px;
	  
}
.sstxt {
    position: absolute;
    bottom: 25%!important;
}
.btnr {
	padding: 5% 0 0 10% !important;
}
/*.post-slide .post-img img{	
  	height: 183px!important;  
}*/
.right {
  padding: 20px 23px 40px 0px;
  line-height: 30px;
  
}
}