<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.newsdot {
    width: 84%;
    margin: 0 auto;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}
.newsdot_left {
    width: 15%;
    position: fixed;
    top: 220px;
    left: 8%;
    text-align: center;
    padding-right: 30px;
}
.newsdot_center {
    width: 55%;
    margin: 0 10% 0 15%;
    padding: 35px 40px 0;
}
.newsdot_right {
    width: 25%;
    position: fixed;
    top: 220px;
    right: 8%;
    padding-left: 30px;
}
.newsdot_title {
    margin: 0;
    font-size: 24px;
    line-height: 30px;
    text-align: left;
    padding-bottom: 20px;
}
.newsdot_time {
    text-align: left;
}
.newsdot_bt {
    font-size: 24px;
    padding-bottom: 30px;
    text-align: center;
}
.newsdot_img {
    padding-bottom: 20px;
}
.newsdot_content .newsdot_wz {
    line-height: 24px;
    padding: 5px 0;
}
.newsdot_content .newsdot_wz span {
    font-size: 16px;
    line-height: 28px;
}
.newsdot_kuang {
    border: 1px solid #dedede;
    padding: 20px 0;
}
.return_news {
    padding: 10px 15px;
    display: inline-block;
    float: right;
    background-color: #b5b5b5;
    margin-top: 20px;
    color: #fff;
    -webkit-transition: all 0.4s ease-in; -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;-o-transition: all 0.4s ease-in;transition: all 0.4s ease-in;
}
.return_news:hover{
    background: #ee0909;
    -webkit-transition: all 0.4s ease-in; -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;-o-transition: all 0.4s ease-in;transition: all 0.4s ease-in;
}
.newsdot_right_top {
    border-bottom: 1px solid #dedede;
    padding: 0 20px 20px;
}
.newsdot_right_top span {
    display: block;
    line-height: 24px;
}
.newsdot_right_top a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333; white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    outline: none;
}
.newsdot_right_bottom {
    padding: 20px 20px 0;
}
.newsdot_right_bottom a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333; white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 0.4s ease-in;-moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in; transition: all 0.4s ease-in;
    outline: none;


}
.newsdot_right_bottom:hover span a{
    color: #ee0909;
    -webkit-transition: all 0.4s ease-in;-moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in; transition: all 0.4s ease-in;
}


@media (max-width: 1440px){
    .newsdot_left {
        display: none;
    }
}

@media(max-width: 768px){
    .warpper_ts{padding:0;}
    .newsdot {
        width: 100%;
        padding:0 15px 40px;
    }
    .newsdot_center {
        width: 100%;
        margin: 0;
        padding: 40px 0;
    }
    .newsdot_bt {
        font-size: 18px;
        padding-bottom: 20px;
    }
    .newsdot_right {
        width: 100%;
        position: relative;
        top: 0;
        right: 0;
        padding-left: 0;
    }
    .newsdot_content .newsdot_wz span {
        font-size: 14px;
    }
    .newsdot_content .newsdot_wz {
        font-size:12px;
    }
    .newsdot_kuang {
        padding: 10px 0;
    }
    .newsdot_right_top {
        padding: 0 20px 10px;
    }
    .newsdot_right_bottom {
        padding: 10px 20px 0;
    }
    .return_news {
        margin-top: 30px;
    }
    .newsdot_right_bottom a {
        font-size: 12px;
    }

}










































</pre></body></html>