
/**
    *编辑器         \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-size:100% auto; }
body{ background-position:left top; }


 #image_logo_1523672216585{width:100px;height:86px;position:absolute;top:54px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_logo_1523672216585{left:17.164302757158005%;top:16px;height:40px;width:62px;}}   @media screen and (max-width:640px) {#image_logo_1523672216585{width:36px;height:29px;top:10px;left:20.129166666666666%;}} 

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

 #text_style_01_1523672313294{width:19.083333333333332%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:14px;left:3.166666666666667%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1523672313294{left:6.150583244962885%;top:14px;}}   @media screen and (max-width:640px) {#text_style_01_1523672313294{width:58.75%;top:14px;left:13.6083984375%;display:none;}}  #text_style_01_1523672313294>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:14px;color:#050505;line-height:16px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1523672313294>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1523672313294>.view_contents {box-sizing:border-box;font-size:12px;}}

 #dh_style_11_1523672340871{width:60%;z-index:1000;left:40%;top:718.5px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_11_1523672340871{width:45.17497348886532%;z-index:999;left:54.718981972428416%;top:363px;}}   @media screen and (max-width:640px) {#dh_style_11_1523672340871{width:80px;z-index:999;left:78.225%;top:10px;}} #dh_style_11_1523672340871 > .view_contents{overflow:visible;}  #dh_style_11_1523672340871 .dhAreaSet {opacity:1;border-radius:initial;}
/*----------------------电脑板式样式----------------------*/
#dh_style_11_1523672340871 .mainMenuSet{
	transition:all 0s;
}
#dh_style_11_1523672340871 .menuStyle_11 .menuUl02{ box-shadow:0px 0px 0px transparent;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_11_1523672340871{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_11_1523672340871{
		
	}
} #comm_layout_header{height:765.5px;z-index:99999;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_header{height:410px;}}   @media screen and (max-width:640px) {#comm_layout_header{height:152px;}} #comm_layout_header > .view_contents{max-width:1200px;overflow:visible;}  #comm_layout_header  {background: url(https://cdn.yun.sooce.cn/3/51035/png/1592487129961f9c3b6043e74109e.png?version=0);background-repeat:repeat!important;background-size:cover;}


 #text_style_01_1592498913144{width:74.91666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:532px;left:23.916666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592498913144{}}   @media screen and (max-width:640px) {#text_style_01_1592498913144{width:89.86666666666666%;font-size:12px;color:#333;line-height:1.6;top:1082px;left:5.195833333333334%;}}  #text_style_01_1592498913144>.view_contents {background:#c6c6c6;background-color:transparent;color:#d3d3d3;font-weight:bold;}

 #newsList_style_15_1523683253637{width:75.58333333333334%;position:absolute;top:80px;left:23.916666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_15_1523683253637{width:72.00424178154825%;left:26.08695652173913%;}}   @media screen and (max-width:640px) {#newsList_style_15_1523683253637{width:96%;top:40px;left:2%;}}  #newsList_style_15_1523683253637 .datSet {background:transparent;border-left-style:none;border-bottom-style:none;border-right-style:none;border-top-style:none;} #newsList_style_15_1523683253637 .imgSet {border-left-style:none;border-right-style:none;border-top-style:none;border-bottom-style:none;padding-bottom:0px;} #newsList_style_15_1523683253637 .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_1523683253637 .riSet {color:#ffffff;font-family:Microsoft YaHei;font-weight:normal;} #newsList_style_15_1523683253637 .titleSet {color:#d19e65;} #newsList_style_15_1523683253637 .detailSet {color:#e5e5e5;} #newsList_style_15_1523683253637 .modSet {border-bottom-color:#584737;border-bottom-style:solid;padding-bottom:0px;margin-top:0px;margin-bottom:30px;} #newsList_style_15_1523683253637 .nianSet {color:#b3b3b3;font-size:16px;} #newsList_style_15_1523683253637 .yueSet {color:#b3b3b3;font-size:16px;} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_15_1523683253637 .imgSet {margin-bottom:0px;}} @media screen and (min-width:641px) and (max-width:1200px) { #newsList_style_15_1523683253637 .btnaSet {margin-bottom:40px;}} @media screen and (max-width:640px) { #newsList_style_15_1523683253637 .modSet {font-size:16px;padding-top:0px;}} @media screen and (max-width:640px) { #newsList_style_15_1523683253637 .detailSet {font-size:12px;}} @media screen and (max-width:640px) { #newsList_style_15_1523683253637 .titleSet {font-size:14px;}} @media screen and (max-width:640px) { #newsList_style_15_1523683253637 .btnaSet {padding-right:0px;padding-left:0px;font-size:12px;margin-bottom:25px;}}
