
/**
    *编辑器         \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;}
    }

/*内链替换的继承父样式*/
.inherit_the_style{color:inherit;font-weight:inherit;font-size:inherit;background:inherit;display:unset;margin:0;padding:0}
/*----------------------电脑板式样式----------------------*/

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {

}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {

}
body{ background-image:url('https://cdn.yun.sooce.cn/3/51035/png/1592491166828c4711142cc2cbf9b.png?version=1592491166'); }
body{ background-color:#59072a; }
body{ background-size:100% auto; }
body{ background-position:center top center ; }


 #image_style_01_1523603668571{width:37px;height:24px;position:absolute;top:10px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1523603668571{left:2%;}}   @media screen and (max-width:640px) {#image_style_01_1523603668571{width:29px;height:24px;top:8px;left:3.6816406250000004%;display:none;}} #image_style_01_1523603668571 > .view_contents{overflow:visible;} 

 #text_style_01_1523603705556{width:19.083333333333332%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:14px;left:2.875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1523603705556{left:5.858960763520678%;top:14px;}}   @media screen and (max-width:640px) {#text_style_01_1523603705556{width:58.75%;top:12px;left:15.434570312500002%;display:none;}}  #text_style_01_1523603705556>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#000000;line-height:16px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1523603705556>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1523603705556>.view_contents {box-sizing:border-box;font-size:12px;}}

 #dh_style_11_1523690524348{width:52.83333333333333%;z-index:999;left:46.5%;top:519px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_11_1523690524348{width:47.1898197242842%;z-index:999;left:52.8101802757158%;top:249px;}}   @media screen and (max-width:640px) {#dh_style_11_1523690524348{width:80px;z-index:999;left:77.03750000000001%;top:22.5px;}} #dh_style_11_1523690524348 > .view_contents{overflow:visible;}  #dh_style_11_1523690524348 .mainMenuSet {color:#333333;text-color:#333333;text-hover-color:#b7b7b7;} #dh_style_11_1523690524348 .subMenuSet {color:#333333;} #dh_style_11_1523690524348 .thrMenuSet {color:#333333;} #dh_style_11_1523690524348 .mainMenuSet:hover {color:#b7b7b7;} #dh_style_11_1523690524348 #hot>a {color:#b7b7b7;} #dh_style_11_1523690524348 .subMenuSet:hover {color:#b7b7b7;} #dh_style_11_1523690524348 .subCurSet {color:#b7b7b7;} #dh_style_11_1523690524348 .thrMenuSet:hover {color:#b7b7b7;} #dh_style_11_1523690524348 .thrCurSet {color:#b7b7b7;}
/*----------------------电脑板式样式----------------------*/
#dh_style_11_1523690524348 .mainMenuSet{
	transition:all 0s;
}
#dh_style_11_1523690524348 .menuStyle_11 .menuUl02{ box-shadow:0px 0px 0px transparent;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_11_1523690524348{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_11_1523690524348{
		
	}
} #layout_diy_1523602744{height:567px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1523602744{height:293px;}}   @media screen and (max-width:640px) {#layout_diy_1523602744{height:116px;}} #layout_diy_1523602744 > .view_contents{max-width:1200px;overflow:visible;}  #layout_diy_1523602744  {background-position:0% 100% !important;} #layout_diy_1523602744>.view_contents {background-position:50% 0% !important;} @media screen and (max-width:640px) { #layout_diy_1523602744  {background-repeat:repeat!important;background-size:cover;background-position-x:50%;background-position:50% 100% !important;}}


 #image_style_01_1523607956401{width:587px;height:659px;position:absolute;top:84.5px;left:-4.125%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1523607956401{width:334px;left:5.090137857900318%;height:391px;top:135px;}}   @media screen and (max-width:640px) {#image_style_01_1523607956401{width:91.73333333333333%;height:353px;top:16px;left:4%;}} #image_style_01_1523607956401 > .view_contents{overflow:visible;} 

 #text_style_01_1523608095727{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:127px;left:46.833333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1523608095727{left:41.23641304347826%;top:53px;}}   @media screen and (max-width:640px) {#text_style_01_1523608095727{width:19.2%;top:467px;left:2%;}}  #text_style_01_1523608095727>.view_contents {box-sizing:border-box;color:#fcefba;font-family:Microsoft YaHei;font-size:40px;font-weight:bold;line-height:45px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1523608095727>.view_contents {box-sizing:border-box;font-size:30px;line-height:35px;}} @media screen and (max-width:640px) { #text_style_01_1523608095727>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;}}

 #text_style_01_1523608138035{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:179px;left:46.833333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1523608138035{left:41.23641304347826%;top:93px;}}   @media screen and (max-width:640px) {#text_style_01_1523608138035{width:96%;top:491px;left:2%;}}  #text_style_01_1523608138035>.view_contents {box-sizing:border-box;color:#d19e65;font-family:Microsoft YaHei;font-size:20px;line-height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1523608138035>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;}} @media screen and (max-width:640px) { #text_style_01_1523608138035>.view_contents {box-sizing:border-box;font-size:12px;line-height:16px;}}

 #text_style_01_1523608292707{width:48%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:239px;left:47.208333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1523608292707{left:41.23641304347826%;top:135px;width:505px;}}   @media screen and (max-width:640px) {#text_style_01_1523608292707{width:96%;top:517px;left:2%;}}  #text_style_01_1523608292707>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#f8f5e2;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1523608292707>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1523608292707>.view_contents {box-sizing:border-box;text-align:justify;}}

 #image_style_01_1592480049007{width:23.833333333333336%;height:82px;position:absolute;top:535px;left:46%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1592480049007{left:40.91827942735949%;top:381px;}}   @media screen and (max-width:640px) {#image_style_01_1592480049007{width:51.733333333333334%;height:53px;top:387px;left:0.03333333333333333%;}} #image_style_01_1592480049007 > .view_contents{overflow:visible;} 

 #image_style_01_1592480120271{width:23.833333333333336%;height:82px;position:absolute;top:535px;left:72.08333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1592480120271{left:69.21891569459173%;top:381px;}}   @media screen and (max-width:640px) {#image_style_01_1592480120271{width:47.46666666666667%;height:53px;top:386px;left:50.93333333333333%;}} #image_style_01_1592480120271 > .view_contents{overflow:visible;} 

 #text_style_01_1523608804948{width:22.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:431px;left:63.74999999999999%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1523608804948{left:59.39488335100742%;top:325px;width:172px;}}   @media screen and (max-width:640px) {#text_style_01_1523608804948{width:29.599999999999998%;top:729px;left:34.46666666666667%;}}  #text_style_01_1523608804948>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#edbe8b;line-height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1523608804948>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1523608804948>.view_contents {box-sizing:border-box;font-size:12px;text-align:left;}}

 #text_style_01_1523608644417{width:14.583333333333334%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:431px;left:46.833333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1523608644417{left:41.23641304347826%;top:325px;}}   @media screen and (max-width:640px) {#text_style_01_1523608644417{width:19.6875%;top:729px;left:4.620833333333333%;}}  #text_style_01_1523608644417>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#edbe8b;line-height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1523608644417>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1523608644417>.view_contents {box-sizing:border-box;font-size:12px;text-align:center;}}

 #text_style_01_1523608494040{width:8.666666666666668%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:391px;left:46.833333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1523608494040{left:41.23641304347826%;top:285px;width:121px;}}   @media screen and (max-width:640px) {#text_style_01_1523608494040{width:30%;top:701px;left:0%;}}  #text_style_01_1523608494040>.view_contents {box-sizing:border-box;font-family:Arial;color:#ffffff;font-size:31px;font-weight:bold;line-height:35px;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1523608494040>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1523608494040>.view_contents {box-sizing:border-box;font-size:23px;line-height:24px;text-align:center;}}

 #text_style_01_1523608584866{width:10.75%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:391px;left:63.66666666666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1523608584866{width:138px;left:57.408205196182394%;top:285px;}}   @media screen and (max-width:640px) {#text_style_01_1523608584866{width:30%;top:701px;left:34.46666666666667%;}}  #text_style_01_1523608584866>.view_contents {box-sizing:border-box;font-family:Arial;color:#ffffff;font-size:31px;font-weight:bold;line-height:35px;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1523608584866>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1523608584866>.view_contents {box-sizing:border-box;font-size:23px;line-height:24px;}}

 #text_style_01_1523608613547{width:10.75%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:387px;left:82.64192708333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1523608613547{width:14.634146341463413%;left:77.60968981972428%;top:285px;}}   @media screen and (max-width:640px) {#text_style_01_1523608613547{width:30%;top:701px;left:69.46666666666667%;}}  #text_style_01_1523608613547>.view_contents {box-sizing:border-box;font-family:Arial;color:#ffffff;font-size:31px;font-weight:bold;line-height:35px;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1523608613547>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1523608613547>.view_contents {box-sizing:border-box;font-size:23px;line-height:24px;}}

 #text_style_01_1523608824898{width:10.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:427px;left:82.63151041666667%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1523608824898{left:80.56071049840932%;top:325px;width:169px;}}   @media screen and (max-width:640px) {#text_style_01_1523608824898{width:27.46666666666667%;top:729px;left:70.2375%;}}  #text_style_01_1523608824898>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#edbe8b;line-height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1523608824898>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1523608824898>.view_contents {box-sizing:border-box;font-size:12px;text-align:center;}} #layout_1523607779254{height:855px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1523607779254{height:526px;}}   @media screen and (max-width:640px) {#layout_1523607779254{height:792px;z-index:4;}} #layout_1523607779254 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1523607779254  {background: url(https://cdn.yun.sooce.cn/3/51035/png/1592480462558f8a1fb2004b290c1.png?version=1592480462);} @media screen and (min-width:641px) and (max-width:1200px) { #layout_1523607779254  {background-size:cover;}} @media screen and (max-width:640px) { #layout_1523607779254>.view_contents {background: url(https://cdn.yun.sooce.cn/3/51035/png/1592495539678a8090d7277deb6fa.png?version=1592495575);background-size:100% auto;}}
