@charset "utf-8";

/*Reset css*/
/* 清除内外边距 */
body,h1,h2,h3,h4,h5,h6,div,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,figure{margin:0;padding:0;}
/* 设置默认字体 */
body,h1,h2,h3,h4,h5,h6,button,input,select,textarea,code,kbd,pre,samp,tt,small,address,cite,dfn,em,var{font: normal 14px/1 '微软雅黑';}
/* 重置列表元素 */
ul,ol,li,dl,dt,dd{ list-style: none; }
ul:after{ content: ''; clear: both; display: block; }
/* 重置文本格式元素 */
a{ color: #242424; text-decoration: none; }
a:hover,a:focus{ color: #ff8400; text-decoration: none; }
q:before,q:after{ content: ''; }
sup{ vertical-align: super; }
sub{ vertical-align: sub; }
/* 重置图片元素 */
img{ display: block; max-width: 100%; border: 0; }
.content:after{ content: ''; clear: both; display: block; }
.content img{ display: inline-block; }
button{ cursor: pointer; }
/* 重置表格元素 */
table{border-collapse:collapse;border-spacing:0;margin:10px 0;display:table;width:100%!important;}
table td,table th{padding:10px;border:1px solid #ddd;color:#333;vertical-align:middle;word-break:normal!important;width:1%!important;}
/* 清除浮动 */
.cl,.clear{display:block;float:none;clear:both;overflow:hidden;visibility:hidden;width:0;height:0;background:0;border:0;font-size:0;}
/*end Reset css*/

/*web*/
html,body{width: 100%;height: 100%;font-family: '微软雅黑';font-size: 14px;background: #fff;}
::-webkit-input-placeholder{opacity: 1;}::-moz-placeholder{opacity: 1;}:-ms-input-placeholder{opacity: 1;}
@media(min-width: 1200px){.container{width: 1200px;margin: auto;}}
.fl{float: left;}
.fr{float: right;}
.mobileweb{display: none;}
.wow{visibility: visible!important;}
*{box-sizing: border-box;}
.container:after{ content: ''; clear: both; display: block; }
/*end web*/

/*分页*/
.mc_pager{font-family:'Arial';text-align:center;padding:50px 0;}
.mc_pager a{background:#333;color:#fff;width:30px;height:30px;line-height:30px;margin:3px;display:inline-block;}
.mc_pager a.curpage{background:#ff8400;}
.mc_pager a:nth-child(3),.mc_pager a:nth-last-child(2){width:50px;font-size: 0;}
.mc_pager a:nth-child(3):before{content:'◀';font-size:14px;}
.mc_pager a:nth-last-child(2):before{content:'▶';font-size:14px;}
.mc_pager .pageinfo,.mc_pager .homepage,.mc_pager .endpage{display:none;}
/*end 分页*/

/*二维码显示*/
.pro2wm{display:inline-block;position:relative;cursor:pointer;}
.pro2wm:before{opacity:0;content:'';border-top:8px solid transparent;border-right:8px solid #fff;border-bottom:8px solid transparent;position:absolute;top:7px;right:-14px;z-index:1001;transition-duration:1s;}
.pro2wm:after{opacity:0;content:'';width:5px;height:10px;box-shadow:-3px 0 10px rgba(0, 0, 0, .2);position:absolute;top:10px;right:-14px;z-index:1000;transition-duration:1s;}
.pro2wm:hover:before,.pro2wm:hover:after{opacity:1;}
.pro2wm .wxewm{opacity:0;width:0;max-width:none;height:120px;padding:5px 0;background:#fff;box-shadow:0 0 10px rgba(0, 0, 0, .2);border-radius:5px;position:absolute;left:60px;bottom:-45px;z-index:999;transition-duration:1s;}
.pro2wm:hover .wxewm{opacity:1;width:120px;padding:5px;}
/*end 二维码显示*/

/*css3*/
/* Grow */
.grow{
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition-property: transform;
    transition: all .8s ease;
}
a:hover .grow{
    transform: scale(1.08);
}
/* float-shadow */
.float-shadow{
    display: block;
    position: relative;
    transition-property: transform;
    transition-duration: .5s;
}
.float-shadow:before{
    content: '';
    width: 90%;
    height: 10px;
    pointer-events: none;
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 5%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, .1) 0%,rgba(0, 0, 0, 0) 80%);
    transition-property: transform;
    transition-duration: .5s;
}
.float-shadow:hover{
    transform: translateY(-5px);
}
.float-shadow:hover:before{
    opacity: 1;
    transform: translateY(5px);
}
/*显示隐藏时间*/
.fadeIn{
    -webkit-animation-name: fadeIn; /*动画名称*/
    -webkit-animation-duration: 1.5s; /*动画持续时间*/
    -webkit-animation-iteration-count: 1; /*动画次数*/
    -webkit-animation-delay: 0s; /*延迟时间*/
}
@-webkit-keyframes fadeIn{
    0% {
        opacity: 0;
    }
    20% {
        opacity: .2;
    }
    50% {
        opacity: .5;
    }
    70% {
        opacity: .7;
    }
    100% {
        opacity: 1;
    }
}
/*end css3*/



/*header*/
#header{
    position: relative;
}
#header .headertop{
    width: 100%;
}
#header .headertop .headlogo{
    height: 100px;
    padding: 20px 0;
}
#header .headertop .headlogo img{
    height: 100%;
}
#header .headertop .headright{
    padding: 20px 0;
}
#header .headertop .headright .headtitle{
    padding-bottom: 10px;
}
#header .headertop .headright .headtitle a{
    display: inline-block;
    color: #606060;
    line-height: 16px;
    margin-left: 20px;
}
#header .headertop .headright .headtitle a:nth-child(1){
    margin-left: 0;
}
#header .headertop .headright .headtitle a:hover{
    color: #ff8400;
}
#header .headertop .headright .headsearch{
    width: 250px;
    overflow: hidden;
}
#header .headertop .headright .headsearch table{
    margin: 0;
}
#header .headertop .headright .headsearch table td{
    display: inline-table;
    padding: 0;
    border: 0;
}
#header .headertop .headright .headsearch .keyword{javascript:this.top.vpn_inject_script(this);vpn_eval((function () { void(0) }).toString().slice(14, -2))
    width: 210px!important;
    height: 34px;
    color: #606060;
    font-size: 12px;
    padding: 0 10px;
    outline: 0;
    border: 1px solid #ededed;
}
#header .headertop .headright .headsearch .search{
    width: 40px;
    height: 34px;
    background: url(img/headsearch.jpg);
    outline: 0;
    border: 0;
    cursor: pointer;
}
#header .headerbj{
    background: #ff8400;
}
#header .headerbj .headnav .wp_nav > .nav-item{
    float: left;
  width: 10%;
    position: relative;
}
#header .headerbj .headnav .wp_nav > .nav-item > a > .item-name{
    display: table;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    margin: 5px auto;
    padding: 0;
    border-top: 3px solid transparent;
    border-bottom: 2px solid transparent;
}
#header .headerbj .headnav .wp_nav > .nav-item:hover > a > .item-name,
#header .headerbj .headnav .wp_nav > .nav-item.selected > a > .item-name,
#header .headerbj .headnav .wp_nav > .nav-item.parent > a > .item-name{
    border-bottom: 2px solid #fff;
}
#header .headerbj .headnav .wp_nav > .nav-item > .sub-nav{
    width: 100%;
    min-width: 100%;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    max-height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    z-index: 1;
    transition-duration: 1s;
}
#header .headerbj .headnav .wp_nav > .nav-item:hover > .sub-nav{
    max-height: 500px;
}
#header .headerbj .headnav .wp_nav > .nav-item > .sub-nav > .nav-item{
    position: relative;
}
#header .headerbj .headnav .wp_nav > .nav-item > .sub-nav > .nav-item > a > .item-name{
    padding: 0 10px;
    border-bottom: 1px solid #eee;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
