.title {
    padding: 31px 0;
}
.title > img {
    width: 15.97px;
    height: 15.78px;
    font-size: 0;
    float: left;
    margin-right: 3px;
}
.title > p > span {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 20px;
    color: #2C2C2C;
    opacity: 1;
    float: left;
}
.news_main {
    width: 1204px;
    margin: 0 auto;
}
.tap {
    /*margin-top: 30px;*/
}
.tap_item {
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 33px;
    color: #202020;
    opacity: 1;
    float: left;
    margin-right: 31px;
    border-bottom: 3px solid #0062BE;
    cursor: pointer;
}
.tap_items {
    border-bottom: none;
}
.news_content {
    width: 898px;
    float: left;

}
.news_right {
    width: 286px;
    float: right;
}

.news_ul {
    margin-top: 20px;
}
.news_li {
    width: 100%;
    height: 180px;
    padding: 10px;
}
.news_li:hover {
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.1);
}
.news_li:hover > .news_dl > .news_dd > .news_dd_title {
    color: #0062BE;
}
.news_li > .news_dl > .news_dt {
    width: 286px;
    float: left;
}
.news_li > .news_dl > .news_dt > img {
    width: 100%;
    display: block;
    height: 160px;
}
.news_li > .news_dl > .news_dd {
    margin-left: 30px;
    float: left;
}
.news_li > .news_dl > .news_dd > .news_dd_title {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 36px;
    color: #212121;
    opacity: 1;

}
.news_dd_content {
    width: 562px;
    height: 75px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 300;
    line-height: 24px;
    color: #2C2C2C;
    opacity: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.news_dd_time_source {
    margin-top: 15px;
}
.news_dd_time_source > span {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 300;
    line-height: 30px;
    color: #AFAFAF;
    opacity: 1;

}
.news_right_ul {
    width: 286px;
    /*height: 1714px;*/
    background: #FFFFFF;
    border: 1px solid #E1E1E6;
    opacity: 1;
    border-top: none;
    padding: 14px 20px 50px;
}
.news_right_li {
    padding-bottom: 14px;
    border-bottom: 1px solid #E1E1E6;
}
.news_right_top >img  {
    width: 100%;
}
.news_right_ul_title {
    width: 286px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #E1E1E6;
    opacity: 1;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 50px;
    color: #212121;
    text-align: center;
    border-top: 3px solid #0062BE;
    margin-top: 27px;
}
.news_right_dt {
    margin: 25px 0 0 20px;
}
.news_right_dt > img {
    width: 160px;
    height: 160px;
}
.news_right_dd > p {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 40px;
    color: #212121;
    opacity: 1;

}
.news_right_dd > div {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 300;
    line-height: 22px;
    color: #858585;
    opacity: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.more {
    width: 150px;
    height: 50px;
    border: 1px solid #0062BE;
    opacity: 1;
    border-radius: 4px;
    margin: 50px auto;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #0062BE;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}
.more a{
    color: #0062BE;
}
.news_ul1 {
    display: none;
}
