/* ===================tags首页开始===================== */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body{
    color: #222324;
    line-height: 1.5;
    font-size: 14px;
    font-family: "PingFang SC","Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
}
.mbanner{
    display: none !important;
}
.tags-advertise{
    margin-top: 39px;
}
.tags-advertise img{
    display: block;
    width: 100%;
}
.tags-path{
    margin-top: 37px;
}
.tags-path .ks-container{
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(0 0 0 / 4%);
}
.tags-path img{
    width: 23px;
    height: 25px;
    vertical-align:middle ;
    margin-right: 10px;
}
.tags-path span,.tags-path a{
    font-size:24px;
    vertical-align:middle ;
    line-height: 24px;
}
.tags-path .tags-path_arrow{
    font-family: '宋体';
    margin: 0 5px;
}
.stags-path_list{
    margin-bottom: 39px;
}
.stags-path_list li{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.stags-path_list li:nth-child(2n) {
    background:rgb(245 245 245 / 50%);
}
.stags-letter{
    width: 37px;
    padding: 15px 5px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
}
.stags-con{
    width: calc(100% - 37px);
}
.stags-con a{
    float: left;
    width: 11.8%;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 5px;
    box-sizing: border-box;
}
.stags-more{
    color: #f0ae00;
    width: 5.6% !important;
}
.stags-more span{
    font-family: '宋体';
}
/* ===================tags首页结束===================== */

/* ===================tags更多开始===================== */
.tags-key{
    padding: 10px;
    background: rgb(0 0 0 / 4%);
    border-radius: 5px;
}
.tags-key a{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
    margin: 10px;
    background: rgb(153 153 153 / 20%);
    font-size: 20px;
    font-weight: bold;
}
.tags-item{
    padding: 15px 0;
    margin-bottom: 37px;
}
.tags-item a{
    float: left;
    width: 12.5%;
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
    color: #333;
}
.curr-key{
    background: #ffd500 !important;
    color: #333 !important;
}
/* ===================tags更多结束===================== */

/* ===================tags内容页开始===================== */
.tags-article{
    padding-top: 40px;
}
.tags-article_left{
    float: left;
    width: 75%;
    padding-right: 20px;
    box-sizing: border-box;
}
.tags-article_left-top{
    padding: 20px;
}
.tags_left-top_key{
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 20px;
}
.tags_left-top_key h1{
    font-size: 26px;
}
.tags_left-top_intro{
    display: flex;
    flex-direction: row;
}
.tags_left-top_intro-left{
    width: 270px;
    height: 150px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 20px;
}
.tags_left-top_intro-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tags_left-top_intro-right{
    flex: 1;
    padding: 5px;
    font-size: 16px;
    color:#666;
}
.tags_left-top_intro-right p{
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
}
.tags-article_left-bottom_title{
    font-size: 16px;
    line-height: 16px;
    color:#666;
    padding: 19px 20px;
    border-bottom: 1px solid rgb(0 0 0 / 4%);
    box-sizing: border-box;
}
.tags-article_left-bottom_title span{
    color: #0F993B;
    margin: 0 5px;
}
.tags-article_item{
    padding: 20px;
    border-bottom: 1px solid rgb(0 0 0 / 4%);
}
.tags-article_item-title{
    font-size: 20px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 19px;
    font-weight: bold;
}
.tags-article_item-con{
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}
.article_item-img{
    width: 188px;
    height: 106px;
    overflow: hidden;
    border-radius: 10px;
    margin-right: 26px;
}
.article_item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article_item-info{
    flex: 1;
    min-height: 106px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.article_item-intro{
    font-size: 16px;
    color: #999;
}
.article_item-label{
    font-size: 16px;
    line-height: 16px;
}
.article_item-label-gray{
    color: #999999;
}
.tags-article_item-other span{
    color:#999;
    font-size:14px;
    margin-right: 20px;
}
.tags-article_item-other>a{
    float: right;
    color: #e86433;
    font-size: 14px;
}
.tags-article_item-other>a i{
    font-style: inherit;
    font-family: '宋体';
    margin-left: 5px;
    font-weight: bold;
}
.tags-article_item-other .tags-article_other-class{
    color: #f0ae00;
    font-weight: bold;
    font-size: 16px;
}
.tags-article_item-other .browse{
    background-image: url(browseicon.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size:24px 16px;
    padding-left: 32px;
}
.tags-article_right{
    width: 25%;
    float: left;
}
.tags_right-advertise img{
    width: 100%;
    display: block;
}
.tags_right-title{
    font-size: 16px;
    font-weight: bold;
    padding-left: 15px;
    position: relative;
    line-height: 16px;
    margin-top: 22px;
    margin-bottom: 17px;
}
.tags_right-title::before{
    position: absolute;
    width: 4px;
    height: 16px;
    background: #ffd500;
    left: 0;
    top:50%;
    margin-top: -8px;
    content: '';
    display: block;
    border-radius: 4px;
}
.tags_right-item_img{
    height: 168px;
    border-radius: 10px;
    overflow: hidden;
}
.wWidth1500 .tags_right-item_img{
    height: 200px;
}
.tags_right-item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tags_right-item{
    margin-bottom: 30px;
}
.tags_right-item_time{
    line-height: 16px;
    font-size: 14px;
    margin: 10px 0;
    color:#999;
    font-weight: normal;
}
.tags_right-item_intro{
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tags-advisory_con{
    text-align: center;
    padding-top: 5px;
}
.tags-advisory_con-btn{
    display: block;
    width: 300px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin: 26px auto 30px;
    background: #f0ae00 !important;
    color: #fff !important;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
}
.article_item-label a{
    margin-right: 5px;
    background: #f5f5f5;
    display: inline-block;
    border-radius: 3px;
    font-size: 14px;
    padding: 3px 10px;
    color: #bbb;
}

/* ===================tags内容页结束===================== */
