/**
资讯列表
 */

/**
<!-- 资讯列表 start -->
 */

.news {
    padding: 20px 0px 50px 0px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.news-list-left {
    width: 920px;
    background: #fff;
}

.news-list-ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news-list-ul li {
    width: 100%;
    height: 230px;
    /*background: #F7F7F7;*/
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-bottom: 1px solid #E3E3E3;
}


.news-list-ul li img {
    width: 300px;
    height: 190px;
    background: #333333;
}

.news-list-ul li div.news-content {
    width: 600px;
    height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding-left: 30px;
}

.news-list-ul li div.news-content a {
    width: 555px;
    font-size: 20px;
    color: #333333;
    line-height: 36px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.news-list-ul li div.news-content span {
    height: 11px;
    font-size: 14px;
    color: #999999;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.news-list-ul li div.news-content a:last-child {
    font-size: 14px;
    color: #999999;
    text-align: left;
    font-style: normal;
    text-transform: none;
}



.news-list-ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news-list-ul li {
    width: 100%;
    height: 230px;
    /*background: #F7F7F7;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E3E3E3;
}

.news-list-ul li img {
    width: 320px;
    height: 190px;
    background: #333333;
}

.news-list-ul li div.news-content {
    width: 650px;
    height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-list-ul li div.news-content a {
    width: 555px;
    font-size: 20px;
    color: #333333;
    line-height: 36px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

/**

<!-- 资讯详情 start -->
 */



.news-list-right {
    width: 300px;
    /*height: 683px;*/
    background: #F7F7F7;
    box-sizing: border-box;
    --moz-box-sizing: border-box;
    --webkit-box-sizing: border-box;
    padding: 20px 40px;
    overflow: hidden;
    flex-direction: column;
    display: flex;
}

.news-rec-title {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.news-hot-ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5px;
}

.news-hot-ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #E3E3E3;
    padding: 15px 0px;
    width: 100%;
    box-sizing: border-box;
    --moz-box-sizing: border-box;
    --webkit-box-sizing: border-box;
}

.news-hot-ul li:last-child {
    border-bottom: 0px;
}

.news-hot-ul li a img {
    width: 260px;
    height: 166px;
    background: #333333;
    margin-bottom: 10px;
}

.news-hot-ul li a.title {
    line-height: 20px;
    max-height: 40px;
    /*margin: 10px 0px;*/
    overflow: hidden;
    width: 100%;
    text-align: left;
}

/**
资讯详情
 */
.news-detail {
    margin-top: 20px;
}
/**
<!-- 资讯详情 start -->
 */
.news-detail-top {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    height: 120px;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 20px;
}

.news-detail-top h1 {
    font-size: 30px;
    color: #333333;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-align: left;
}

.news-detail-time {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
}

.news-detail-time span {
    /*width: 361px;*/
    /*height: 13px;*/
    font-size: 14px;
    color: #666666;
    line-height: 48px;
    font-style: normal;
    text-transform: none;
    margin-right: 20px;
}

.news-detail-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;

}

.news-detail-content img {
    max-width: 100% !important;
}

.news-detail-content p {
    width: 100%;
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}