@charset "utf-8";

#main ._top_adv{
    height: 140px;
    margin-bottom: 20px;
    position: relative;
    background-color: #e1e1e1;
}
#main ._top_adv img{
    width: 100%;
    height: 140px;
    border-radius: 2px;
}
#main ._top_adv ._tcate{
    position: absolute;
    right: 0; 
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 4px 8px;
    border-radius: 2px;
}

#main ._swiper_four ._sf_swiper{
    width: 898px;
    height: 372px;
    overflow: hidden;
    --swiper-navigation-color: #fefefe;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;/* 设置按钮大小 */
}

#main ._swiper_four ._swiper_img{
    width: 898px;
    height: 372px;
}

#main ._swiper_four .swiper-button-prev, #main ._swiper_four .swiper-rtl .swiper-button-next {
    left: 0px;
    right: auto;
}

#main ._swiper_four .swiper-button-next, #main ._swiper_four .swiper-rtl .swiper-button-prev {
    right: 0px;
    left: auto;
}

#main ._swiper_four .swiper-button-next, #main ._swiper_four .swiper-button-prev{
    width: calc(var(--swiper-navigation-size)/ 44 * 27 + 30px);
    height: calc(var(--swiper-navigation-size) + 30px);
    margin-top: calc(0px - ((var(--swiper-navigation-size) + 30px)/ 2));
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.4);
}

#main ._swiper_four .swiper-button-next:after, #main ._swiper_four .swiper-button-prev:after{
    color: #fff !important;

}
#main ._swiper_four .swiper-button-next, #main ._swiper_four .swiper-container-rtl .swiper-button-prev{
    background-image: none;
}

#main ._swiper_four .swiper-button-prev, #main ._swiper_four .swiper-container-rtl .swiper-button-next{
    background-image: none;
}

#main ._swiper_four .swiper-pagination{
    left: 20px !important;
    text-align: left;
}
#main ._swiper_four .swiper-pagination-bullet{
    width: 30px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1;
    border-radius: 0;
}
#main ._swiper_four .swiper-pagination-bullet-active{
    width: 30px;
    height: 2px;
    background-color: #4285f4 !important;
}
#main ._swiper_four ._stitle{
    position: absolute;
    left: 0;
    bottom: 26px;
    padding: 0 20px;
    letter-spacing: 1.5px;
    font-weight: 500;
    width: 898px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#main ._swiper_four ._four_box{
    width: 382px;
}

#main ._swiper_four ._four_box > li{
    width: 181px;
    height: 181px;
    margin-left: 10px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

#main ._swiper_four ._four_box > li > img{
    width: 181px;
    height: 181px;
}

#main ._swiper_four ._four_box > li ._four_tit{
    position: absolute;
    left: 0;
    top: 0;
    width: 181px;
    height: 90px;
    padding: 50px 10px 0 10px;
    line-height: 20px;
    z-index: 1;
    transform: translateY(86px);
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: all linear 0.15s;
    cursor: pointer;
}
#main ._swiper_four ._four_box > li ._shadow{
    position: absolute;
    left: 0;
    top: 0;
    width: 181px;
    height: 181px;
    background-color: rgba(0,0,0,0.3);
    opacity: 0;
    transition: opacity linear 0.15s;
}

#main ._swiper_four ._four_box > li:hover ._shadow{
    opacity: 1;
}
#main ._swiper_four ._four_box > li:hover ._four_tit{
    transform: translateY(0);
    -webkit-line-clamp: 4;
    height: 130px;
}

#main ._news_left{
    width: 898px;
}

#main ._news_list > li{
    width: 908px;
    height: 164px;
    padding: 10px;
    margin-left: -10px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all linear 0.2s;
}

#main ._news_list > li:hover{
    box-shadow: 0 0 8px rgba(0,0,0,0.5);
}


#main ._news_list > li a{
    width: 270px;
    height: 144px;
    display: block;
    overflow: hidden;
}

