/*section*/

body {
    position: relative;
    background: #201b1e;
}

header {
    margin-bottom: 630px;
}

section {
    position: absolute;
    top: 671px;
    left: 50%;
    width: 1200px;
    padding-bottom: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999;
    transform: translateX(-50%);
}

section .login-wrap {
    display: inline-block;
    width: 300px;
    height: 300px;
    background-color: #888;
}

section .news-wrap {
    float: right;
    vertical-align: top;
    width: 880px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #EEE1AD;
    background: url('../img/icon/news-bg.png') no-repeat center/100% 100%;
}

.hider {
    display: none !important;
}


/*新闻资讯标题*/

.news-wrap .public-title {
    height: 70px;
    padding: 0 28px;
    margin: 1px;
    line-height: 70px;
    box-sizing: border-box;
    background-color: #000;
}

.news-wrap .public-title .notice {
    position: relative;
    padding-left: 12px;
    font-size: 27px;
    font-weight: 500;
    color: #F2AB00;
}

.news-wrap .public-title .notice::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    width: 5px;
    height: 26px;
    background-color: #eee1ad;
}

.news-wrap .public-title .crumbs {
    float: right;
    font-size: 16px;
    font-weight: 500;
}

div.public-title a {
    color: #EEE1AD;
}

.news-wrap .public-list-wrap {
    overflow: hidden;
    margin: 0 auto;
    padding: 6px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
}

.news-wrap .public-list-wrap .bd {
    height: 594px;
}

ul.public-nav {
    display: flex;
    position: relative;
    width: 600px;
    align-items: center;
    font-size: 25px;
    font-weight: 500;
    color: #AD9886;
}

ul.public-nav li {
    width: 133px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
}

.hd {
    width: 100%;
    margin-bottom: 74px;
    font-size: 18px;
    border-bottom: 1.4px solid #AD9886;
}

ul.public-nav li.on {
    position: relative;
    color: #F2AB00;
}

ul.public-nav li.on::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 133px;
    height: 7px;
    background: url("../img/icon/selected-border.png") no-repeat center/contain;
}

ul.public-nav li:hover {
    color: #F2AB00;
}

.bd {
    width: 100%;
    margin-top: 10px;
}

.bd ul {
    height: 522px;
}

.bd ul li {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    position: relative;
}

.bd ul li:last-of-type {
    border-bottom: none;
}

.bd ul li a {
    font-size: 17px;
    color: #AD9886;
}

.bd ul li a:hover {
    color: #F2AB00;
}

span.news_title {
    display: block;
    width: 700px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

span.news_time {
    display: block;
    max-width: 200px;
    position: absolute;
    top: 50%;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2px;
}

.bd ul li a:hover span {
    color: #F2AB00;
}