<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/**
    *缂栬緫鍣�         \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 &gt; .view_contents{ /*overflow: visible;*/ cursor:default;}
/*娴佸竷灞€*/
.flow .view_contents &gt; .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;}
    }

/*鍐呴摼鏇挎崲鐨勭户鎵跨埗鏍峰紡*/
.inherit_the_style{color:inherit;font-weight:inherit;font-size:inherit;background:inherit;display:unset;margin:0;padding:0}

body{ background-position:left top; }


 #div_blank_1482892318977{width:100%;height:50px;position:absolute;left:0%;top:100px;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1482892318977{width:100%;height:50px;left:0%;top:73px;}}   @media screen and (max-width:640px) {#div_blank_1482892318977{width:100%;height:69px;left:0%;top:0px;}} #div_blank_1482892318977 &gt; .view_contents{overflow:visible;}  #div_blank_1482892318977  {box-sizing:border-box;background:#2b2b2b;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1482892318977  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1482892318977  {box-sizing:border-box;}}


 #text_style_02_1482891965782{width:15%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:0%;top:24px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1482891965782{width:11.145833333333334%;left:1.9551961823966064%;top:16px;}}   @media screen and (max-width:640px) {#text_style_02_1482891965782{width:30.02754820936639%;left:17.46728650137741%;top:18.5px;z-index:999999;}}  #text_style_02_1482891965782&gt;.view_contents {box-sizing:border-box;color:#ff6637;font-size:32px;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1482891965782&gt;.view_contents {box-sizing:border-box;font-size:25px;}} @media screen and (max-width:640px) { #text_style_02_1482891965782&gt;.view_contents {box-sizing:border-box;font-size:20px;line-height:30px;}}

 #dh_style_01_1482989704976{width:100%;z-index:99999;position:absolute;top:100px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1482989704976{z-index:999;left:0%;width:100%;top:73px;}}   @media screen and (max-width:640px) {#dh_style_01_1482989704976{width:100%;z-index:999;top:10.5px;left:0%;}} #dh_style_01_1482989704976 &gt; .view_contents{overflow:visible;}  #dh_style_01_1482989704976 .mainMenuSet {line-height:50px;height:50px;color:#ffffff;background:#2b2b2b;} #dh_style_01_1482989704976 #hot&gt;a {background:#ff6637;color:#ffffff;} #dh_style_01_1482989704976 .mainMenuSet:hover {background:#ff6637;} @media screen and (max-width:640px) { #dh_style_01_1482989704976 .icoMenuSet {color:#ffffff;}} @media screen and (max-width:640px) { #dh_style_01_1482989704976 #hot&gt;a {background:transparent;color:#ff6637;}} @media screen and (max-width:640px) { #dh_style_01_1482989704976 .mainMenuSet:hover {background:#2b2b2b;color:#ff6637;}} @media screen and (max-width:640px) { #dh_style_01_1482989704976 .columnSet:hover {background:#2b2b2b;}} @media screen and (max-width:640px) { #dh_style_01_1482989704976 .mainMenuSet {background:transparent;}} @media screen and (max-width:640px) { #dh_style_01_1482989704976 .columnSet {background:#2b2b2b;}}

 #text_style_02_1482892045959{width:15.66666666666667%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;left:15.583333333333332%;top:24px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1482892045959{width:14.791666666666666%;left:14.881031283138919%;top:16px;}}   @media screen and (max-width:640px) {#text_style_02_1482892045959{width:31.68044077134986%;left:48.99707300275482%;top:18.5px;z-index:99999;}}  #text_style_02_1482892045959&gt;.view_contents {box-sizing:border-box;color:#cccccc;font-size:32px;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1482892045959&gt;.view_contents {box-sizing:border-box;font-size:25px;}} @media screen and (max-width:640px) { #text_style_02_1482892045959&gt;.view_contents {box-sizing:border-box;font-size:20px;line-height:30px;color:#ffffff;}}

 #qqol_style_01_1488332857729{width:19.936373276776244%;position:absolute;top:24px;left:76.03125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#qqol_style_01_1488332857729{top:10px;left:76.61717921527041%;width:19.936373276776244%;z-index:9999999;}}   @media screen and (max-width:640px) {#qqol_style_01_1488332857729{width:57.85123966942148%;top:89.5px;left:21.07438016528926%;display:none;}} #qqol_style_01_1488332857729 &gt; .view_contents{overflow:visible;} 
 #div_includeBlock_1482994065145{width:1200px;height:150px;position:absolute;top:0px;left:calc(50% - 600px);z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1482994065145{left:0%;width:100%;top:0px;height:123px;}}   @media screen and (max-width:640px) {#div_includeBlock_1482994065145{width:100%;height:71px;top:1px;left:0%;}} #div_includeBlock_1482994065145 &gt; .view_contents{overflow:visible;}  @media screen and (max-width:640px) { #div_includeBlock_1482994065145  {background:#2b2b2b;}} #comm_layout_header{height:150px;z-index:999999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:123px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:72px;z-index:1000;}} #comm_layout_header &gt; .view_contents{overflow:visible;} 


 #image_style_01_1482993380496{width:100%;height:329px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1482993380496{left:0%;width:100%;top:0px;height:189px;}}   @media screen and (max-width:640px) {#image_style_01_1482993380496{width:380px;height:76px;top:0px;left:0%;}} #image_style_01_1482993380496 &gt; .view_contents{overflow:visible;}  #layout_1482993305956{height:329px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1482993305956{height:189px;}}   @media screen and (max-width:640px) {#layout_1482993305956{height:76px;}} 


 #text_style_02_1482999619925{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:27px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1482999619925{left:1.7497348886532342%;width:97%;top:25px;}}   @media screen and (max-width:640px) {#text_style_02_1482999619925{width:97.36842105263158%;top:14px;left:1.3157894736842104%;display:block;}}  #text_style_02_1482999619925&gt;.view_contents {box-sizing:border-box;font-size:24px;font-weight:bold;text-align:left;border-left-color:#ff6637;border-left-style:solid;border-left-width:3px;line-height:35px;height:35px;} #text_style_02_1482999619925  {border-bottom-color:#eeeeee;border-bottom-style:solid;border-bottom-width:2px;padding-bottom:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1482999619925&gt;.view_contents {box-sizing:border-box;font-size:20px;line-height:30px;height:30px;}} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1482999619925  {padding-bottom:20px;}} @media screen and (max-width:640px) { #text_style_02_1482999619925&gt;.view_contents {box-sizing:border-box;font-size:18px;font-weight:normal;line-height:30px;}}

 #newsKind_style_02_1483949418020{width:36.333333333333336%;position:absolute;top:32px;left:63.66666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsKind_style_02_1483949418020{left:62.40721102863203%;top:25px;}}   @media screen and (max-width:640px) {#newsKind_style_02_1483949418020{width:97%;top:74px;left:1.4473684210526316%;}} #newsKind_style_02_1483949418020 &gt; .view_contents{overflow:visible;}  #newsKind_style_02_1483949418020 .oneSet {box-shadow:transparent 0px 0px 0px ;line-height:50px;height:50px;font-size:17px;color:#999999;border-bottom-style:solid;border-bottom-color:#eeeeee;border-bottom-width:2px;} #newsKind_style_02_1483949418020  {box-shadow:transparent px px px ;} #newsKind_style_02_1483949418020 .oneBgSet {box-shadow:transparent 0px 0px 10px ;} #newsKind_style_02_1483949418020 .oneSet:hover {color:#ff6637;border-bottom-color:#ff6637;border-bottom-style:solid;border-bottom-width:2px;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #newsKind_style_02_1483949418020 .oneSet {line-height:50px;height:50px;font-size:15px;}} @media screen and (max-width:640px) { #newsKind_style_02_1483949418020 .oneSet {font-size:14px;border-bottom-width:1px;}} @media screen and (max-width:640px) { #newsKind_style_02_1483949418020 .oneSet:hover {font-weight:normal;color:#ff6637;font-size:14px;border-bottom-color:#ff6637;border-bottom-style:solid;border-bottom-width:1px;}}

 #newsList_style_02_1483951585787{width:100%;position:absolute;top:118px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_02_1483951585787{width:97%;left:1.4846235418875928%;top:101px;}}   @media screen and (max-width:640px) {#newsList_style_02_1483951585787{width:96%;top:265px;left:2.03125%;}} #newsList_style_02_1483951585787 &gt; .view_contents{overflow:visible;}  #newsList_style_02_1483951585787 .modSet {margin-bottom:50px;} #newsList_style_02_1483951585787 .btnSet {background:#ff6637;padding-left:80px;padding-right:80px;line-height:35px;margin-top:30px;} #newsList_style_02_1483951585787 .detailSet {margin-top:15px;} #newsList_style_02_1483951585787  {margin-bottom:0px;padding-bottom:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_02_1483951585787 .detailSet {margin-top:0px;}} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_02_1483951585787 .btnSet {font-size:14px;text-decoration:none;line-height:30px;margin-top:0px;}} @media screen and (max-width:640px) { #newsList_style_02_1483951585787 .titleSet {padding-top:15px;}} @media screen and (max-width:640px) { #newsList_style_02_1483951585787 .detailSet {margin-top:0px;}} @media screen and (max-width:640px) { #newsList_style_02_1483951585787 .btnSet {margin-top:10px;font-size:14px;text-decoration:none;}}