/*----------------------电脑板式样式----------------------*/
#layout_1523607779254{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#layout_1523607779254{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#layout_1523607779254{
		
	}
}


 #text_style_01_1523610316651{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:53px;left:34.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1523610316651{left:34.57051961823966%;}}   @media screen and (max-width:640px) {#text_style_01_1523610316651{width:100%;top:42px;left:0%;}}  #text_style_01_1523610316651>.view_contents {box-sizing:border-box;color:#fcefba;font-family:Microsoft YaHei;font-size:40px;font-weight:bold;line-height:45px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1523610316651>.view_contents {box-sizing:border-box;font-size:30px;line-height:35px;}} @media screen and (max-width:640px) { #text_style_01_1523610316651>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;background:#171717;}}

 #text_style_01_1523610352145{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:103px;left:35.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1523610352145{left:34.568862672322375%;top:91px;}}   @media screen and (max-width:640px) {#text_style_01_1523610352145{width:96%;top:67px;left:1.9958333333333336%;}}  #text_style_01_1523610352145>.view_contents {box-sizing:border-box;color:#d19e65;font-family:Microsoft YaHei;font-size:20px;line-height:25px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1523610352145>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;}} @media screen and (max-width:640px) { #text_style_01_1523610352145>.view_contents {box-sizing:border-box;font-size:12px;line-height:16px;}}


 #text_style_01_1523610855570{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:19px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1523610855570{left:0%;width:100%;top:11px;}}   @media screen and (max-width:640px) {#text_style_01_1523610855570{width:96%;top:14px;left:1.9982993197278913%;}}  #text_style_01_1523610855570>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:22px;text-align:center;line-height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1523610855570>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1523610855570>.view_contents {box-sizing:border-box;font-size:18px;line-height:20px;}}

 #text_style_01_1523610889325{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:49px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1523610889325{left:0%;width:100%;top:41px;}}   @media screen and (max-width:640px) {#text_style_01_1523610889325{width:96%;top:39px;left:2.109906462585034%;}}  #text_style_01_1523610889325>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#4d4d4d;font-size:14px;text-align:center;line-height:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1523610889325>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1523610889325>.view_contents {box-sizing:border-box;font-size:12px;line-height:16px;}}

 #image_style_01_1523611004260{width:266px;height:107px;position:absolute;left:11.224489795918368%;top:121px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1523611004260{left:10.059628975265017%;width:80%;top:97px;height:90px;}}   @media screen and (max-width:640px) {#image_style_01_1523611004260{width:80%;height:95px;top:99px;left:10.065901360544217%;}} #image_style_01_1523611004260 > .view_contents{overflow:visible;} 

 #image_style_01_1523611217502{width:34px;height:33px;position:absolute;left:78.86297376093295%;top:387px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1523611217502{left:78.25198763250883%;width:34px;top:313px;}}   @media screen and (max-width:640px) {#image_style_01_1523611217502{width:34px;height:33px;top:326px;left:78.54485544217688%;}} #image_style_01_1523611217502 > .view_contents{overflow:visible;} 

 #text_style_01_1523611155026{width:266px;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:11.224489795918368%;top:261px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1523611155026{left:10%;width:80%;top:213px;}}   @media screen and (max-width:640px) {#text_style_01_1523611155026{width:80%;top:219px;left:9.917091836734695%;}}  #text_style_01_1523611155026>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#f2f2f2;text-align:justify;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1523611155026>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1523611155026>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1523610759193{width:343px;height:454px;position:absolute;top:167px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1523610759193{left:2%;width:30%;height:376px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1523610759193{width:92%;height:391px;top:113px;left:3.9990234375000004%;}}  #div_a_includeBlock_1523610759193  {background: url(https://cdn.yun.sooce.cn/3/51035/png/1592483714259fda60150be22bd8e.png?version=1592483714);} @media screen and (max-width:640px) { #div_a_includeBlock_1523610759193  {background-size:contain;background: url(https://cdn.yun.sooce.cn/3/51035/png/1592483714259fda60150be22bd8e.png?version=1592483714);background-repeat:no-repeat!important;}}


 #text_style_01_1523611520983{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:19px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1523611520983{left:0%;width:100%;top:11px;}}   @media screen and (max-width:640px) {#text_style_01_1523611520983{width:96%;top:14px;left:1.9982993197278913%;}}  #text_style_01_1523611520983>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:22px;text-align:center;line-height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1523611520983>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1523611520983>.view_contents {box-sizing:border-box;font-size:18px;line-height:20px;}}

 #text_style_01_1523611520998{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:49px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1523611520998{left:0%;width:100%;top:41px;}}   @media screen and (max-width:640px) {#text_style_01_1523611520998{width:96%;top:39px;left:2.109906462585034%;}}  #text_style_01_1523611520998>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#4d4d4d;font-size:14px;text-align:center;line-height:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1523611520998>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1523611520998>.view_contents {box-sizing:border-box;font-size:12px;line-height:16px;}}

 #image_style_01_1523611521002{width:266px;height:107px;position:absolute;left:11.224489795918368%;top:121px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1523611521002{left:10.059628975265017%;width:80%;top:97px;height:90px;}}   @media screen and (max-width:640px) {#image_style_01_1523611521002{width:80%;height:95px;top:99px;left:10.065901360544217%;}} #image_style_01_1523611521002 > .view_contents{overflow:visible;} 

 #image_style_01_1523611521009{width:34px;height:33px;position:absolute;left:78.86297376093295%;top:387px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1523611521009{left:78.25198763250883%;width:34px;top:313px;}}   @media screen and (max-width:640px) {#image_style_01_1523611521009{width:34px;height:33px;top:326px;left:78.54485544217688%;}} #image_style_01_1523611521009 > .view_contents{overflow:visible;} 

 #text_style_01_1523611521015{width:266px;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:11.224489795918368%;top:261px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1523611521015{left:10%;width:80%;top:213px;}}   @media screen and (max-width:640px) {#text_style_01_1523611521015{width:80%;top:219px;left:9.917091836734695%;}}  #text_style_01_1523611521015>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#f2f2f2;text-align:justify;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1523611521015>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1523611521015>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1523611520781{width:28.583333333333332%;height:454px;position:absolute;top:167px;left:35.70833333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1523611520781{width:30%;height:376px;left:34.994697773064686%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1523611520781{width:92%;height:391px;top:518px;left:3.9990234375000004%;}}  #div_a_includeBlock_1523611520781  {background: url(https://cdn.yun.sooce.cn/3/51035/png/1592483714259fda60150be22bd8e.png?version=1592483714);background-repeat:no-repeat;} @media screen and (min-width:641px) and (max-width:1200px) { #div_a_includeBlock_1523611520781  {background-size:100% auto;}} @media screen and (max-width:640px) { #div_a_includeBlock_1523611520781  {background-size:100% auto;}}


 #text_style_01_1523611591979{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:19px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1523611591979{left:0%;width:100%;top:11px;}}   @media screen and (max-width:640px) {#text_style_01_1523611591979{width:96%;top:14px;left:1.9982993197278913%;}}  #text_style_01_1523611591979>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:22px;text-align:center;line-height:25px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1523611591979>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1523611591979>.view_contents {box-sizing:border-box;font-size:18px;line-height:20px;}}

 #text_style_01_1523611591992{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:49px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1523611591992{left:0%;width:100%;top:41px;}}   @media screen and (max-width:640px) {#text_style_01_1523611591992{width:96%;top:39px;left:2.109906462585034%;}}  #text_style_01_1523611591992>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#4d4d4d;font-size:14px;text-align:center;line-height:18px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1523611591992>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1523611591992>.view_contents {box-sizing:border-box;font-size:12px;line-height:16px;}}

 #image_style_01_1523611591996{width:266px;height:107px;position:absolute;left:11.224489795918368%;top:121px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1523611591996{left:10.059628975265017%;width:80%;top:97px;height:90px;}}   @media screen and (max-width:640px) {#image_style_01_1523611591996{width:80%;height:95px;top:99px;left:10.065901360544217%;}} #image_style_01_1523611591996 > .view_contents{overflow:visible;} 

 #image_style_01_1523611592000{width:34px;height:33px;position:absolute;left:78.86297376093295%;top:387px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1523611592000{left:78.25198763250883%;width:34px;top:313px;}}   @media screen and (max-width:640px) {#image_style_01_1523611592000{width:34px;height:33px;top:326px;left:78.54485544217688%;}} #image_style_01_1523611592000 > .view_contents{overflow:visible;} 

 #text_style_01_1523611592006{width:266px;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:11.224489795918368%;top:261px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1523611592006{left:10%;width:80%;top:213px;}}   @media screen and (max-width:640px) {#text_style_01_1523611592006{width:80%;top:219px;left:9.917091836734695%;}}  #text_style_01_1523611592006>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#f2f2f2;text-align:justify;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1523611592006>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1523611592006>.view_contents {box-sizing:border-box;}}
 #div_a_includeBlock_1523611591774{width:28.583333333333332%;height:454px;position:absolute;top:167px;left:71.41666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1523611591774{width:30%;height:376px;left:67.9%;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1523611591774{width:92%;height:391px;top:926px;left:3.9990234375000004%;}}  #div_a_includeBlock_1523611591774  {background: url(https://cdn.yun.sooce.cn/3/51035/png/1592483714259fda60150be22bd8e.png?version=1592483714);background-repeat:no-repeat;} @media screen and (min-width:641px) and (max-width:1200px) { #div_a_includeBlock_1523611591774  {background-size:100% auto;}} @media screen and (max-width:640px) { #div_a_includeBlock_1523611591774  {background-size:100% auto;}}



 #image_style_01_1523606510184{width:100%;height:82px;position:absolute;left:0%;top:303.9704284667969px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1523606510184{left:0%;width:100%;top:154px;height:140px;}}   @media screen and (max-width:640px) {#image_style_01_1523606510184{left:calc(50% - 90px);top:120.5px;}} #image_style_01_1523606510184 > .view_contents{overflow:visible;} 

 #text_style_01_1523606590710{width:64.23611111111111%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:306px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1523606590710{left:0%;width:100%;top:225px;}}   @media screen and (max-width:640px) {#text_style_01_1523606590710{width:100%;top:129px;left:0%;}}  #text_style_01_1523606590710>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:20px;color:#ffffff;line-height:24px;background: url(../img/upimages/pkgimg/bg_K.jpg);background-repeat:no-repeat;background-position-x:0%;background-position-y:50%;padding-left:25px;background-size:auto;height:26px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1523606590710>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1523606590710>.view_contents {box-sizing:border-box;font-size:13px;line-height:20px;height:20px;padding-left:20px;}}

 #text_style_01_1523606691019{width:64.23611111111111%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:4.253472222222222%;top:341px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1523606691019{left:5.417607223476298%;width:79.45823927765237%;top:257px;}}   @media screen and (max-width:640px) {#text_style_01_1523606691019{width:88.88888888888889%;top:154px;left:3.3333333333333335%;}}  #text_style_01_1523606691019>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#c6cace;font-size:14px;line-height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1523606691019>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1523606691019>.view_contents {box-sizing:border-box;font-size:12px;}}
 #div_a_includeBlock_1523606394740{width:48%;height:395px;position:absolute;top:0px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1523606394740{height:294px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1523606394740{height:202.5px;top:0px;left:1.3333333333333335%;}}  #div_a_includeBlock_1523606394740  {background: url(https://cdn.yun.sooce.cn/3/51035/png/15924761398719cd070fbe1d405a5.png?version=0);background-repeat:no-repeat;background-size:100% auto;}


 #image_style_01_1523607081293{width:100%;height:76px;position:absolute;left:0%;top:308.984375px;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1523607081293{left:0%;width:100%;top:154px;height:140px;}}   @media screen and (max-width:640px) {#image_style_01_1523607081293{left:0%;top:120.5px;height:55px;}} #image_style_01_1523607081293 > .view_contents{overflow:visible;} 

 #text_style_01_1523607081300{width:64.23611111111111%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:0%;top:306px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1523607081300{left:0%;width:100%;top:225px;}}   @media screen and (max-width:640px) {#text_style_01_1523607081300{width:100%;top:129px;left:0%;}}  #text_style_01_1523607081300>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:20px;color:#ffffff;line-height:24px;background: url(../img/upimages/pkgimg/bg_K.jpg);background-repeat:no-repeat;background-position-x:0%;background-position-y:50%;padding-left:25px;background-size:auto;height:26px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1523607081300>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1523607081300>.view_contents {box-sizing:border-box;font-size:13px;line-height:20px;height:20px;padding-left:20px;}}

 #text_style_01_1523607081307{width:64.23611111111111%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;left:4.253472222222222%;top:341px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1523607081307{left:5.417607223476298%;width:79.45823927765237%;top:257px;}}   @media screen and (max-width:640px) {#text_style_01_1523607081307{width:97.22222222222221%;top:155px;left:2.6302083333333335%;}}  #text_style_01_1523607081307>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;color:#c6cace;font-size:14px;line-height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1523607081307>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1523607081307>.view_contents {box-sizing:border-box;font-size:12px;}}
 #div_a_includeBlock_1523607081205{width:48%;height:395px;position:absolute;top:0px;left:51%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1523607081205{height:294px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1523607081205{height:205px;top:0px;left:50.2%;}}  #div_a_includeBlock_1523607081205  {background: url(https://cdn.yun.sooce.cn/3/51035/png/15924761726660df0526ad797b39d.png?version=1592476172);background-repeat:no-repeat;background-size:100% auto;}
 #div_a_includeBlock_1523607358994{width:100%;height:397px;position:absolute;top:652px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1523607358994{}}   @media screen and (max-width:640px) {#div_a_includeBlock_1523607358994{width:100%;height:205px;top:1327px;left:0%;}}  #layout_1523610265984{height:1166px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1523610265984{height:1049px;}}   @media screen and (max-width:640px) {#layout_1523610265984{height:1532px;z-index:3;}} #layout_1523610265984 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1523610265984  {background-repeat:repeat!important;background-size:cover;background-position-x:50%;background:#002344;} @media screen and (max-width:640px) { #layout_1523610265984  {border-bottom-color:#171717;border-bottom-style:none;}}


 #text_style_01_1523611825403{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:0px;left:34.583333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1523611825403{}}   @media screen and (max-width:640px) {#text_style_01_1523611825403{width:96%;top:33px;left:1.9970703125%;}}  #text_style_01_1523611825403>.view_contents {box-sizing:border-box;color:#fcefba;font-family:Microsoft YaHei;font-size:40px;font-weight:bold;line-height:45px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1523611825403>.view_contents {box-sizing:border-box;font-size:30px;line-height:35px;}} @media screen and (max-width:640px) { #text_style_01_1523611825403>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;}}

 #text_style_01_1523611850273{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:55px;left:34.58333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1523611850273{}}   @media screen and (max-width:640px) {#text_style_01_1523611850273{width:96%;top:63px;left:1.9970703125%;}}  #text_style_01_1523611850273>.view_contents {box-sizing:border-box;color:#d19e65;font-family:Microsoft YaHei;font-size:20px;line-height:25px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1523611850273>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;}} @media screen and (max-width:640px) { #text_style_01_1523611850273>.view_contents {box-sizing:border-box;font-size:12px;line-height:16px;}}

 #newsList_style_15_1523669714403{width:100%;position:absolute;top:136px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_15_1523669714403{width:96%;left:2%;}}   @media screen and (max-width:640px) {#newsList_style_15_1523669714403{width:96%;top:0px;left:2%;}}  #newsList_style_15_1523669714403 .datSet {background:transparent;border-left-style:none;border-bottom-style:none;border-right-style:none;border-top-style:none;} #newsList_style_15_1523669714403 .imgSet {border-left-style:none;border-right-style:none;border-top-style:none;border-bottom-style:none;padding-bottom:0px;} #newsList_style_15_1523669714403 .btnaSet {border-left-style:none;border-bottom-style:none;border-right-style:none;border-top-style:none;color:#f8e1bf;font-size:14px;height:43px;line-height:43px;padding-top:0px;padding-bottom:0px;padding-left:20px;padding-right:20px;background: url(../img/upimages/pkgimg/yuzhouhepIMG/newbtn.png);background-repeat:no-repeat;margin-top:0px;margin-bottom:30px;} #newsList_style_15_1523669714403 .riSet {color:#ffffff;font-family:Microsoft YaHei;font-weight:normal;} #newsList_style_15_1523669714403 .titleSet {color:#d19e65;} #newsList_style_15_1523669714403 .detailSet {color:#e5e5e5;} #newsList_style_15_1523669714403 .modSet {border-bottom-color:#584737;border-bottom-style:solid;padding-bottom:0px;margin-top:0px;margin-bottom:30px;} #newsList_style_15_1523669714403 .nianSet {color:#b3b3b3;font-size:16px;} #newsList_style_15_1523669714403 .yueSet {color:#b3b3b3;font-size:16px;} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_15_1523669714403 .imgSet {margin-bottom:0px;}} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_15_1523669714403 .btnaSet {margin-bottom:40px;}} @media screen and (max-width:640px) { #newsList_style_15_1523669714403 .modSet {font-size:16px;padding-top:0px;margin-bottom:10px;padding-right:0px;}} @media screen and (max-width:640px) { #newsList_style_15_1523669714403 .detailSet {font-size:12px;}} @media screen and (max-width:640px) { #newsList_style_15_1523669714403 .titleSet {font-size:14px;}} @media screen and (max-width:640px) { #newsList_style_15_1523669714403 .btnaSet {padding-right:0px;padding-left:0px;font-size:12px;margin-bottom:25px;}} @media screen and (max-width:640px) { #newsList_style_15_1523669714403 .nianSet {margin-left:0px;padding-right:0px;font-size:14px;}} @media screen and (max-width:640px) { #newsList_style_15_1523669714403 .yueSet {padding-left:0px;margin-left:0px;font-size:14px;}}
