.news-wrap {
    max-width: 1200px;
    min-width: 320px;
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 140px
}

.news-tabs ul {
    display: flex;
    line-height: 66px;
    height: 66px;
    border-bottom: 1px solid rgba(0, 0, 0, .08)
}

.news-tabs ul li {
    font-size: 20px;
    margin-right: 64px;
    position: relative;
    flex-grow: 0;
    flex-shrink: 0
}

.news-tabs ul li, .news-tabs ul li a {
    color: rgba(0, 0, 0, .85)
}

.news-tabs ul li a:hover {
    text-decoration: none;
    color: #e61b46
}

.news-tabs ul li.news-tabs--active a {
    color: #e61b46;
    font-weight: 600
}

.news-tabs ul li.news-tabs--active:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    height: 3px;
    background: #e61b46
}

.news-top {
    margin-top: 40px
}

.news-top ul {
    display: flex
}

.news-top .news-item {
    cursor: pointer;
    width: 384px;
    height: 338px;
    border-radius: 16px;
    border: 1px solid #e0e1e3;
    margin-right: 24px;
    flex-grow: 0;
    flex-shrink: 0;
    transition: box-shadow .3s
}

.news-top .news-item:hover {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .1)
}

.news-top .news-item:last-child {
    margin-right: 0
}

.news-top .news-item-pic {
    margin: -1px -1px 0;
    height: 216px;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.news-top .news-item-pic img {
    max-width: 100%;
    border-radius: 16px 16px 0 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.news-top .news-item-content {
    padding: 24px 16px 16px
}

.news-top .news-item-content h3 {
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    color: #000;
    height: 54px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis
}

.news-top .news-item-content a {
    color: #000;
    padding: 10px 0
}

.news-top .news-item-content a:hover {
    text-decoration: none;
    color: #000
}

.news-top .news-item-auxiliary {
    display: flex;
    color: rgba(0, 0, 0, .5);
    line-height: 20px;
    margin-top: 8px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden
}

.news-top .news-item-auxiliary .news-top-flag {
    white-space: nowrap;
    margin-right: 8px;
    color: #e61b46
}

.news-origin {
    overflow: hidden;
    text-overflow: ellipsis
}

.news-date, .news-origin {
    white-space: nowrap
}

.news-top .news-item-foot {
    display: none
}

.news-list {
    margin-top: 24px
}

.news-list .news-item {
    cursor: pointer;
    min-height: 122px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .08)
}

.news-list .news-item-pic {
    height: 90px;
    float: left;
    margin-right: 64px;
    margin-bottom: 4px
}

.news-list .news-item-pic img {
    width: 160px;
    height: 90px;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover
}

.news-list .news-item-content h3 {
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    color: #000;
    max-height: 54px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.news-list .news-item-content a {
    color: #000;
    padding: 10px 0
}

.news-list .news-item-content a:hover {
    text-decoration: none;
    color: #000
}

.news-list .news-item-auxiliary {
    /* display: flex; */
    color: rgba(0, 0, 0, .5);
    line-height: 20px;
    margin-top: 16px;
    font-size: 14px
}

.news-list .news-item-auxiliary .news-top-flag {
    white-space: nowrap;
    margin-right: 8px;
    color: #e61b46
}

.news-item-foot {
    display: flex;
    margin-top: 2px;
    flex-wrap: wrap
}

.news-item-stock {
    padding: 0 8px;
    margin-right: 12px;
    margin-top: 8px;
    background: #f7f8f9;
    border-radius: 6px;
    font-size: 14px;
    line-height: 24px;
    white-space: nowrap
}

.news-item-stock:last-child {
    margin-right: 0
}

.news-item-stock em {
    color: rgba(0, 0, 0, .5)
}

.news-item-stock--up {
    color: #f24822
}

.news-item-stock--down {
    color: #1bc47d
}

.news-load-more {
    text-align: center;
    margin-top: 40px
}

.news-flash-list {
    margin-top: 24px;
    padding-bottom: 100px
}

.news-flash-list:after {
    content: "";
    display: block;
    margin-bottom: -88px
}

.news-flash-group {
    clear: both
}

.news-flash-refresh {
    float: right;
    margin-bottom: -60px;
    z-index: 950
}

.news-flash-date, .news-flash-refresh {
    height: 60px;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: -webkit-sticky;
    position: sticky;
    top: 88px
}

.news-flash-date {
    background: #f7f8f9;
    border-radius: 8px;
    z-index: 900
}

.news-flash-date-range {
    font-size: 20px;
    font-weight: 600;
    color: rgba(0, 0, 0, .85)
}

.auto-refresh {
    font-size: 14px;
    color: rgba(0, 0, 0, .5)
}

.auto-refresh, .btn-refresh {
    display: flex;
    align-items: center
}

.btn-refresh {
    color: rgba(0, 0, 0, .85);
    background: #fff;
    padding: 0 8px;
    margin-left: 8px;
    border-radius: 4px;
    grid-gap: 4px;
    gap: 4px
}

.btn-refresh:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFVSURBVHgB7ZbhbcIwEIVfpf4vI2SDdoN6g3SDZIOmE5BOUHUCRrA6Ae0EYYO0E9AN4A584FycOBh+IT7pCRQ/n+3Yvgtw7dyd4M1IhvRImrln/6QV6Yf0iwthSEvSJiL2FDgDXoVVQdekhrRwbaGJcFsWC165zmLk31bNPsfxVWpK5W8RGbRxxo/AYK+YzlwNOjTB3UBiWnidUvak9PrbIZNBfy/mSKfy4piQgZe+Rn/zWU9IQw7UMmbQskgj92IcuPf+vyF8QD6Rxhepxj453LgidLXg+/NAekcafIWGDt4q1EGOcY40dLL3c3GQ6GWNwCuUhKGrTDCvGs9UIZ0a/VWaIbP/WgqcToluemxxrERBZuiWpxrT8ZO21ESpRM1Yxwz9glqMTPAF3Vwsg0ksbovWVTbqzZcDZV0bz1pXGYuRwjuFEtM/op5jwS71mfhN+sMNYgtInqH4UjB8twAAAABJRU5ErkJggg==) 0 0 no-repeat;
    background-size: contain
}