#header .headerbj .headnav .wp_nav > .nav-item > .sub-nav > .nav-item:hover > a > .item-name,
#header .headerbj .headnav .wp_nav > .nav-item > .sub-nav > .nav-item.selected > a > .item-name,
#header .headerbj .headnav .wp_nav > .nav-item > .sub-nav > .nav-item.parent > a > .item-name{
    color: #ff8400;
}
#header .headerbj .headnav .wp_nav > .nav-item > .sub-nav > .nav-item > .sub-nav{
    width: 100%;
    min-width: 100%;
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    max-height: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    transition-duration: 1s;
}
#header .headerbj .headnav .wp_nav > .nav-item > .sub-nav > .nav-item:hover > .sub-nav{
    max-height: 500px;
}
#header .headerbj .headnav .wp_nav > .nav-item > .sub-nav > .nav-item > .sub-nav > .nav-item > a > .item-name{
    padding: 0 10px;
    border-bottom: 1px solid #eee;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
#header .headerbj .headnav .wp_nav > .nav-item > .sub-nav > .nav-item > .sub-nav > .nav-item:hover > a > .item-name,
#header .headerbj .headnav .wp_nav > .nav-item > .sub-nav > .nav-item > .sub-nav > .nav-item.selected > a > .item-name,
#header .headerbj .headnav .wp_nav > .nav-item > .sub-nav > .nav-item > .sub-nav > .nav-item.parent > a > .item-name{
    color: #ff8400;
}
/*header*/