/*----------------------电脑板式样式----------------------*/
#newsList_style_15_1523669714403 .boxNewsListStyle_15 .sumary_list .newCont{
	padding:0;
}

/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_15_1523669714403{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#newsList_style_15_1523669714403 .boxNewsListStyle_15 .show_all{
		width:95px;
	}
} #layout_1523611780224{height:387px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1523611780224{height:387px;}}   @media screen and (max-width:640px) {#layout_1523611780224{height:712px;}} #layout_1523611780224 > .view_contents{overflow:auto;max-width:1200px;}  #layout_1523611780224  {background:#002344;} @media screen and (max-width:640px) { #layout_1523611780224  {border-bottom-color:#171717;border-bottom-style:none;}}


 #text_style_01_1523668669465{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:523.5px;left:-1.8333333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1523668669465{left:calc(50% - 471.5px);top:252px;}}   @media screen and (max-width:640px) {#text_style_01_1523668669465{width:96%;top:208px;left:2%;}}  #text_style_01_1523668669465>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#cccccc;text-align:center;padding-bottom:30px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1523668669465>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1523668669465>.view_contents {box-sizing:border-box;}}

 #text_style_01_1523668160780{width:41.16666666666667%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:109px;left:43.333333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1523668160780{left:43.45672057264051%;top:36px;}}   @media screen and (max-width:640px) {#text_style_01_1523668160780{width:96%;top:320px;left:1.1865234375%;display:none;}}  #text_style_01_1523668160780>.view_contents {box-sizing:border-box;color:#fcefba;font-family:Microsoft YaHei;font-size:40px;font-weight:bold;line-height:45px;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1523668160780>.view_contents {box-sizing:border-box;font-size:30px;line-height:35px;color:#fcefba;}} @media screen and (max-width:640px) { #text_style_01_1523668160780>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;}}

 #text_style_01_1523668186605{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:164px;left:43.333333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1523668186605{top:77px;left:43.45672057264051%;}}   @media screen and (max-width:640px) {#text_style_01_1523668186605{width:96%;top:345px;left:2%;display:none;}}  #text_style_01_1523668186605>.view_contents {box-sizing:border-box;color:#d19e65;font-family:Microsoft YaHei;font-size:20px;line-height:25px;text-align:left;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1523668186605>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;}} @media screen and (max-width:640px) { #text_style_01_1523668186605>.view_contents {box-sizing:border-box;font-size:12px;line-height:16px;}}

 #text_style_01_1523668298751{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:204px;left:43.333333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1523668298751{left:43.45672057264051%;top:131px;}}   @media screen and (max-width:640px) {#text_style_01_1523668298751{width:96%;top:373px;left:2%;display:none;}}  #text_style_01_1523668298751>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#b3b3b3;line-height:40px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1523668298751>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1523668298751>.view_contents {box-sizing:border-box;}}

 #text_style_01_1592547571773{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;display:none;position:absolute;left:34.58333333333333%;top:51.890625px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592547571773{width:38.54166666666667%;display:none;left:30.729166666666664%;top:51.890625px;}}   @media screen and (max-width:640px) {#text_style_01_1592547571773{width:34.4%;font-size:12px;color:#333;line-height:1.6;display:block;top:15.890625px;left:32.8%;}}  @media screen and (max-width:640px) { #text_style_01_1592547571773>.view_contents {color:#fcefba;font-weight:bold;font-size:26px;}}

 #text_style_01_1592547671428{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;display:none;position:absolute;left:34.58333333333333%;top:102.890625px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592547671428{width:38.54166666666667%;display:none;left:30.729166666666664%;top:102.890625px;}}   @media screen and (max-width:640px) {#text_style_01_1592547671428{width:44.53333333333334%;font-size:12px;color:#333;line-height:1.6;display:block;top:93.890625px;left:32.53333333333333%;}}  @media screen and (max-width:640px) { #text_style_01_1592547671428>.view_contents {color:#b3b3b3;}}

 #text_style_01_1592547811268{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;display:none;position:absolute;left:34.58333333333333%;top:53.890625px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592547811268{width:38.54166666666667%;display:none;left:30.729166666666664%;top:53.890625px;}}   @media screen and (max-width:640px) {#text_style_01_1592547811268{width:50%;font-size:12px;color:#333;line-height:1.6;display:block;top:57.890625px;left:33.33333333333333%;}}  @media screen and (max-width:640px) { #text_style_01_1592547811268>.view_contents {color:#d19e65;font-size:14px;}} #comm_layout_footer{height:588px;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:307px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:288px;}} #comm_layout_footer > .view_contents{max-width:1200px;overflow:hidden;}  #comm_layout_footer  {background-repeat:repeat!important;background-size:auto;background-position-y:0%;background-position-x:50%;background-position:50% 0% !important;background: url(https://cdn.yun.sooce.cn/3/51035/png/15924855274953b4bd6b10bf29039.png?version=1592485527);} #comm_layout_footer:hover {} #comm_layout_footer>.view_contents {background-position:50% 0% !important;} @media screen and (min-width:641px) and (max-width:1200px) { #comm_layout_footer  {background-size:100% auto;}} @media screen and (max-width:640px) { #comm_layout_footer>.view_contents {background: url(https://cdn.yun.sooce.cn/3/51035/png/1592485733760b9ea5e04c890326b.png?version=1592485733);background-size:cover;}}

	#image_style_01_1523603668571 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1523603668571 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}@media screen and (max-width:640px) {#image_style_01_1523603668571 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1523603668571 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;}
