*{
    margin: 0;
    padding: 0;
}
.main{
    width: 1400px;
    /* min-width: 1400px; */
    margin:0 auto;
}
.pla{
	font-family: "86pla" !important;
	font-size: 16px;
    line-height: 1;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.w{
    overflow: hidden;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
/* header */
.header{
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    background-color: #f5f5f5;
    overflow: hidden;
}
.header_Left{
    float: left;
    font-size: 0;
    color: #666;
}
.header_Left span{
    font-size: 14px;
}
.header_Left a{
    color: #666;
    font-size: 14px;
}
.header_Left_margin{
    margin-right: 40px;
}
.login{
    padding:5px 12px;
}
.focus_{
    color: #0ba95f!important;
}
.loginFocus{
    color: #fff!important;
    background-color: #0ba95f;
    border-radius: 3px;
    font-weight: 700;
}
.header_Right{
    float: right;
    font-size: 0;
}
.header_Right a{
    border-left: 1px solid #666;
    padding:0 7px 0 7px;
    font-size: 14px;
    color: #666;
}
.header_Right a:nth-child(1){
    border-left: 0;
}
.header_Right span{
    font-size: 12px;
    margin-left: 17px;
    color: #fff!important;
    background-color: #0ba95f;
    border-radius: 3px;
    padding:6px 10px;
    cursor: pointer;
}
.header_Right a:hover{
    color: #0ba95f!important;
}
/* search */
.search{
    width: 1400px;
    /* min-width:1400px; */
    margin: 0 auto;
    padding: 30px 0;
    height: 81px;
    /* overflow: hidden; */
}
.search_Left{
    float: left;
}
.search_Left img{
    width:100%;
	max-height:none;
	display:block;
}
.search_Left span{
    display: inline-block;
    font-size: 30px;
    color: #03a363;
    font-weight: 700;
    /* line-height: 20px; */
    margin-left: 53px;
    vertical-align: top;
    padding-top: 15px;
}
.search_Left span i{
    width: 120px;
    height: 14px;
    display: block;
    margin-top: 6px;
    background: url(../../../../Images/News/Version/2020/newsIndex1.jpg)no-repeat;
    background-size: 100%;
}
.search_Right{
    float: right;
    width: 640px;
    height: 50px;
    line-height: 50px;
    /* border: 1px solid #dcdcdc; */
    border-right: none;
    font-size: 0;
    margin-top: 18px;
}
#searchForm{
    width: 468px;
    overflow: hidden;
    float: right;
    margin-top: 8px;
}
#searchForm input{
    width: 362px;
    height: 20px;
    border: 2px solid #0ba95f;
    border-right: none;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background-color: #fff;
    font-size: 14px;
    padding: 10px 12px;
    font-family: microsoft yahei;
    color: #999999;
}
#searchForm button{
    width: 80px;
    height: 44px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    background-color: #0ba95f;
    text-align: center;
    border: none;
    float: right;
    cursor: pointer;
}
#searchForm button i{
    font-size: 26px;
    color: #fff;
}
/* nav */
.nav{
    height: 60px;
    width: 100%;
    background-color: #0ba95f;
    margin:5px 0 15px 0;
    overflow: hidden;
}
.nav p{
    display: block;
    height: 60px;
    line-height: 60px;
}
.nav p a{
    float: left;
    font-size: 20px;
    color: #fff;
    padding: 0 23px;
}
.navFoucs{
    background-color: #1e955e;
}
.nav p a:hover{
    background-color: #1e955e;
}
/* 面包屑导航 */
.BreadCrumbs{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #666;
}
.BreadCrumbs i{
    font-size: 20px;
    color: #0ba95f;
}
.BreadCrumbs a{
    color: #747474;
}
/* content */
.content{
    width: 100%;
    overflow: hidden;
}
/* content_right */
.content_right{
    box-sizing: border-box;
    float: right;
    width: 390px;
    font-size: 0;
    margin-left: 40px;
}
.content_right_img1{
    display: inline-block;
    width: 100%;
    padding-top:20px;
}
/* list_adver */
.list_adver{
    margin-bottom: 5px;
}
.list_adver a{
    position: relative;
    display: block;
    height: 0;
    padding-bottom: 25.6%;
    overflow: hidden;
    margin-bottom: 14px;
}
.list_adver img{
    width: 100%;
    max-height: none;
}
.list_adver a i{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    width: 24px;
    height: 12px;
    background: url(../../../../Images/News/Version/2020/adver1.png) no-repeat;
}
/* side_news */
.side_title{
    position: relative;
    height: 41px;
    width: 100%;
    border-bottom: 4px solid #e4e4e4;
}
.side_title span{
    position: absolute;
    height: 41px;
    font-size: 24px;
    font-weight: 700;
    border-bottom: 4px solid #0ba95f;
}
.side_news{
    box-sizing: border-box;
    width: 100%;
}
.side_news ul{
    box-sizing: border-box;
    width: 100%;
    padding:29px 23px 0 23px ;
    border:1px solid #e4e4e4;
    border-radius: 2px;
}
.side_news ul li{
    box-sizing: border-box;
    display: inline-block;
    font-size: 16px;
    width: 357px;
    padding-bottom: 20px;
    margin-right: 24px;
    cursor: pointer;
}
.side_news ul li.focus i{
    color:#fff;
    background-color: #fc8f3c;
}
.side_news ul li.focus a{
    color: #fc8f3c;
}
.state{
    display: none;  
    height: 90px; 
    margin:15px 0 15px 5px;
}
.side_news li.focus div.state{
    display: block;
    transition: all 0.3s ease;
}
.side_news li i{
    box-sizing: border-box;
    display: inline-block;
    width: 44px;
    height: 20px; 
    line-height: 20px;
    text-align: center;
    border:1px solid #fc8f3c;
    color: #fc8f3c;
    font-style: normal;
    border-radius: 16px;
    margin-right: 15px;
    vertical-align: top;
}
.side_news li p{
    display: inline-block;
    box-sizing: border-box;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}