/*----------------------电脑板式样式----------------------*/
#newsList_style_15_1523683253637 .boxNewsListStyle_15 .sumary_list .newCont{
	padding:0;
}
#newsList_style_15_1523683253637 .page_btn>a{ color:white;}
#newsList_style_15_1523683253637 .boxNewsListStyle_15 .page_btn a.cur{ border:1px solid #F8E1BF; color:#F8E1BF;}
#newsList_style_15_1523683253637 .boxNewsListStyle_15 .page_btn a:hover{ border:1px solid #F8E1BF; color:#F8E1BF;}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#newsList_style_15_1523683253637{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#newsList_style_15_1523683253637 .boxNewsListStyle_15 .show_all{
		width:95px;
	}
}

 #newsKind_style_01_1523683235125{width:22.5%;position:absolute;top:81px;left:0.5833333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsKind_style_01_1523683235125{left:2%;}}   @media screen and (max-width:640px) {#newsKind_style_01_1523683235125{width:96%;top:0px;left:2%;display:none;}} #newsKind_style_01_1523683235125 > .view_contents{overflow:visible;}  #newsKind_style_01_1523683235125 .oneSet {background:transparent;color:#f8e1bf;border-left-style:solid;border-bottom-style:solid;border-right-style:solid;border-top-style:solid;border-bottom-color:#584737;border-bottom-width:1px;border-right-color:#584737;border-top-color:#584737;border-left-color:#584737;border-top-width:1px;border-right-width:1px;border-left-width:1px;text-align:center;line-height:45px;} #newsKind_style_01_1523683235125 .arrowSet {color:rgba(255,255,255,0);}
