html,
body {
    height: 100%;
    width: 100%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Microsoft YaHei", Arial, sans-serif;
    /*font-family: "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;*/
    font-weight: 400;
    margin: 0;
}

a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #474157;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
    border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}

body {
    background-color: #f1f1f1;
}

.main {
    position: relative;
    height: 100%;
    max-width: 980px;
    margin: auto;
    background-color: #FFFFFF;
}

.top {
    position: absolute;
    width: 100%;
    height: 62px;
    top: 0;
    background-color: #FFFFFF;
    left: 0;
}

.top::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: url("../img/news-bg.jpg") repeat-x;
    background-size: auto 1px;
}

.top .swiper-wrapper .swiper-slide {
    width: 80px;
    cursor: pointer;
}

.top .swiper-wrapper .swiper-slide .gx-aaaa {
    width: 200px;
}

.top .swiper-wrapper .swiper-slide span {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 20px 0;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #414141;
}

.top .swiper-wrapper .swiper-slide span.active {
    color: #F06E23;
}

.top .swiper-wrapper .swiper-slide span i {
    font-style: normal;
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
    font-size: 14px;
}

.top .bar {
    width: 50px;
    height: 3px;
    position: absolute;
    bottom: 0px;
}

.top .bar .color {
    width: 36px;
    margin: 0 auto;
    height: 3px;
    border-radius: 2px;
    background: #F06E23;
}

.top .top-nav {
    padding: 0 5%;
}

.content {
    position: absolute;
    width: 100%;
    top: 110px;
    bottom: 0;
    background-color: #FFFFFF;
    left: 0;
}

.content .slidepage {
    overflow-y: auto;
    height: 100%;
    width: 100%;
    border: 0;
}

.news-list li {
    padding: 15px 0;
    margin: 0 20px;
    list-style: none;
}

.news-list li a .news-box {
    display: flex;
    text-decoration: none;
}

.news-list li .text {
    position: relative;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0px;
}

.news-list li .text h2 {
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    min-height: 78px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
    text-align: justify;
    word-break: break-all;
    color: #121212;
}

.news-list li a p i {
    font-size: 13px;
    font-style: normal;
    margin-right: 5px;
}

.news-list li a p i.gx_hot {
    color: #f39a0d;
    font-weight: bold;
}

.news-list li a p i.gx_new {
    color: #1688f1;
    font-weight: bold;
}

.news-list li a p i.gx_top {
    color: #18bc9c;
    font-weight: bold;
}

.news-list li a p i.gx_recommend {
    color: #f75444;
    font-weight: bold;
}

.news-list li .text div {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6em;
    display: none;
}

