a:hover{color: #12bbb7 !important;}
.cnys_abarticle{width: 100%;}
.cnys_abarticle_title{width: 100%;padding-top: 10px;padding-bottom: 0px;border-bottom: 1px solid #e6e6e6;}
.cnys_mtitle{font-size:22px ;color: #222222;display: inline-block;border-bottom: 2px solid #12bbb7;padding-right: 20px;padding-bottom: 6px;}
.cnys_stitle{font-size: 14px; color: #808080;float: right;}
.cnys_plist{width: 100%;}
.cnys_plist ul{width: 100%;}
.cnys_plist ul li{width: 100%;float: left;margin: 10px 0;}
.clearfix:after {content:"."; display:block; height:0; visibility:hidden; clear:both; }
.cnys_plist_img{width: 155px;height: 105px;display: inline-block;float: left;overflow: hidden;}
.cnys_plist_img:hover img{ transform: scale(1.2);transition: 0.5s}
.cnys_plist_img img{width: 100%;height: 100%;}
.cnys_plist_title{width: 580px;display: inline-block;float: left;margin-left: 10px;}
.cnys_plist ul li a:hover .ptitle{color: #12bbb7;}
.ptitle{font-size: 17px;font-weight: bold;color: #333;margin-top: 20px;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;height: 49px;line-clamp: 2;-webkit-box-orient: vertical;}
.ptime{font-size: 12px;color: #C5C5C5;margin-top: 8px;}
.cnys_hotright{width: 100%;border: 1px solid #e6e6e6;padding: 0 15px;box-sizing: border-box;}
.cnys_hotright_title{width: 100%;border-bottom: 1px solid #E6E6E6;}
.cnys_hotright_title span:nth-child(1){display: inline-block;font-size: 18px;border-bottom: 2px solid #12bbb7;padding-bottom: 10px;padding-top: 10px;}
.tred{color: #F45D5D;font-style: italic;}
.cnys_hotlist{width: 100%;}
.mgbot20{margin-bottom: 20px;}
.cnys_hotlist ul{width: 100%;padding-bottom: 10px;}
.cnys_hotlist ul li{width: 100%;height: 42px;line-height: 42px;border-bottom: 1px solid #E6E6E6;}
.cnys_hotlist ul li a span:nth-child(1){color: #bbbbbb;}
.cnys_hotlist ul li:nth-child(1) a span:nth-child(1){color: #fe0000;}
.cnys_hotlist ul li:nth-child(2) a span:nth-child(1){color: #fe7800;}
.cnys_hotlist ul li:nth-child(3) a span:nth-child(1){color: #fead00;}
.cnys_hotlist ul li:last-child{border-bottom: none;}
.daodu{background-color: #333;color: #fff !important;padding: 2px 3px;margin-right: 4px;}
.tcenter{text-align: center;}
.show_more_btn {
    width: 100%;
    height: 70px;
    display:block;
    clear:both;
    font-size:18px;
    font-weight: normal!important;
    text-align: center;
    position: relative;
    margin:0;
    padding-top: 4px
}
.show_more_btn i{
    width: 15px;
    height: 10px;
    background:url(../images/see_text2.png) no-repeat center center;
    background-size: 11px;
    display: inline-block;
    vertical-align: baseline;
    padding-bottom: 4px;
}
.shadow{
    width: 100%;
    height: 111px;
    background: linear-gradient(to bottom , rgba(255,255,255,0) , rgba(255,255,255,1) 100%);
    background: -moz-linear-gradient(to bottom , rgba(255,255,255,0) , rgba(255,255,255,1) 100%) ;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(to bottom , rgba(255,255,255,0) ,  rgba(255,255,255,1) 100%) ;
    background: -o-linear-gradient(to bottom , rgba(255,255,255,0) ,  rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(to bottom , rgba(255,255,255,0) ,  rgba(255,255,255,1) 100%) ;
    position: absolute;
    top: -111px;
    left: 0;
}
.show_more_text{
    font-size: 18px;
    width:170px;
    height: 40px;
    border: 1px solid #12bbb7;
    color: #12bbb7;
    line-height: 40px;
    padding: 10px 40px;
    border-radius: 20px;
}
.show_more_text:hover{
    background-color: rgba(51, 136, 255, 0.2);
    cursor: pointer
}
.hide{display: none;}


.biaoqian1 {
    margin-top: 20px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
}

.biaoqian1>ul>li {
    margin-right: 30px;
    position: relative;

}
.biaoqian1>ul>li a{	color: #808080;}
.biaoqian1>ul>li::before {
    content: '';
    position: absolute;
    top: 2px;
    right: -12px;
    height: 15px;
    width: 1px;
    background: #808080;
}

.biaoqian1>ul>li:last-child::before {
    content: normal;
}
.aic {
    align-items: center;
}
.flex {
    display: flex;
}