.side_news li p a{
    color: #333;
}
.state img{
    display:inline-block;
    width: 38.9%;
    height: 100%;
    vertical-align: top;  
}
.detailed{
    display: inline-block;
    box-sizing: border-box;
    width: 55%;
    height: 100%;
    background-color: #f6f6f6;
    padding: 24px 18px 15px 15px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    font-weight: normal;
    overflow: hidden;
}
.detailed a{
    font-size: 16px;
    line-height: 24px;
    color: #fc8f3c!important;
}
.recommend{
    width: 100%;
}
.recommended{
    width: 100%;
    height: 41px;
    margin-top: 16px;
    position: relative;
    border-bottom: 4px solid #e4e4e4;
}
.recommended span{
    position: absolute;
    height: 41px;
    font-size: 24px;
    color: #333;
    font-weight: 700;
    border-bottom: 4px solid #0ba95f;
}
.recommended a{
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    color: #999;
    font-style: normal;
    padding-bottom: 10px;
}
.exhibition_time{
    box-sizing: border-box;
    width: 100%;
    padding: 19px 19px 0 17px;
    overflow: hidden;
    text-align: center;
    border:1px solid #e4e4e4;
}
.exhibition_time_img{
    display: none;
    padding-bottom: 55.8%;
    height:0;
	overflow:hidden;
}
.img_focus{
    display: block;
}
.exhibition_time_img img{
    width:100%;
	max-height:none;
	display:block;
}
.exhibition_time ul{
    font-size: 0;
}
.exhibition_time li{
    display: block;
    padding-bottom: 20px;
}
.exhibition_time_text{
    padding-top: 20px;
    padding-left: 20px;
    font-size: 16px;
    text-align: left;
    border-left:1px dashed #e4e4e4; 
}
.exhibition_time_text_last_box{
    padding-bottom: 25px;
}
.exhibition_time_text div{
    position: relative;
    height: 24px;
    width: 100%;
    line-height: 24px;
}
.exhibition_time_text a{
    display: block;
    color: #333;
    height: 24px;
    line-height: 24px;
    padding-right:8px;
    overflow: hidden;
    font-weight: 700;
}
.exhibition_time_text i{
    position: absolute;
    top: 6px;
    left: -25px;
    width: 10px;
    height: 10px;
    background-color: #d4d4d4;
    border-radius: 50%;
}
.exhibition_time_text span{
    display: block;
    color: #666;
    line-height: 24px;
} 
.exhibition_time_text a:hover{
    color: #0ba95f!important;
}
.exhibition_time_text a:hover i{
    background-color: #0ba95f;
}
.project{
    width: 100%;
}
.project_recommended{
    height: 41px;
    width: 100%;
    margin-top: 16px;
    position: relative;
    border-bottom: 4px solid #e4e4e4;
}
.project_recommended span{
    position: absolute;
    height: 41px;
    font-size: 24px;
    color: #333;
    font-weight: 700;
    /* padding: 14px 0; */
    border-bottom: 4px solid #0ba95f;
}
.project_recommended a{
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    color: #999;
    font-style: normal;
    padding-bottom: 10px;
}
.project_image{
    padding: 20px 25px 0 25px;
    text-align: center;
    font-size: 16px;
    color: #333;
    border:1px solid #e4e4e4;
}
.project_image ul{
    font-size: 0;
}
.project_image li{
    font-size: 16px;
}
.project_image_img{
    padding-bottom:54.4%;
	height:0;
	overflow:hidden;
}
.project_image li img{
    width:100%;
	max-height:none;
	display:block;
}
.project_image_title{
    height: 50px;
    width: 100%;
    border-left:1px dashed #e4e4e4;
    position: relative;
}
.project_image_title:hover{
    cursor: pointer;
}
.project_image_title a{
    display: block;
    height: 50px;
    line-height: 50px;
    padding:0 10px;
    overflow: hidden;
    color: #333;
}
.project_image_title a i{
    position: absolute;
    top: 19px;
    left: -5px;
    width: 10px;
    height: 10px;
    background-color: #d4d4d4;
    border-radius: 50%;
}
.project_image li:hover a{
    font-weight: 700;
    color: #0ba95f!important;
}
.project_image li:hover i{
    background-color: #0ba95f;
}
.video{
    width: 100%;
    overflow: hidden;
}
.video_recommended{
    height: 41px;
    width: 100%;
    margin-top: 16px;
    position: relative;
    border-bottom: 4px solid #e4e4e4;
}
.video_recommended span{
    position: absolute;
    height: 41px;
    font-size: 24px;
    color: #333;
    font-weight: 700;
    border-bottom: 4px solid #0ba95f;
}
.video_recommended a{
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    color: #999;
    font-style: normal;
    padding-bottom: 10px;
}
.video ul{
    font-size: 0;
    border-left:1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    border-right:1px solid #e4e4e4;
    padding: 20px 25px 0 25px;
}
.video li{
    display: block;
}
.video_img{
    padding-bottom: 56.4%;
    height:0;
    overflow:hidden;
    position: relative;
}
.video_img span{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    z-index: 3;
}
.video_img a:hover span{
    background-color: rgba(0,0,0,0.4);
    transition: all 0.3s ease;
}
.video_img i{
    position: absolute;
    left: 10px;
    bottom: 3px;
    font-size: 60px;
    color: #000!important;
}
.video_img a:hover i{
    font-size: 70px;
    transition: all 0.3s ease;
}
.video_img img{
    width:100%;
	max-height:none;
	display:block;
}
.video_text{
    height: 50px;
    text-align: center;
}
.video_text a{
    display: block;
    font-size: 18px;
    color: #333;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 8px;
}
.video_text a:hover{
    color:#ff6600;
}