/*----------------------鐢佃剳鏉垮紡鏍峰紡----------------------*/
#newsList_style_02_1483951585787{
	
}

#newsList_style_02_1483951585787 .boxNewsListStyle_2 .sumary_list .newPic{width:30%;}
#newsList_style_02_1483951585787 .boxNewsListStyle_2 .sumary_list .newCont{width: calc(100% - 30%);}
/*----------------------骞虫澘鏉垮紡鏍峰紡----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_02_1483951585787{
		
	}
}
/*----------------------鎵嬫満鏉垮紡鏍峰紡----------------------*/
@media screen and (max-width:640px) {
	#newsList_style_02_1483951585787{
		
	}
#newsList_style_02_1483951585787 .boxNewsListStyle_2 .sumary_list .newPic{width:100%;}
#newsList_style_02_1483951585787 .boxNewsListStyle_2 .sumary_list .newCont{width: calc(100% - 0%);}
#newsList_style_02_1483951585787 .btnSet{float:right;margin-right:10px;}
} #layout_1483006031261{height:1645px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1483006031261{height:3474px;}}   @media screen and (max-width:640px) {#layout_1483006031261{height:2616px;display:block;}} #layout_1483006031261 &gt; .view_contents{max-width:1200px;overflow:visible;} 
 #layout_1505369401455{height:300px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1505369401455{}}   @media screen and (max-width:640px) {#layout_1505369401455{height:15px;}} #layout_1505369401455 &gt; .view_contents{overflow:visible;max-width:1200px;} 



 #image_style_01_1482990131440{width:4%;height:58px;position:absolute;top:46px;left:2.115885416666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1482990131440{left:5.2490234375%;width:5%;top:35px;height:54px;}}   @media screen and (max-width:640px) {#image_style_01_1482990131440{width:52.63157894736842%;height:200px;top:25px;left:47.36842105263158%;display:none;}} #image_style_01_1482990131440 &gt; .view_contents{overflow:visible;} 

 #text_style_02_1482990181403{width:17.616666666666664%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:46px;left:6.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1482990181403{left:11.770833333333334%;width:14.479166666666671%;top:33px;}}   @media screen and (max-width:640px) {#text_style_02_1482990181403{width:97.36842105263158%;top:25px;left:2.631578947368425%;display:none;}}  #text_style_02_1482990181403&gt;.view_contents {box-sizing:border-box;font-size:16px;color:#888888;line-height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1482990181403&gt;.view_contents {box-sizing:border-box;font-size:16px;}} @media screen and (max-width:640px) { #text_style_02_1482990181403&gt;.view_contents {box-sizing:border-box;}}

 #image_style_01_1482990154665{width:4%;height:58px;position:absolute;top:46px;left:39.916666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1482990154665{left:37.5%;width:5%;top:35px;height:56px;}}   @media screen and (max-width:640px) {#image_style_01_1482990154665{width:52.63157894736842%;height:200px;top:23px;left:47.36842105263158%;display:none;}} #image_style_01_1482990154665 &gt; .view_contents{overflow:visible;} 

 #text_style_02_1482990235137{width:15.166666666666668%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:46px;left:44.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1482990235137{left:43.86393229166667%;width:20%;top:33px;}}   @media screen and (max-width:640px) {#text_style_02_1482990235137{width:97.36842105263158%;top:23px;left:2.631578947368425%;display:none;}}  #text_style_02_1482990235137&gt;.view_contents {box-sizing:border-box;font-size:16px;color:#888888;line-height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1482990235137&gt;.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1482990235137&gt;.view_contents {box-sizing:border-box;}}

 #image_style_01_1482990163652{width:4%;height:58px;position:absolute;top:46px;left:78.91666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1482990163652{left:74.79166666666667%;width:5%;top:35px;}}   @media screen and (max-width:640px) {#image_style_01_1482990163652{width:52.63157894736842%;height:200px;top:33px;left:47.36842105263158%;display:none;}} #image_style_01_1482990163652 &gt; .view_contents{overflow:visible;} 

 #text_style_02_1482990315359{width:11.166666666666666%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:46px;left:83.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1482990315359{left:81.25%;width:12.291666666666666%;top:33px;}}   @media screen and (max-width:640px) {#text_style_02_1482990315359{width:97.36842105263158%;top:33px;left:2.631578947368425%;display:none;}}  #text_style_02_1482990315359&gt;.view_contents {box-sizing:border-box;font-size:16px;color:#888888;line-height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1482990315359&gt;.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1482990315359&gt;.view_contents {box-sizing:border-box;}}
 #div_includeBlock_1482994420520{width:1200px;height:121px;position:absolute;top:0px;left:calc(50% - 600px);}   @media screen and (min-width:641px) and (max-width:1200px) {#div_includeBlock_1482994420520{left:0%;width:100%;top:0px;height:93px;}}   @media screen and (max-width:640px) {#div_includeBlock_1482994420520{width:100%;height:0px;top:5px;left:0%;display:none;}} 

 #text_style_02_1482990428197{width:100%;font-size:46px;color:#333;line-height:50px;font-family:microsoft yahei;position:absolute;top:124px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_02_1482990428197{left:0%;width:100%;top:112px;}}   @media screen and (max-width:640px) {#text_style_02_1482990428197{width:100%;top:0px;left:0%;}}  #text_style_02_1482990428197&gt;.view_contents {box-sizing:border-box;color:#888888;font-size:12px;text-align:center;line-height:25px;border-top-color:#111111;border-top-style:solid;border-top-width:1px;box-shadow:#3b3b3b 0px 1px 2px inset;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_02_1482990428197&gt;.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_02_1482990428197&gt;.view_contents {box-sizing:border-box;}} #comm_layout_footer{height:244px;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:213px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:76px;display:block;}}  #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&gt;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&gt;a:hover{color:#f90}
