.art-sub-content{
    color: grey;
    font-size: 14px;
    padding-bottom: 15px;
}

.art-sub-content-time{
    margin-top: 15px;
    width: 100%;
    color: grey;
}

.pagenation{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;padding-top: 10px;
}

.pagenation li{
    padding: 8px 10px;
    margin-right: 10px;
    /* height: 30px; */
    line-height: 30px;
    border: 1px solid #ccc;
    color: #ccc;
}

.pagenation li a{
    color: #333;
    font-size: 14px;
    text-decoration: none;
}

.pagenation .active{
    background-color: #4FB233;
    color: #fff;
}
.pagenation .active a{
    color: #fff;
}

/*.pagenation li:first-child{*/
/*    display: none;*/
/*}*/

.pagenation li a:hover{
    color:  #047B7C;
    /* text-decoration: underline; */
}

.pagenation li.thisclass{
    border-color: #047B7C;
    background-color: #047B7C;
    color: #fff;
}

.sub-cate-list span{
    width: auto;
    float: left;
    display: block;
    font-size: 16px;
    padding: 10px 10px 10px 10px;
}

.left-list-info-block{
    width: 100%;padding: 10px 10px 10px 10px;min-height: 70px;overflow: hidden;color: grey;border-bottom:1px solid #f0f0f0;
}

.contact-but{
    margin-bottom: 8px;
    display: inline-block;
    line-height: 34px;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    width: 136px;
    height: 34px;
    background: #4FB233;
    box-shadow: 0px 2px 6px 0px rgba(255, 83, 112, 0.17);
    border-radius: 17px;

}

.contact-but:hover{
    color: #FFF;
}

.list_des{
    color: grey;
    font-size: 16px;
    text-align: justify;
    line-height: 28px;
    margin-top: 10px;
    background-color: #f0f0f0;
    padding: 15px;
    border-radius: 5px;
}


.select{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    border: 1px solid #f0f0f0;
    padding: 20px;
    border-top: 2px solid #49c066;
    border-radius: 5px;
}
.select .select-item{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 0;
}
.select .select-item .select-item-title{
    width: 80px;
    font-weight: 700;
    font-size: 16px;
    padding: 5px 8px;
}
.select .select-item .select-item-items-block{
    width: calc(100% - 80px);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.select .select-item .select-item-items-block a{
    display: inline-block;
    font-size: 15px;
    margin-right: 10px;
    padding: 5px 8px;
    border-radius: 5px;
    margin-bottom: 5px;
    background: #fff;
    color: #333;
}
.select .select-item .select-item-items-block a.sel{
    background: #49c066;
    color: #fff;
}

.list_title{
    width: 100%;
    /* height: 50px; */
    line-height: 50px;
    font-size: 25px;
    font-weight: 700;
    color: #333;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list_title img{
    width: 50px;
    margin-right: 10px;
}
.list_item{
    position: relative;
    clear: both;
}
.number{
    position: absolute;
    top: -8px;
    left: -33px;
    /* 三角形 */
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 50px solid #49c066;
    z-index: 1;
    /* 旋转 */
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.number span{
    position: absolute;
    width: 100px;
    height: 50px;
    display: block;
    left: -50px;
    top: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
}
.right__title{
    border-left: 4px solid #4FB233;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    padding-left: 12px;
    text-align: left;
}
.common_sideBar_panel.other{
    background-color: unset;
}
.side_doc_list .side_doc_item{
    border-bottom: 1px dashed #E0E0E0;
}
.side_doc_list .side_doc_item:hover .yy-name h3{
    color: #4FB233;
}
.side_doc_list .side_doc_item .yy-icon img{
    object-fit: cover;
}
.side_doc_list .side_doc_item:hover .yy-icon img{
    transform: scale(1.1);
    transition: all .3s;
}
.ivfyiyuan-page .yy-list-contain .yy-list-l>ul li .yy-list>div .name{
    font-weight: bold;
}
.common_tags_name{
    padding: 3px 10px !important;
}


.ivfyiyuan-page .yiyuanSel{
    padding: 0 !important;
}
.check-list .item{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #F0F0F0;
    padding: 15px 0;
}
.check-list .item .image{
    width: 240px;
    height: 146px;
    overflow: hidden;
    flex-shrink: 0;
    border-radius: 4px;
}
.check-list .item .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
    border-radius: 4px;
}
.check-list .item .image img:hover{
    transform: scale(1.1);
}
.check-list p{
    border: none !important;
    padding-top: 0 !important;
}
.art-sub-content{
    padding: 0 !important;
    line-height: 22px;
}
.check-list .item .text{
    width: calc(100% - 260px);
}
.check-list .item .text .info{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.check-list .item .text .info .topic{
    width: auto;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.check-list .item .text .info .topic a{
    display: inline-block;
    width: auto;
    border-radius: 3px;
    padding: 4px 12px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 26px;
    white-space: nowrap;
    margin-right: 10px;
}
.check-list .item .text .info .topic a:hover{
    color: #4FB233;
    border-color: #4FB233;
}
.check-list .item .text .info .pubdate{
    width: 160px;
    height: 22px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    margin-left: 39px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.check-list .item .text .info img{
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.column_des{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.column_des .image{
    width: 220px;
    height: 220px;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden;
}
.column_des .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: unset;
}
.column_des .text{
    width: calc(100% - 240px);
    
    
}
.column_des .text .daodu{
    background: url(/template/pc/skin/static/cross-grain.png) no-repeat 0 0;
    border-radius: 25px;
    font-size: 22px;
    margin-bottom: 15px;
    background-size: 100% 100%;
}
.column_des .text .daodu span{
    background-color: #fff;
    display: inline-block;
    padding: 5px 15px;
    margin-left: 30px;
    color: #4FB233;
}
.column_des .text .typename{
    margin-left: 0;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}
.column_des .text .des{
    width: 100%;
    height: auto;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin-top: 10px;
}