#main ._news_list > li img{
    width: 270px;
    height: 144px;
    transition: all linear 0.2s;
}

#main ._news_list > li a:hover img{
    transform: scale(1.1);
}

#main ._news_list > li ._news_content{
    width: 590px;
    margin-left: 20px;
    height: 144px;
}

#main ._news_list > li ._news_content h3 > a{
    width: 590px;
    font-weight: normal;
    line-height: 26px;
    max-height: 52px;
}

#main ._news_list > li ._news_content p{
    width: 590px;
    font-weight: normal;
    line-height: 20px;
    max-height: 40px;
    margin-top: 12px;
}

#main ._news_list > li ._news_content ._news_info{
    padding-top: 18px;
}

#main ._news_right {
    width: 372px;
}

#main ._news_right ._line{
    width: 372px;
    height: 8px;
    background-color: #666;
    border-radius: 10px;
}

#main ._news_right ._rec_tit {
    padding: 15px 0;
}

#main ._news_right ._rec_list{
    width: 372px;
    height: 80px;
    margin-bottom: 14px;
}

#main ._news_right ._rec_list ._rec_img{
    position: relative;
    overflow: hidden;
}

#main ._news_right ._rec_list ._rec_img span{
    display: block;
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    font-size: 13px;
}

#main ._news_right img{
    width: 130px;
    height: 80px;
    border-radius: 2px;
    transition: all linear 0.2s;
}

#main ._news_right ._rec_info{
    width: 232px;
    height: 80px;
    margin-left: 10px;
}

#main ._news_right ._rec_info a{
    width: 232px;
    font-size: 13px;
    line-height: 22px;
    max-height: 44px;
}
#main ._news_right ._rec_info ._rec_time{
    padding-top: 10px;
    line-height: 26px;
}

#main ._news_right ._rec_list:first-child{
    width: 372px;
    height: 248px;
    margin-bottom: 14px;
    position: relative;
}

#main ._news_right ._rec_list:first-child img{
    width: 372px;
    height: 248px;
}

#main ._news_right ._rec_list:first-child ._rec_img span {
    background-color: #f95355;
    width: 60px;
    height: 32px;
    border-radius: 3px;
    font-size: 18px;
    font-stretch: 70%;
    font-weight: 600;
    line-height: 32px;
}

#main ._news_right ._rec_list:first-child ._rec_info{
    width: 372px;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 10px;
    margin-left: 0;
}

#main ._news_right ._rec_list:first-child ._rec_info a{
    width: 372px;
    font-size: 14px;
    line-height: 20px;
    max-height: 44px;
    padding: 0 10px;
    color: #fff;
}
#main ._news_right ._rec_list:first-child ._rec_info ._rec_time{
    padding-top: 10px;
    line-height: 26px;
    display: none;
}

#main ._news_right ._rec_list:nth-child(2){
    width: 372px;
    height: 248px;
    margin-bottom: 14px;
    position: relative;
}

#main ._news_right ._rec_list:nth-child(2) img{
    width: 372px;
    height: 248px;
}

#main ._news_right ._rec_list:nth-child(2) ._rec_img span {
    background-color: #f6a623;
    width: 60px;
    height: 32px;
    border-radius: 3px;
    font-size: 18px;
    font-stretch: 70%;
    font-weight: 600;
    line-height: 32px;
}

#main ._news_right ._rec_list:nth-child(2) ._rec_info{
    width: 372px;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 10px;
    margin-left: 0;
}

#main ._news_right ._rec_list:nth-child(2) ._rec_info a{
    width: 372px;
    font-size: 14px;
    line-height: 20px;
    max-height: 44px;
    padding: 0 10px;
    color: #fff;
}
#main ._news_right ._rec_list:nth-child(2) ._rec_info ._rec_time{
    padding-top: 10px;
    line-height: 26px;
    display: none;
}

#main ._news_right ._rec_list:hover img{
    transform: scale(1.1);
}


/* 内页 */
#articleMain ._left_content{
    width:898px;
}