.btn-refresh.refreshing:before {
    transform: rotate(1turn);
    transition: all .8s
}

.btn-refresh:hover {
    text-decoration: none;
    color: #e61b46
}

.btn-refresh:hover:before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAALISURBVHgB7VZdTuNADLanTZFWK20foS1SegK6NwgSf29wA9oTACdoewLKCSg3gLeFsks4weYGBJFQHvOyiKbNeD1pQPkpkPKI+KR03LHHX+yZjA3w2YF5DYf6lg5jMAjkCgKW1RwBeezAetLEdd3+Zefx8y7hsLZlAFGbnRtvO0KTX6G/5F6cvG33Cm50o7wwKR1zGDuxaY8fm8ktRI6SiCNFI76OAPu+ht3XIg4J76ub+yxsP2nYUoYqfTSWV6zSIzcmEfX8x8l13TO9tBOnut4UhG32FtmDPdLE6izSiHDjLw8NkNDDBXGUIJO0XxkOjiAH3MpaG1F0Xkj/+T/TLyii0Yzod2BM7WcyCUEzL5lC9f6yK4Fa0V994RtvSQohYYDyLCLUeX+aSiSSnZr7+wTmRM0d9CXIg+cA7mprRoZwUpxYrEyGjgV9WN085v1pwJyouZc9te9KLqi9TRPWbc4zkRVXqEjVI1IL8kII0ZtKyVNcfBakBgc4pr30QkLIvYdxLN6dn/Eh6iChB1/4VEjcpeEVh/Rjybnowgfg6OuNwlhkDl4A8oi/z/ArKCZVdEgE8FDZtBbvz89gTogJqqqyk5mf3lyrkZwgNNWvRLkPH4AsUpcJ++pJeOV7+qZslDOEAVKUSjScpbW5SWv2wKq6gxYg3sbnVcEufi82MoTLzqXJ2tNQIcShU93YhTnhLK83kSC8nbik9Vm2lVwIxHaGUGFU9FsQGbGy79Y2OpAT6tAJidMKwT58Oe5SFAAHYkyHGRguGjqJ0lW8oLJhZ1b7oDqDUlAymGjvpQ1hspH0V+sPph36KmjHXOtOVal7tcVQhiC0NiE24/Oqd+FUedxieDw2OA06E5RfDAhOR49+a1ZnMF3/DsL2AWA3fetnQSYGnIWHwfVbVvnbRI44KGgqdSskKIwIJXp8KCzCiVkZ/rmFLzD+A/lRPPgm4QKUAAAAAElFTkSuQmCC) 0 0 no-repeat;
    background-size: contain
}

.news-flash-collect {
    margin-top: 16px;
    padding-bottom: 24px
}