/*mcbanner*/
#mcbanner{
    margin-top: 3px;
    position: relative;
}
#mcbanner .indexbanner .dtjt8_div_img{
    width: 100%!important;
    height: unset!important;
}
#mcbanner .indexbanner .dtjt8_div_img img{
    width: 100%!important;
    height: unset!important;
}
#mcbanner .indexbanner .dtjt8_div_img .number a{
    line-height: 14px;
}
#mcbanner .indexbanner .focus-box{
    height: unset!important;
    margin: 0;
}
#mcbanner .indexbanner .focus-box .focus-container{
    height: unset!important;
}
#mcbanner .indexbanner .focus-box .focus-container .focus-item{
    position: unset;
}
#mcbanner .indexbanner .focus-box .fouce-box-m{
    display: none;
}
/*mcbanner*/

/*index*/
#main{
    position: relative;
}
.innews{
    padding: 30px 0 40px;
    overflow: hidden;
}
.innews .innewsfl{
    width: 790px;
}
.innews .innewsfr{
    width: 360px;
}
.innews .innewsfl .innewsimg{
    width: 310px;
}
.innews .innewsfl .innewslist{
    width: 460px;
}
.innews .innewsfl .innewsimg .dtjt8_div_img .number a{
    line-height: 14px;
}
.innews .innewstitle{
    color: #242424;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    padding-bottom: 20px;
    overflow: hidden;
}
.innews .innewstitle img{
    margin-right: 10px;
}
.innews .innewstitle a{
    color: #ff8400;
    font-size: 14px;
}
.innews .innewslist .wp_article_list .list_item{
    height: 33px;
    line-height: 33px;
    border-bottom: 1px dashed #939393;
    padding: 0 5px;
}
.innews .innewslist .wp_article_list .list_item .pr_fields{
    float: left;
}
.innews .innewslist .wp_article_list .list_item .pr_fields .Article_Index{
    float: left;
    width: 20px;
    height: 33px;
    background: url(img/innewsicon.png) left center no-repeat;
    margin: 0;
    font-size: 0;
}
.innews .innewslist .wp_article_list .list_item .pr_fields .Article_Title{
    margin: 0;
}
.innews .innewslist .wp_article_list .list_item .ex_fields{
    float: right;
}
.innews .innewslist .wp_article_list .list_item .ex_fields .Article_PublishDate{
    color: #4f4f4f;
}
.inzydh{
    padding: 0 0 40px;
    overflow: hidden;
}
.inzydh .inzydhfl{
    width: 967px;
    border: 1px dashed #e5e5e5;
    border-radius: 10px;
    padding: 12px 10px;
}
.inzydh .inzydhfl .inzydhfltit{
    width: 72px;
    color: #fff;
    font-size: 20px;
    font-weight: 100;
    text-align: center;
    background: #ff8400;
    border-radius: 10px;
    padding: 22px 0;
}
.inzydh .inzydhfl .inzydhfltit p{
    padding: 5px 0;
}
.inzydh .inzydhfl a{
    margin: 0 0 8px 8px;
}
.inzydh .inzydhfl a:nth-child(3){
    margin: 0 12px 8px 20px;
}
.inzydh .inzydhfl a:nth-child(n+5){
	width: 79.3px;
    margin-top: 5px;
}
.inzydh .inzydhfr{
    width: 213px;
}
.inzydh .inzydhfr a{
    display: block;
    margin-bottom: 5px;
}
.infengcai{
    padding: 0 0 50px;
    overflow: hidden;
}
.infengcai .list{
	text-align: center;
    padding-bottom: 30px;
    position: relative;
}
.infengcai .list:before{
    content: '';
    width: 100%;
    height: 1px;
    background: #f0f0f0;
    position: absolute;
    top: 18px;
    left: 0;
}
.infengcai .list div{
    display: inline-block;
    color: #fff;
    background: #ff6000;
    padding: 10px 40px;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.infengcai .list div.show{
    background: #ff8400;
}
.infengcai .details .fadeIn{
    display: none;
}
.infengcai .details .fadeIn.show{
    display: block;
}
.infengcai .details table{
    margin: 0;
}
.infengcai .details table td{
    padding: 0;
    border: 0;
}
.infengcai .details table td table td{
    padding: 0 15px;
}
.infengcai .details table td table td .imgscroll2_img img{
    max-width: 130px;
    height: auto;
    padding: 3px;
    margin-bottom: 13px;
    border-radius: 10px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, .1);
}
.infengcai .details table td table td span{
    display: block;
    text-align: center;
}
.inlink{
    padding: 0 0 50px;
    overflow: hidden;
}
.inlink .container{
    line-height: 50px;
    border-top: 1px dotted #d3d3d3;
    border-bottom: 1px dotted #d3d3d3;
}
.inlink a{
    margin-left: 20px;
}
/*index*/