.menuStyle_1 .menuUl #hot &gt; 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;}




	
#dh_style_01_1482989704976 .menuUl02 .subMenu02&gt;a .fa{position: absolute;top: 0;right: 0;}

@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&gt;.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;}
}


/* 娓呴櫎娴姩 */
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1}

.online-service-style01{ display:none }
.online-service .wrapper{ padding:5px 0; background-color:#fff }
.online-service .close,.online-service .button{
    -webkit-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;
}
.online-service.right .button div{ text-align:right; padding-right:5px }
.online-service.left .button div{ text-align:left; padding-left:5px }
.online-service .header, .online-service .footer{
    height:25px; line-height:25px;
    padding:0 .5em;
}
.online-service .header{ border-bottom:1px solid #eee }
.online-service .footer{ border-top:1px solid #eee; font-size:12px }
.online-service.right .footer{ text-align:right }
.online-service.left .footer{ text-align:left }
.online-service .content{ padding:.5em 1em }

.ol-qq-online .qq-btn{ float:left; margin-right:.5em }
.ol-qq-online .qq-btn img{ float:left }
.ol-qq-online{ line-height:25px }

.ol-image img{ width:100% }

/*----------------------鐢佃剳鏉垮紡鏍峰紡----------------------*/
body &gt; .online-service{display:block !important;}
/*----------------------骞虫澘鏉垮紡鏍峰紡----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
    body &gt; .online-service{display:block !important;}
}
/*----------------------鎵嬫満鏉垮紡鏍峰紡----------------------*/
@media screen and (max-width:640px) {
    body &gt; .online-service{display:none !important;}
}




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

.imgStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.imgStyle&gt;a{overflow: hidden; width: 100%; height: 100%;}
.imgStyle img{box-sizing: border-box;}
.newscateStyle_2{clear: both; width: 100%;}
.newscateStyle_2 *{transition: all ease-out .2s; -webkit-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -moz-transition: all ease-out .2s; -o-transition: all ease-out .2s; box-sizing: border-box;}
.newscateStyle_2&gt;ul&gt;li&gt;a, .newscateStyle_2 .subCateUl&gt;ul&gt;li&gt;a, .newscateStyle_2 .subCateUl2&gt;li&gt;a{color: inherit; line-height: inherit; height: inherit; white-space: nowrap;}

@media screen and (min-width:768px){
.newscateStyle_2 i{margin-left: 5px;}
.newscateStyle_2&gt;ul{position: relative; display: -webkit-box;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,.2);}
.newscateStyle_2&gt;ul&gt;li{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; color: #333; height: auto !important; font-size: 14px; line-height: 36px; text-align: center;  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.newscateStyle_2&gt;ul&gt;li:hover .subCateUl{height: auto !important; overflow: visible;}
.newscateStyle_2&gt;ul&gt;li:hover .subCateUl&gt;ul{padding-top: 10px;}
.newscateStyle_2 .subCateUl{position: absolute; width:100%; left: 0; height: 0; overflow: hidden;}
.newscateStyle_2 .subCateUl&gt;ul{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: flex-start; background: #fff; box-shadow: 0 0 10px rgba(0,0,0,.2); padding:0 10px 10px 10px; width: 100%; margin-top: 10px;}
.newscateStyle_2 .subCateUl&gt;ul&gt;li{position: relative; -webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; color: #333; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.newscateStyle_2 .subCateUl2{position: relative; left: 0; margin-top: 15px;}
.newscateStyle_2 .subCateUl2&gt;li{font-size: 12px; line-height: 24px; color: #666; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
}
@media screen and (max-width:767px){
.newscateStyle_2 i{display: none;}	
.newscateStyle_2&gt;ul{width: 100%;}
.newscateStyle_2&gt;ul&gt;li{width: 100%; clear: both; font-size: 14px; line-height: 28px; color: #0da3b4; font-family: microsoft yahei; background: #fff; margin-bottom: 5px; border-bottom:1px solid #eee; padding: 0 10px;}
.newscateStyle_2&gt;ul&gt;li:after{content: ''; display: block; clear: both;}
.newscateStyle_2 .subCateUl{}
.newscateStyle_2 .subCateUl&gt;ul{overflow: hidden;}
.newscateStyle_2 .subCateUl&gt;ul&gt;li{width: 100%; clear: both; font-weight: bold; font-size: 12px; line-height: 24px;}
.newscateStyle_2 .subCateUl&gt;ul&gt;li&gt;a{float: left; width: 25%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.newscateStyle_2 .subCateUl2{float: left; width:75%;}
.newscateStyle_2 .subCateUl2&gt;li{float: left; margin-right: 5px; margin-bottom: 5px; font-size: 12px; line-height: 24px; padding: 0 6px; border-radius: 12px; background: #eee; color: #333;}

}/*鏂伴椈鍒楄〃鏍峰紡*/
.boxNewsListStyle_2{width:100%; clear: both;}
.boxNewsListStyle_2 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; box-sizing: border-box;}
.boxNewsListStyle_2 li{width:100%; list-style:none; margin-bottom:10px; background:#fff;}
.boxNewsListStyle_2 li .clear{clear:both;}
.boxNewsListStyle_2 .sumary_list .newPic{float:left; width:150px; background: #eee; overflow:hidden; position:relative; border:1px solid #eee; box-sizing:border-box;}
.boxNewsListStyle_2 .sumary_list .newPic img{position:absolute; top:0; left:0; width:100%;}
.boxNewsListStyle_2 .sumary_list .newPic .zTm{margin-top:100%;}
.boxNewsListStyle_2 .sumary_list .newCont{float:left; width:calc(100% - 150px); padding-left:1em; box-sizing:border-box;}
.boxNewsListStyle_2 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_2 .sumary_list .newName{}
.boxNewsListStyle_2 .sumary_list .newName a{color:#333; text-decoration:none;font-size:16px;padding:15px 0 10px; border-bottom: 1px solid #eee;line-height: 1.4;-webkit-line-clamp: 1;display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;}
.boxNewsListStyle_2 .sumary_list .newName a:hover{}
.boxNewsListStyle_2 .sumary_list .newB{width:100%; line-height:2; padding-top:.5em;}
.boxNewsListStyle_2 .sumary_list .newSort{color:#f37878; font-size:12px; white-space: nowrap; border-radius:1.5em; margin-right:5px;}
.boxNewsListStyle_2 .sumary_list .newsTime{text-align:right;color:#888; font-size:14px; white-space:nowrap;}
.boxNewsListStyle_2 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_2 .sumary_list .newDetail{width:100%; padding:.6em .6em 0 0;margin-bottom: 0.6em; color:#888; font-size:12px; line-height:1.6;}
.boxNewsListStyle_2 .sumary_list .show_all{width:100%;}
.boxNewsListStyle_2 .sumary_list .show_all a{display:inline-block; margin-top:.4em; text-decoration:underline; font-size:12px;  color:#fff; background: #f37878; padding: 4px 10px; }
/* 鍒嗛〉 */
.boxNewsListStyle_2 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
.boxNewsListStyle_2 .page_btn .cur{ background:red; color:white; cursor:pointer;}
.boxNewsListStyle_2 .page:hover{ background:red; color:white; cursor:pointer;}

@media screen and (max-width:991px){
.boxNewsListStyle_2 .sumary_list .newName{margin:.4em 0;}
}
@media screen and (max-width:768px){
.boxNewsListStyle_2 li{float:left; width:calc((100% - 10px)/2); margin-right:10px;}
.boxNewsListStyle_2 li:nth-child(even){margin-right:0;}
.boxNewsListStyle_2 .sumary_list .newPic{float:none; width:100%;}
.boxNewsListStyle_2 .sumary_list .newCont{float:none; width:100%; padding-left: 0;}
.boxNewsListStyle_2 .sumary_list .newName{margin:.4em 0;}
.boxNewsListStyle_2 .sumary_list .newName a{font-size:14px; }
/*鍒嗛〉*/
.boxNewsListStyle_2 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_2 .page_btn a:nth-last-child(1),.boxNewsListStyle_2 .page_btn a:nth-last-child(2),.boxNewsListStyle_2 .page_btn a:nth-last-child(3){display: inline-block;}
}
@media screen and (max-width:480px){
.boxNewsListStyle_2 li{float:none; width:100%; margin-right:0;}
.boxNewsListStyle_2 .sumary_list .newName{margin:.4em 0;}
.boxNewsListStyle_2 .sumary_list .newName a{font-size:14px;}
}


	#newsList_style_02_1483951585787 .newDetail.pc {display:block;}
	#newsList_style_02_1483951585787 .newDetail.pad, #newsList_style_02_1483951585787 .newDetail.mobile {display:none;}
	#newsList_style_02_1483951585787 .newTitle.pc {display:block;}
	#newsList_style_02_1483951585787 .newTitle.pad, #newsList_style_02_1483951585787 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_02_1483951585787 .newDetail.pad {display:block;}
		#newsList_style_02_1483951585787 .newDetail.pc, #newsList_style_02_1483951585787 .newDetail.mobile {display:none;}
		#newsList_style_02_1483951585787 .newTitle.pad {display:block;}
		#newsList_style_02_1483951585787 .newTitle.pc, #newsList_style_02_1483951585787 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_02_1483951585787 .newDetail.mobile {display:block;}
		#newsList_style_02_1483951585787 .newDetail.pc, #newsList_style_02_1483951585787 .newDetail.pad {display:none;}
		#newsList_style_02_1483951585787 .newTitle.mobile {display:block;}
		#newsList_style_02_1483951585787 .newTitle.pc, #newsList_style_02_1483951585787 .newTitle.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_02_1483951585787 .sumary_list .newPic{width: px;}
	#newsList_style_02_1483951585787 .sumary_list .newCont{width: calc(100% - px);}
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_02_1483951585787 .sumary_list .newPic{width: px;}
	#newsList_style_02_1483951585787 .sumary_list .newCont{width: calc(100% - px);}
}
@media screen and (max-width: 640px) {
	#newsList_style_02_1483951585787 .sumary_list .newPic{width: px;}
}

/* 鏂板垎椤� */
#newsList_style_02_1483951585787 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_02_1483951585787 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_02_1483951585787 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_02_1483951585787 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_02_1483951585787 .submit_div{ display: inline-block; }

#newsList_style_02_1483951585787 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_02_1483951585787 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_02_1483951585787 .page_submit{margin-left:5px;}
#newsList_style_02_1483951585787 .page{display:inline-block; border:none; background:white; text-align: center; width:auto; padding:0 15px; margin:0 .5px; height:auto; line-height:35px; box-sizing: border-box; -webkit-box-sizing: border-box; border:1px solid #e5e5e5;}
@media screen and (max-width:640px) {
		#newsList_style_02_1483951585787 .page_btn{ font-size:12px; }
		#newsList_style_02_1483951585787 .submit_div{ display:none; }
	}

	#newsList_style_02_1483951585787 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_02_1483951585787 .page{line-height:30px; padding:0 13px;}
	}


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

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

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

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

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

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

				.bottomMenu{width: 100%; box-sizing:border-box; display: none;position:fixed;bottom:0; z-index:999999;}

				.bottomMenu ul{position: relative; box-sizing: border-box; width: 100%; height: 50px; background-color: #FFFFFF; border-top: 1px solid #ddd; box-shadow: 0 0px 6px rgba(0,0,0,.1); 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;}
				.bottomMenu ul li{position:relative; box-sizing: border-box; -webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;}
				.bottomMenu ul li .menuItem{position: relative;}
				.bottomMenu ul li .menuIco{width: 26px; height: 26px; overflow: hidden; margin: 0 auto 4px;}
				.bottomMenu ul li .menuIco img{width: 100%; height: 100%;padding:2px 1px 0;box-sizing:border-box;}
				.bottomMenu ul li .menuName{font-size: 12px; white-space: nowrap; margin: auto; text-align: center; color: #666666; line-height: 1;font-family:Microsoft YaHei;}
				.bottomMenu ul li .submenuItems{position: absolute; bottom: 48px; z-index:999999; width: 100%; text-align: center; border: 1px solid #ddd; background-color: #fff; box-shadow: 0 0px 6px rgba(0,0,0,.1);}
				.bottomMenu ul li .submenuItems a{display: block; height: 36px; line-height: 36px; font-size: 12px; color: #333; border-bottom: 1px solid #ddd; }
				@media screen and (max-width:767px) {
					.bottomMenu{display: block;}
					
					body{padding-bottom:55px!important;}
				}
				</pre></body></html>