.news-flash-item {
    position: relative;
    overflow: hidden;
    padding: 16px 0 16px 212px;
    cursor: pointer
}

.news-flash-item:before {
    content: "";
    position: absolute;
    left: 8px;
    top: 22px;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 2px solid rgba(0, 0, 0, .15);
    border-radius: 50%;
    z-index: 10
}

.news-flash-item:after {
    content: "";
    position: absolute;
    left: 15px;
    top: 0;
    width: 0;
    height: 1000px;
    border-left: 2px dashed rgba(0, 0, 0, .1);
    z-index: 5
}

.news-flash-item:first-child:after {
    top: 30px
}

.news-flash-item:first-child:last-child:after {
    display: none
}

.news-flash-datetime {
    position: absolute;
    left: 48px;
    top: 14px;
    font-size: 20px;
    color: rgba(0, 0, 0, .85)
}

.news-flash-item h3 {
    font-size: 18px;
    color: rgba(0, 0, 0, .85);
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis
}

.news-flash-item p {
    font-size: 16px;
    color: rgba(0, 0, 0, .5);
    line-height: 24px
}

.news-flash-item--active .news-flash-datetime, .news-flash-item--active h3, .news-flash-item--active p {
    color: #e61b46;
    transition: color .2s
}

.news-flash-item--active:before {
    border-color: #e61b46
}

.news-flash-item-foot {
    display: flex;
    flex-wrap: wrap
}

.news-flash-load-more {
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    color: rgba(0, 0, 0, .5)
}

.news-bread {
    height: 22px;
    line-height: 22px;
    font-size: 16px
}

.news-bread, .news-bread a {
    color: #030810
}

.news-bread a:hover {
    color: #e61b46;
    text-decoration: none
}

.news-bread em {
    color: #9b9ea3
}

.news-details {
    padding-top: 32px
}

.news-details h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 56px;
    color: #000;
    margin-bottom: 20px
}

.news-details h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    color: #000;
    margin: 32px 0 16px
}

.news-details-auxiliary {
    display: flex;
    min-height: 20px;
    grid-gap: 12px;
    gap: 12px;
    font-size: 14px;
    color: rgba(0, 0, 0, .5);
    align-items: center
}

.icon-translate {
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    flex-shrink: 0;
    flex-grow: 0
}

.icon-translate--cn {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJ7SURBVHgB7ZnRcdwgEIZ/e1KA0oFSQdxBSAW+DkwqsFOBlAocV3CXCjKp4C4VXFKB5ArsDmzWQjMcBoGOBd3DfTM7gxAsu7BagQScOZPEhaOuUnKn5LMuc/NHyUbJMzJABu+VvGSWPfJMztvMvxSSBgxcWtfXKMcVGLjEcrCE0JIOsJDqQK/ko5JPulycVAdaDOmwV/IDJ8AW8Vmkc/TvZvTfgoGUFWgddYuvQuwKdBM6Yldh0RVojbJUIozrn1iQmBWwZ7/D4WxSfn/CCa9Aa5SlkhrDCghdR1mp2CrMdaBX8su6llpMHpBptxkiFEI3gf5C64gJoblCobpGYAuyxXGZh6iZDA3J3hz0A+JpjTLtJG+t+wJloLFp10wHo2gHehzG/j2mDab2O/AijbKAdsDGF0Jrq3Nomdfgx6k/NgutMMR4hTzGHU1sCJHhHfgYJ4JS7XckpNw5DzEnKy0j33AkJRygDwX2Wbs2ytK6NiHHekxgO8D99qRQuY9oJzz15PgDJrAf4n/gZTytHdt3F2pkO0DecjtB5+Uah7NMxl3pepI7495O11G//wjgCqGvGPY8K8xDTNx71LLT7Spt5PgyMsfa6LbFiXmR3eL93kpafesE/UnEDGAfdqhdZ1w3ifqTiB1Awr/brebqX+LL3AbuREHP3uw0XtoBgWHD6PqwS/U3WBBfCJGx9DJzndJcdRRK5EgdqZ8N1wDjJtBleKPvS/i/JYmAflZ8Djx5DDepdL3tyHVAPyu+AVbauC+ReiSG5+F3pH42cg9wMmmUFU4HzBwuET43zxWTHhloAHajfVIjA6X+MTfmoBfgRyLPX/4ew3b8L86cEK+9RMWAGjB1ggAAAABJRU5ErkJggg==) 0 0 no-repeat;
    background-size: contain
}

