
/**
    *编辑器         \View\css\diy\editPageComm.css
    *编辑器-预览    \View\css\diy\pageCom.css
    *编辑器-发布    \Model\viewsRes\publish\comm.css
*/
@charset "utf-8";
/*----------------公共部分----------------*/
html{overflow-x:hidden; overflow-y:auto;}
body{ background-repeat:no-repeat; background-position:left top; position:relative; overflow-x: hidden;}
body, li, ul, ol, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p,select{ margin: 0px; padding: 0px; list-style-type:none; font-size: 12px; font:12px/1.5 tahoma,arial,"Microsoft YaHei";outline: 0 none; color:#333;}
em,i{font-style:normal;}
a{color:#333;}
a{text-decoration:none;}
*{margin:0px; padding:0px;outline: none !important;}
img {-ms-interpolation-mode:bicubic; border:none;}
.view{z-index: 1;position: absolute;}
.horizontal .view{position:relative; float:left;}
.vertical .view{position:relative;}
.view_contents{position:relative; width:100%; margin:0 auto; padding:0; z-index:10; height:100%; overflow: hidden; box-sizing: border-box;/*添加后，模块的内边距和边框不会再溢出*/}
.layout{ position: relative; width: 100%; margin: 0px auto; padding: 0px; z-index: 1;}
.layout > .view_contents{ /*overflow: visible;*/ cursor:default;}
/*流布局*/
.flow .view_contents > .view{float: left;}
.clear { clear: both; }
/*苹果去除样式*/
select,input[type='button'],input[type="reset"],input[type='submit'],input[type='text'],input[type="password"],input[name='query'],input[name='d']{-webkit-appearance: none; border-radius:0px}
input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}

/*模块分页*/
.page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.page_btn a.cur,.page_btn a:hover{border:1px solid #4c4c4c;}
.prev_btn,.next_btn{font-family: '黑体' !important; border: 0 !important;}
.no_page{border: 0 !important;}
@media screen and (max-width:768px){
/*分页*/
.page_btn a:nth-child(n+5){display: none;}
.page_btn a:nth-last-child(1),.page_btn a:nth-last-child(2),.page_btn a:nth-last-child(3){display: inline-block !important;}
}

/*图片放大样式*/
.imgBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgBox img{ position: absolute; width: auto; max-width: 80%; /*max-height: 65%;*/ border: 20px solid #fff;top: 40%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); box-shadow: 0 0 10px rgba(0,0,0,.3);}
.imgBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}
.pos_fixed{position: fixed; width: 100%;}
.imageButton{position: fixed; bottom: 15%; left: 50%; 
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
	transform: translateX(-50%); 
}
.imageButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s; 
	-moz-transition: all ease .2s; 
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s; 
	transition: all ease .2s; 
}
.imageButton span:hover{opacity: .8;}
.imageButton span.closeShowPic{ font-size: 40px; border-radius: 100%;font-family: serif; line-height: 1; background-color: #fff; padding: .2em; text-align: center;}
@media screen and (max-width: 768px){/*mobi*/
	.imgBox img{border-width: 10px;}
	.imgBox.scroll img{top:5%; margin-bottom: 10vh;}
}

    .jurisdiction_mask{
        top: 0;
        left: 0;
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0,0.5);
        z-index: 2147483647;
		display:none;
    }
    .jurisdiction_tips{
        width: 400px;
        background: #ffffff;
        position: absolute;
        left: 50%;
        top: 45%;
        -ms-transform:translate(-50%,-50%);
        -webkit-transform:translate(-50%,-50%);
        -o-transform:translate(-50%,-50%);
        -moz-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
        padding: 23px 20px;
        box-sizing: border-box;
        text-align: center;
    }
    .jurisdiction_tips img{
        display: block;
        margin: 0 auto;
    }
    .jurisdiction_tips h3{
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;color: #575757;
        text-align: center;
        margin: 5px 0 0;
    }
    .jurisdiction_tips p{
        color: #999;
        font-size: 16px;
        text-align: center;
        font-weight: 300;
        margin: 0;
    }
    .jurisdiction_tips button{
        color: #fff;
        font-size: 12px;
        padding: 10px 0;
        margin: 10px 3px 0;
        background-color: #aaa;
        cursor: pointer;
        display: inline-block;
        box-sizing: border-box;
        border: none;
        outline: none !important;
        width: 98px;
    }
    .jurisdiction_tips .jurisdiction_login{
        background: #ff0099;
    }
    .jurisdiction_tips button:hover{
        opacity: 0.8;
    }
    .jurisdiction_tips_mobile{
        display: none;
    }
    @media screen and (max-width: 450px){
        .jurisdiction_tips{
            width: 80%;
            padding: 20px 15px;
        }
        .jurisdiction_tips p{
            display: none;
        }
        .jurisdiction_tips .jurisdiction_tips_mobile{
            display: block;
        }
        .jurisdiction_tips img{width: 60px;}
        .jurisdiction_tips h3{font-size: 16px;}
        .jurisdiction_tips p{
            font-size: 14px;
        }
        .jurisdiction_tips button{margin-top: 12px;padding: 8px 0;}
    }

body{ background-position:left top; }



 #div_blank_1494316412120{width:100%;height:45px;position:absolute;top:119px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1494316412120{left:0%;width:100%;}}   @media screen and (max-width:640px) {#div_blank_1494316412120{width:300px;height:200px;top:344px;display:none;}} #div_blank_1494316412120 > .view_contents{overflow:visible;}  #div_blank_1494316412120  {box-sizing:border-box;background:#000000;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1494316412120  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1494316412120  {box-sizing:border-box;}}

 #dh_style_01_1494316442710{width:1200px;z-index:999;position:absolute;top:119px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1494316442710{z-index:999;left:0%;width:100%;}}   @media screen and (max-width:640px) {#dh_style_01_1494316442710{width:19.434854877892853%;z-index:999;top:4px;left:80.52631578947368%;display:block;}} #dh_style_01_1494316442710 > .view_contents{overflow:visible;}  #dh_style_01_1494316442710 .columnSet {color:#ffffff;padding-top:0px;padding-bottom:0px;} #dh_style_01_1494316442710 .mainMenuSet {color:#ffffff;padding-top:0px;padding-bottom:0px;} #dh_style_01_1494316442710 #hot>a {color:#ffffff;background:#009fe9;} #dh_style_01_1494316442710  {padding-top:0px;padding-bottom:0px;} @media screen and (max-width:640px) { #dh_style_01_1494316442710 .mainMenuSet {background:transparent;}} @media screen and (max-width:640px) { #dh_style_01_1494316442710 #hot>a {background:transparent;color:#009fe9;}}


 #text_style_06_1494316278044{width:7.6794657762938225%;font-size:46px;color:#333;line-height:50px;font-family:SimHei;position:absolute;top:14px;left:88.56949081803005%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_06_1494316278044{width:121px;left:81.56979056203606%;top:14px;}}   @media screen and (max-width:640px) {#text_style_06_1494316278044{width:100%;top:900px;left:0%;display:none;}}  #text_style_06_1494316278044>.view_contents {box-sizing:border-box;font-size:14px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_06_1494316278044>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_06_1494316278044>.view_contents {box-sizing:border-box;}}

 #text_style_06_1494316313401{width:14.691151919866444%;font-size:46px;color:#333;line-height:50px;font-family:SimHei;position:absolute;top:46.5px;left:85.06364774624375%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_06_1494316313401{width:205px;left:78.06369300106044%;}}   @media screen and (max-width:640px) {#text_style_06_1494316313401{width:100%;top:600px;left:0%;display:none;}}  #text_style_06_1494316313401>.view_contents {box-sizing:border-box;font-size:28px;} #text_style_06_1494316313401  {} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_06_1494316313401>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_06_1494316313401>.view_contents {box-sizing:border-box;}}

 #text_style_08_1494316064013{width:10.267111853088482%;font-size:46px;color:#333;line-height:50px;font-family:Arial Black;position:absolute;top:37px;left:15.810204507512521%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_08_1494316064013{left:19.944658006362673%;top:39px;width:132px;}}   @media screen and (max-width:640px) {#text_style_08_1494316064013{width:100%;top:300px;left:0%;display:none;}}  #text_style_08_1494316064013>.view_contents {box-sizing:border-box;color:#cccccc;font-size:32px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_08_1494316064013>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_08_1494316064013>.view_contents {box-sizing:border-box;}}

 #text_style_08_1494316043760{width:13.939899833055092%;font-size:46px;color:#333;line-height:50px;font-family:Arial Black;position:absolute;top:34px;left:1.2077420701168615%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_08_1494316043760{width:187px;}}   @media screen and (max-width:640px) {#text_style_08_1494316043760{width:52.10526315789473%;top:1.5px;left:1.5789473684210527%;}}  #text_style_08_1494316043760>.view_contents {box-sizing:border-box;color:#009fe9;font-size:40px;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_08_1494316043760>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_08_1494316043760>.view_contents {box-sizing:border-box;font-size:28px;}}

 #image_style_01_1495001159581{width:2.083333333333333%;height:33px;position:absolute;top:22.5px;left:85.64583333333333%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1495001159581{left:78.06369300106044%;top:22.5px;}}   @media screen and (max-width:640px) {#image_style_01_1495001159581{width:6.052631578947368%;height:28px;top:261.5px;left:46.973684210526315%;display:none;}} #image_style_01_1495001159581 > .view_contents{overflow:visible;} 

 #searchbox_style_01_1495002636790{width:40.166666666666664%;height:40px;left:33.208333333333336%;top:39px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#searchbox_style_01_1495002636790{top:41px;left:35.220042417815485%;}}   @media screen and (max-width:640px) {#searchbox_style_01_1495002636790{width:100%;height:40px;top:55px;left:0%;display:none;}} #searchbox_style_01_1495002636790 > .view_contents{overflow:visible;}  #searchbox_style_01_1495002636790 .modSet {border-top-left-radius:0px;border-bottom-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;} #searchbox_style_01_1495002636790  {border-top-left-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top-right-radius:10px;} #searchbox_style_01_1495002636790 .inputSet {border-top-left-radius:10px;border-bottom-left-radius:10px;} #searchbox_style_01_1495002636790 .btnaSet {border-top-right-radius:10px;border-bottom-right-radius:10px;background:#000000;color:#ffffff;font-family:SimHei;}
 #div_includeBlock_1494399455275{width:1200px;height:164px;position:absolute;top:0px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1494399455275{left:0%;width:100%;height:162px;top:0px;display:block;}}   @media screen and (max-width:640px) {#div_includeBlock_1494399455275{width:100%;height:52px;top:0px;left:0%;display:block;}} 
 #div_includeBlock_1482974086982{width:100%;height:164px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1482974086982{left:0%;width:100%;top:0px;height:164px;}}   @media screen and (max-width:640px) {#div_includeBlock_1482974086982{width:100%;height:52px;top:1px;left:0%;display:block;}}  #div_includeBlock_1482974086982  {border-bottom-color:#b2b2b2;border-bottom-style:solid;border-bottom-width:1px;} #comm_layout_header{height:164px;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:164px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:53px;display:block;z-index:8;}}  #comm_layout_header  {border-top-color:#eeb81a;border-top-style:none;border-top-width:2px;background:#ffffff;border-bottom-style:none;} @media screen and (max-width:640px) { #comm_layout_header>.view_contents {margin-left:0px;margin-right:0px;}}
 #layout_1494401516267{height:347px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1494401516267{}}   @media screen and (max-width:640px) {#layout_1494401516267{height:280px;}} #layout_1494401516267 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1494401516267  {background: url(../img/upimages/pkgimg/pkgimg/pkgimg/5627d054e878b3.jpg);background-size:100% auto;background-repeat:no-repeat;}


 #newsDetail_style_01_1494401507827{width:70.27406886858749%;position:absolute;top:109px;left:15.249472944483486%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsDetail_style_01_1494401507827{}}   @media screen and (max-width:640px) {#newsDetail_style_01_1494401507827{width:100%;top:0px;left:0%;}} 
/*----------------------电脑板式样式----------------------*/
#newsDetail_style_01_1494401507827{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#newsDetail_style_01_1494401507827{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#newsDetail_style_01_1494401507827{
		
	}
} #layout_diy_1494401477{height:600px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1494401477{height:600px;}}   @media screen and (max-width:640px) {#layout_diy_1494401477{height:266px;}} 



 #image_style_01_1494483939194{width:2.3333333333333335%;height:34px;position:absolute;top:77px;left:18.1%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1494483939194{top:53px;left:6.2%;width:28px;}}   @media screen and (max-width:640px) {#image_style_01_1494483939194{width:6.052631578947368%;height:28px;top:28px;left:2.1%;}} #image_style_01_1494483939194 > .view_contents{overflow:visible;} 

 #image_style_01_1494483939210{width:2.3333333333333335%;height:34px;position:absolute;top:75px;left:38.0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1494483939210{height:31px;top:53px;left:29.9%;width:28px;}}   @media screen and (max-width:640px) {#image_style_01_1494483939210{width:6.052631578947368%;height:28px;top:28px;left:51.62109375%;}} #image_style_01_1494483939210 > .view_contents{overflow:visible;} 

 #image_style_01_1494483939213{width:2.3333333333333335%;height:34px;position:absolute;top:75px;left:58.1%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1494483939213{top:51px;left:54.6%;width:28px;}}   @media screen and (max-width:640px) {#image_style_01_1494483939213{width:6.052631578947368%;height:28px;top:61px;left:2.1%;}} #image_style_01_1494483939213 > .view_contents{overflow:visible;} 

 #image_style_01_1494483939218{width:2.3333333333333335%;height:34px;position:absolute;top:75px;left:74.9%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1494483939218{width:2.9%;top:51px;left:74.8%;}}   @media screen and (max-width:640px) {#image_style_01_1494483939218{width:6.052631578947368%;height:28px;top:61px;left:51.62109375%;}} #image_style_01_1494483939218 > .view_contents{overflow:visible;} 

 #text_style_02_1494483939227{width:17%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:79px;left:21.0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494483939227{top:51px;left:9.9%;}}   @media screen and (max-width:640px) {#text_style_02_1494483939227{width:39.6875%;top:32px;left:11.8%;}}  #text_style_02_1494483939227>.view_contents {box-sizing:border-box;color:#666666;font-size:16px;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1494483939227>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1494483939227>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;}}

 #text_style_02_1494483939234{width:17%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:79px;left:41.0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494483939234{width:17%;top:53px;left:33.3%;}}   @media screen and (max-width:640px) {#text_style_02_1494483939234{width:37.5%;top:32px;left:60.82031249999999%;}}  #text_style_02_1494483939234>.view_contents {box-sizing:border-box;color:#666666;font-size:16px;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1494483939234>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1494483939234>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;}}

 #text_style_02_1494483939238{width:12.25%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:79px;left:61.1%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494483939238{width:17%;top:55px;left:58.3%;}}   @media screen and (max-width:640px) {#text_style_02_1494483939238{width:30.57851239669421%;top:65px;left:11.6%;}}  #text_style_02_1494483939238>.view_contents {box-sizing:border-box;color:#666666;font-size:16px;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1494483939238>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1494483939238>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;}}

 #text_style_02_1494483939250{width:4.833333333333333%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:145px;left:29.0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494483939250{left:25.9%;top:114px;}}   @media screen and (max-width:640px) {#text_style_02_1494483939250{width:11.570247933884298%;top:111px;left:5.849609375%;}}  #text_style_02_1494483939250>.view_contents {box-sizing:border-box;color:#666666;font-size:18px;line-height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1494483939250>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_02_1494483939250>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_02_1494483939253{width:8.416666666666666%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:145px;left:35.7%;display:block;z-index:7;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494483939253{width:7.635206786850477%;display:block;left:33.4%;top:114px;}}   @media screen and (max-width:640px) {#text_style_02_1494483939253{width:19.375%;top:111px;left:19.3115234375%;display:block;}}  #text_style_02_1494483939253>.view_contents {box-sizing:border-box;color:#666666;font-size:18px;line-height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1494483939253>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_02_1494483939253>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_02_1494483939261{width:8.666666666666668%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:145px;left:55.2%;display:block;z-index:7;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494483939261{width:8.16542948038176%;display:block;left:56.2%;top:114px;}}   @media screen and (max-width:640px) {#text_style_02_1494483939261{width:17.90633608815427%;top:111px;left:60.9%;display:block;}}  #text_style_02_1494483939261>.view_contents {box-sizing:border-box;color:#666666;font-size:18px;line-height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1494483939261>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_02_1494483939261>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_02_1494483939264{width:13.333333333333334%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:145px;left:65%;display:block;z-index:7;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494483939264{width:7.84729586426299%;display:block;left:67.7%;top:114px;}}   @media screen and (max-width:640px) {#text_style_02_1494483939264{width:17.5%;top:111px;left:81.0498046875%;display:block;}}  #text_style_02_1494483939264>.view_contents {box-sizing:border-box;color:#666666;font-size:18px;line-height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1494483939264>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_02_1494483939264>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_02_1494483939269{width:43.166666666666664%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:187px;left:28.416666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494483939269{width:53.23435843054083%;left:23.382820784729585%;top:151px;}}   @media screen and (max-width:640px) {#text_style_02_1494483939269{width:93.38842975206612%;top:143px;left:3.289473684210526%;}}  #text_style_02_1494483939269>.view_contents {box-sizing:border-box;font-size:12px;color:#666666;line-height:20px;text-align:center;font-family:Verdana;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1494483939269>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1494483939269>.view_contents {box-sizing:border-box;}}

 #text_style_02_1494483939257{width:7.000000000000001%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:145px;left:45.5%;display:block;z-index:7;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494483939257{width:8.271474019088016%;display:block;left:44.7%;top:114px;}}   @media screen and (max-width:640px) {#text_style_02_1494483939257{width:17.63085399449036%;top:111px;left:41.25%;display:block;}}  #text_style_02_1494483939257>.view_contents {box-sizing:border-box;color:#666666;font-size:18px;line-height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1494483939257>.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_02_1494483939257>.view_contents {box-sizing:border-box;font-size:14px;}}

 #text_style_02_1494483939246{width:6.666666666666667%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:79px;left:77.2%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1494483939246{width:11.028632025450689%;top:51px;left:78.5%;}}   @media screen and (max-width:640px) {#text_style_02_1494483939246{width:23.415977961432507%;top:61px;left:60.82031249999999%;}}  #text_style_02_1494483939246>.view_contents {box-sizing:border-box;color:#666666;font-size:16px;line-height:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1494483939246>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1494483939246>.view_contents {box-sizing:border-box;font-size:12px;line-height:20px;}}
 #div_includeBlock_1494483939019{width:100%;height:207px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1494483939019{height:171px;}}   @media screen and (max-width:640px) {#div_includeBlock_1494483939019{width:100%;height:183px;top:0px;left:0%;}}  @media screen and (min-width:641px) and (max-width:1200px) { #div_includeBlock_1494483939019  {background:#282828;}} #div_includeBlock_1494483939019  {background:#282828;} #comm_layout_footer{height:207px;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:171px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:183px;}} #comm_layout_footer > .view_contents{max-width:1200px;}  #comm_layout_footer  {background:#282828;}