.mall{
    width: 100%;
    overflow: hidden;
}
.mall_title{
    position: relative;
    width: 100%;
    height: 41px;
    /* font-size: 26px; */
    padding-top: 20px;
    border-bottom: 4px solid #e4e4e4;
}
.mall_title span{
    position: absolute;
    height: 41px;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    /* padding-bottom: 10px; */
    border-bottom: 4px solid #0ba95f;
}
.mall_label{
    box-sizing: border-box;
    width: 100%;
    padding: 25px 0 13px 25px;
    border:1px solid #e4e4e4;
}
.mall_label a{
    display: inline-block;
    font-size: 16px;
    color: #0ba95f;
    border:1px solid #0ba95f;
    border-radius: 25px;
    padding: 8px 18px 8px;
    margin-right: 14px;
    margin-bottom: 10px;
}
.mall_label a:hover{
    background-color: #0ba95f;
    color: #fff!important;
}

/* .content_left */
.content_left{
    overflow: hidden;
    font-size: 0;
}
.content_list{
    overflow: hidden;
}
.content_left a{
    overflow: hidden;
}
.content_left ul{
    margin-top: 12px;
    overflow: hidden;
}
/* xin */
.content_left ul li {
    margin: 12px 0;
    font-size: 0;
}
.content_left ul li p{
    font-size: 18px;
    line-height: 36px;
    height: 36px;
    display: inline-block;
    position: relative;
    padding-left: 15px;
    max-width: 66%;
    overflow: hidden;
}
.content_left ul li p a{
    color: #333;
}
.content_left ul li p::before{
    content: " ";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #9b9b9b;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.content_left ul li p:hover a{
    color:#0ba95f ;
    
} 
.content_left ul li p:hover::before {
  background-color: #0ba95f;
}
.content_left ul li .reading{
    float: right;
    margin-top: 7px;
    width: 280px;
}
.content_left ul li span{
    font-size: 16px;
    color: #999;
}
.content_left ul li span i{
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}
.content_left ul li .readingAmount {
    margin-right: 50px;
}
.content_left ul li .readingAmount i{
    width: 18px;
    height: 14px;
    background:url('/images/News/version/2020/view.png') no-repeat 0 0;
    margin-bottom: 4px;
  
}
.content_left li .date{
     float: right;
}
.content_left ul li .date i{
    width: 16px;
    height: 16px;
    background:url('/images/News/version/2020/date.png') no-repeat 0 0;
    margin-bottom: 3px
}
/* end */
.content_list_yuan::before{
    position: absolute;
    top: 0;
    right: -30px;
    content: "原";
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #0ba95f;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    border-radius: 4px;
}
/* page */
.newspages {
    width: 840px;
    margin: 0 auto;
    height: 40px;
    clear: both;
    padding: 35px 0 40px 0;
    text-align: center;
    font: normal 14px/40px "Tahoma";
    color: #666;
    font-size: 0;
    vertical-align: top;
}
.newspages a{
    padding: 0 20px;
    height: 38px;
    display: inline-block;
    border: 1px solid #e6e6e6;
    text-align: center;
    font: normal 14px/38px "Tahoma";
    color: #666666;
    vertical-align: middle;
}
.newspages a.ft {
    width: 52px;
    padding: 0;
    border-left: 1px solid #e6e6e6;
    border-right: 0;
    background: url(../../../../Images/News/Version/2020/ft_03.jpg) no-repeat;
    background-position:center;
}
.newspages a.prev {
    width: 80px;
    padding: 0;
    background: url(../../../../Images/News/Version/2020/prev_03.jpg) no-repeat;
    border-left: 1px solid #e6e6e6;
    background-position:center;
    background-size: 80%;
}
.newspages a.on {
    background: #0c9756;
    border: 1px solid #0c9756;
    border-left: 0;
    color: #fff;
    font-weight: bold;
}
.newspages a.lt {
    width: 80px;
    padding: 0;
    background: url(../../../../Images/News/Version/2020/lt_03.jpg) no-repeat;
    background-position:center;
    background-size: 80%;
}
.newspages a.next {
    margin-right: 15px;
    width: 52px;
    padding: 0;
    background: url(../../../../Images/News/Version/2020/next_03.jpg) no-repeat;
    background-position:center;
}
.jump{
    display: inline-block;
    height: 100%;
    font-size: 14px;
}
.newspages input {
    width: 46px;
    height: 38px;
    display: inline-block;
    text-align: center;
    border: 1px solid #e6e6e6;
    font: normal 14px/38px "Tahoma";
    margin: 0 10px;
    vertical-align: middle;
    color: #7b7c79;
}
.newspages button {
    width: 58px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    outline: none;
    border: none;
    border-radius: 3px;
    font: normal 14px/40px "Tahoma";
    vertical-align: middle;
    cursor: pointer;
    background: #0c9756;
    color: #fff;
}

