/*左边下载栏*/

div.download-bg {
    display: block;
    width: 575px;
    height: 242px;
    background: url("../img/homePage/download-bg.png") no-repeat;
    position: absolute;
    bottom: 12px;
    left: -20px;
    transform: scale(0.9);
}

div.download-bg a:first-child {
    display: block;
    width: 169px;
    height: 56px;
    background: url("../img/homePage/ios-public.png") no-repeat;
    position: absolute;
    top: 45px;
    right: 148px;
}

div.download-bg a:last-child {
    display: block;
    width: 179px;
    height: 57px;
    background: url("../img/homePage/android-public.png") no-repeat;
    position: absolute;
    top: 120px;
    right: 138px;
}

div.download-bg a:first-child:hover {
    background: url("../img/homePage/ios-hover.png") no-repeat;
}

div.download-bg a:last-child:hover {
    background: url("../img/homePage/android-hover.png") no-repeat;
}


/*右边联系栏*/

div.contact {
    width: 140px;
    position: absolute;
    bottom: 60px;
    right: 18px;
}

div.contact .wechat {
    width: 100%;
    height: 155px;
    padding-top: 37px;
    box-sizing: border-box;
    background: url("../img/homePage/wechat-bg.png");
}

.wechat img {
    display: block;
    width: 106px;
    margin: 0 auto;
}

div.contact a:first-of-type,
div.contact a:last-of-type {
    width: 100%;
    height: 44px;
    background: url("../img/homePage/contact-btn.png") no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #572600;
}

div.contact a:first-of-type {
    margin: 3px 0;
}

div.contact a:first-of-type i {
    display: block;
    width: 30px;
    height: 30px;
    background: url("../img/homePage/kefu.png") center center/cover no-repeat;
}

div.contact a:last-of-type i {
    display: block;
    width: 28px;
    height: 28px;
    background: url("../img/homePage/qq.png") center center/cover no-repeat;
}


/*section*/

body {
    position: relative;
    background: #201b1e;
}

header {
    margin-bottom: 590px !important;
}

.hider {
    display: none !important;
}

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 .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%;
}

.public-title p a:hover {
    color: #ff780f;
}


/*新闻资讯标题*/


/*新闻资讯标题*/

.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: 687px;
}

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;
}

.bd {
    width: 100%;
    margin-top: 10px;
}

.bd ul {
    height: 615px;
}

.bd ul li {
    width: 100%;
    height: 55px;
    font-size: 18px;
    border-bottom: 1px dashed #333;
    display: flex;
    align-items: center;
    position: relative;
}

.bd ul li a {
    font-size: 17px;
    color: #AD9886;
}

.bd ul li:last-of-type {
    border-bottom: none;
}

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;
}