.menuStyle_39{width:100%; position:relative;}
.menuStyle_39 *{box-sizing: border-box;}
.menuStyle_39 .miniMenu *,
.menuStyle_39 .menuUl li *{
	-webkit-transition-duration:.2s; -moz-transition-duration:.2s; -o-transition-duration:.2s; transition-duration:.2s;
	-webkit-transition-property:background,height,padding; -moz-transition-property:background,height,padding; -moz-transition-property:background,height,padding; transition-property:background,height,padding;
	-webkit-transition-timing-function:ease-out; -moz-transition-timing-function:ease-out; -o-transition-timing-function:ease-out; transition-timing-function:ease-out;
}
.menuStyle_39 .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_39 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_39 ul,.menuStyle_39 li{padding:0;margin:0px;list-style:none}
.menuStyle_39 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_39 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_39 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_39 .menuUl{position:relative; width:100%; text-align:center;z-index: 99;}
.menuStyle_39 .menuUl>li{position:relative;}
.menuStyle_39 .menuUl>li>a{height: 100%; position: relative; text-decoration:none;font-size:16px; box-sizing:border-box; display:block;text-align:center; letter-spacing:normal; white-space:nowrap; line-height:44px; padding: 0; padding: 0 1em\0;}
.menuStyle_39 .menuUl>li>a:hover{color:#2d8cf0;}
.menuStyle_39 .menuUl #hot>a{color:#2d8cf0;}
.menuStyle_39 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_39 .menuUl #hot>a span{color:inherit;}

.menuStyle_39 .menuUl>.logo{background: transparent!important;}
.menuStyle_39 .menuUl>.logo:after{width:0;}
.menuStyle_39 .menuUl>.logo .menuUl_box_logo{background: transparent!important; border-top: 3px solid transparent!important;}
.menuStyle_39 .menuUl>.logo .menuUl_box_logo:hover{background: #fff;}
.menuStyle_39 .menuLayout .miniMenu{display:none;}
.menuStyle_39 .menuUl02 {opacity: 0; display: none; position: absolute; left: 50%; width: 100%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0); background: #f5f5f5;}
.menuStyle_39 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_39 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;}
.menuStyle_39 .menuUl.noHover .rflex:hover .menuUl02{display: none;}

.menuStyle_39 .menuUl02 .subMenu02 { float: none; position: relative;color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;}
.menuStyle_39 .subBox .subMenu02#subCurSet {font-weight: bold;border-bottom: 2px solid #04b29b;}
.menuStyle_39 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_39 .menuUl02 .subMenu02:hover {background: #4bc9e4; color: #fff;}
.menuStyle_39 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_39 .menuUl02 .subMenu02:hover .menuUl03{display: block;} 
.menuStyle_39 .menuUl03{position: absolute; background: #f5f5f5; top: 0; display: none;}
.menuStyle_39 .rflex { position: relative;}
.menuStyle_39 .maxWidth{margin: auto;}

.menuStyle_39 .subBox{border-top:1px solid #2d8cf0; position: absolute; left: 0; width: 100%; background: #fff;display: none;padding: 20px 20px 0;}
.menuStyle_39 .subBox .subBoxContent{text-align: left; overflow: hidden;}
.menuStyle_39 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_39 .subBox .sublm{min-height: 10px;width: 100%;display: -webkit-flex; display: -moz-flex; display: flex; flex-wrap:wrap; justify-content:space-between;}
.menuStyle_39 .subBox .sublm .subMenuArea{width: 49%;box-sizing: border-box;overflow: hidden;margin-bottom: 20px;}
.menuStyle_39 .subBox .subMenuArea .subMenuImgArea{width: 50%;float: left;position:relative; overflow: hidden; box-sizing: border-box;}
.menuStyle_39 .subBox .subMenuArea .dummy{margin-top: calc(100%/3*2);}
.menuStyle_39 .subBox .subMenuArea .subMenuImg{width: 100%;}
.menuStyle_39 .subBox .subMenuArea .menu_img{position:absolute; left:0; right:0; top:0; bottom:0; overflow:hidden;}
.menuStyle_39 .subBox .subMenuArea .subMenuCon{width: 50%;float: left;padding: 10px;}
.menuStyle_39 .subBox .subMenu02{font-size: 14px; margin-bottom: 7px; clear: both; color: #333; display: block;}
.menuStyle_39 .subBox .subMenu02#subCurSet{font-weight: bold;}
.menuStyle_39 .subBox .subMenu02:hover,
.menuStyle_39 .subBox .subMenu02:active{color:#2d8cf0;}

.menuStyle_39 .imgIco{vertical-align: middle; display:inline-block; overflow:hidden; position:relative; padding:15px;  box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.menuStyle_39 .imgIco img{width:auto; height:100%; vertical-align: top;  position:absolute; top:50%; left:50%;  transform:translateY(-50%) translateX(-50%); -webkit-transform:translateY(-50%) translateX(-50%); -moz-transform:translateY(-50%) translateX(-50%); -ms-transform:translateY(-50%) translateX(-50%); -o-transform:translateY(-50%);}

@media screen and (max-width:640px) {
.menuStyle_39 .imgIco{ margin-right:10px;}
.menuStyle_39 .menuUl,
.menuStyle_39 .menuUl_box {display:none;}
.menuStyle_39 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_39 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_39 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_39 .miniMenu .leftBox{height: 100%}
.menuStyle_39 .miniMenu .leftBox .sidebar{font-size:24px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_39 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_39 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_39 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_39 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_39 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;padding: 0;}
.menuStyle_39 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy{width: calc(100% - 50px);}
.menuStyle_39 .miniMenu .leftBox .menuUlCopy .menuUlCopy li a{padding-left: 30px;box-sizing: border-box;}
.menuStyle_39 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy li a{padding-left: 60px;box-sizing: border-box;}
.menuStyle_39 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden;color:#4d5158;font-size:12px; line-height:44px;}
.menuStyle_39 .miniMenu .leftBox .menuUlCopy li a{width:calc(100% - 50px); float: left; display:block; text-align:left;color:inherit;  text-decoration:none; font-size:inherit; line-height:inherit; height: inherit; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;border-bottom:1px solid rgba(0,0,0,.1);}
.menuStyle_39 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #555;}
.menuStyle_39 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; display: none; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit;}
.menuStyle_39 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.1);}
.menuStyle_39 .miniMenu .leftBox .menuUlCopy li.subMenuSet#subCurSet>a,
.menuStyle_39 .miniMenu .leftBox .menuUlCopy li.thrMenuSet.thrCurSet>a{border-bottom: 1px solid #555;}
.menuStyle_39 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(255,255,255,.95); position: fixed; width: 100%; top: 0; left: 0; -webkit-transition: all linear .3s; -moz-transition: all linear .3s; -o-transition: all linear .3s; transition: all linear .3s;}
.menuStyle_39 .menuLayout .miniMenu.Mslide .sidebar{color:#4d5158; background: rgba(0,0,0,.05);}
.menuStyle_39 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


	
#dh_style_11_1523690524348 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

		/* 高度设置 */
		#dh_style_11_1523690524348 .subBox .subMenuArea .dummy{margin-top: px;}
						/* 宽度设置 */
				#dh_style_11_1523690524348 .subBox .subMenuArea .subMenuImgArea{width: px;}
				#dh_style_11_1523690524348 .subBox .subMenuArea .subMenuCon{width: calc(100% - px);}
		


	#image_style_01_1523607956401 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1523607956401 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1523607956401 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1523607956401 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_1592480049007 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1592480049007 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1592480049007 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1592480049007 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_1592480120271 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1592480120271 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1592480120271 .CompatibleImg img{width:auto; height:100%; position:relative; top:0; left:50%;-webkit-transform:translate(-50%,0);-o-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);}}
#image_style_01_1592480120271 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_1523611004260 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1523611004260 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1523611004260 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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_1523611217502 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1523611217502 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1523611217502 .CompatibleImg img{width:100%; height:100%}}
.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_1523611521002 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1523611521002 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1523611521002 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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_1523611521009 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1523611521009 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1523611521009 .CompatibleImg img{width:100%; height:100%}}
.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_1523611591996 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1523611591996 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1523611591996 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
.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_1523611592000 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1523611592000 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1523611592000 .CompatibleImg img{width:100%; height:100%}}
.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_1523606510184 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1523606510184 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1523606510184 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1523606510184 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_1523607081293 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1523607081293 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1523607081293 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1523607081293 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;}
/*新闻列表样式*/
.boxNewsListStyle_15{width:100%; clear: both;}
.boxNewsListStyle_15 *{transition: all ease .2s; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s;}
.boxNewsListStyle_15 li{width:100%; list-style:none; border-bottom-width:1px; border-bottom-style:dashed; border-bottom-color:#ddd; box-sizing:border-box;/*padding-bottom: 5px;*/}
.boxNewsListStyle_15 li:hover{}
.boxNewsListStyle_15 li:first-child{border-top-width:1px; border-top-style:solid; border-top-color:transparent;}
.boxNewsListStyle_15 li .clear{clear:both;}
.boxNewsListStyle_15 .sumary_list .newCont{float:none; width:100%; box-sizing:border-box;padding: 20px 0 40px 0;}
.boxNewsListStyle_15 .sumary_list .newCont .newTitle{width:100%;}
.boxNewsListStyle_15 .newTitle .nDate{float:left; width:80px; background:#fff; text-align:center; line-height:1.4; box-sizing:border-box;  border:1px solid #e5e5e5;margin-right:20px;padding:0 3px 0 4px ;}
.boxNewsListStyle_15 .newTitle .nDate .numDate{float: left; width: 60%; text-align: right; font-weight:normal; font-size:25px; /*font-family: Georgia,Tahoma;*/font-family: Courier New;font-weight: bold;  color:rgb(107,107,107);display:block;float:none;margin:0 auto;text-align:center;line-height: 30px;}
.boxNewsListStyle_15 .newTitle .nDate .enDate{float: left;font-size:18px; /*margin-top: 20px;*/ font-weight:normal; font-size:18px; font-family: Courier New;font-weight: bold; color:rgb(107,107,107);display:inline;margin:0;float:right;}
.boxNewsListStyle_15 .newTitle .nDate .yrDate{width:calc(60% - 10px);;font-size:18px; color:rgb(107,107,107);  height: 26px; line-height: 26px; margin:0;position:relative;bottom:1px;text-align:left;font-family: Courier New;font-weight: bold;}
.boxNewsListStyle_15 .sumary_list .newName{float:left; width:calc(100% - 100px - 220px); margin:.5em 0; padding:0 .5em; box-sizing:border-box;}
.boxNewsListStyle_15 .sumary_list .newName .newTit{width: 100%;}
.boxNewsListStyle_15 .sumary_list .newName a{text-decoration:none; line-height:1.4; font-size:16px; color:#333; display: block; }
.boxNewsListStyle_15 .sumary_list .newName a:hover{}
.boxNewsListStyle_15 .sumary_list .newB{width:100%; line-height:2;border-top:1px solid rgba(255,255,255, .1); }
.boxNewsListStyle_15 .sumary_list .newSort{font-size:12px; white-space: nowrap; padding:.5em 1em .5em 0; border-radius:1.5em; margin-right:5px; /*display:block;*/ width:60px; text-align:center; margin-top:5px;}
.boxNewsListStyle_15 .sumary_list .newsTime{text-align:left;color:#999; font-size:14px; white-space:nowrap;display:inline-block;}
.boxNewsListStyle_15 .sumary_list .newsTime .nsDate{margin-right:15px; font-size:12px; color:#999}
.boxNewsListStyle_15 .sumary_list .newsTime span{white-space: nowrap;}
.boxNewsListStyle_15 .sumary_list .newDetail{width:100%; box-sizing:border-box; padding:.6em .6em .6em 0; color:#999; font-size:14px; line-height:1.6; white-space:normal; overflow:hidden; }
/*分页*/
.boxNewsListStyle_15 .page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.boxNewsListStyle_15 .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';}
.boxNewsListStyle_15 .page_btn a.cur,.boxNewsListStyle_15 .page_btn a:hover{border:1px solid #4c4c4c;}
.boxNewsListStyle_15 .prev_btn,.boxNewsListStyle_15 .next_btn{font-family: '黑体' !important; border: 0 !important;}
.boxNewsListStyle_15 .no_page{border: 0 !important;}
.boxNewsListStyle_15 .sumary_list .newPic{width:200px; overflow:hidden; position:relative; box-sizing:border-box; float:left;margin-right: 20px;border:1px solid #e5e5e5;padding-bottom: 1px;}
.boxNewsListStyle_15 .sumary_list .newPic img{position:absolute; top:0; left:0; width:100%;margin:5px;width:calc(100% - 10px);background-color: #e5e5e5;}
.boxNewsListStyle_15 .sumary_list .newPic .zTm{margin-top:100%;}

.boxNewsListStyle_15 .phoneDate{display: none;}


.boxNewsListStyle_15 .show_all{margin-top:.5em;float: left;}
.boxNewsListStyle_15 .show_all a{font-size:14px;display:block; margin-top:.4em; text-decoration:none; border:1px solid #ddd; text-align:center; padding:.4em 1.5em; font-size:12px;  color:#666; }



/*#newsList_style_01_1496712417950 .nDate{text-align: right;}*/

@media screen and (max-width:767px){
.boxNewsListStyle_15 .sumary_list .newName a{font-size:12px;}
.boxNewsListStyle_15 .newTitle .nDate{width: 65px;}
.boxNewsListStyle_15 .sumary_list .newName{width: calc(100% - 65px);}
.boxNewsListStyle_15 .newTitle .nDate .yrDate{font-size:14px;position:relative;bottom:0px;}
.boxNewsListStyle_15 .newTitle .nDate .numDate{font-size:25px;}
.boxNewsListStyle_15 .newTitle .nDate .enDate{font-size:14px; margin-top: 4px;}
/*分页*/
.boxNewsListStyle_15 .page_btn a:nth-child(n+5){display: none;}
.boxNewsListStyle_15 .page_btn a:nth-last-child(1),.boxNewsListStyle_15 .page_btn a:nth-last-child(2),.boxNewsListStyle_15 .page_btn a:nth-last-child(3){display: inline-block !important;}
.boxNewsListStyle_15 .sumary_list .newPic{width:100%;}
.boxNewsListStyle_15 .pcDate{display: none;}
.boxNewsListStyle_15 .phoneDate{display: block;float:left;}
.boxNewsListStyle_15 .sumary_list .newName{float:left; width:calc(100% - 100px);}
.boxNewsListStyle_15 .sumary_list .newPic{margin-bottom: 15px;}
.boxNewsListStyle_15 .sumary_list .newDetail{width:100%;}
.boxNewsListStyle_15 .ydSet{display: none;}
.boxNewsListStyle_15 .sumary_list .newCont{padding:15px 0 15px 0;}


.boxNewsListStyle_15 .show_all{width:40%; }
}


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

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

/* 新分页 */
#newsList_style_15_1523669714403 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_15_1523669714403 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_15_1523669714403 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_15_1523669714403 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_15_1523669714403 .submit_div{ display: inline-block; }

#newsList_style_15_1523669714403 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_15_1523669714403 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_15_1523669714403 .page_submit{margin-left:5px;}
#newsList_style_15_1523669714403 .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_15_1523669714403 .page_btn{ font-size:12px; }
		#newsList_style_15_1523669714403 .submit_div{ display:none; }
	}

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

#layout_15236077792541111{height: 10em;width:1920px ;background: url(https://www.youjgame.com/home/background.png);background-size:100% auto;}}