/* footer */
.footer{
    width: 100%;
    background-color: #333;
    padding: 20px 0;
    overflow: hidden;
}
.footer_left{
    float: left;
    font-size: 0;
    padding-left: 2px;
}
.footer_left p{
    font-size: 0;
}
.footer_left p a{
    text-decoration: none;
    color: #d5d5d5;
    font-size: 14px;
    padding: 0 10px;
    border-left:1px solid #d5d5d5;
}
.footer_left p a:hover{
    color:#ff6600;
}
.footer_left p a:first-child{
    border-left: 0;
    padding-left: 0;
}
.footer_left span{
    display: block;
    font-size: 15px;
    color: #fff;
    margin:15px 0 18px 0;
}
.footer_b{
    margin-top: 12px;
    border-bottom:1px solid #e4e4e4 ;
}
.footer_left span em{
    color: #0ba95f;
    font-style: normal;
}
.footer_left div em{
    font-size: 12px;
    color: #d5d5d5;
    font-style: normal;
    margin-right: 78px;
}
.footer_left div em:last-child{
    margin-right: 0;
}
.footer_left b{
    display: inline-block;
    font-size: 12px;
    color: #d5d5d5;
    font-weight: normal;
    padding-bottom: 16px;
}
.footer_left b a{
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    background-color: #0ba95f;
    margin-right: 40px;
    position: relative;
    cursor: pointer;
}
.footer_left b a .QQhover {
    position: absolute;
   left: 0px;
    bottom: 18px;
    border: 1px solid #666;
    border-radius: 4px;
    line-height: 20px;
    color: #333;
    background: rgba(255,255,255,.9);
    display: none;
    cursor: auto;
    font-weight: 600;
    height: 20px;
    width: 100px;
    text-align: center;
    font-family:"Microsoft Yahei"; 
    overflow: hidden;
    resize: none;
   }
   .footer_left b a .QQhover::after{
    position: absolute;
    left: 0;
    top: 0;
    line-height: 20px;
    content: "QQ:";
   }
   .footer_left b a:hover .QQhover{
    display: inline-block;
   }
