
/**
    *编辑器         \View\css\diy\editPageComm.css
    *编辑器-预览    \View\css\diy\pageCom.css
    *编辑器-发布    \Model\viewsRes\publish\comm.css
*/

/*----------------公共部分----------------*/
html{overflow-x:hidden; overflow-y:auto;}
body{ background-repeat:no-repeat; background-position:left top; position:relative; overflow-x: hidden;}
body, li, ul, ol, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p,select{ margin: 0px; padding: 0px; list-style-type:none; font-size: 12px; font:12px/1.5 tahoma,arial,"Microsoft YaHei";outline: 0 none; color:#333;}
em,i{font-style:normal;}
a{color:#333;}
a{text-decoration:none;}
*{margin:0px; padding:0px;outline: none !important;}
img {-ms-interpolation-mode:bicubic; border:none;}
.view{z-index: 1;position: absolute;}
.horizontal .view{position:relative; float:left;}
.vertical .view{position:relative;}
.view_contents{position:relative; width:100%; margin:0 auto; padding:0; z-index:10; height:100%; overflow: hidden; box-sizing: border-box;/*添加后，模块的内边距和边框不会再溢出*/}
.layout{ position: relative; width: 100%; margin: 0px auto; padding: 0px; z-index: 1;}
.layout > .view_contents{ /*overflow: visible;*/ cursor:default;}
/*流布局*/
.flow .view_contents > .view{float: left;}
.clear { clear: both; }
/*苹果去除样式*/
select,input[type='button'],input[type="reset"],input[type='submit'],input[type='text'],input[type="password"],input[name='query'],input[name='d']{-webkit-appearance: none; border-radius:0px}
input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}

/*模块分页*/
.page_btn{clear: both; margin-top: 20px; width: 100%; text-align: center;}
.page_btn a{display: inline-block; color: #333; box-sizing: border-box; margin: 0 5px; width: 24px; height: 24px; line-height: 24px; border: 1px solid #ccc; font-family: 'microsoft YaHei';}
.page_btn a.cur,.page_btn a:hover{border:1px solid #4c4c4c;}
.prev_btn,.next_btn{font-family: '黑体' !important; border: 0 !important;}
.no_page{border: 0 !important;}
@media screen and (max-width:768px){
/*分页*/
.page_btn a:nth-child(n+5){display: none;}
.page_btn a:nth-last-child(1),.page_btn a:nth-last-child(2),.page_btn a:nth-last-child(3){display: inline-block !important;}
}

/*图片放大样式*/
.imgBox{position: fixed; z-index: 9999; background-color: rgba(0, 0, 0, 0.4); top: 0; left: 0; width: 100%; height: 100%;}
.imgBox img{ position: absolute; width: auto; max-width: 80%; /*max-height: 65%;*/ border: 20px solid #fff;top: 40%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); box-shadow: 0 0 10px rgba(0,0,0,.3);}
.imgBox.scroll{overflow-y:scroll;overflow-x:hidden;}
.imgBox.scroll::-webkit-scrollbar {width: 6px; height: 6px; background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar{width: 6px; height: 6px; background: rgba(0,0,0,.02);}
.imgBox.scroll::-webkit-scrollbar-button{background: #f7f7f7; height: 0;}
.imgBox.scroll::-webkit-scrollbar-corner{background: rgba(0,0,0,.05);}
.imgBox.scroll::-webkit-scrollbar-thumb{background: rgba(255,255,255,.7); border-radius: 3px;}

.imgBox.scroll img{top:5%; margin-bottom: 5%; transform: translate(-50%,0%); -webkit-transform: translate(-50%,0%); -moz-transform: translate(-50%,0%); -o-transform: translate(-50%,0%);}
.pos_fixed{position: fixed; width: 100%;}
.imageButton{position: fixed; bottom: 15%; left: 50%; 
	-webkit-transform: translateX(-50%); 
	-moz-transform: translateX(-50%); 
	-ms-transform: translateX(-50%); 
	-o-transform: translateX(-50%); 
	transform: translateX(-50%); 
}
.imageButton span{display: inline-block; cursor:pointer; box-shadow: 0 0 6px rgba(0,0,0,.2);
	-webkit-transition: all ease .2s; 
	-moz-transition: all ease .2s; 
	-ms-transition: all ease .2s;
	-o-transition: all ease .2s; 
	transition: all ease .2s; 
}
.imageButton span:hover{opacity: .8;}
.imageButton span.closeShowPic{ font-size: 40px; border-radius: 100%;font-family: serif; line-height: 1; background-color: #fff; padding: .2em; text-align: center;}
@media screen and (max-width: 768px){/*mobi*/
	.imgBox img{border-width: 10px;}
	.imgBox.scroll img{top:5%; margin-bottom: 10vh;}
}

    .jurisdiction_mask{
        top: 0;
        left: 0;
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0,0.5);
        z-index: 2147483647;
		display:none;
    }
    .jurisdiction_tips{
        width: 400px;
        background: #ffffff;
        position: absolute;
        left: 50%;
        top: 45%;
        -ms-transform:translate(-50%,-50%);
        -webkit-transform:translate(-50%,-50%);
        -o-transform:translate(-50%,-50%);
        -moz-transform:translate(-50%,-50%);
        transform:translate(-50%,-50%);
        padding: 23px 20px;
        box-sizing: border-box;
        text-align: center;
    }
    .jurisdiction_tips img{
        display: block;
        margin: 0 auto;
    }
    .jurisdiction_tips h3{
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;color: #575757;
        text-align: center;
        margin: 5px 0 0;
    }
    .jurisdiction_tips p{
        color: #999;
        font-size: 16px;
        text-align: center;
        font-weight: 300;
        margin: 0;
    }
    .jurisdiction_tips button{
        color: #fff;
        font-size: 12px;
        padding: 10px 0;
        margin: 10px 3px 0;
        background-color: #aaa;
        cursor: pointer;
        display: inline-block;
        box-sizing: border-box;
        border: none;
        outline: none !important;
        width: 98px;
    }
    .jurisdiction_tips .jurisdiction_login{
        background: #ff0099;
    }
    .jurisdiction_tips button:hover{
        opacity: 0.8;
    }
    .jurisdiction_tips_mobile{
        display: none;
    }
    @media screen and (max-width: 450px){
        .jurisdiction_tips{
            width: 80%;
            padding: 20px 15px;
        }
        .jurisdiction_tips p{
            display: none;
        }
        .jurisdiction_tips .jurisdiction_tips_mobile{
            display: block;
        }
        .jurisdiction_tips img{width: 60px;}
        .jurisdiction_tips h3{font-size: 16px;}
        .jurisdiction_tips p{
            font-size: 14px;
        }
        .jurisdiction_tips button{margin-top: 12px;padding: 8px 0;}
    }

body{ background-image:url('/img/upimages/20190708214648658.jpg'); }
body{ background-position:left top; }


 #text_style_01_1526373202306{width:72.58333333333333%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:131px;left:13.708333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1526373202306{top:95px;left:13.732767762460233%;}}   @media screen and (max-width:640px) {#text_style_01_1526373202306{width:96%;top:40px;left:2.03125%;}}  #text_style_01_1526373202306>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:46px;line-height:50px;text-align:center;font-weight:bold;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1526373202306>.view_contents {box-sizing:border-box;font-size:36px;}} @media screen and (max-width:640px) { #text_style_01_1526373202306>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;text-align:center;}}

 #text_style_01_1526373202316{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:202px;left:0%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1526373202316{top:155px;left:0%;}}   @media screen and (max-width:640px) {#text_style_01_1526373202316{width:96%;top:70px;left:1.9970703125%;}}  #text_style_01_1526373202316>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;font-size:20px;color:#012b67;line-height:30px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1526373202316>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1526373202316>.view_contents {box-sizing:border-box;font-size:12px;text-align:center;line-height:16px;}} #layout_1526373202300{height:360px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1526373202300{height:280px;}}   @media screen and (max-width:640px) {#layout_1526373202300{height:131px;}} #layout_1526373202300 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1526373202300  {background: url(/img/upimages/pkgimg/banner/500493641_banner.jpg);background-position-x:50%;}


 #text_style_01_1526367021243{width:51.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:60px;left:24.25%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1526367021243{width:47.1898197242842%;left:26.4050901378579%;top:49px;}}   @media screen and (max-width:640px) {#text_style_01_1526367021243{width:96%;top:30px;left:2%;}}  #text_style_01_1526367021243>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;line-height:38px;text-align:center;color:#333333;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1526367021243>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1526367021243>.view_contents {box-sizing:border-box;font-size:16px;line-height:20px;}}

 #text_style_01_1526367021257{width:51.5%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:108px;left:24.25%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1526367021257{width:47.1%;left:26.458112407211026%;top:97px;}}   @media screen and (max-width:640px) {#text_style_01_1526367021257{width:96%;top:55px;left:2%;}}  #text_style_01_1526367021257>.view_contents {box-sizing:border-box;font-family:Microsoft YaHei;line-height:25px;color:#012b67;font-size:20px;text-align:center;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1526367021257>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1526367021257>.view_contents {box-sizing:border-box;font-size:12px;line-height:15px;}} #layout_1526367021241{height:248px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1526367021241{height:176px;}}   @media screen and (max-width:640px) {#layout_1526367021241{height:99px;}} #layout_1526367021241 > .view_contents{overflow:visible;max-width:1200px;}  #layout_1526367021241  {background-repeat:repeat-x!important;}


 #newsList_style_04_1521767294087{width:83.33333333333334%;left:8.333333333333332%;top:2px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_04_1521767294087{}}   @media screen and (max-width:640px) {#newsList_style_04_1521767294087{width:94%;left:3%;top:0px;}}  #layout_1562593403361{height:634px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1562593403361{}}   @media screen and (max-width:640px) {#layout_1562593403361{}} #layout_1562593403361 > .view_contents{overflow:visible;max-width:1200px;} 


 #newsList_style_23_1562593664488{width:83.33333333333334%;left:8.333333333333332%;top:450px;position:absolute;}   @media screen and (min-width:641px) and (max-width:1200px) {#newsList_style_23_1562593664488{width:94%;}}   @media screen and (max-width:640px) {#newsList_style_23_1562593664488{width:94%;left:6%;top:450px;}}  #layout_1521709537062{height:996px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1521709537062{height:222px;}}   @media screen and (max-width:640px) {#layout_1521709537062{height:614px;display:block;}} #layout_1521709537062 > .view_contents{overflow:visible;max-width:1200px;} 
 #layout_1521767611873{height:66px;}   @media screen and (min-width:641px) and (max-width:1200px) {#layout_1521767611873{height:55px;}}   @media screen and (max-width:640px) {#layout_1521767611873{height:31px;}} #layout_1521767611873 > .view_contents{overflow:visible;max-width:1200px;} 


 #div_blank_1522216701437{width:20%;height:8px;position:absolute;top:0px;left:0%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1522216701437{}}   @media screen and (max-width:640px) {#div_blank_1522216701437{width:20%;height:8px;top:0px;left:0%;}} #div_blank_1522216701437 > .view_contents{overflow:visible;}  #div_blank_1522216701437  {box-sizing:border-box;background:#899db8;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1522216701437  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1522216701437  {box-sizing:border-box;}}

 #div_blank_1522216877951{width:20%;height:8px;position:absolute;top:0px;left:39.98594518622628%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1522216877951{left:39.978791092258746%;}}   @media screen and (max-width:640px) {#div_blank_1522216877951{width:20%;height:8px;top:0px;left:40%;}} #div_blank_1522216877951 > .view_contents{overflow:visible;}  #div_blank_1522216877951  {box-sizing:border-box;background:#002a66;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1522216877951  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1522216877951  {box-sizing:border-box;}}

 #div_blank_1522216915612{width:20%;height:8px;position:absolute;top:0px;left:60%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1522216915612{}}   @media screen and (max-width:640px) {#div_blank_1522216915612{width:20%;height:8px;top:0%;left:60%;}} #div_blank_1522216915612 > .view_contents{overflow:visible;}  #div_blank_1522216915612  {box-sizing:border-box;background:#44628f;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1522216915612  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1522216915612  {box-sizing:border-box;}}

 #div_blank_1522217001172{width:100%;height:324px;position:absolute;top:0px;left:0%;z-index:1;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1522217001172{height:294px;}}   @media screen and (max-width:640px) {#div_blank_1522217001172{width:96%;height:200px;top:18px;left:2%;display:none;}} #div_blank_1522217001172 > .view_contents{overflow:visible;}  #div_blank_1522217001172  {box-sizing:border-box;background:#323232;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1522217001172  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1522217001172  {box-sizing:border-box;}}


 #image_style_01_1522217157735{width:30px;height:30px;position:absolute;top:97px;left:8.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522217157735{left:4.41988950276243%;width:30px;top:128px;z-index:2;}}   @media screen and (max-width:640px) {#image_style_01_1522217157735{width:30px;height:30px;top:53px;left:45.3125%;}} #image_style_01_1522217157735 > .view_contents{overflow:visible;} 

 #image_style_01_1522217308456{width:30px;height:30px;position:absolute;top:97px;left:37.416666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522217308456{width:30px;left:31.736878453038674%;top:128px;z-index:2;}}   @media screen and (max-width:640px) {#image_style_01_1522217308456{width:9.900990099009901%;height:30px;top:0px;left:0%;}} #image_style_01_1522217308456 > .view_contents{overflow:visible;} 

 #image_style_01_1522217340400{width:30px;height:30px;position:absolute;top:97px;left:70.91666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522217340400{width:3.3138918345705197%;top:128px;z-index:2;left:70.95649171270718%;}}   @media screen and (max-width:640px) {#image_style_01_1522217340400{width:9.900990099009901%;height:30px;top:0px;left:0%;}} #image_style_01_1522217340400 > .view_contents{overflow:visible;} 

 #text_style_01_1522217364300{width:21.333333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:103px;left:11.708333333333334%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522217364300{left:8.29592541436464%;width:27.624309392265197%;top:133px;z-index:1;}}   @media screen and (max-width:640px) {#text_style_01_1522217364300{width:370px;top:0px;left:0%;}}  #text_style_01_1522217364300>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:16px;line-height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522217364300>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1522217364300>.view_contents {box-sizing:border-box;}}

 #text_style_01_1522217415606{width:30.833333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:103px;left:40.166666666666664%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522217415606{width:32.928176795580114%;left:35.49205801104973%;top:133px;z-index:2;}}   @media screen and (max-width:640px) {#text_style_01_1522217415606{width:100%;top:0px;left:0%;}}  #text_style_01_1522217415606>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:16px;line-height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522217415606>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1522217415606>.view_contents {box-sizing:border-box;}}

 #text_style_01_1522217451056{width:21.083333333333336%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:103px;left:74.41666666666666%;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522217451056{width:24.861878453038674%;top:133px;z-index:2;left:75.1571132596685%;}}   @media screen and (max-width:640px) {#text_style_01_1522217451056{width:100%;top:0px;left:0%;}}  #text_style_01_1522217451056>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:16px;line-height:20px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522217451056>.view_contents {box-sizing:border-box;font-size:14px;}} @media screen and (max-width:640px) { #text_style_01_1522217451056>.view_contents {box-sizing:border-box;}}

 #div_blank_1522217574108{width:85%;height:2px;position:absolute;top:159px;left:7.5%;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1522217574108{left:5%;width:90%;z-index:2;top:191px;}}   @media screen and (max-width:640px) {#div_blank_1522217574108{width:300px;height:200px;top:0px;left:0.4950495049504937%;}} #div_blank_1522217574108 > .view_contents{overflow:visible;}  #div_blank_1522217574108  {box-sizing:border-box;background:#666666;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1522217574108  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1522217574108  {box-sizing:border-box;}}

 #dh_style_01_1522217760793{width:88.41666666666667%;z-index:999;position:absolute;top:186px;left:5.708333333333333%;}   @media screen and (min-width:641px) and (max-width:1200px) {#dh_style_01_1522217760793{z-index:999;left:17.569060773480658%;width:64.86187845303868%;top:193px;}}   @media screen and (max-width:640px) {#dh_style_01_1522217760793{width:44px;z-index:999;top:0px;left:42.73927392739274%;}} #dh_style_01_1522217760793 > .view_contents{overflow:hidden;}  #dh_style_01_1522217760793 .mainMenuSet {color:#b3b3b3;line-height:90px;height:90px;} #dh_style_01_1522217760793 #hot>a {color:#b3b3b3;} #dh_style_01_1522217760793 .mainMenuSet:hover {color:#b3b3b3;}
/*----------------------电脑板式样式----------------------*/
#dh_style_01_1522217760793 .menuUl_box .mainMenuSet:after{
	content:'|'; color:#b3b3b3; position:absolute; left:100%;
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#dh_style_01_1522217760793{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#dh_style_01_1522217760793{
		
	}
}

 #text_style_01_1563272436630{width:30.833333333333336%;font-size:16px;color:#333;line-height:1.8;font-family:Microsoft YaHei;position:absolute;left:34.583333333333336%;top:26px;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1563272436630{left:25%;width:50%;}}   @media screen and (max-width:640px) {#text_style_01_1563272436630{width:50%;font-size:12px;color:#333;line-height:1.6;top:0px;left:25%;}}  #text_style_01_1563272436630>.view_contents {color:#ffffff;font-size:32px;line-height:38px;text-align:center;}
 #div_a_includeBlock_1522217073825{width:1200px;height:359px;position:absolute;top:0px;left:calc(50% - 600px);z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_a_includeBlock_1522217073825{width:96%;left:2.014846235418876%;height:286px;}}   @media screen and (max-width:640px) {#div_a_includeBlock_1522217073825{width:100%;height:83px;top:18px;left:0%;display:none;}} 

 #text_style_01_1522217951663{width:100%;font-size:32px;color:#333;line-height:1.8;font-family:宋体;position:absolute;top:324px;left:0%;z-index:2;}   @media screen and (min-width:641px) and (max-width:1200px) {#text_style_01_1522217951663{left:calc(50% - 471.5px);top:294px;}}   @media screen and (max-width:640px) {#text_style_01_1522217951663{width:96%;top:28px;left:1.9970703125%;}}  #text_style_01_1522217951663>.view_contents {box-sizing:border-box;color:#ffffff;font-family:Microsoft YaHei;font-size:14px;text-align:center;line-height:40px;} @media screen and (min-width:641px) and (max-width:1200px) { #text_style_01_1522217951663>.view_contents {box-sizing:border-box;}} @media screen and (max-width:640px) { #text_style_01_1522217951663>.view_contents {box-sizing:border-box;line-height:24px;font-size:12px;}}

 #div_blank_1526287336488{width:20%;height:8px;position:absolute;top:0px;left:20%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1526287336488{}}   @media screen and (max-width:640px) {#div_blank_1526287336488{width:20%;height:8px;top:0%;left:20%;}} #div_blank_1526287336488 > .view_contents{overflow:visible;}  #div_blank_1526287336488  {box-sizing:border-box;background:#44628f;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1526287336488  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1526287336488  {box-sizing:border-box;}}

 #div_blank_1526287408820{width:20%;height:8px;position:absolute;top:0%;left:80%;z-index:3;}   @media screen and (min-width:641px) and (max-width:1200px) {#div_blank_1526287408820{}}   @media screen and (max-width:640px) {#div_blank_1526287408820{width:20%;height:8px;top:0%;left:80%;}} #div_blank_1526287408820 > .view_contents{overflow:visible;}  #div_blank_1526287408820  {box-sizing:border-box;background:#899db8;} @media screen and (min-width:641px) and (max-width:1200px) { #div_blank_1526287408820  {box-sizing:border-box;}} @media screen and (max-width:640px) { #div_blank_1526287408820  {box-sizing:border-box;}} #comm_layout_footer{height:364px;top:0px;}   @media screen and (min-width:641px) and (max-width:1200px) {#comm_layout_footer{height:334px;}}   @media screen and (max-width:640px) {#comm_layout_footer{height:95px;display:block;}} #comm_layout_footer > .view_contents{overflow:hidden;max-width:1200px;}  #comm_layout_footer  {background:#1a1a1a;}
/*----------------------电脑板式样式----------------------*/
#comm_layout_footer{
	
}
/*----------------------平板板式样式----------------------*/
@media screen and (min-width:641px) and (max-width:1200px) {
	#comm_layout_footer{
		
	}
}
/*----------------------手机板式样式----------------------*/
@media screen and (max-width:640px) {
	#comm_layout_footer{
		top:0;
	}
}
/*新闻列表样式*/  
.newslist_style_23{padding: 0;margin: 0;list-style: none; background-color: #fff;}
.newslist_style_23 li{overflow: hidden;box-sizing: border-box; padding-bottom: 0;}
.newslist_style_23 .newsDate{float: left;width: 240px; padding-right: 1.8em;border-right: 1px solid #ddd;}
.newslist_style_23 .newsDate .newsTime{display: block; font-size: 18px;text-align: right; overflow: hidden;box-sizing: border-box;}
.newslist_style_23 .newsCont:before{content: '';display: block;width: 14px;height: 14px;border-radius: 10px;position: absolute;top: 4px;left: -8px;background-color: #ddd;}
.newslist_style_23 .newsCont{position: relative;float: left;width: calc(100% - 240px - 24px);border-left: 1px solid #ddd;padding: 0 0 0 24px;left: -1px;box-sizing: border-box;}
.newslist_style_23 .newsCont .newsTitle{font-size: 18px;overflow: hidden;}
.newslist_style_23 .newsCont .newsBrief{display: -webkit-box; overflow: hidden; clear: both;}
.newslist_style_23 .newsCont .newsTitle .titleHr{display: block; height: 4px!important; width:40px; background-color: #96b788; margin:10px 0 12px 0!important;padding: 0!important;border: 0px!important;}
.newslist_style_23 .newsCont .newsTitle a{font-size: inherit; line-height: inherit; color: inherit; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; word-wrap: break-word; white-space: normal !important; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.newslist_style_23 .newsCont .newDetail{font-size: 14px;color: #999;overflow: hidden;margin-top: 24px;}
.newslist_style_23 .nsDate{display: inline-block;}

/*alex---后期加的图片样式*/
.newslist_style_23 .newPic{background-color: #eee;width:100%;overflow:hidden; position:relative; box-sizing:border-box; float:right; margin-top: 30px;margin-bottom: 36px;}
.newslist_style_23 .newPic a{display: block; position: absolute; left: 0; top: 0; width: 100%;} 
.newslist_style_23 .newPic img{width:100%; float: left;background-color: #eee;}
.newslist_style_23 .newPic2{display: none;}
.newslist_style_23 .show_all{width:100%;float: left;padding-bottom: 36px;}
.newslist_style_23 .show_all a{border:0px; display:inline-block; text-align:center;font-size:14px; line-height: 42px; padding:0 50px; margin-top: 38px; color:#ffffff; background-color: #96b788;}
.newslist_style_23 .newSort{display: inline-block;float: left; color:#333;margin-right: 20px;}

/* 分页 */
.newslist_style_23 .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;}
.newslist_style_23 .page_btn .cur{ background:red; color:white; cursor:pointer;}
.newslist_style_23 .page:hover{ background:red; color:white; cursor:pointer;}

@media screen and (max-width: 640px) {
	.newslist_style_23 .newsDate{width: 120px;padding-right: 10px;} 
	.newslist_style_23 .newsDate .newsTime{font-size: 14px;padding:0;}
	.newslist_style_23 .newsCont:before{width: 8px;height: 8px;top: 8px;left: -5px;}
	.newslist_style_23 .newsCont{ padding: 0 0px 0px 10px;width: calc(100% - 120px - 12px);}
	.newslist_style_23 .newsCont .newsTitle{font-size: 14px;}
	.newslist_style_23 .newsCont .newsTitle a{display: -webkit-box; overflow: hidden; text-overflow: ellipsis; word-wrap: break-word; white-space: normal !important; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
	.newslist_style_23 .newsCont .newsBrief{display: -webkit-box; overflow: hidden; }
	.newslist_style_23 .newsCont .newDetail{font-size: 12px;margin-top: 4px;}
	.newslist_style_23  .newPic{width:100%;float:none;margin-bottom: 16px;margin-top: 16px;}
	.newslist_style_23 .show_all{width:100%;margin-top:0;padding-bottom: 0;}
	.newslist_style_23 .newsCont .newsTitle .titleHr{height: 2px!important;}
	.newslist_style_23 .show_all a{font-size: 12px;line-height: 28px;margin-top: 6px;margin-bottom: 16px;}
}
	#newsList_style_04_1521767294087 .newDetail.pc {display:block;}
	#newsList_style_04_1521767294087 .newDetail.pad, #newsList_style_04_1521767294087 .newDetail.mobile {display:none;}
	#newsList_style_04_1521767294087 .newTitle.pc {display:block;}
	#newsList_style_04_1521767294087 .newTitle.pad, #newsList_style_04_1521767294087 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_04_1521767294087 .newDetail.pad {display:block;}
		#newsList_style_04_1521767294087 .newDetail.pc, #newsList_style_04_1521767294087 .newDetail.mobile {display:none;}
		#newsList_style_04_1521767294087 .newTitle.pad {display:block;}
		#newsList_style_04_1521767294087 .newTitle.pc, #newsList_style_04_1521767294087 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_04_1521767294087 .newDetail.mobile {display:block;}
		#newsList_style_04_1521767294087 .newDetail.pc, #newsList_style_04_1521767294087 .newDetail.pad {display:none;}
		#newsList_style_04_1521767294087 .newTitle.mobile {display:block;}
		#newsList_style_04_1521767294087 .newTitle.pc, #newsList_style_04_1521767294087 .newTitle.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_04_1521767294087 .newslist_style_23 .newsDate{width:  240px;}
	#newsList_style_04_1521767294087 .newslist_style_23 .newsCont{width: calc(100% - 240px - 24px);}
	}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_04_1521767294087 .newslist_style_23 .newsDate{width:  240px;}
	#newsList_style_04_1521767294087 .newslist_style_23 .newsCont{width: calc(100% - 240px - 24px);}
	}

@media screen and (max-width: 640px) {
}

/* 新分页 */
#newsList_style_04_1521767294087 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_04_1521767294087 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_04_1521767294087 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_04_1521767294087 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_04_1521767294087 .submit_div{ display: inline-block; }

#newsList_style_04_1521767294087 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_04_1521767294087 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_04_1521767294087 .page_submit{margin-left:5px;}
#newsList_style_04_1521767294087 .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_04_1521767294087 .page_btn{ font-size:12px; }
		#newsList_style_04_1521767294087 .submit_div{ display:none; }
	}

	#newsList_style_04_1521767294087 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_04_1521767294087 .page{line-height:30px; padding:0 13px;}
	}

/*新闻列表样式*/  
.newslist_style_23{padding: 0;margin: 0;list-style: none; background-color: #fff;}
.newslist_style_23 li{overflow: hidden;box-sizing: border-box; padding-bottom: 0;}
.newslist_style_23 .newsDate{float: left;width: 240px; padding-right: 1.8em;border-right: 1px solid #ddd;}
.newslist_style_23 .newsDate .newsTime{display: block; font-size: 18px;text-align: right; overflow: hidden;box-sizing: border-box;}
.newslist_style_23 .newsCont:before{content: '';display: block;width: 14px;height: 14px;border-radius: 10px;position: absolute;top: 4px;left: -8px;background-color: #ddd;}
.newslist_style_23 .newsCont{position: relative;float: left;width: calc(100% - 240px - 24px);border-left: 1px solid #ddd;padding: 0 0 0 24px;left: -1px;box-sizing: border-box;}
.newslist_style_23 .newsCont .newsTitle{font-size: 18px;overflow: hidden;}
.newslist_style_23 .newsCont .newsBrief{display: -webkit-box; overflow: hidden; clear: both;}
.newslist_style_23 .newsCont .newsTitle .titleHr{display: block; height: 4px!important; width:40px; background-color: #96b788; margin:10px 0 12px 0!important;padding: 0!important;border: 0px!important;}
.newslist_style_23 .newsCont .newsTitle a{font-size: inherit; line-height: inherit; color: inherit; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; word-wrap: break-word; white-space: normal !important; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.newslist_style_23 .newsCont .newDetail{font-size: 14px;color: #999;overflow: hidden;margin-top: 24px;}
.newslist_style_23 .nsDate{display: inline-block;}

/*alex---后期加的图片样式*/
.newslist_style_23 .newPic{background-color: #eee;width:100%;overflow:hidden; position:relative; box-sizing:border-box; float:right; margin-top: 30px;margin-bottom: 36px;}
.newslist_style_23 .newPic a{display: block; position: absolute; left: 0; top: 0; width: 100%;} 
.newslist_style_23 .newPic img{width:100%; float: left;background-color: #eee;}
.newslist_style_23 .newPic2{display: none;}
.newslist_style_23 .show_all{width:100%;float: left;padding-bottom: 36px;}
.newslist_style_23 .show_all a{border:0px; display:inline-block; text-align:center;font-size:14px; line-height: 42px; padding:0 50px; margin-top: 38px; color:#ffffff; background-color: #96b788;}
.newslist_style_23 .newSort{display: inline-block;float: left; color:#333;margin-right: 20px;}

/* 分页 */
.newslist_style_23 .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;}
.newslist_style_23 .page_btn .cur{ background:red; color:white; cursor:pointer;}
.newslist_style_23 .page:hover{ background:red; color:white; cursor:pointer;}

@media screen and (max-width: 640px) {
	.newslist_style_23 .newsDate{width: 120px;padding-right: 10px;} 
	.newslist_style_23 .newsDate .newsTime{font-size: 14px;padding:0;}
	.newslist_style_23 .newsCont:before{width: 8px;height: 8px;top: 8px;left: -5px;}
	.newslist_style_23 .newsCont{ padding: 0 0px 0px 10px;width: calc(100% - 120px - 12px);}
	.newslist_style_23 .newsCont .newsTitle{font-size: 14px;}
	.newslist_style_23 .newsCont .newsTitle a{display: -webkit-box; overflow: hidden; text-overflow: ellipsis; word-wrap: break-word; white-space: normal !important; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
	.newslist_style_23 .newsCont .newsBrief{display: -webkit-box; overflow: hidden; }
	.newslist_style_23 .newsCont .newDetail{font-size: 12px;margin-top: 4px;}
	.newslist_style_23  .newPic{width:100%;float:none;margin-bottom: 16px;margin-top: 16px;}
	.newslist_style_23 .show_all{width:100%;margin-top:0;padding-bottom: 0;}
	.newslist_style_23 .newsCont .newsTitle .titleHr{height: 2px!important;}
	.newslist_style_23 .show_all a{font-size: 12px;line-height: 28px;margin-top: 6px;margin-bottom: 16px;}
}
	#newsList_style_23_1562593664488 .newDetail.pc {display:block;}
	#newsList_style_23_1562593664488 .newDetail.pad, #newsList_style_23_1562593664488 .newDetail.mobile {display:none;}
	#newsList_style_23_1562593664488 .newTitle.pc {display:block;}
	#newsList_style_23_1562593664488 .newTitle.pad, #newsList_style_23_1562593664488 .newTitle.mobile {display:none;}
	@media screen and (min-width:641px) and (max-width:1200px) {
		#newsList_style_23_1562593664488 .newDetail.pad {display:block;}
		#newsList_style_23_1562593664488 .newDetail.pc, #newsList_style_23_1562593664488 .newDetail.mobile {display:none;}
		#newsList_style_23_1562593664488 .newTitle.pad {display:block;}
		#newsList_style_23_1562593664488 .newTitle.pc, #newsList_style_23_1562593664488 .newTitle.mobile {display:none;}
	}
	@media screen and (max-width:640px) {
		#newsList_style_23_1562593664488 .newDetail.mobile {display:block;}
		#newsList_style_23_1562593664488 .newDetail.pc, #newsList_style_23_1562593664488 .newDetail.pad {display:none;}
		#newsList_style_23_1562593664488 .newTitle.mobile {display:block;}
		#newsList_style_23_1562593664488 .newTitle.pc, #newsList_style_23_1562593664488 .newTitle.pad {display:none;}
	}

@media screen and (min-width: 1025px) {
	#newsList_style_23_1562593664488 .newslist_style_23 .newsDate{width:  240px;}
	#newsList_style_23_1562593664488 .newslist_style_23 .newsCont{width: calc(100% - 240px - 24px);}
	}
@media screen and (min-width: 640px) and (max-width: 1024px) {
	#newsList_style_23_1562593664488 .newslist_style_23 .newsDate{width:  240px;}
	#newsList_style_23_1562593664488 .newslist_style_23 .newsCont{width: calc(100% - 240px - 24px);}
	}

@media screen and (max-width: 640px) {
}

/* 新分页 */
#newsList_style_23_1562593664488 .page_btn{ font-size:14px; text-align: center;}
#newsList_style_23_1562593664488 .page_btn .all_page{ display:inline-block; margin:0 10px; }
#newsList_style_23_1562593664488 .page:hover{ background:red; color:white; cursor:pointer;}
#newsList_style_23_1562593664488 .page_btn .cur{ background:red; color:white; cursor:pointer;}
#newsList_style_23_1562593664488 .submit_div{ display: inline-block; }

#newsList_style_23_1562593664488 .page_btn input{ width:50px; margin:0 5px;}
#newsList_style_23_1562593664488 .page_btn input:hover{ cursor:default; background:white; color:#333;}
#newsList_style_23_1562593664488 .page_submit{margin-left:5px;}
#newsList_style_23_1562593664488 .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_23_1562593664488 .page_btn{ font-size:12px; }
		#newsList_style_23_1562593664488 .submit_div{ display:none; }
	}

	#newsList_style_23_1562593664488 .page{width:auto; margin:0 5px 10px 5px; border-radius:5px;  }
	@media screen and (max-width:640px) {
		#newsList_style_23_1562593664488 .page{line-height:30px; padding:0 13px;}
	}


	#image_style_01_1522217157735 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522217157735 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1522217157735 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1522217157735 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_1522217308456 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522217308456 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1522217308456 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1522217308456 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_1522217340400 .CompatibleImg img{width:100%; height:auto; margin-left:0px}@media screen and (min-width:641px) and (max-width:1200px) {#image_style_01_1522217340400 .CompatibleImg img{width:100%; height:auto; margin-left:0px}}@media screen and (max-width:640px) {#image_style_01_1522217340400 .CompatibleImg img{width:100%; height:100%}}
#image_style_01_1522217340400 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_1{width:100%; position:relative;}
.menuStyle_1 *{transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -webkit-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -moz-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; -o-transition:color,font-size,background,background-color,line-height,height,border,border-radius,box-shadow,opacity,padding,margin ease .3s; box-sizing: border-box;}
.menuStyle_1 .dflex{display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.menuStyle_1 .rflex{-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1; float: left\0;}
.menuStyle_1 ul,.menuStyle_1 li{padding:0;margin:0px;list-style:none}
.menuStyle_1 .menuLayout{position:relative; margin:0 auto;width:100%;}
.menuStyle_1 .menuLayout:after{content:''; display:block; clear:both;}
.menuStyle_1 .menuUl_box{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl{position:relative; width:100%; text-align:center;}
.menuStyle_1 .menuUl li{position:relative;}
.menuStyle_1 .menuUl li>a{text-decoration:none; color:#4d5158;font-size:14px;height:44px; box-sizing:border-box; line-height:44px;display:block;text-align:center; letter-spacing:normal; white-space:nowrap; padding: 0 1em\0;}
.menuStyle_1 .menuUl li>a:hover{color:#f90}
.menuStyle_1 .menuUl #hot > a{color:#f90;}
.menuStyle_1 .menuLayout .miniMenu{display:none;}
.menuStyle_1 .menuUl02 {opacity: 0; display: none; position: absolute; left: 50%; height: 0; transform: translate(-50%,0); -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -o-transform: translate(-50%,0);}
.menuStyle_1 .menuUl .rflex:hover .menuUl02 {opacity: 1; display: block; height: auto;}
.menuStyle_1 .menuUl02 .subMenu02 { float: none;}
.menuStyle_1 .menuUl02 .subMenu02 a { color: #333; width: 130px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 15px;}
.menuStyle_1 .menuUl02 .subMenu02 a:hover {}
.menuStyle_1 .rflex { position: relative;}




	
#dh_style_01_1522217760793 .menuUl02 .subMenu02>a .fa{position: absolute;top: 0;right: 0;}

@media screen and (max-width:640px) {
.menuStyle_1 .menuUl,.menuStyle_1 .menuUl_box {display:none;}
.menuStyle_1 .menuScroll{height: 84%; height: 84vh; width: 100%;}
.menuStyle_1 .menuScroll>.menuUlCopy{width: calc(100% + 18px); height: 100%; overflow-x: hidden; overflow-y: scroll; }
.menuStyle_1 .menuLayout .miniMenu{display:block; position:relative; overflow:hidden; width: 100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .sidebar{font-size:28px; line-height:44px; font-weight:normal;cursor:pointer;color:#4d5158; position:absolute; top:0; right:0px; width:44px; text-align:center;}
.menuStyle_1 .miniMenu .leftBox .nav{width:100%; height:44px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy{padding:15px 0 15px 30px;}
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li{width:100%; }
.menuStyle_1 .miniMenu .leftBox .menuUlCopy li a{width:100%; display:block; text-align:left;color:#fff; border-bottom:1px solid rgba(255,255,255,.2); text-decoration:none; font-size:16px; line-height:44px; white-space: nowrap;
overflow: hidden; text-overflow: ellipsis;} 
.menuStyle_1 .menuLayout .miniMenu.Mslide{height:100% !important; height:100vh !important; background:rgba(0,0,0,.85); position: fixed; width: 100%; top: 0; left: 0;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .sidebar{color:#fff;}
.menuStyle_1 .menuLayout .miniMenu.Mslide .nav a{display:none !important;}
}
