.btn-black {
    border: 1px solid #a4a4a4;
}
.btn-black:hover {
    border-color: #a4a4a4;
}
.con-hd {
    position: relative;
}
.con-hd h1,
.con-hd div {
    flex: 1;
}
.con-hd h5 {
    margin-top: 1rem;
    color: #999;
}
.con-nav {
    border-bottom: solid #e2e2e2 1px;
    padding: 0;
}
.navbar-nav .active {
    border-bottom: solid #ff9c0b 2px;
}
.search .btn,
.search .btn:active {
    color: #fff !important;
}
.news-box .news-list .item {
    position: relative;
    zoom: 1;
    margin-right: 2rem;
}
.news-box .news-list .item:last-child {
    border: none;
}
.news-box .news-list .item {
    border-bottom: .1rem solid #f2f2f2;
    height: 10rem;
}
.news-box .news-list .item .item-inner {
    width: 100%;
    margin: 0 auto;
    padding-top: 2rem;
}
.news-box .news-list .item .item-inner a {
    font-size: 14px;
    color: #525252;
}
.news-box .news-list .item .item-inner a {
    line-height: 3rem;
}
.news-box .news-list .item .item-inner a {
    position: relative;
    z-index: 1;
    display: block;
    overflow: visible;
    text-overflow: ellipsis;
    white-space: normal;
    transition: all .3s;
}
.news-box .news-list .item .item-inner a .p-tit {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
.news-box .news-list .item .item-inner a .p-tit span {
    border-radius: 2rem;
    background-color: #212529;
    padding: 0 1rem;
    text-align: center;
    line-height: 2rem;
    color: #fff;
    margin-right: 1rem;
    transition: all .3s;
}
.news-box .news-list .item .item-inner a:hover .p-tit span {
    background-color: #ff9800;
}
.news-box .news-list .item .item-inner a .p-tit p {
    flex: 1;
}
.news-box .news-list .item .item-inner a .p-tit p {
    color: #333;
    font-size: 1.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}
.news-box .news-list .item .item-inner a:hover .p-tit p {
    color: #ff9800;
}
.news-box .news-list .item .item-inner a .p-mess {
    font-size: .9rem;
    line-height: 1.5rem;
    color: #999;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    margin-left: 5rem;
}
.news-box .col-md-3 {
    border-left: solid #e2e2e2 1px;
}
.news-box .col-md-3 .title {
    margin-top: .5rem;
    border-left: solid #ff9c0b 4px;
    padding-left: 0.5rem;
}
.news-box .col-md-3 .sao {
    text-align: center;
    margin-top: 2rem;
}
.news-box .col-md-3 .sao svg {
    margin-right: .25rem;
}
.news-box .col-md-3 .qr img {
    width: 10rem;
    margin: 0 auto;
    border: 1px solid #e2e2e2;
    border-radius: .25rem;
}
.news-box .btn-box {
    width: 10rem;
    margin: 0 auto;
    padding-bottom: 2rem;
}
.news-box .btn-box .btn {
    display: flex;
    margin-top: .5rem;
    color: #fff;
}
.news-box .btn-box .btn p {
    position: relative;
}
.news-box .btn-box .btn p span {
    position: relative;
    font-size: .5rem;
    right: 4.7rem;
    bottom: -1rem;
}
.news-box .hd {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
.news-box .hd .more {
    display: flex;
    align-items: center;
    color: #999;
    transition: all .3s;
}
.news-box .hd .more svg {
    transition: all .3s;
}
.news-box .hd .more:hover svg {
    fill: #ff9800;
}
.news-box .hd .more:hover {
    color: #ff9800;
}
.location a {
    color: #999;
    transition: all .3s;
}
.location a:hover {
    color: #ff9800;
}
.news-box .news-tags {
    margin-top: .5rem;
}
.news-box .news_info_content {
    padding-top: 2rem;
    width: auto;
}
.news-box .news_info_content img,
.news-box .news_info_content video {
    max-width: 100%;
    height: auto;
}
.news-box .news_info_content ul,
.news-box .news_info_content ol {
    display: block;
    -webkit-margin-before: 1em;
    margin-block-start: 1em;
    -webkit-margin-after: 1em;
    margin-block-end: 1em;
    -webkit-margin-start: 0px;
    margin-inline-start: 0px;
    -webkit-margin-end: 0px;
    margin-inline-end: 0px;
    -webkit-padding-start: 20px;
    padding-inline-start: 20px;
}
.news-box .news_info_relevant {
    margin: 2rem 0;
    color: #999;
    transition: all .3s;
}
.news-box .news_info_relevant a {
    color: #999;
}
.news-box .news_info_relevant a:hover {
    color: #ff9800;
}
.news-box .news_info_relevant .pre,
.news-box .news_info_relevant .next {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
.news-box .news_info_relevant .next {
    text-align: right;
}
.gl-list {
    margin-bottom: 2rem;
}
.gl-list li {
    margin: .6rem 0;
}
.gl-list a {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}
.gl-list a {
    color: #333;
    transition: all .3s;
}
.gl-list li a:hover {
    color: #ff9800;
}
.gl-list a span {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.gl-list a i {
    width: 20%;
    text-align: right;
}
@media (max-width: 767.98px) {
    .navbar-nav {
        flex-direction: inherit;
    }
}
@media (max-width: 991.98px) {
    .navbar-nav {
        flex-direction: inherit;
    }
}