.news-list-detail{

}
.news-list-detail-left{

    width: 840px;

    float: left;

    background-color: #fff;

    padding: 60px 30px 60px 30px;
}
.news-list-detail-left h3{

    font-size: 30px;

    color: #323232;

    height: 50px;

    text-align: left;

    font-weight: bold;

    border-bottom: 1px solid #efefef;

    padding: 0 0 15px 0;
}
.news-list-detail-left-info{

    display: flex;

    align-items: center;

    font-size: 16px;

    color: #999999;

    padding: 15px 0 30px 0;
}
.news-list-detail-left-info img{

    width: 32px;

    height: 32px;
}
.news-list-detail-left-info span{margin: 3px 6px 0 6px;}
.news-list-detail-content{

    border-bottom: 1px solid #efefef;

    overflow: hidden;
}
.news-list-detail-content img{
    max-width: 50%;
    margin: 15px auto;
}
.news-list-detail-right{

    width: 270px;

    float: right;

    background-color: #fff;
}
.news-list-detail-right-logo{

    padding: 30px 0;

    background-color: #1a58a5;
}
.news-list-detail-right-logo h1{

    font-size: 18px;

    font-weight: bold;

    color: #fff;

    text-align: center;

    margin: 0;
}
.news-list-detail-right-logo p{

    font-size: 14px;

    color: #ddd;

    text-align: center;
}
.news-list-detail-right-list{

}
.news-list-detail-right-list ul{

}
.news-list-detail-right-list ul li{

    padding: 10px 10px 10px 10px;

    border-bottom: 1px solid #efefef;
}
.news-list-detail-right-list ul li a{

    display: flex;
}
.news-list-detail-right-list ul li a img{

    width: 20px;

    height: 20px;
}
.news-list-detail-right-list ul li a p{

    font-size: 14px;

    color: #333;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

    margin: 0 0 0 6px;


}

.news-list-detail-right-list ul li a:hover{

}
.news-list-detail-right-list ul li a:hover p{
    color: #2956b3;
    object-fit: cover;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition:all 0.8s;
    text-align: center;
}
.news-list-detail-right-link{

    display: flex;

    align-items: center;

    padding: 10px 20px 10px 20px;
}
.news-list-detail-right-link span{

}
.news-list-detail-right-link span:nth-child(1){

}
.news-list-detail-right-link span:nth-child(1) img{

}
.news-list-detail-right-link span:nth-child(2){

}
.news-list-detail-right-link span:nth-child(2) p{

}
.news-list-detail-right-link span:nth-child(2) p:first-child{

    font-size: 14px;

    color: #333;
}
.news-list-detail-right-link span:nth-child(2) p:last-child{

    font-size: 17px;

    color: #009944;
}
.news-list-detail-right-tuijian{

    background-color: #1a58a5;

    padding: 15px 30px 15px 30px;
}
.news-list-detail-right-tuijian p:nth-child(1){

    display: flex;

    align-items: center;

    border-bottom: 1px solid #e1e1e1;

    padding: 0 0 10px 0;
}
.news-list-detail-right-tuijian p:nth-child(1) img{

    width: 32px;

    height: 32px;
}
.news-list-detail-right-tuijian p:nth-child(1) span{

    font-size: 20px;

    color: #fff;
}
.news-list-detail-right-tuijian p:nth-child(2){

    color: #e1e1e1;

    font-size: 12px;

    padding: 10px 0 0 0;
}
.news-list-detail-right-tuijian-list{

    padding: 0 15px 10px 15px;
}
.news-list-detail-right-tuijian-list ul{

}
.news-list-detail-right-tuijian-list ul li{

    padding: 20px 0 0 0;
}
.news-list-detail-right-tuijian-list ul li a{

    color: #333;
}
.news-list-detail-right-tuijian-list-pic{

    width: 100%;

    height: 170px;
    overflow: hidden;
}
.news-list-detail-right-tuijian-list-pic img{

    width: 100%;

    height: 100%;

    object-fit: cover;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition:all 0.8s;
    text-align: center;
}
.news-list-detail-right-tuijian-list ul li a p{

    height: 40px;

    line-height: 40px;

    background: #f4f4f4;

    text-align: center;

    overflow: hidden;

    white-space: nowrap;

    text-overflow: ellipsis;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition:all 0.8s;
    text-align: center;
}


.news-list-detail-right-tuijian-list ul li:hover{

}
.news-list-detail-right-tuijian-list ul li:hover .news-list-detail-right-tuijian-list-pic img{
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
}
.news-list-detail-right-tuijian-list ul li:hover a p{
    color: #fff;
    background-color: #1a58a5;
}