.icon-translate--en {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJ4SURBVHgB7ViBcdswDHz3OoA7QdgJ2hHUCZoNxE7gdAI7I2QCqxMknSDKBOkGVSdoNkiIo3yGFMoGRYLO5fx3uJMoisIDIAAKOOOMJCwmxq2T706WyI/GyS8o4tbJs7LcQgkWUFd+JzUUcA+gFIEsXviA0yHL/jolgSxIJbCBz2Q/8UYQuwcuEt69RwZIPXDn5BO8tbn8Y3O+BZ6TWChCSqB18oR5UC1aH4Xzrpw8wJPYCWGJYTYJPbMoCEkcr9n81eiZiVgryx6YQ4B/mCz8vx/fsnETuU5RAiQVe+eqJ2HY2BaFCCwCBCocRwufdXb46qSDJ/PFyaVgDdorfyBHA0FCiMnlYyUfI96dK/SNQQuSUolrdm3hvaAN+saKD0jTKEcL30I8sLF6NIdCY27dCKFi1wcNNRVCf+GVDHWQy/65ZnZ5nFpfGkIN/AbiViXFN/DKG+hi0pvSEDLsmhSnbLNCWk9v4cOxQwKkBCw8CVI4x2bdYt9ifEYCiZgsVCGP8gbD/miNBJziRDZW2CJhD40J5Ex9IRiEu9PZXhgT+A1dcEW5sSxmemFMoIEeCYOh9akVadn9CjMQykKX/YdqyEGb+1hK5dbv4Cv5NfZV1vb32mEcBK/goUpsMKzs9cS769j1S2UhO7pvMH22iCqOJQgYyMORlI/aCyUIWMRlmCgvaBMweH1uWExI28+J8oI2gQp763c4fCS8ZtdiL2gTuGDXmyNzWwy9IMKcE1kMbuCV6SD7Q/cDPnzuULgeHKsDautrhFDKIScauUKIu5vaipxeyHWIOghqAZ4LibQoRoGsVOrH1gAL5IWFjoV2vyFvcKJu9Yx3ixeKWXByC0r7UQAAAABJRU5ErkJggg==) 0 0 no-repeat;
    background-size: contain
}

.news-details-stock {
    display: flex;
    align-items: center
}

.news-details-main {
    padding-top: 64px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    box-sizing: border-box
}

.news-details-main blockquote {
    padding: 5px 0 5px 10px;
    border-left: 4px solid #f5a623;
    background: #f6f6f6
}

.news-details-main>p {
    margin: 16px 0;
    text-align: justify
}

.news-details-main figure img {
    width: auto;
    margin: 9px auto;
    display: block;
    max-width: 100%;
    height: auto
}

.news-details-main figcaption {
    font-size: 12px;
    color: #999;
    text-align: center;
    padding-bottom: 10px
}

.news-details-main a {
    cursor: pointer;
    color: #3874dd
}

.news-details-main a:hover {
    color: #3874dd;
    text-decoration: underline
}

.news-details-main ol, .news-details-main ul {
    padding-left: 25px;
    font-family: arial, sans-serif;
    word-break: break-all;
    word-wrap: break-word
}

.news-details-main ol {
    list-style: decimal outside
}

.news-details-main ul {
    list-style: disc outside
}

.news-details-main table {
    border-collapse: collapse;
    border-spacing: 0
}

.news-details-main .table {
    padding: 10px 0
}

.news-details-main .table table {
    width: 100%;
    background: #fff
}

.news-details-main .table td {
    padding: 5px;
    line-height: 1.3;
    font-size: 14px;
    border: 1px solid #f6e9c5;
    color: #666
}

.news-details-main .table tr:first-child td {
    background: #fff7e0;
    color: #a16027
}

.news-details-main .news-details-main h2, .news-details-main .news-details-main h3 {
    font-size: 20px;
    font-weight: 500
}

.news-details-main hr {
    height: 1px;
    background-color: #f2f2f2;
    border: 0;
    margin: 10px 0
}

.news-details-main .footer-desc {
    color: #b2b2b2;
    font-size: 14px;
    line-height: 25px;
    display: inline-block;
    padding-top: 96px
}

.dialog-wrap:before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 10000
}

.translate-statement {
    position: fixed;
    width: 768px;
    left: 0;
    right: 0;
    margin: auto;
    top: 40%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 12px;
    padding: 32px 32px 24px;
    z-index: 11000
}