.footer_left b:last-child a{
    margin-right: 0;
}
.footer_left b a img{
    vertical-align: top;
    padding-top: 3px;
}
.footer_left div i{
    font-size: 12px;
    color:#d5d5d5;
    font-style: normal;
    margin-right: 30px;
}
.footer_left div i:last-child{
    margin-right: 0;
}
.footer_i{
    margin-top: 15px;
}
.footer_right{
    box-sizing: border-box;
    float: right;
    text-align: left;
    width: 390px;
}
.footer_logo{
    display: block;
    width: 128px;
    height: 40px;
    margin-bottom: 20px;
}
.footer_ma{
    width: 100%;
    overflow: hidden;
}
.footer_ma div{
    float: left;
    box-sizing: border-box;
    width: 95px;
    margin-right: 15px;
    text-align: center;
}
.footer_ma div:last-child{
    margin-right: 0;
}
.footer_ma a{
    display: inline-block;
    width: 100%;
    height: 95px;
}
.footer_ma a img{
    width: 100%;
    height: 100%;
}
.footer_ma p{
    font-size: 11px;
    color: #fff;
    margin-top: 5px;
}
/* 两边广告 */
.LeftBar{
    position: fixed;
    top:300px;
    left: 10px;
    height: 340px;
    width: 71px;
}
.LeftBar a{
    display: block;
    width: 100%;
    height: 100%;
}
.LeftBar img{
    width: 100%;
}
.RightBar{
    position: fixed;
    top: 300px;
    right: 10px;
    width: 54px;
}
.RightBar a{
    width: 38px;
    height: 46px;
    display: block;
    float: left;
    text-align: center;
    color: #fff;
    padding: 8px 8px 0 8px;
    margin: 2px 0;
    filter: alpha(opacity=70);
}
.RightBar_position{
    position: relative;
}
.RightBar_position img{
    position: absolute;
    top: 0;
    left: -55px;
    cursor: pointer;
    display: none;
}
.RightBar_position:hover img{
    display: inline-block;
}
.RightBar a:nth-child(1){
    background: url(../../../../Images/News/Version/2020/rightBar.png) no-repeat 0 0;
}
.RightBar a:nth-child(2){
    background: url(../../../../Images/News/Version/2020/rightBar.png) no-repeat 0 -59px;
}
.RightBar a:nth-child(3){
    background: url(../../../../Images/News/Version/2020/rightBar.png) no-repeat 0 -115px;
}   
.RightBar a:nth-child(4){
    background: url(../../../../Images/News/Version/2020/rightBar.png) no-repeat 0 -172px;
}
.RightBar a:nth-child(5){
    background: url(../../../../Images/News/Version/2020/rightBar.png) no-repeat 0 -229px;
}
.publicbox{
    width: 100%;
}
.lostpro{
    width: 450px;
    background: url(../../../../Images/News/Version/2020/lostpro.jpg) no-repeat;
    margin: 75px auto 0;
    padding-left: 165px;
    height: 120px;
}
.lostpro span {
    font: 22px/34px "Microsoft Yahei";
    color: #333;
}
.lostpro span {
    font: 22px/34px "Microsoft Yahei";
    color: #333;
}
.lostproab {
    font: 12px/24px "Microsoft Yahei";
    color: #767676;
}
.lostproab a {
    background: url(../../../../Images/News/Version/2020/caigouSearch.png) no-repeat -145px -35px;
    padding-left: 12px;
}