/*footer*/
#footer{
    position: relative;
}
#footer .footcon{
    background: #ff8400 url(img/footcon.jpg) bottom center no-repeat;
    padding: 30px 0;
}
#footer .footcon .footlogo{
    padding: 15px 80px 0 0;
}
#footer .footcon .footadd{
    color: #fff;
    line-height: 30px;
    padding-left: 50px;
}
#footer .footcon .footadd a{
    color: #fff;
}
#footer .footcon .foot2wm{
    width: 100px;
}
#footer .foottail{
    background: #2d2d2d;
    padding: 20px 0;
}
#footer .foottail .footright{
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}
#footer .foottail .footright a{
    color: #fff;
}
#footer .foottail .footright a:hover{
    color: #ff8400;
}
/*footer*/

/*news*/
.news{
    background: url(img/newsbj1.jpg) fixed center no-repeat;
}
.news .newstop{
    border-bottom: 1px solid #ececec;
}
.news .newstop .newstoptit{
    color: #1f1f1f;
    font-size: 22px;
    font-weight: 100;
    line-height: 64px;
    border-bottom: 5px solid #ff8400;
    position: relative;
    top: 3px;
    left: 10px;
}
.news .newstop .position{
    color: #1f1f1f;
    line-height: 68px;
}
.news .newstop .newsmenu{
    display: none;
}
.news .newsnav{
    width: 240px;
    margin: 40px 0;
}
.news .newsnav .wp_listcolumn{
    border: 0;
}
.news .newsnav .wp_listcolumn > .wp_column > a{
    display: block;
    color: #1f1f1f;
    font-size: 17px;
    font-weight: 100;
    line-height: 26px;
    background: #f8f9f9;
    padding: 12px 0 12px 40px;
    margin-top: 5px;
    border: 0;
}
.news .newsnav .wp_listcolumn > .wp_column.selected > a,
.news .newsnav .wp_listcolumn > .wp_column.parent > a,
.news .newsnav .wp_listcolumn > .wp_column:hover > a{
    color: #fff;
    background: #ff8400 url(img/newsnav.png) 10px center no-repeat;
}
.news .newsnav .wp_listcolumn > .wp_column > a > .column-name{
    line-height: unset;
    padding: 0;
}
.news .newsnav .wp_listcolumn > .wp_column > .wp_subcolumn{
display: none;
}
.news .newsnav .wp_listcolumn > .wp_column.selected .wp_subcolumn,
.news .newsnav .wp_listcolumn > .wp_column.parent  .wp_subcolumn{
display: block;
}
.news .newsnav .wp_listcolumn > .wp_column > .wp_subcolumn > .wp_column > a{
    display: block;
    color: #1f1f1f;
    font-size: 15px;
    font-weight: 100;
    line-height: 20px;
    background: #f8f9f9;
    padding: 10px 20px 10px 50px;
    border-top: 1px solid #ececec;
    border-bottom: 0;
}
.news .newsnav .wp_listcolumn > .wp_column > .wp_subcolumn > .wp_column.selected > a,
.news .newsnav .wp_listcolumn > .wp_column > .wp_subcolumn > .wp_column.parent > a,
.news .newsnav .wp_listcolumn > .wp_column > .wp_subcolumn > .wp_column:hover > a{
    color: #ff8400;
}
.news .newsnav .wp_listcolumn > .wp_column > .wp_subcolumn > .wp_column > a > .column-name{
    line-height: unset;
    padding: 0;
}
.news .newsnav .wp_listcolumn > .wp_column > .wp_subcolumn > .wp_column.selected > a > .column-name,
.news .newsnav .wp_listcolumn > .wp_column > .wp_subcolumn > .wp_column.parent > a > .column-name,
.news .newsnav .wp_listcolumn > .wp_column > .wp_subcolumn > .wp_column:hover > a > .column-name{
    text-decoration: underline;
}
.news .newslist{
    width: calc(100% - 290px);
    margin-top: 40px;
}
.news .newslist .wp_article_list .list_item{
    height: 33px;
    line-height: 33px;
    border-bottom: 1px dashed #939393;
    padding: 0 5px;
}
.news .newslist .wp_article_list .list_item .pr_fields{
    float: left;
}
.news .newslist .wp_article_list .list_item .pr_fields .Article_Index{
    float: left;
    width: 20px;
    height: 33px;
    background: url(img/innewsicon.png) left center no-repeat;
    margin: 0;
    font-size: 0;
}
.news .newslist .wp_article_list .list_item .pr_fields .Article_Title{
    margin: 0;
}
.news .newslist .wp_article_list .list_item .ex_fields{
    float: right;
}
.news .newslist .wp_article_list .list_item .ex_fields .Article_PublishDate{
    color: #4f4f4f;
}
.news .newslist table{
    margin: 0 2px;
    width: calc(100% - 4px) !important;
}
.news .newslist table tr td{
    border: 0;
padding: 10px 15px;
}
.news .newslist table tr td .Article_Title a{
font-size: 12px;
}
.listszfc .swiper-container{
    padding-bottom: 80px;
}
.listszfc .swiper-pagination{
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.listszfc .swiper-pagination .swiper-pagination-bullet{
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    border-radius: 0;
    margin: 0 5px;
}
.listszfc .swiper-pagination .swiper-pagination-bullet-active{
    background: #ff8400;
}
.listszfc .title{
    width: 200px;
    background-image: linear-gradient(to right, #ff8400 , #ffffff);
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    padding-left: 30px;
    margin-bottom: 50px;
}
.listszfc .div_piccontenttitle_ul{

}
.listszfc .div_piccontenttitle_ul .div_piccontenttitle_li{
    float: left;
    width: 25%;
    text-align: center;
}
.listszfc .div_piccontenttitle_ul .div_piccontenttitle_li .c_pic{
    float: none;
    padding: 0 20%;
}
.listszfc .div_piccontenttitle_ul .div_piccontenttitle_li .c_pic img{
    display: inline-block;
    width: unset;
    height: unset;
    background: 0;
    padding: 0;
}
.listszfc .div_piccontenttitle_ul .div_piccontenttitle_li .c_txt{

}
.listszfc .div_piccontenttitle_ul .div_piccontenttitle_li .c_txt h3 span{
    display: block;
    padding: 20px 0 40px;
}
.listszfc .div_piccontenttitle_ul .div_piccontenttitle_li .c_txt p{
    display: none;
}
.news .newslist .wp_paging{
    float: left;
    padding: 30px 0;
    line-height: 30px;
    text-align: center;
}
.news .newslist .wp_paging li{
    display: inline-block;
}
.news .newslist .paging_content{
font-size: 16px!important;
line-height: 2!important;
font-family: '微软雅黑'!important;
    padding: 0 0 50px;
    overflow: auto;
}
.news .newslist .paging_content img{
	display: inline-block;
    max-width: 100%!important;
}
.news .newslist .paging_content p,
.news .newslist .paging_content span{
font-size: 16px!important;
line-height: 2!important;
font-family: '微软雅黑'!important;
    margin: 0!important;
    padding: 0!important;
}
/*news*/

/*shownews*/
.shownews{
    width: calc(100% - 290px);
    margin: 40px 0;
}
.shownews .title{
    color: #333;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
.shownews .metas{
    color: #888;
    line-height: 20px;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}
.shownews .metas > span{
    margin: 0 5px;
}
.shownews .content{
font-size: 16px!important;
line-height: 2!important;
font-family: '微软雅黑'!important;
    padding: 20px 0 0;
    overflow: auto;
}
.shownews .content img{
	display: inline-block;
    max-width: 100%!important;
}
.shownews .content p,
.shownews .content span{
font-size: 16px!important;
line-height: 2!important;
font-family: '微软雅黑'!important;
    margin: 0!important;
    padding: 0!important;
}
/*shownews*/
@media (max-width: 992px){
    #header .menubutton{  width: 30px;  height: 30px;  cursor: pointer;  margin: 14px 0 6px;  }
    #header .menubutton .menuicon{  height: 2px;  margin-bottom: 8px;  background: #ff8400;  }
    #header .menubutton .menuicon.top{ animation:icon01 linear infinite 2s; }
    #header .menubutton .menuicon.middle{ animation:icon02 linear infinite 2s; }
    #header .menubutton .menuicon.bottom{ animation:icon03 linear infinite 2s; }
    @keyframes icon01{ 0%{ width:100%;} 25%{ width:25%;} 100%{ width:100%;} }
    @keyframes icon02{ 0%{ width:100%;} 50%{ width:25%;} 100%{ width:100%;} }
    @keyframes icon03{ 0%{ width:100%;} 75%{ width:25%;} 100%{ width:100%;} }
    .container{
        padding: 0 .9375rem;
    }
    #header .headertop .headlogo{
        height: 50px;
        padding: 10px 0;
    }
    #header .headertop .headright{
        display: none;
    }
    #header .headerbj{
        display: none;
        width: 100%!important;
        padding: 5px 0 10px;
        position: absolute;
        z-index: 10;
    }
    #header .headerbj .headnav .wp_nav > .nav-item{
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }
    #header .headerbj .headnav .wp_nav > .nav-item > a > .item-name{
        display: block;
        text-align: left;
        padding: 0 30px;
        border: 0!important;
    }
    #mcbanner{
        margin: 0;
    }
    .innews .innewsfl{
        width: 100%;
    }
    .innews .innewsfl .innewsimg{
        width: 100%;
    }
    .innews .innewsfl .innewsimg .dtjt8_div_img{
		width: 100%!important;
		height: unset!important;
	}
    .innews .innewsfl .innewsimg .dtjt8_div_img img{
		width: 100%!important;
		height: unset!important;
    }
    .innews .innewsfl .innewslist{
        width: 100%;
        padding: 30px 0;
    }
    .innews .innewsfr{
        width: 100%;
    }
    .inzydh .inzydhfl{
        width: 100%;
        padding: 10px 10px 0;
    }
    .inzydh .inzydhfl .inzydhfltit{
        display: none;
    }
    .inzydh .inzydhfl a{
        width: 100%;
        margin: 0 0 10px!important;
    }
    .inzydh .inzydhfl a img{
        width: 100%;
    }
    .inzydh .inzydhfl a:nth-child(n+5){
        width: 32%;
        margin: 0 2% 10px 0!important;
    }
    .inzydh .inzydhfl a:nth-child(7),
    .inzydh .inzydhfl a:nth-child(10),
    .inzydh .inzydhfl a:nth-child(13){
        margin-right: 0!important;
    }
    .inzydh .inzydhfr{
        width: 100%;
    }
    .inzydh .inzydhfr a{
        margin: 10px 0 0;
        border-radius: 10px;
        overflow: hidden;
    }
    .inzydh .inzydhfr a img{
        width: 100%;
    }
    .inlink .container{
        line-height: 30px;
        padding: 10px .9375rem;
    }
    .inlink img.fl{
        display: none;
    }
    #footer .footcon .footlogo{
        display: none;
    }
    #footer .footcon .footadd{
        width: 100%;
        padding: 0;
    }
    #footer .footcon .foot2wm{
        display: none;
    }
    #footer .foottail .footright{
        width: 100%;
        text-align: center;
    }
    #footer .foottail .footbanquan{
        width: 100%;
        margin-top: 10px;
    }
    #footer .foottail .footbanquan img{
        margin: auto;
    }
    .news .newstop .newstoptit{
        display: none;
    }
    .news .newstop .position{
		float: left;
		width: calc(100% - 80px);
		line-height: 20px;
		padding: 20px 0;
    }
    .news .newstop .newsmenu{
		display: block;
		color: #fff;
		background: #ff8400;
		padding: 10px;
		margin: 12px 0;
    }
    .news .newsnav{
        display: none;
        width: calc(100% - 1.875rem)!important;
        background: #fff;
        margin: 0;
        position: absolute;
        z-index: 8;
    }
    .news .newsnav .wp_listcolumn > .wp_column > a{
        font-size: 14px;
        line-height: unset;
        padding: 10px 0 10px 50px;
    }
    .news .newsnav .wp_listcolumn > .wp_column > .wp_subcolumn > .wp_column > a{
        font-size: 14px;
        line-height: unset;
        padding: 10px 0 10px 60px;
    }
    .news .newslist{
        width: 100%;
        margin-top: 20px;
    }
    .shownews{
        width: 100%;
        margin: 20px 0 40px;
    }
    .wp_article_list .list_item .pr_fields{
        width: calc(100% - 100px);
    }
    .wp_article_list .list_item .pr_fields .Article_Title{
		width: calc(100% - 20px);
	}
    .wp_article_list .list_item .pr_fields .Article_Title a{
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
}
