.news_section {
    width: 1200px;
    margin: 0 auto;
}

.news_content {
    display: flex;
    justify-content: space-between;
    padding-bottom: 80px;
}

.news_left {
    width: 800px;

}

.news_wrap {
    border-radius: 12px;
    padding: 24px 24px 0 24px;
    background: #FFFFFF;
}


.news_nav {
    display: flex;
    padding-bottom: 20px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.news_nav::-webkit-scrollbar {
    height: 6px;
}

.news_nav a {
    position: relative;
    font-size: 16px;
    color: #21282D;
    line-height: 16px;
    margin-right: 30px;
}

.news_nav a:hover {
    color: #0EB790;
}

.news_nav a:last-of-type {
    margin-right: 0 !important;
}

.news_nav a.on {
    font-weight: bold;
    color: #0EB790;
}

.news_nav a.on:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14px;
    margin: auto;
    content: '';
    width: 50px;
    height: 3px;
    background: #0EB790;
}

.news_item {
    display: block;
    position: relative;
    padding: 24px 0 24px 174px;
    border-bottom: 1px solid #F2F4F7;
}

.news_item .tu {
    position: absolute;
    top: 24px;
    left: 0;
    width: 150px;
    height: 120px;
    border-radius: 12px;
    overflow: hidden;
}

.news_item .tu img {
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: all .5s;
}

.news_item .info {
    height: 120px;
    padding-top: 4px;
}

.news_item .title {
    display: block;
    width: 500px;
    font-size: 18px;
    color: #21282D;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}

.news_item p {
    height: 40px;
    font-size: 14px;
    color: #788190;
    line-height: 20px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .3s;
}

.news_item .bot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 17px;
}

.tag_line {
    display: flex;
    align-items: center;
}

.tag_line span {
    height: 22px;
    line-height: 22px;
    background: #E9F3FF;
    border-radius: 4px;
    padding: 0 8px;
    margin-right: 10px;
    font-size: 12px;
}

.tag_line .item1 {
    background: #E9F3FF;
    color: #007AFF;
}

.tag_line .item2 {
    background: #FFE9E8;
    color: #FE574A;
}

.tag_line .item3 {
    background: #D5F2F6;
    color: #009DB2;
}

.tag_line .item4 {
    background: #D7F5EE;
    color: #0EB790;
}

.news_item .bot .time {
    font-size: 12px;
    color: #788190;
}

.news_item .bot .time i {
    margin-right: 5px;
}

.news_item:hover .title {
    font-weight: bold;
    color: #0EB790;
}

/* .news_item:hover p {
    color: #0EB790;
} */

.news_item:hover .tu img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.news_right {
    width: 384px;
}

.right_cont {
    width: 100%;
    background: #FFFFFF;
    border-radius: 12px;
    margin-bottom: 16px;
    padding: 24px 12px 12px 12px;
}

.right_cont h2 {
    font-size: 18px;
    color: #000000;
    line-height: 22px;
    padding-left: 12px;
}

.right_cont .ul {
    padding-top: 12px;
}

.right_cont .item {
    width: 100%;
    height: 42px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .3s;
    padding: 0 12px;
}

.right_cont .item:hover {
    background: #F6F8FA;
}

.right_cont .item:hover .left p {
    color: #0EB790;
}


.right_cont .item:hover span {
    color: #0EB790;
}

.right_cont .item .left {
    display: flex;
    align-items: center;
}

.right_cont .item .left p {
    width: 200px;
    font-size: 14px;
    color: #505B64;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.right_cont .item .left p img {
    width: 22px;
    height: 22px;
    border-radius: 6px;
    margin-right: 8px;
}

.right_cont .item i {
    display: block;
    width: 22px;
    height: 22px;
    background-image: url(../images/number.png);
    background-size: 22px 220px;
    margin-right: 12px;
}

.right_cont .item .icon1 {
    background-position: 0 0;
}

.right_cont .item .icon2 {
    background-position: 0 -22px;
}

.right_cont .item .icon3 {
    background-position: 0 -44px;
}

.right_cont .item .icon4 {
    background-position: 0 -66px;
}

.right_cont .item .icon5 {
    background-position: 0 -88px;
}

.right_cont .item .icon6 {
    background-position: 0 -110px;
}

.right_cont .item .icon7 {
    background-position: 0 -132px;
}

.right_cont .item .icon8 {
    background-position: 0 -154px;
}

.right_cont .item .icon9 {
    background-position: 0 -176px;
}

.right_cont .item .icon10 {
    background-position: 0 -198px;
}

.right_cont .item span {
    font-size: 12px;
    color: #788190;
}

.xq_content .xq_top {
    width: 100%;
    padding-bottom: 24px;
    border-bottom: 1px solid #F2F4F7;
}

.xq_content .xq_top h2 {
    font-size: 24px;
    color: #21282D;
    line-height: 34px;
}

.xq_content .xq_top p {
    font-size: 14px;
    color: #788190;
    line-height: 16px;
    margin-top: 12px;
}

.xq_content .xq_top p em {
    opacity: .2;
    margin: 0 10px;
}

.xq_content .nr {
    padding: 24px 0 30px 0;
}

.xq_content .nr img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.xq_content {
    border-radius: 12px;
    padding: 24px 24px 0 24px;
    background: #FFFFFF;
}

/* 版权声明 */
.bqsm_box {
    width: 100%;
    padding: 12px;
    background: #F2F4F7;
    border-radius: 6px;
    font-weight: 500;
    margin-top: 10px;
    color: #788190;
    line-height: 24px;
    word-break: break-all;
    display: inline-block;
    vertical-align: middle;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.bqsm_box a {
    font-size: 12px;
    font-weight: 500;
    color: rgba(0, 0, 0, .56);
    line-height: 24px;
}

.bqsm_box a {
    color: #00B38A;
}

.bqsm_box a {
    text-decoration: underline;
}

.share_box {
    display: flex;
    align-items: center;
    margin-top: 24px;
    border-bottom: 1px solid #F2F4F7;
    padding-bottom: 24px;
}

.share_box span {
    font-size: 14px;
    color: #505B64;
    line-height: 22px;
    margin-right: 15px;
}

.next_content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
}

.next_content .item {
    display: flex;
    align-items: center;
    width: 325px;
    font-size: 14px;
    color: #505B64;
    line-height: 44px;
}

.next_content .next {
    background: rgba(14, 183, 144, .1);
    border-radius: 6px;
    font-size: 14px;
}

.next_content .next a {
    height: 44px;
    line-height: 44px;
    padding: 0 12px;
    color: #0EB790;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.next_content .prev a {
    font-size: 14px;
    color: #505B64;
    line-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.next_content .prev:hover a {
    color: #0EB790;
}