@charset "UTF-8";
.main {
    background: #f8f8f8;
}
.topbanner {
    width: 100%;
    background-image: url(../images/news/topbanner_bg.jpg);
    background-size: cover;
    background-position: center;
    height: 17.1875vw;
    line-height: 15.1875vw;
    font-size: 1.875vw;
    color: #fff;
    text-align: center;
}
.newsBox{
    padding: 3vw 0;
}

.newsLeft{
    float: left;
    padding: 0 1vw;

    width: 51.6vw;
}
.newsaside{
    float: right;
    width: 18.75vw;
    box-sizing: border-box;
    /* width: 27.5vw;
    background-color: #fff;  */
}

.newsItem_img {
    width: 18.2291vw;
   height: 13.6458vw;
   float: left;
}
.newsItem_img img{
    width: 100%;
    height: 100%;
    object-fit: cover; 
}
.newsItem {
    background: #fff;
    margin-bottom: 1.5625vw;
    padding: .1vw;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05); 
}
.newsItem:hover {
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1); 
}
.newsItem_dec{
    float: left;
    width: 29.5833vw;
    padding-left: 1.5625vw;
}
.newsItem a  .newsItem_dec  .newsItemTitle{
    font-size: 0.9375vw;
    padding: 2vw 0;
    color: #333333;
}
.newsItem a:hover  .newsItem_dec  .newsItemTitle {
    color: #ce2222;
}
.newsItem a  .newsItem_dec .news_dec_msg{
    color: #777777;
    margin-bottom: 1vw;
}
.newsItem_submsg{
    color: #999999;
}
.newsItem_submsg .newsItem_tag{
    background-color: #f0f0f0;
    color: #3e3e3e;
    padding: 0.2vw 0.5vw;
    margin-right: 1vw;
}
.newsItem a  .newsItem_submsg .newsItem_btn{
    float: right;
    color: #ce2222;
    border: 1px solid #ce2222;
    background: #fff;
    padding: 0.2vw 1vw;
    font-size: 0.7292vw;
    line-height: 1.5vw;
}
.newsItem a:hover  .newsItem_submsg .newsItem_btn{
    background-color: #ce2222;
    color: #fff;
}

.recommendNews{
    padding: 0 1.5vw;
    margin-top: 1.2vw;
}
.recommendNews_title{
    padding: 1.2vw 0;
    border-bottom: 1px solid #f0f0f0
}
.recommendNews_title h3{
    font-size: 0.8333vw;
    color: #333333;
    /* padding: 1vw 0; */
    font-weight: normal;
    padding-left: 1vw;
    border-left: .1vw solid #ce2222;
    height: 1vw;
    line-height: 1vw;

}
.recommendNews_list li {
    border-bottom:1px dotted #f0f0f0 ;
    padding: .8vw 0;
}
.recommendNews_list li:last-child {
    border-bottom: none; 
}
.recommendNews_list a{
    display: flex;
}
.recommendNews_list a span {
    background: #ce2222;
    border-radius: 100%;
    color: #fff;
    font-size: 0.75vw;
    height: 1vw;
    width: 1vw;
    line-height: 1vw;
    text-align: center;
    margin-top: .3vw;

}
.recommendNews_list a p {
    color: #333333;
    flex: 1;
    margin-left: 1vw;
}
.recommendNews_list a:hover p {
    color: #ce2222;
}
.recommendNews{
    background: #fff;
}


/* 详情样式 */
.newsContentBox{
    background: #fff;
    
}
.newsLeft.newsContentBox{
    padding: 1vw 1.5vw;
    width: 50vw;
}
    

.newsTop .newsTitle{
    font-size:1.5vw;
    font-weight: normal;
    color: #212121;
    line-height: 3vw;
    padding: 1vw 0;
}
.newsTop .newsubTitle{
    color: #666666;
    padding-bottom: .5vw;
    border-bottom: 1px solid #f0f0f0;
}

.newsTop .newsubTitle span{
    padding: 0 .2vw;
}
.newsContent {
    padding-top: 1vw;
    padding-bottom: 2vw;
}
.newsContent img {
    max-width: 100%;
}
.newsBottom_left, .newsBottom_right{
    font-size: .8vw;
    width: 49%;
    /* 强制不换行，超出显示省略号 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    
}
.newsBottom_right {
    text-align: right;
}
.newsBottom_left a:hover,.newsBottom_right a:hover{
    color: #ce2222;
}
.newsCopyright{
    padding-top: .5vw;
    font-size: 0.625vw;
    color: #999999;
}
.newsCopyright a {
    color: #999999;
}
.newsCopyright a:hover{
    color: #ce2222; 
}

.qanewsList{
    background: #fff;
    padding: 2vw 1.5vw;
}
.qas-item {
    padding: 1.5vw 0px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee;
}
.qas-item-left {
    width: 1.82vw;
}
.qas-item-left > img {
    width: 1.82vw;
    height: 1.77vw;
}
.qas-item-right {
    flex: 1;
    padding-left: 1vw;
}

.qas-item .qas-item-title {
    font-size: 0.94vw;
    width: 40.42vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 0.3s ease-in-out;
}
.qas-item:hover .qas-item-title {
    color: #ce2222;
}
.qas-item-content {
    font-size: 0.73vw;
    color: #999999;
    margin-top: 1vw;
    width: 40.42vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