.translate-statement-close {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 24px;
    height: 24px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABCUExURQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAI7h9vIAAAAWdFJOUw0GCwQMAQcAVSgCBQkKUQhMESxQLRL8s3YcAAABT0lEQVRIx5WW27aDIAxEBw3gBdHTnv7/r1ZlVU0EhHlSnL0SJARgpfRoHBEAmkyrb58h3GYCUyMZcDvhrlmngKh9k4kCQ4OkGn0HRkJG1ErA4EGGA4/+gwhAiwK1JzBQCUD6AIr867/6AQaFUgEYSv17UiswFwNbCMgAfw8hYEc29O+X/nzrffcSIWB5CXWrDqJfX94s5GQhMvIXYvN3C/+uwTMKpkBcHi/LDbkIhy3qX+0T4kTcD4d7WQRr3I/oLuvTfsTLrk/6E8oCVJcS6iftan9r9cJVl4bmA4ssvrcsPstq4+NleXcQ5W0V30Cdv26gxb9Eb4LV2SYjduy2RUWIrOa9a2gqBkKbKQ+hfq2yqWyV9c1Y9Kbndl80DcWPLFXoPw/FtvJQzM88duxm0iKVujoMc9SuM5eTYRSd0Cmdvc3sjHHb0lPjzHi//nwBihQWSehpUNcAAAAASUVORK5CYII=) 0 0 no-repeat;
    background-size: contain;
    transition: all .2s;
    cursor: pointer
}

.translate-statement-close:hover {
    transform: rotate(180deg)
}

.translate-statement-content {
    position: relative;
    padding-left: 40px;
    font-size: 16px;
    color: rgba(0, 0, 0, .5);
    line-height: 24px
}