#articleMain ._left_content h3{
    font-size:28px; font-weight:normal; line-height:1.6;
}

#articleMain ._left_content ._author{
    margin-top:10px;
}

#articleMain ._left_content ._html_content{
    margin-top:30px; width:898px;
}

#articleMain ._left_content ._html_content p {
    margin-bottom:26px; line-height:2.1; font-size:17px; text-align:justify !important;
}

#articleMain ._left_content ._html_content img{
    width:100% !important; height:auto !important;
}




#articleMain ._news_right {
    width: 372px;
}

#articleMain ._news_right ._line{
    width: 372px;
    height: 8px;
    background-color: #666;
    border-radius: 10px;
}

#articleMain ._news_right ._rec_tit {
    padding: 15px 0;
}

#articleMain ._news_right ._rec_list{
    width: 372px;
    height: 80px;
    margin-bottom: 14px;
}

#articleMain ._news_right ._rec_list ._rec_img{
    position: relative;
    overflow: hidden;
}

#articleMain ._news_right ._rec_list ._rec_img span{
    display: block;
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    font-size: 13px;
}

#articleMain ._news_right img{
    width: 130px;
    height: 80px;
    border-radius: 2px;
    transition: all linear 0.2s;
}

#articleMain ._news_right ._rec_info{
    width: 232px;
    height: 80px;
    margin-left: 10px;
}

#articleMain ._news_right ._rec_info a{
    width: 232px;
    font-size: 13px;
    line-height: 22px;
    max-height: 44px;
}
#articleMain ._news_right ._rec_info ._rec_time{
    padding-top: 10px;
    line-height: 26px;
}

#articleMain ._news_right ._rec_list:first-child{
    width: 372px;
    height: 248px;
    margin-bottom: 14px;
    position: relative;
}

#articleMain ._news_right ._rec_list:first-child img{
    width: 372px;
    height: 248px;
}

#articleMain ._news_right ._rec_list:first-child ._rec_img span {
    background-color: #f95355;
    width: 60px;
    height: 32px;
    border-radius: 3px;
    font-size: 18px;
    font-stretch: 70%;
    font-weight: 600;
    line-height: 32px;
}

#articleMain ._news_right ._rec_list:first-child ._rec_info{
    width: 372px;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 10px;
    margin-left: 0;
}

#articleMain ._news_right ._rec_list:first-child ._rec_info a{
    width: 372px;
    font-size: 14px;
    line-height: 20px;
    max-height: 44px;
    padding: 0 10px;
    color: #fff;
}
#articleMain ._news_right ._rec_list:first-child ._rec_info ._rec_time{
    padding-top: 10px;
    line-height: 26px;
    display: none;
}

#articleMain ._news_right ._rec_list:nth-child(2){
    width: 372px;
    height: 248px;
    margin-bottom: 14px;
    position: relative;
}

#articleMain ._news_right ._rec_list:nth-child(2) img{
    width: 372px;
    height: 248px;
}

#articleMain ._news_right ._rec_list:nth-child(2) ._rec_img span {
    background-color: #f6a623;
    width: 60px;
    height: 32px;
    border-radius: 3px;
    font-size: 18px;
    font-stretch: 70%;
    font-weight: 600;
    line-height: 32px;
}

#articleMain ._news_right ._rec_list:nth-child(2) ._rec_info{
    width: 372px;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 10px;
    margin-left: 0;
}

#articleMain ._news_right ._rec_list:nth-child(2) ._rec_info a{
    width: 372px;
    font-size: 14px;
    line-height: 20px;
    max-height: 44px;
    padding: 0 10px;
    color: #fff;
}
#articleMain ._news_right ._rec_list:nth-child(2) ._rec_info ._rec_time{
    padding-top: 10px;
    line-height: 26px;
    display: none;
}

#articleMain ._news_right ._rec_list:hover img{
    transform: scale(1.1);
}

._html_content img{
    max-width: 100% !important;
}