/*菜单样式*/
.menuStyle_1{width:100%; position:relative;}
.menuStyle_1 *{transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -webkit-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -moz-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -o-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; box-sizing: border-box;}
.menuStyle_1 .dflex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.menuStyle_1 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_1 ul,.menuStyle_1 li{padding:0;margin:0px;list-style:none}
.menuStyle_1 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_1 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_1 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl li{position:relative;}
.menuStyle_1 .menuUl li>a{text-decoration:none; color:#4d5158;font-size:14px;height:44px; box-sizing:border-box; line-height:44px;display:block;text-align:center; letter-spacing:normal; white-space:nowrap; padding: 0 1em\0;}
.menuStyle_1 .menuUl li>a:hover{color:#f90}
.menuStyle_1 .menuUl #hot > a{color:#f90;}
.menuStyle_1 .menuLayout .miniMenu{display:none;}
.menuStyle_1 .menuUl02 {opacity: 0; display: none; position: absolute; left: 50%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_1 .menuUl .rflex:hover .menuUl02 {opacity: 1; display: block; height: auto;}
.menuStyle_1 .menuUl02 .subMenu02 { float: none;}
.menuStyle_1 .menuUl02 .subMenu02 a { color: #333; width: 130px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 15px;}
.menuStyle_1 .menuUl02 .subMenu02 a:hover {}
.menuStyle_1 .rflex { position: relative;}




@media screen and (max-width:640px) {
.menuStyle_1 .menuUl,.menuStyle_1 .menuUl_box {display:none;}
.menuStyle_1 .menuScroll{height: 84%; height: 84vh; width: 100%;}
.menuStyle_1 .menuScroll>.menuUlCopy{width: calc(100% + 18px); height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_1 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .sidebar{font-size:28px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_1 .miniMenu .leftBox .nav{width:100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy{padding:15px 0 15px 30px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li{width:100%; }
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li a{width:100%; display:block; text-align:left;color:#fff; border-bottom:1px solid rgba(255,255,255,.2); text-decoration:none; font-size:16px; line-height:44px; white-space: nowrap;
overflow: hidden; text-overflow: ellipsis;} 
.menuStyle_1 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(0,0,0,.85); position: fixed; width: 100%; top: 0; left: 0;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar{color:#fff;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}

	#image_style_01_1495001159581 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1495001159581 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1495001159581 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1495001159581 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
.searchStyle_1{position: relative;min-width: 200px;}
.searchStyle_1 *{box-sizing: border-box; transition:all ease .2s; -webkit-transition:all ease .2s; -moz-transition:all ease .2s; -o-transition:all ease .2s; -webkit-appearance:none ;
-moz-appearance:none ;
appearance: none;}
.searchStyle_1 .searchForm{width: 100%; border-radius: 0;box-sizing: border-box;}
.searchStyle_1 .searchForm .search-btn{float: right; width:20%; text-align: center; height: 40px; background: none; font-size: 14px;color: #333; border:1px solid #666; outline: none; cursor: pointer; border-left: 0;}
.searchStyle_1 .searchForm .search_input{width: 80%; outline: none; padding-left:45px; height:40px; font-size: 14px;color: #333; border:1px solid #666;}
.searchPos-r{position: relative;}
.searchPos-r i{position: absolute; top: 50%; left: 15px; font-size: 20px; color: #999; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.keyWord{margin-top: 5px;}
.keyWord a{font-size: 14px; color: #666; margin-right: 5px;display:inline-block;}
@media screen and (max-width: 768px) {
.searchStyle_1 .searchForm .search-btn, .searchStyle_1 .searchForm .search_input{height: 32px;}

}

/*新闻详情样式*/

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1}

.LNewsCon .xinxi{white-space: nowrap;}
.newsText .dv-pagination .dv-link{float:left; display:inline-block; padding:0 .5em; margin:0 .25em; border:1px solid #ccc;}
.newsText .dv-pagination .dv-link.current{font-weight:bold}
.backNews,.nextNews{box-sizing:border-box;}

@media screen and (max-width:640px) {
.backNews{width:44% !important;padding-left:5% !important;}
.nextNews{width:44% !important;padding-right:5% !important;}
.LNewsCon img{max-width:100%!important;height:auto!important;}
}
.LNewsCon { width: 100%; float: left; overflow: hidden;}
.LNewsCon img{max-width: 100%;}
.LNewsCon .newsBigTit { font-size: 36px; color: #333; margin-bottom: 20px; text-align: center;}
.LNewsCon .smallC { text-align: center;}
.LNewsCon .smallC font { text-align: center; color: #999; padding: 0 15px;}
.LNewsCon .abstract { width: 100%; position: relative; border: 1px solid #e1e1e7; margin: 30px auto; overflow: hidden; box-sizing:border-box; padding: 18px; border-left: 4px solid #e1e1e7;}
.LNewsCon .newsMoreA { width: 90%; height: 50px; margin: 30px auto; border: 1px solid #efefef; box-sizing:border-box;}
.LNewsCon .newsText{padding: 10px; height: auto !important; box-sizing: border-box;}
.LNewsCon .songti { font-family: Verdana, Tahoma, 宋体; font-size: 12px;}
.backNews { text-align: left; height: 50px; line-height: 50px; padding-left: 20px; width: 45%; float: left; word-break: keep-all; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 12px; color: #999;}
.newsMoreA a { font-size: 12px; color: #999;}
.nextNews { text-align: right; height: 50px; line-height: 50px; padding-right: 20px; width: 45%; float: right; word-break: keep-all; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 12px; color: #999;}

	#image_style_01_1494483939194 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1494483939194 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1494483939194 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1494483939194 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1494483939210 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1494483939210 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1494483939210 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1494483939210 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1494483939213 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1494483939213 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1494483939213 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1494483939213 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}

	#image_style_01_1494483939218 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1494483939218 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1494483939218 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1494483939218 a{
	cursor: default;
}

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle>a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