/*----------------------电脑板式样式----------------------*/
#newsKind_style_01_1523683235125 .newscateStyle_1 li a{
	display:block; color:#f8e1bf;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#newsKind_style_01_1523683235125{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#newsKind_style_01_1523683235125{
		
	}
}

 #image_style_01_1592497499192{width:14.083333333333334%;height:174px;position:absolute;top:540.5px;left:3.75%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1592497499192{}}   @media screen and (max-width:640px) {#image_style_01_1592497499192{width:176px;height:174px;top:898px;left:0%;}} #image_style_01_1592497499192 > .view_contents{overflow:visible;} 

 #text_style_01_1592497578107{width:9.75%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:732px;left:6.291666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592497578107{width:102px;}}   @media screen and (max-width:640px) {#text_style_01_1592497578107{width:26.666666666666668%;font-size:12px;color:#333;line-height:1.6;top:958px;left:47.862500000000004%;}}  #text_style_01_1592497578107>.view_contents {color:#ffeda5;font-size:47px;}

 #div_blank_new05_1592497618223{width:10%;position:absolute;top:725px;left:6.291666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_new05_1592497618223{}}   @media screen and (max-width:640px) {#div_blank_new05_1592497618223{width:174px;top:944px;left:47.862500000000004%;}}  #div_blank_new05_1592497618223  {box-sizing:border-box;} #div_blank_new05_1592497618223 .roundcs {border-color:#ffeda5;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_new05_1592497618223  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_new05_1592497618223  {box-sizing:border-box;}}

 #text_style_01_1592546555219{width:73.75%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:556px;left:25.166666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592546555219{}}   @media screen and (max-width:640px) {#text_style_01_1592546555219{width:89.86666666666666%;font-size:12px;color:#333;line-height:1.6;top:1101px;left:7.733333333333333%;}}  #text_style_01_1592546555219>.view_contents {background:#ffeda5;background-color:transparent;color:#d3d3d3;font-weight:normal;}

 #text_style_01_1592546648906{width:51.083333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:617.5px;left:23.916666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592546648906{}}   @media screen and (max-width:640px) {#text_style_01_1592546648906{width:89.86666666666666%;font-size:12px;color:#333;line-height:1.6;top:1169px;left:5.06666666666667%;}}  #text_style_01_1592546648906>.view_contents {background:#ffeda5;background-color:transparent;color:#d3d3d3;font-weight:bold;}

 #text_style_01_1592546673166{width:74.16666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:641.5px;left:24.666666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592546673166{}}   @media screen and (max-width:640px) {#text_style_01_1592546673166{width:89.86666666666666%;font-size:12px;color:#333;line-height:1.6;top:1188px;left:7.733333333333333%;}}  #text_style_01_1592546673166>.view_contents {background:#ffeda5;background-color:transparent;color:#d3d3d3;font-weight:normal;}

 #text_style_01_1592546694314{width:51.083333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:700px;left:23.875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592546694314{}}   @media screen and (max-width:640px) {#text_style_01_1592546694314{width:89.86666666666666%;font-size:12px;color:#333;line-height:1.6;top:1250px;left:5.066666666666666%;}}  #text_style_01_1592546694314>.view_contents {background:#ffeda5;background-color:transparent;color:#d3d3d3;font-weight:bold;}

 #text_style_01_1592546826357{width:73.91666666666666%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:725px;left:25.083333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592546826357{}}   @media screen and (max-width:640px) {#text_style_01_1592546826357{width:89.86666666666666%;font-size:12px;color:#333;line-height:1.6;top:1270px;left:7.733333333333333%;}}  #text_style_01_1592546826357>.view_contents {background:#ffeda5;background-color:transparent;color:#d3d3d3;font-weight:normal;}

 #text_style_01_1592546840579{width:75.5%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:795px;left:23.916666666666668%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592546840579{}}   @media screen and (max-width:640px) {#text_style_01_1592546840579{width:89.86666666666666%;font-size:12px;color:#333;line-height:1.6;top:1335px;left:5.066666666666666%;}}  #text_style_01_1592546840579>.view_contents {background:#ffeda5;background-color:transparent;color:#d3d3d3;font-weight:bold;}

 #text_style_01_1592546870413{width:74.16666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:821px;left:25.083333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592546870413{}}   @media screen and (max-width:640px) {#text_style_01_1592546870413{width:89.86666666666666%;font-size:12px;color:#333;line-height:1.6;top:1357px;left:8%;}}  #text_style_01_1592546870413>.view_contents {background:#ffeda5;background-color:transparent;color:#d3d3d3;font-weight:normal;}

 #text_style_01_1592546957264{width:49.333333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:890px;left:23.958333333333336%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592546957264{}}   @media screen and (max-width:640px) {#text_style_01_1592546957264{width:89.86666666666666%;font-size:12px;color:#333;line-height:1.6;top:1420px;left:5.06666666666667%;}}  #text_style_01_1592546957264>.view_contents {background:#ffeda5;background-color:transparent;color:#d3d3d3;font-weight:bold;}

 #text_style_01_1592546991593{width:73.66666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:916px;left:25.166666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592546991593{}}   @media screen and (max-width:640px) {#text_style_01_1592546991593{width:89.86666666666666%;font-size:12px;color:#333;line-height:1.6;top:1440px;left:7.733333333333333%;}}  #text_style_01_1592546991593>.view_contents {background:#ffeda5;background-color:transparent;color:#d3d3d3;font-weight:normal;}

 #text_style_01_1592547030392{width:49.333333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:982px;left:24%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592547030392{}}   @media screen and (max-width:640px) {#text_style_01_1592547030392{width:89.86666666666666%;font-size:12px;color:#333;line-height:1.6;top:1505px;left:5.333333333333334%;}}  #text_style_01_1592547030392>.view_contents {background:#ffeda5;background-color:transparent;color:#d3d3d3;font-weight:bold;}

 #text_style_01_1592547042253{width:73.66666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:1009px;left:25.166666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592547042253{}}   @media screen and (max-width:640px) {#text_style_01_1592547042253{width:89.86666666666666%;font-size:12px;color:#333;line-height:1.6;top:1523px;left:8%;}}  #text_style_01_1592547042253>.view_contents {background:#ffeda5;background-color:transparent;color:#d3d3d3;font-weight:normal;}

 #text_style_01_1592547138149{width:49.333333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:1077px;left:23.875%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592547138149{}}   @media screen and (max-width:640px) {#text_style_01_1592547138149{width:89.86666666666666%;font-size:12px;color:#333;line-height:1.6;top:1583px;left:5.066666666666666%;}}  #text_style_01_1592547138149>.view_contents {background:#ffeda5;background-color:transparent;color:#d3d3d3;font-weight:bold;}

 #text_style_01_1592547175750{width:73.66666666666667%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;top:1102px;left:25.166666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1592547175750{}}   @media screen and (max-width:640px) {#text_style_01_1592547175750{width:89.86666666666666%;font-size:12px;color:#333;line-height:1.6;top:1604px;left:8%;}}  #text_style_01_1592547175750>.view_contents {background:#ffeda5;background-color:transparent;color:#d3d3d3;font-weight:normal;} #layout_diy_1523604657{height:1130px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_diy_1523604657{height:1501px;}}   @media screen and (max-width:640px) {#layout_diy_1523604657{height:1642px;}} #layout_diy_1523604657 > .view_contents{max-width:1200px;}  #layout_diy_1523604657  {background:#002344;}


 #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;}}