.translate-statement-content:before {
    content: "";
    position: absolute;
    left: 0;
    width: 28px;
    height: 28px;
    background: url(https://r.hstong.com/fe/hs-web-nuxt-www-vbkr/img/icon-tips.1d7865b.png) 0 0 no-repeat;
    background-size: contain
}

.translate-statement-content h6 {
    font-size: 18px;
    color: rgba(0, 0, 0, .85);
    margin-bottom: 8px
}

.translate-statement-foot {
    display: flex;
    justify-content: end;
    grid-gap: 8px;
    gap: 8px;
    margin-top: 24px
}

.video-wrap {
    width: auto;
    margin: 32px 200px;
    display: block;
    max-width: 100%;
    height: auto;
    overflow: hidden
}

.video-wrap .video-js {
    width: 100%;
    height: 100%;
    display: block;
    background: none
}

.video-wrap .video-js /deep/ .vjs-current-time, .video-wrap .video-js /deep/ .vjs-duration {
    display: block
}

.video-wrap .video-js .vjs-big-play-button {
    border: 0;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    background: url(https://r.hstong.com/fe/hs-web-nuxt-www-vbkr/img/icon-play.715c392.png) 50% no-repeat;
    background-size: contain
}

.video-wrap .video-js .vjs-big-play-button .vjs-control-text, .video-wrap .video-js .vjs-big-play-button .vjs-icon-placeholder {
    display: none
}

.video-wrap .video-js .vjs-big-play-button:hover {
    opacity: .9
}

.video-wrap .video-js .vjs-poster img {
    -o-object-fit: fill;
    object-fit: fill
}

@media screen and (max-width:1200px) {
    .news-wrap {
        max-width: 1024px
    }

    .news-top .news-item {
        width: 325px;
        height: 286px
    }

    .news-top .news-item-pic {
        height: 183px
    }

    .news-top .news-item-content {
        padding: 12px 8px 0
    }

    .news-top .news-item-content h3 {
        font-size: 16px
    }

    .news-top .news-item-auxiliary {
        margin-top: 4px
    }
}

@media screen and (max-width:1024px) {
    .news-wrap {
        max-width: 768px
    }

    .news-top .news-item {
        width: 240px;
        height: 211px
    }

    .news-top .news-item-pic {
        height: 135px
    }

    .news-top .news-item-content {
        padding: 8px 8px 0
    }

    .news-top .news-item-content h3 {
        font-size: 14px;
        line-height: 18px;
        height: 36px
    }

    .video-wrap {
        margin: 32px 100px
    }

    .video-wrap .video-js .vjs-big-play-button {
        width: 60px;
        height: 60px;
        margin: -30px 0 0 -30px
    }

    .news-flash-date, .news-flash-refresh {
        top: 78px
    }
}

@media screen and (max-width:768px) {
    .news-wrap {
        padding: 56px 16px 40px
    }

    .news-tabs ul {
        height: 61px;
        line-height: 61px
    }

    .news-tabs ul li {
        font-size: 16px;
        margin-right: 32px
    }

    .news-top {
        margin-top: 16px
    }

    .news-top ul {
        display: block
    }

    .news-top .news-item {
        width: auto;
        height: auto;
        min-height: 122px;
        padding: 16px 0;
        border: 0;
        margin: 0;
        border-radius: 0;
        border-bottom: 1px solid rgba(0, 0, 0, .08);
        position: relative
    }

    .news-top .news-item:hover {
        box-shadow: none
    }

    .news-top .news-item-pic {
        height: auto;
        border-radius: 0;
        float: right;
        margin: 0 0 4px 12px
    }

    .news-top .news-item-pic img {
        width: 112px;
        height: 63px;
        border-radius: 4px;
        max-width: none
    }

    .news-top .news-item-content {
        padding: 0
    }

    .news-top .news-item-content h3 {
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
        color: #000;
        height: 60px;
        -webkit-line-clamp: 3
    }

    .news-top .news-item-content a {
        color: #000;
        padding: 10px 0
    }

    .news-top .news-item-content a:hover {
        text-decoration: none;
        color: #000
    }

    .news-top .news-item-auxiliary {
        display: flex;
        color: rgba(0, 0, 0, .5);
        line-height: 18px;
        margin-top: 6px;
        font-size: 12px
    }

    .news-top .news-item-auxiliary .news-top-flag {
        white-space: nowrap
    }

    .news-top .news-item-foot {
        display: flex;
        clear: both
    }

    .news-list {
        margin-top: 0
    }

    .news-list .news-item-pic {
        height: auto;
        margin: 0 0 4px 12px
    }

    .news-list .news-item-pic img {
        width: 112px;
        height: 63px;
        border-radius: 4px;
        max-width: none
    }

    .news-list .news-item-content h3 {
        font-size: 14px;
        line-height: 20px;
        max-height: 60px;
        -webkit-line-clamp: 3
    }

    .news-list .news-item-auxiliary {
        font-size: 12px;
        line-height: 18px;
        margin-top: 6px
    }

    .news-list .news-item-foot {
        clear: both
    }

    .news-load-more {
        margin-top: 8px
    }

    .news-flash-date, .news-flash-refresh {
        height: 56px;
        padding: 0 16px 0 28px
    }

    .news-flash-refresh {
        margin-bottom: -56px
    }

    .news-flash-date-range {
        font-size: 16px
    }

    .news-flash-collect {
        margin-top: 0
    }

    .news-flash-item {
        padding-left: 28px
    }

    .news-flash-item:before {
        left: 0;
        width: 4px;
        height: 4px
    }

    .news-flash-item:after {
        left: 3px
    }

    .news-flash-datetime {
        position: static;
        font-size: 16px;
        line-height: 24px
    }

    .news-flash-item h3 {
        font-size: 16px;
        line-height: 22px;
        margin-top: 16px
    }

    .news-flash-item-foot {
        margin-top: 0
    }

    .news-bread {
        display: none
    }

    .news-details {
        padding-top: 24px
    }

    .news-details h1 {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 12px;
        color: rgba(0, 0, 0, .85)
    }

    .news-details h2 {
        font-size: 16px;
        font-weight: 600;
        line-height: 29px;
        color: rgba(0, 0, 0, .85);
        margin: 32px 0 14px
    }

    .news-details-auxiliary {
        justify-content: space-between
    }

    .news-details-stock {
        flex-wrap: wrap
    }

    .news-details-main {
        padding-top: 16px;
        font-size: 16px;
        line-height: 29px
    }

    .translate-statement {
        width: 279px;
        padding: 32px 20px 24px
    }

    .translate-statement-content {
        padding-left: 0
    }

    .translate-statement-content h6 {
        text-align: center
    }

    .translate-statement-content:before {
        display: none
    }

    .translate-statement-foot {
        justify-content: space-between
    }

    .translate-statement-foot .btn-05 {
        width: 100%
    }

    .video-wrap {
        margin: 32px 0
    }

    .video-wrap .video-js .vjs-big-play-button {
        width: 40px;
        height: 40px;
        margin: -20px 0 0 -20px
    }

    .news-flash-date, .news-flash-refresh {
        top: 56px
    }
}

.color-date{
    color: #f34b6fd0;
    margin: 10px 0px ;
    font-weight: bold;
}