.news-list li a p {
    /* position: absolute;*/
    bottom: 0;
    left: 0;
    color: #999;
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.news-list li a p i {
    margin-right: 10px;
    position: relative;
    top: -1px;
}

.news-list li a p span:nth-last-child(1) {
    margin-left: 15px;
}

.news-list li .img {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 140px;
    margin-left: 20px;
    overflow: hidden;
    height: 90px;
    background-color: #414141;
    border-radius: 5px;
    position: relative;
}

.news-list {
    overflow-y: auto;
}

.news-list li .img img {
    position: absolute;
    margin: auto;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    height: 100%;
}

.container {
    padding: 22px;
    background-color: #FFFFFF;
}

.container h1.metas-title {
    font-size: 20px;
    font-weight: 500; 
}

.container .article-metas {
    padding-bottom: 20px;
    margin: 15px auto 20px;
}

.container .article-metas span {
    font-size: 14px;
    margin-right: 20px;
}

.container .article-metas span.channel {
    font-weight: 500;
    background-color: #f06e23;
    padding: 4px 8px;
    border-radius: 3px;
    color: #FFFFFF;
}

.container .article-metas span.date {
    font-weight: 500;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
}

.container .article-text {
    overflow: hidden;
    padding-bottom: 20px;
    color: #212121;
    line-height: 2em;
    font-size: 14px;
}

.container .article-text img {
    max-width: 100%;
}

.container .article-text video {
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    background: #FFFFFF;
    object-fit: fill;
}

.container .article-bottom {
    font-size: 15px;
    margin-top: 15px;
}

.container .article-bottom span.views {
    color: #444444;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 30px;
}

.container .article-bottom span.like {
    margin-right: 30px;
}

.container .article-bottom span.comments {
    color: #444444;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 30px;
}

.container .article-bottom span.like a {
    color: #444444;
    text-decoration: none;
}

.comment {
    margin-top: 15px;
    padding: 12px;
    background-color: #FFFFFF;
}

.comment dl {
    position: relative;
    border-bottom: 1px solid #eee;
    clear: both;
    padding: 15px 0;
    padding-right: 10px;
}

.comment dl:after {
    content: " ";
    display: table;
    clear: both;
}

.comment dl dt {
    background-color: #1688f1;
    text-align: center;
    float: left;
    line-height: 35px;
    margin-right: 10px;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: bold;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: block;
    position: absolute;
}

.comment dl dd {
    padding-left: 45px;
    float: left;
    width: 100%;
    font-size: 14px;
}

.comment dl dd cite {
    font-style: normal;
    color: #007bff;
}

.comment small {
    color: #999;
    margin-left: 15px;
    font-family: Arial, Helvetica, sans-serif;
}

.comment small a {
    text-decoration: none;
    margin-left: 15px;
}

.comment small a.reply {
    display: none;
}
.comment dl {
    position: relative;
}

.comment dl a.btn-comment-like {
    position: absolute;
    right: 0;
    float: right;
    text-decoration: none;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.comment .replybox dl a.btn-comment-like {
    right: 10px;
}

.comment dl a.btn-comment-like b {
    color: #121212;
    margin-right: 7px;
}

.comment dl a.btn-comment-like span {
    font-size: 13px;
}

.comment dl a.comment-likes b {
    color: #f06e23;
    margin-right: 7px;
}


.comment dl dd p {
    margin-top: 5px;
    line-height: 24px;
    color: #666666;
    word-wrap: break-word;
}

.comment-txt {
    overflow: auto;
    padding-right: 0;
    overflow: hidden;
}

.comment-txt img {
    overflow: hidden;
    vertical-align: bottom;
    max-height: 40px;
    margin: auto 1px;
    padding: 0;
}

.comment .loadmore-nodata {
    text-align: center;
    margin-bottom: 20px;
}

.comment .loadmore-tips {
    color: #212121;
}

.replybox dl {
    background-color: #fafafa;
    padding-left: 40px;
}

.replybox dl p i {
    font-style: normal;
    color: #999;
    margin-left: 5px;
    font-size: 13px;
}

.comment i.topup {
    font-style: normal;
    margin-left: 15px;
    padding: 2px 5px;
    background-color: #e1e1e1;
    border-radius: 2px;
}

.center {
    text-align: center;
}

.postcomment {
    font-size: 14px;
    margin-bottom: 15px;
}

.postcomment h3 {
    position: relative;
    font-size: 16px;
    color: #515151;
    padding: 15px 0;
}

.postcomment .group {
    margin-top: 15px;
}

.postcomment .actiontips {
    color: #666666;
    margin-left: 15px;
}

.postcomment .cancel-reply {
    display: none;
    text-decoration: none;
}

.formcontrol {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 6px 12px;
    font-family: inherit;
    line-height: 1.42857143;
    color: #555555;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-radius: 2px;
    box-shadow: none;
    border-color: #eeeeee;
    line-height: 1.8em;
}

button,
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

.btnprimary,
input.btnprimary[type="submit"] {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #0062cc;
    color: #FFFFFF;
    border-radius: 3px;
    overflow: hidden;
    text-decoration: none;
}

.btnprimary:hover,
.btnprimary:focus,
.btnprimary:active,
.btnprimary:active:focus {
    color: #fff;
    background-color: #0062cc;
    border-color: #0062cc;
}

.pagination {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    padding-left: 0;
    margin: 17px 0;
    border-radius: 3px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #2c3e50;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #11181f;
    background-color: #eeeeee;
    border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #2c3e50;
    border-color: #2c3e50;
    cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 11px;
    line-height: 1.5;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 2px;
    border-top-left-radius: 2px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}

@media (max-width: 767px) {}

.search {
    position: absolute;
    width: 100%;
    top: 65px;
    bottom: 0;
    background-color: #FFFFFF;
    left: 0;
}

.search::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: url("../img/news-bg.jpg") repeat-x;
    background-size: auto 1px;
}

.form-search {
    height: 44px;
    position: relative;
}

.search .form-control {
    top: 5px;
    left: 15px;
    position: absolute;
    display: block;
    right: 60px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
    border: 1px solid #f1f1f1;
    border-radius: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
    text-align: justify;
    word-break: break-all;
}

.search .form-submit {
    background: none;
    position: absolute;
    right: 15px;
    top: 5px;
    height: 30px;
    width: 40px;
    font-size: 15px;
    color: #F06E23;
    font-weight: bold;
    border: none;
}

.search-top {
    padding: 15px;
    background-color: #f4f6f8;
}

.search-top h2 {
    font-size: 20px;
}

.skin-white {
    background-color: #FFFFFF;
}

.search-heading {
    position: relative;
    padding: 15px;
    font-size: 14px;
}

.text-danger,
.text-danger:hover {
    color: #F06E23;
}

.search-heading .more {
    position: absolute;
    right: 15px;
    top: 15px;
}

.search-heading .more ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.search-heading .more ul>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

.search-heading .more ul>li a {
    text-decoration: none;
}

.search-heading .more ul>li a.active {
    color: #F06E23;
}

.news-list li .text h2 .highlight {
    color: #F06E23;
}

.page-more {
    text-align: center;
    padding: 15px;
}

.page-more a {
    text-decoration: none;
}

.aaaaa {
    display: none;
}

.banner .aaaaa {
    display: block;
    height: 25vw;
    font-size: 5.6vw;
    overflow: hidden;
    background-color: #007bff;
    position: relative;
}

.aaaaa .s {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.aaaaa .s i {
    display: block;
    width: 5px;
    float: left;
    height: 5px;
    background-color: #FFFFFF;
    opacity: 0.5;
    border-radius: 50%;
    margin-left: 5px;
}

.aaaaa .s i.c {
    opacity: 1;
}

.banner .top {
    top: 25vw;
}

.banner .search {
    top: calc(25vw + 64px);
}

.banner .content {
    top: calc(25vw + 109px);
}