*{
    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;
    margin: 0 auto;
    padding: 30px 0;
    height: 81px;
}
.search_Left{
    float: left;
}
.search_Left img{
    width:263px;
    height: auto;
	max-height:none;
	display:block;
}
.search_Left span{
    display: inline-block;
    font-size: 30px;
    color: #0ba95f;
    font-weight: 700;
    margin-left: 53px;
    vertical-align: top;
    padding-top: 7px;
}
.search_Left span i{
    width: 120px;
    height: 14px;
    display: block;
    margin-top: 6px;
    background: url(../../../../Images/News/Version/2020/newsIndex1-2.png)no-repeat;
    background-size: 100%;
}
.search_Right{
    float: right;
    width: 640px;
    height: 50px;
    line-height: 50px;
    border-right: none;
    font-size: 0;
    margin-top: 18px;
}
#searchForm{
    width: 468px;
    overflow: hidden;
    float: right;
}
#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:#4fc78f;
}
.nav p a:hover{
    background-color: #4fc78f;
}
/* 面包屑导航 */
.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: 17px;
    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;
    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;
    padding-top: 20px;
    border-bottom: 4px solid #e4e4e4;
}
.mall_title span{
    position: absolute;
    height: 41px;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    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;
}
/*newsShow*/
.mainLeft{float:left;}
.newsShow{position:relative;overflow: hidden;}
.newsShow h1{ height:44px; margin-top:12px; font:normal 26px/44px "Microsoft Yahei","simhei"; text-align:center; overflow:hidden;}
.newsShow h1 a{ color:#333; cursor:pointer;}
.newsShow h1 a:hover{ color:#f60;}
.newsTime{height:40px; color:#666; font:normal 12px/40px "Tahoma","\5b8b\4f53";margin-top: 20px;padding-bottom:5px; border-bottom:1px dotted #dbdbdb;}
.newsTime dl{ float:left;}
.newsTime dt{ width:100%; height:40px; float:left; text-align:left;}
.newsTime dt a {color: #666;}
.newsTime dt span.gz-btn,.newsTime dt span.gz-btn-active {
	position: relative;
	top: 8px;
	margin:0 10px;
	cursor: pointer;
}
.newsTime dt span.gz-btn a,.newsTime dt span.gz-btn-active a {
	height: 25px;
	width: 46px;
	display: inline-block;
	background-size: contain;
	cursor: pointer;
}
.newsTime dt span.gz-btn a {
	background: url(../../../../images/gz-btn.png) no-repeat;
}
.newsTime dt span.gz-btn-active a {
	background: url(../../../../images/gz-btn-active.png) no-repeat;
}

.newsTime dt span.sc-btn,.newsTime dt span.sc-btn-active {
	position: relative;
	top: 8px;
	cursor: pointer;
}
.newsTime dt span.sc-btn a,.newsTime dt span.sc-btn-active a {
	height: 25px;
	width: 46px;
	display: inline-block;
	background-size: contain;
	cursor: pointer;
}
.newsTime dt span.sc-btn a {
	background: url(../../../../images/sc-btn.png) no-repeat;
}
.newsTime dt span.sc-btn-active a {
	background: url(../../../../images/sc-btn-active.png) no-repeat;
}
.newsTime dt strong{ padding:0 6px;}
.newsTime dt a:hover{ text-decoration:underline;}
.newsTime p{ float:right; padding-right:1px; margin-top:10px; display:none;}
.newsTime p a{ width:24px; height:24px; display:inline-block; margin-left:6px;}
.newsTime .smallOut{ background:url(../../../../images/fontsizeIcon.gif) no-repeat 0 -25px;}
.newsTime .smallOn{ background:url(../../../../images/fontsizeIcon.gif) no-repeat;}
.newsTime .bigOut{ background:url(../../../../images/fontsizeIcon.gif) no-repeat 0 -75px;}
.newsTime .bigOn{ background:url(../../../../images/fontsizeIcon.gif) no-repeat 0 -50px;}
.newsContent{float:left; padding:25px 0; font-size:16px; font-size:16px; line-height:31px;}
.newsContent img{ max-width:90%; text-align:center;}
.newsContent br{ display:block; background:#fff;}
.newsPage{float:left;}
.newsShow i{    display: inline-block;
    font-size: 16px;
    line-height: 25px;
    color: #333;
    font-style: normal;
    background: url(../../../../images/line.jpg) no-repeat 0 13px;
    position: absolute;
    top: 55px;
    right: 0;
    padding-left: 60px;}
/*share*/
.share{height:77px;margin-top:10px; background:url(../../../../images/tech_detail2014/contactbg.jpg) no-repeat 0 0;background-size: 100% 100%;position: relative;}
.share dl{ height:77px;}
.share dt{ width:440px; float:left; margin:22px 30px 0 85px; display:inline;}
.share dd{ width:290px; float:left; margin-top:10px; display:inline;}
.share b{ height:34px; float:left; font:bold 30px/34px "Microsoft Yahei","simhei"; color:#67605a; text-align:center; display:inline;}
.share span{ height:30px; float:left; text-indent:32px; font:normal 14px/30px "Microsoft Yahei","simhei"; color:#67605a; background:url(../../../../images/detail2014/detail2014.png) no-repeat -107px -222px; display:inline;}
#Share{
	position:absolute;
    left: 117px !important;
    right: auto!important;
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	color: #999999;
}
#fenxiangDiv{
	float: right;
}
.bdsharebuttonbox a{
	display:inline-block!important;
	width:30px!important;
	height:30px!important;
	float:none;
	margin-left:5px;
	margin: 0 3px 3px!important;
	padding-left: 0!important;
	line-height:0!important;
	float: none!important;
	vertical-align: top;
}
.bdsharebuttonbox a:hover .fenxiangDiv {
	display: block;
}
.bdsharebuttonbox a.weixin {
	background:url('https://public.mtnets.com/Images/public/PublicShareButton/buttonshareicon.png') no-repeat -140px -36px;
}
.bdsharebuttonbox a.qqim {
	background:url('https://public.mtnets.com/Images/public/PublicShareButton/buttonshareicon.png') no-repeat  -90px -36px;
}
.bdsharebuttonbox a.weibo {
	background:url('https://public.mtnets.com/Images/public/PublicShareButton/buttonshareicon.png') no-repeat -45px -36px;
}
.bdsharebuttonbox a.qq {
	background:url('https://public.mtnets.com/Images/public/PublicShareButton/buttonshareicon.png') no-repeat 0 -36px;
}
/*copr*/
.copr{ margin-top:23px; padding-bottom:26px;}
.coprTop{ height:35px; border-bottom:1px solid #ececec; position:relative; z-index:1;}
.coprTop h3{ width:128px; height:35px; border-bottom:2px solid #4E9B31; position:absolute; top:0; left:0; z-index:2; font:normal 18px/35px "Microsoft Yahei","Arial"; text-align:center;}
.coprTop h3 a{ color:#333;}
.copr ul{padding:10px 12px 0 0;overflow: hidden;}
.copr li{float:left; font:normal 14px/25px "Microsoft Yahei","simhei"; color:#333; padding-left:10px; background:url(../../../../images/ndetail2014/detail2014.png) no-repeat -128px -54px;}



/* 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);
    z-index: 99;
}
.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;
}
.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) {
    .list_adver a{
        margin-bottom: 12px;
    }
    .content_right{
        margin-left: 36px;
    }
    .content_list div{
        margin-top: 15px;
    }
    .content_list div span{
        font-size: 12px;
    }
    .content_list div span i{
        font-size: 11px;
    }
    .content_list div span b{
        font-size: 11px;
        margin:0 7px 0 14px;
    }
    .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;
    }
    .share dt {
        width: 390px;
    }
}
@media screen and (min-width:1200px) and (max-width:1399px) {
    .BreadCrumbs{
        margin-bottom:0!important;
    }
    .list_adver a{
        margin-bottom: 10px;
    }
    .content_right{
        margin-left: 16px;
    }
    .content_list div{
        margin-top: 10px;
    }
    .content_list div span{
        font-size: 10px;
    }
    .content_list div span i{
        display: inline-block;
        font-size: 9px;
        margin-right: 6px;
        vertical-align: top;
        padding-top: 4px;
    }
    .content_list div span b{
        font-size: 9px;
        margin:0 5px 0 12px;
    }
    .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;
    }
    .share dt {
        width: 250px;
        margin: 22px 20px 0 48px;
    }
    #Share {
        left: 65px!important;
    }
}
@media only screen and (max-width:1199px){
    .BreadCrumbs{
        margin-bottom:0!important;
    }
    .list_adver a{
        margin-bottom: 8px;
    }
    .content_right{
        margin-left: 20px;
    }
    .content_right_img1{
        padding-top:16px;
    }
    .content_list div{
        margin-top: 8px;
    }
    .content_list div span{
        font-size: 10px;
    }
    .content_list div span i{
        display: inline-block;
        font-size: 8px;
        margin-right: 10px;
        vertical-align: top;
        padding-top: 4.5px;
    }
    .content_list div span b{
        font-size: 8px;
        margin:0 8px 0 17px;
    }
    .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;
    }
    .share dt {
        width: 230px;
        margin: 22px 15px 0 25px;
    }
    .share dd {
        width: 250px;
    }
    #Share {
        left: 44px !important;
    }
    .share b {
        height: 30px;
        font: bold 26px/30px "Microsoft Yahei","simhei";
    }
    .share span {
        font: normal 12px/30px "Microsoft Yahei","simhei";
    }
    .coprTop h3 {
        height: 32px;
        font: normal 16px/32px "Microsoft Yahei","Arial";
    }
    .copr li {
        font: normal 12px/25px "Microsoft Yahei","simhei";
    }
    .newsContent {
        padding: 20px 0;
        font-size: 16px;
        font-size: 13px;
        line-height: 26px;
    }
    .newsTime {
        height: 32px;
        font: normal 12px/32px "Tahoma","\5b8b\4f53";
        margin-top: 10px;
    }
    .newsShow h1 {
        height: 40px;
        font: normal 22px/40px "Microsoft Yahei","simhei";
    }
}