/*header*/
header{height: 64px; width: 100%; z-index: 999999; position: fixed; top: 0; background: #fff; box-shadow: 0px 5px 40px 0px rgb(17 58 93 / 10%) !important;}
header .box{position: relative}
.logo{float: left; margin-right: 40px;height:64px; width:160px; overflow:hidden;}
img {
	image-rendering:-moz-crisp-edges;
	image-rendering:-o-crisp-edges;
	image-rendering:-webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode:nearest-neighbor;
}
.logo img{display:block; width:100%; margin:5px;}
.logo a{
font-size: 30px;
    text-decoration: none;
    color: #000;
    margin: 0px 0 0 15px;
    float: left;
    line-height:65px;
    font-family: 雅黑;
    font-weight: bold;
    display: block;
    text-shadow: 2px 3px 0px #D0CBCB;    
}
.logo i { background:url(../d/file/images/logo.png) no-repeat; width:45px; height:45px; overflow:hidden; float:left; margin-top: 15px;margin-left: 10px; -webkit-border-radius: 110px;
            border-radius: 110px;
            -webkit-transition: -webkit-transform 0.2s ease-out;
            -moz-transition: -moz-transform 0.2s ease-out;
            -o-transition: -o-transform 0.2s ease-out;
            -ms-transition: -ms-transform 0.2s ease-out;}
.logo i:hover {-webkit-transform: rotateZ(180deg);
            -moz-transform: rotateZ(180deg);
            -o-transform: rotateZ(180deg);
            -ms-transform: rotateZ(180deg);
            transform: rotateZ(180deg);}            
nav li{float: left}
nav li a{padding: 0 14px; color: #333; line-height: 64px; font-size: 16px}
li.selected a, nav li:hover a{color: #1eaa39;}
/*mnav*/
#mnavh{display: none; width: 40px; height: 40px; text-align: center;}
.navicon{display: block; position: relative; width: 27px; height: 2px; background-color: #828282; margin-top: 23px; float: left;}
.navicon:before, .navicon:after{content: ''; display: block; width: 27px; height: 2px; position: absolute; background: #828282; -webkit-transition-property: margin, -webkit-transform; transition-property: margin, -webkit-transform; transition-property: margin, transform; transition-property: margin, transform, -webkit-transform; -webkit-transition-duration: 300ms; transition-duration: 300ms;}
.navicon:before{margin-top: -8px;}
.navicon:after{margin-top: 8px;}
.open .navicon{background: none}
.open .navicon:before{margin-top: 0; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
.open .navicon:after{margin-top: 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
.open .navicon:before, .open .navicon:after{content: ''; display: block; width: 28px; height: 2px; position: absolute; background: #828282;}
/*search*/
.search{overflow: hidden; width:300px; float: right; background: #f1eeee; border-radius: 40px; height: 40px; line-height: 40px; margin-top: 10px; position: relative;}
.search input.input_submit{border: 0; color: #fff; outline: none; position: absolute; top:3.3px; right: 6px; display: block; font-size: 0; height: 36px; width: 60px; background: url(../images/search.png) no-repeat center #ffffff; background-size: 24px; box-shadow: 0 1px 3px 0 rgb(0 0 0 / 5%); cursor: pointer; border-radius: 20px;}
.search input.input_text{border: 0; line-height: 44px; height: 44px; font-size: 14px; outline: none; text-indent: 1em; background: none;}
.is-search{position: absolute; right: 0; top: 16px; cursor: pointer; border-radius: 100%;}
.is-search i{display: block; width: 36px; height: 36px; background: url(../images/search.png) no-repeat center; background-size: 18px;}
.search-page{width: 460px; background: #fff; position: absolute; top: 0; right: 0; z-index: 8; display: none;}
.search_box{height: 50px; padding-top: 12px;}
.search-page .search{clear: both; width: 360px; margin: auto; border-radius: 0 5px 5px 0;}
.search-page .search input.input_text{width: 83%; float: left; z-index: 9;}
.search-page .search input.input_submit{width: 15%;}
.search select{border: none; height: 36px; right: 20%; outline: none; z-index: 9; position: absolute; background: #fff;}
.search-page .go-left{background: url(../images/close.png) no-repeat center; width: 36px; height: 36px; background-size: 20px; position: absolute; right: 0; top: 16px;}
.search input.input_submit:hover{background: #1eaa39; font-size: 15px;}
.box {
    width: 1180px;
    margin: auto;
}
.lbox{width: 860px; float: left;}
.rbox{width: 300px; float: right;}
.shuoshuo .zd-main,.miyu .zd-main,.news .zd-main,.moretags .zd-main,.zaoju .zd-main,.cy .zd-main,.cidian .zd-main{ margin-top:85px;}
.news .news-txt ol li,.news-txt h2{ line-height:2;}
.miyu .miyu-txt{padding-top:40px;}
.ul-s-news li a{ line-height:28px; color:#77744d; font-size:16px;}
.r-ls>ul>li>a{display:block;
    width:90%;
    font-size: 15px;
    color: #555;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
    overflow: hidden;    
    
}
.r-ls>ul>li>a:hover{    padding-left: 5px;}
/**问答内容页面**/
.news-relative .news-txt{padding-top:50px;}
.news-relative{position:relative;}
.answer-star {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: -webkit-linear-gradient(left,#ff653c,#ff8656);
    background: linear-gradient(90deg,#ff653c,#ff8656);
    border-radius: 0 16px 16px 0;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    height: 32px;
    left: 0;
    position: absolute;
    top: 14px;
    width: 125px;
}
.answer-star-icon {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAYAAACEYr13AAAACXBIWXMAAAsTAAALEwEAmpwYAAABH0lEQVQ4jZ2UPUsDQRCGH78aUQQri9hqY6e9YimCvb/Azk7yBySlkMJKiCBoGQuxS2cngmAhVnamsDCCGEyUx2Yl57l7OXxhOJh93mF2mD1UElFRmyEqKS6WHFN31a4D9dRaOCsssKzem1ZbXYsVmFKP1K8Cc1at4AF1S30paczqQ60yBHpQ60XAsAJ7gen8p8CrOheY7RQ0ospAt8Ah0AVaQDtztgosAtNADZgAyHdwZ3qxfmJD7RddoaMuJMw7ZWdwEjHPxMBR4nqL5N5D/FKqQCN8q8AZsA70gcs/pHoR6exUvcnlmup1bAaox4lZFOlT3c8OaUV9LGm+UmdN/A8OTL/KZ3Uzy6eWZUl9yrVbV8fzbNHGTaoN9VydT3HfA93g48eVhf0AAAAASUVORK5CYII=);
    display: inline-block;
    height: 20px;
    margin: 0 6px 0 10px;
    width: 16px;
}
 
/**新闻列表**/
.news .list-news li {border-radius: 10px;padding:20px;margin-bottom:20px; background-color: #f7f7f7;display: flex;justify-content: space-between;    flex-wrap: wrap;}
.news .list-news li .loop-list-image{width: 25%;    height: 130px;overflow: hidden;}
.news .list-news li .loop-list-image img {display: block;width: 100%;height: 100%;object-fit: cover;    border-radius: 10px;}
.news .list-news li .info{    display: table-cell;    width: calc(75% - 20px);}

 
.news .list-news li .info .li-tag a{ font-size:12px; color:#c5653e;}
.tags{padding:10px 0px;}
.tags a,.li-tag a{box-sizing: border-box;
    border: 1px dashed #ccc;
    transition: all .2s;
    padding: 0.1rem 0.6rem;}
    
p.m-xinxi {
     
    color: #999;
    overflow: hidden;
    margin-top: 5px;
        font: 14px "Times New Roman","Microsoft YaHei","Helvetica Neue",Helvetica,"Lucida Grande","Luxi Sans",sans-serif;
    line-height: 2;
}

p.m-xinxi span{margin:0px 5px; font-size:14px;}
.shuoshuo-txt p{line-height:1.8rem;}
.img-thumbnail { float:right;}
@media (max-width:919px){
.news .zd-main, .zaoju .zd-main, .cy .zd-main,.cidian .zd-main,.zaoju16 .zd-main{margin-top:60px;width:98%;}    

header {height: 50px; background: #fff; position: fixed; top: 0; z-index: 999; padding-top: 0; box-shadow: #e0e7ec 1px 1px 3px; }
header .box {
    width: 96%;
}
.logo{margin-right:0px;height:50px; }
.logo i{display:none;}
.logo img {
    margin-top:10px;
    display: block;
     width:60%;
}
.logo a{font-size: 25px;    margin: 0px 0 0 0px;    float: left;    line-height: 50px;    display: block;}

#mnavh { display: block; top: 22px; right: 0; position: absolute; }
#mnavh.open:after { position: fixed; width: 40%; height: 100%; content: ""; right: 0; top: 64px; }
#mnavh { top: 0; }
nav { background: none; height: auto; padding-left: 0; margin-top: 0; }
nav #starlist { width: 100%;height:130%;  background: rgba(0,0,0,0.7); overflow: hidden; }
nav #starlist { width: 110%; margin-left: -10px; }
#starlist { display: none }
#starlist li { width: 60%; margin: 0; background: #ffffff; line-height: 50px; float: left; font-size: 16px; font-weight: normal; text-indent: 2em; border-top: #ede9e9 1px solid; }
#starlist li a { text-align: left; display: block; line-height: inherit; padding: 0 20px 0; }
#starlist li:nth-child(1) { }
#starlist li:last-child { padding-bottom: 100%; }
li.selected a, #starlist li:hover a {
    background: rgba(255,255,255,.2);
}

.is-search, .search-page { right: 60px }
li.selected a, #starlist li:hover a { background: rgba(255,255,255,.2); }
.tb_tags li { width: 25% }
.search { width:50%; height: 32px; line-height: 32px; margin: 0; position: absolute; top: 10px; right:70px; background-color: #e5f1ed; }
.search input.input_text { line-height: 32px; height: 32px; }
.search input.input_submit { height: 32px; top: 0; right: 0; background: url(../images/search.png) no-repeat center; background-size: 16px; box-shadow: none; }
.search input.input_submit:hover { font-size: 13px }
.wzfaq ul { padding: 10px; }


.news .list-news li{display:grid;padding:10px; }
.news .list-news li .loop-list-image{width:100%; height:auto;}
.news .list-news li .info {    display: table-cell;    width: calc(100% - 0px);}
.news .list-news li .info p{margin:0; font-size:0.7rem;}
.zd-footer p, .zd-footer a {
    color: #f5f5f5;
    font-size: 13px;
    line-height: 17px;
}

}
