*,*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,
section,img{margin:0px;padding:0px;outline:none;border:0px;}
li{list-style:none;}
body{text-align:left;font-family:'微软雅黑';font-size:15px;color:#333333; background:#ffffff;}
a,ins{text-decoration:none;}
a{color:#333333;outline: none;}
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0} 
.clearfloat{zoom:1}
.width{width:1200px;margin:0 auto;margin-top:25px;}
.center{max-width: 1200px;margin: 0 auto;}
/* 中心内容 */
.center{margin-top: 35px;}
.gkbz{margin-bottom: 35px;}
.gkbz_tit{width: 100%;display: flex;justify-content: space-between;align-items: center;}
.gkbz_tit p{display: flex;justify-content: center;align-items: center;}
.gkbz_tit p.right img{transform:rotateY(180deg);}
.gkbz_tit p.right{width: 24.1%;}
.gkbz_tit p.left{width:34%;}
.gkbz_tit p span{width: 98%;height: 2px;background-color: #eaac75;display: inline-block;}
.gkbz_tit span.more_pc{display: flex;justify-content: center;align-items: center;}
.gkbz_tit span.more_pc a{font-size: 14px;color: #beae83;line-height: 21px;display: flex;align-items: center;}
.gkbz_tit span.more_pc a i{width: 12px;height: 12px;border: 1px solid #beae83;display: inline-block;line-height: 9px;text-align: center;margin: 0 3px;}
.gkbz_tit span.more_pc p{width: 58px;height: 2px;background-color: #eaac75;}
.gkbz_con{display: flex;justify-content: space-between;}
.gkbz_con ul{width: 50%;padding: 0 0 0 31px;margin-top: 25px;}
.gkbz_con ul:first-child{border-right:1px solid #cccccc;padding:0 31px 0 0 }
.gkbz_con ul li{width: 100%;margin-bottom: 20px;}
.gkbz_con ul li:last-child{margin-bottom: 0;}
.gkbz_con ul li img,.gkbz_con ul li a{line-height: 16px;}
.gkbz_con ul li img{margin:0 11px 0px 0;}
.gkbz_con ul li a{font-size: 16px;color: #000;}
.gkbz_con ul li span{float: right;font-size: 16px;color: #999999;line-height: 16px;}
.wenwu .gkbz_tit p span { width: 100%;}
.more_sj{display: none;}

/* 手机端 */
/* 
@media screen and (max-width: 1100px) {
    .gkbz_con ul li span{display: none;}
}
@media screen and (max-width: 800px) {
   .center{padding: 0 10px;}
    .gkbz_tit span.more_pc,.gkbz_tit p{
    display: none;
    }
    .gkbz_tit img{width: 200px;}
    .gkbz_con{display: flex;justify-content: space-between;flex-wrap: wrap;}
.gkbz_con ul{width: 100%;padding: 0 0 0 0;margin-top: 25px;}
.gkbz_con ul:first-child{border-right:1px solid #cccccc;padding:0 0 0 0 }
    .gkbz_con ul li a {
        width: 80%;
        font-size: 12px;
        color: #333333;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
    }
    .gkbz_con ul li span{display: none;}
    .gkbz_tit {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .gkbz_con ul li {
        padding: 0 10px;
    }
    .more_sj{display:block;width: 100%;height: 30px;background-color: #e6e6e6;text-align: center;line-height: 30px;font-size: 12px;margin-top: 10px;}
}
@media screen and (max-width: 400px) {
    .gkbz_con ul li {
        padding: 0 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
    }

    .gkbz_con ul li img {
        margin: 0 10px 3px 0;
    }
} */