@media screen and (min-width:1400px) and (max-width:1599px) {
    .content_left ul li span {
        font-size: 14px;
    }
    .content_left ul li p{
        font-size: 16px;
        max-width: 60%;
    }
    .list_adver a{
        margin-bottom: 12px;
    }
    .content_right{
        margin-left: 36px;
    }
    .newspages{
        width: 822px;
        padding: 52px 0 58px 0;
    }
    .newspages a{
        padding: 0 17px;
    }
    .newspages a.ft {
        width: 42px;
    }
    .newspages a.prev {
        width: 72px;
    }
    .newspages a.lt {
        width: 72px;
    }
    .newspages a.next {
        width: 42px;
        margin-right: 13px;
    }
    .jump{
        font-size: 12px;
    }
    .newspages input {
        width: 39px;
    }
    .newspages button {
        width: 53px;
    }
    .exhibition_time li{
        padding-bottom: 15px;
    }
    .mall_title{
        padding-top: 12px;
    }
}
@media screen and (min-width:1200px) and (max-width:1399px) {
    .content_left ul li span {
        font-size: 13px;
    }
    .content_left ul li p{
        font-size: 15px;
        max-width: 60%;
    }
    .content_left ul li .reading {
        width: 230px;
    }
    .BreadCrumbs{
        margin-bottom:0!important;
    }
    .list_adver a{
        margin-bottom: 10px;
    }
    .content_right{
        margin-left: 16px;
    }
    .newspages{
        width: 698px;
        padding: 56px 0 60px 0;
    }
    .newspages a{
        padding: 0 15px;
        font-size: 12px;
    }
    .newspages a.ft {
        width: 38px;
    }
    .newspages a.prev {
        width: 66px;
    }
    .newspages a.lt {
        width: 66px;
    }
    .newspages a.next {
        width: 38px;
        margin-right: 13px;
    }
    .jump{
        font-size: 12px;
    }
    .newspages input {
        width: 37px;
    }
    .newspages button {
        width: 48px;
    }
}
@media only screen and (max-width:1199px){
    .content_left ul li span {
        font-size: 12px;
    }
    .content_left ul li p{
        font-size: 14px;
        max-width: 60%;
    }
    .content_left ul li .reading {
        width: 204px;
    }
    .content_left ul li .readingAmount {
        margin-right: 20px;
    }
    .BreadCrumbs{
        margin-bottom:0!important;
    }
    .list_adver a{
        margin-bottom: 8px;
    }
    .content_right{
        margin-left: 20px;
    }
    .content_right_img1{
        padding-top:16px;
    }
    .newspages{
        height: 33px;
        width: 584px;
        padding: 56px 0 60px 0;
    }
    .newspages a{
        height: 31px;
        line-height: 31px;
        padding: 0 11px;
        font-size: 10px;
    }
    .newspages a.ft {
        width: 33px;
    }
    .newspages a.prev {
        width: 55px;
    }
    .newspages a.lt {
        width: 55px;
    }
    .newspages a.next {
        width: 33px;
        margin-right: 10px;
    }
    .jump{
        font-size: 10px;
        vertical-align: top;
    }
    .newspages input {
        height: 31px;
        width: 30px;
        margin: 0 7px;
    }
    .newspages button {
        height: 33px;
        width: 38px;
        line-height: 33px;
        font-size: 10px;
    }
}