.logoStyle *{box-sizing: border-box;}
.logoStyle { height:100%; width:100%; overflow: hidden; box-sizing: border-box;}
.logoStyle>a{overflow: hidden; width: 100%;height: 100%; display: block;}
.logoName{white-space: nowrap;} 
/* position: relative;top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); float: right;*/

	#image_style_01_1523672242300 .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_1523672242300 .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_1523672242300 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}
#image_style_01_1523672242300 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_36{width:100%; position:relative;}
.menuStyle_36 *{box-sizing: border-box;}
.menuStyle_36 .miniMenu *,
.menuStyle_36 .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_36 .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_36 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_36 ul,.menuStyle_36 li{padding:0;margin:0px;list-style:none}
.menuStyle_36 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_36 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_36 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_36 .menuUl{position:relative; width:100%; text-align:center;z-index: 99;}
.menuStyle_36 .menuUl>li{position:relative;}
.menuStyle_36 .menuUl>li>a{border-top: 3px solid #172d44; background: #172d44; 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; color: #fff; line-height:44px; padding: 0; padding: 0 1em\0;}
.menuStyle_36 .menuUl>li>a:hover{border-top: 3px solid #04b29b; background: #2d4159;}
.menuStyle_36 .menuUl #hot>a{color:#fff; border-top: 3px solid #04b29b; background: #2d4159;}
.menuStyle_36 .menuUl>li>a span{display:block; width: 100%; text-align: center; color: rgba(0,0,0,.3); font-size: 12px;}
.menuStyle_36 .menuUl #hot>a span{color:inherit;}

.menuStyle_36 .menuUl>.logo{background: transparent!important;}
.menuStyle_36 .menuUl>.logo:after{width:0;}
.menuStyle_36 .menuUl>.logo .menuUl_box_logo{background: transparent!important; border-top: 3px solid transparent!important;}
.menuStyle_36 .menuUl>.logo .menuUl_box_logo:hover{background: #fff;}
.menuStyle_36 .menuLayout .miniMenu{display:none;}
.menuStyle_36 .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_36 .menuUl>li>#menuLogo{height: 85%;}

.menuStyle_36 .menuUl .rflex:hover .menuUl02{opacity: 1; display: block; height: auto;}
.menuStyle_36 .menuUl.noHover .rflex:hover .menuUl02{display: none;}
/* 添加的代码    */
.menuStyle_36 .menuUl.noHover .rflex span{color: white;} 
.menuStyle_36 .menuUl02 .fa{font-size: 20px;color: red;}
.menuStyle_36 .menuUl02 .subMenu02 { 
	float: none; 
	position: relative;
	color: #4d5158; font-size:14px; line-height: 40px; padding: 0 15px;}
.menuStyle_36 .subBox .subMenu02#subCurSet {font-weight: bold;border-bottom: 2px solid #04b29b;}
/* ssssssss */
/* .menuStyle_36 .subBox .subMenu02#subCurSet .fa {font-size: 20px;color: red;} */
.menuStyle_36 .menuUl02 .subMenu02>a { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;color: inherit; font-size:inherit; line-height: inherit;}
.menuStyle_36 .menuUl02 .subMenu02:hover {background: #4bc9e4; color: #fff;}
.menuStyle_36 .menuUl02 .subMenu02>a .fa{float: right; line-height: inherit;}
.menuStyle_36 .menuUl02 .subMenu02:hover .menuUl03{display: block;} 
.menuStyle_36 .menuUl03{position: absolute; background: #f5f5f5;  top: 0; display: none;}
.menuStyle_36 .menuUl03 .subMenu03{color: #333; padding: 0 15px; line-height: 40px; background: rgba(0,0,0,.05);}
.menuStyle_36 .menuUl03 .subMenu03:hover{background: #4bc9e4; color: #fff;}
.menuStyle_36 .subBox #thrCurSet.subMenu03 {font-weight: bold;color: #04b29b;}
.menuStyle_36 .menuUl03 .subMenu03>a{ color: inherit; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.menuStyle_36 .rflex { position: relative;}
.menuStyle_36 .maxWidth{margin: auto;}

.menuStyle_36 .subBox{position: absolute; left: 0; width: 100%; background: #fff; display: none;}
.menuStyle_36 .subBox .subBoxContent{padding: 20px; text-align: left; overflow: hidden;}
.menuStyle_36 .subBox .subBoxContent .lineBox{	
	/* display: block; */
	display: flex;
	/* align-items: center; */
	/* width: 60%; */
}
.menuStyle_36 .subBox .subBoxContent .lineBox .aBox{	
	text-align: right;
	width: 100px;
}
.menuStyle_36 .subBox .subBoxContent .lineBox .pBox{	
	display: flex;
	/* align-items: center; */
	width: calc(100% - 100px);
	text-align: justify;
    text-justify: newspaper;
	word-break: break-all;
}
.menuStyle_36 .subBox .subBoxContent .lineBox p{	
	margin: 0;
	display: inline-block;
	position: relative;
    top: 0;
	transform: translateY(0);
	width: 100%;
	}
.menuStyle_36 .subBox .subBoxContent .lineBox p a{	
		margin: 0 10px 8px 10px;
		/* display: flex; */
		float: left;
		align-items:flex-start ;
		width: auto;
		}
.menuStyle_36 .subBox .subBoxContent .subItems{overflow: hidden; display: none;}
.menuStyle_36 .subBox .sublm{
	/* width: 50%; */
	width: calc(100% - 300px);
	float: left; 
	min-height: 10px;}
/* sssssssssssssssssssssssssddsddd */
.menuStyle_36 .subBox .sublm .lineBox{
	/* display: block; */
	width: 100%;
}
.menuStyle_36 .subBox .sublm .fa{
	font-size: 8px;
	position: relative;
    top: 0;
    transform: translateY(0);
}
/* .menuStyle_36 .subBox .subImgsbox{float: right; width: 440px; height: 160px;} */
.menuStyle_36 .subBox .subImgsbox{float: right; width: 300px;height: 120px;}
.menuStyle_36 .subBox .subImgsbox>a{display: block; height: 100%; float: right; width: calc((100% - 20px)/2); margin-left: 20px;}
.menuStyle_36 .subBox .subImgsbox>a:last-child{margin-left: 0;}
.menuStyle_36 .subBox .subImgsbox>a>div.subImg{ position: relative; height: 100%; overflow: hidden; background-repeat: no-repeat; background-size: cover !important;}
.menuStyle_36 .subBox .subImgsbox>a>div.subImg span{
	word-break: break-all;
    text-align: center;
	position: absolute; bottom: 0; left: 0; width: 100%; display: block; padding: 5px; background: rgba(255,255,255,.8); color: #333; font-size: 12px;}
.menuStyle_36 .subBox p{margin-right: 10px; overflow: hidden;}
.menuStyle_36 .subBox p a{float: left;}
.menuStyle_36 .subBox .subMenu02{
	font-size: 14px; 
	font-weight: bold;
	margin-bottom: 7px; 
	clear: both; 
	color: #333; 
	display: inline-block; border-bottom: 2px solid #fff;}
.menuStyle_36 .subBox .subMenu02#subCurSet{font-weight: bold;}
.menuStyle_36 .subBox .subMenu02:hover,
.menuStyle_36 .subBox .subMenu02:active{border-bottom: 2px solid #3c947c;}
.menuStyle_36 .subBox .subMenu03{display: block; margin: 5px 40px 5px 0; font-size: 12px; color: #666;}
.menuStyle_36 .subBox .subMenu03:hover,
.menuStyle_36 .subBox .subMenu03:active{color: #4bc9e4;}
.menuStyle_36 .subBox #thrCurSet.subMenu03{font-weight: bold;}

.menuStyle_36 .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_36 .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_36 .imgIco{ margin-right:10px;}
.menuStyle_36 .menuUl,
.menuStyle_36 .menuUl_box {display:none;}
.menuStyle_36 .menuScroll{height: calc(100% - 100px); width: 100%;}
.menuStyle_36 .menuScroll>.menuUlCopy{width:100%; height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_36 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_36 .miniMenu .leftBox{height: 100%}
.menuStyle_36 .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_36 .miniMenu .leftBox .sidebar .fa{font-size: inherit; line-height: inherit; color: inherit;}
.menuStyle_36 .miniMenu .leftBox .nav{width:100%; height:44px; }
.menuStyle_36 .miniMenu.Mslide .leftBox .nav{border-bottom: 1px solid rgba(0,0,0,.05);}
.menuStyle_36 .miniMenu .leftBox .menuUlCopy{padding:0 0 0 30px; clear: both;}
.menuStyle_36 .miniMenu .leftBox .menuUlCopy .menuUlCopy{display: none;padding: 0;}
.menuStyle_36 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy{width: calc(100% - 50px);}
.menuStyle_36 .miniMenu .leftBox .menuUlCopy .menuUlCopy li a{padding-left: 30px;box-sizing: border-box;}
.menuStyle_36 .miniMenu .leftBox .menuUlCopy .menuUlCopy .menuUlCopy li a{padding-left: 60px;box-sizing: border-box;}
.menuStyle_36 .miniMenu .leftBox .menuUlCopy li{width:100%; overflow: hidden;color:#4d5158;font-size:12px; line-height:44px;}
.menuStyle_36 .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_36 .miniMenu .leftBox .menuUlCopy li#hot>a{border-bottom: 1px solid #555;}
.menuStyle_36 .miniMenu .leftBox .menuUlCopy li .fa{color: inherit; display: none; font-size: inherit; float: left; width: 50px; text-align: center; line-height: inherit;}
.menuStyle_36 .miniMenu .leftBox .menuUlCopy li .fa:active{background: rgba(0,0,0,.1);}
.menuStyle_36 .miniMenu .leftBox .menuUlCopy li.subMenuSet#subCurSet>a,
.menuStyle_36 .miniMenu .leftBox .menuUlCopy li#thrCurSet>a{border-bottom: 1px solid #555;}
.menuStyle_36 .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_36 .menuLayout .miniMenu.Mslide .sidebar{color:#4d5158; background: rgba(0,0,0,.05);}
.menuStyle_36 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}


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

@media screen and (min-width:640px) {
	#dh_style_11_1523672340871 .maxWidth{max-width:1200px;}
	/* .menuUl>li>#menuLogo 这种查找会失败改为下面这种 2019.5.29 */
	#dh_style_11_1523672340871 .menuUl li #menuLogo{
		height: px;
		margin-right: 10px;
		margin-left: px;
	}
			#dh_style_11_1523672340871 .subBox .sublm.sublmOne{width: calc(100% - px - 20px);} /*20px是两张图片间的间距*/
		#dh_style_11_1523672340871 .subBox .subImgsbox.subImgsOne{width: calc(px + 20px); height:px } /*20px是两张图片间的间距*/
		#dh_style_11_1523672340871 .subBox .subImgsbox.subImgsOne>a{width: 100%; } /*20px是两张图片间的间距*/
		#dh_style_11_1523672340871 .subBox .sublm.sublmTwo{width: calc(100% - (px + px) - 20px);} /*20px是两张图片间的间距*/
		#dh_style_11_1523672340871 .subBox .subImgsbox.subImgsTwo{width: calc((px + px) + 20px); height:px } /*20px是两张图片间的间距*/
	}

/*新闻列表样式*/
.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_1523683253637 .newDetail.pc {display:block;}
	#newsList_style_15_1523683253637 .newDetail.pad, #newsList_style_15_1523683253637 .newDetail.mobile {display:none;}
	#newsList_style_15_1523683253637 .newTitle.pc {display:block;}
	#newsList_style_15_1523683253637 .newTitle.pad, #newsList_style_15_1523683253637 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_15_1523683253637 .newDetail.pad {display:block;}
		#newsList_style_15_1523683253637 .newDetail.pc, #newsList_style_15_1523683253637 .newDetail.mobile {display:none;}
		#newsList_style_15_1523683253637 .newTitle.pad {display:block;}
		#newsList_style_15_1523683253637 .newTitle.pc, #newsList_style_15_1523683253637 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_15_1523683253637 .newDetail.mobile {display:block;}
		#newsList_style_15_1523683253637 .newDetail.pc, #newsList_style_15_1523683253637 .newDetail.pad {display:none;}
		#newsList_style_15_1523683253637 .newTitle.mobile {display:block;}
		#newsList_style_15_1523683253637 .newTitle.pc, #newsList_style_15_1523683253637 .newTitle.pad {display:none;}
	}

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

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

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

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

/*新闻搜索样式*/
.newscateStyle_1{width:100%; clear: both; margin-bottom: 1px}
.newscateStyle_1 *{box-sizing:border-box; -webkit-transition: all ease .2s; -moz-transition: all ease .2s; -o-transition: all ease .2s; -ms-transition: all ease .2s; transition: all ease .2s; list-style:none;}
.newscateStyle_1 li{position: relative; font-size: 14px; color: #333; line-height: 3; text-decoration:none;}
.newscateStyle_1 li i{float: right; margin-top: 14px; margin-right: 20px; font-size: 14px; }
.newscateStyle_1 li a{color: inherit;}
.newscateStyle_1 .sidebar{width:100%; background: #fff; border: 1px solid #ddd; margin-bottom: -1px}

.newscateStyle_1 .sidebar>div, .newscateStyle_1 .sidebar2>div, .newscateStyle_1 .sidebar3>div{display:block;font-size:inherit; color:inherit; line-height: inherit; text-decoration:inherit; margin:0 2em; white-space: nowrap;}

.newscateStyle_1 .sidebar2{background: #f2f2f2;}
.newscateStyle_1 .sidebar3{background: #eaeaea;padding: 0 20px;}
.newscateStyle_1 .newscate3{position: absolute; left: 100%; top: 0; width: 100%;}
.newscateStyle_1 .newscate2, .newscateStyle_1 .newscate3{display:none;}
.newscateStyle_1 .fa{}
.newscateStyle_1 .sidebar span,.newscateStyle_1 .sidebar2 span{position: absolute;right:20px;}
.newscateStyle_1 .sidebar div,.newscateStyle_1 .sidebar2 div{margin-left: 20px;}
@media screen and (min-width:768px){
	/*.newscateStyle_1 .sidebar:hover .newscate2,.newscateStyle_1 .sidebar2:hover .newscate3{display: block;}*/
}
@media screen and (max-width:767px){
	.newscateStyle_1 .newscate3{position: relative; left: 0; top: 0; }
}
	#image_style_01_1592497499192 .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_1592497499192 .CompatibleImg img{width:100%; height:100%}}@media screen and (max-width:640px) {#image_style_01_1592497499192 .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_1592497499192 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;}
.blank_new05.blank_area {
  width:100%;
	padding-top: 10px;padding-bottom: 10px;
}
.blank_new05 .roundcs {
  position: relative;
	
	border-bottom: none!important;
	border-right: none!important;
	border-left: none!important;
	border:1px solid #1badf8;
}
	