.top-img {
    position: relative;
}
.top-img .img {
    width: 100%;
}
body {
    background: #FCFCFC;
}
.main {

}
.news-content {
 margin-top: -160px;
 position: relative;
 z-index: 10;
}
.news-content .container {
    background: #fff;
    padding: 0 120px;
}
.news-content .time-box {
    display: flex;
    padding-top: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F0F0F0;
}
.news-content .time-box .left {
    flex: 1;
    line-height: 34px;
}
.news-content .time-box .left .img{
    width: 14px;
    height: 14px;
    vertical-align: middle;
}
.news-content .time-box .left .time {
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    padding-left: 5px;
    vertical-align: middle;
}
.news-content .time-box .left .line {
    width: 1px;
    height: 12px;
    background: #CCCCCC;
    margin: 0 5px;
    vertical-align: middle;
    display: inline-block;
}
.news-content .time-box .left .number {
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    vertical-align: middle;
}
.news-content .time-box .right {
    flex: 1;
    text-align: right;
}
.news-content .time-box .right .btn {
    width: 140px;
    height: 34px;
    line-height: 32px;
    background: #0281FF;
    border-radius: 17px;
    padding: 0;
}
.news-content .time-box .right .text {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}
.news-content .time-box .right .radius {
    width: 22px;
    height: 22px;
    line-height: 22px;
    background: #FFFFFF;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
}
.news-content .time-box .right .iconfont {
    color: #0281FF;
    transform: rotate(90deg);
    display: inline-block;
}
.news-content .title {
    font-size: 24px;
    font-weight: normal;
    color: #000000;
    padding: 50px 0 40px;
    text-align: center;
}
.news-content .news-img-box {
    text-align: center;
    padding-bottom: 29px;
}
.news-content .news-img-box p{
    margin: 0;
}
.news-content .news-img-box .img {
    width: 100%;
}
.news-content .content-text {
    font-size: 16px;
    font-weight: normal;
    color: #303030;
    line-height: 38px;
}
.y-news-nav {
    padding-top: 80px;
    padding-bottom: 30px;
}
.y-news-nav .item {
    padding: 5px 0;
    cursor: pointer;
}
.y-news-nav .iconfont {
    color: #B3B3B3;
    display: inline-block;
    font-size: 24px;
    vertical-align: middle;
}
.y-news-nav .text {
    font-size: 14px;
    font-weight: normal;
    color: #303030;
    padding-left: 5px;
}
.y-news-nav .left-icon {
    transform: rotate(180deg);
}
.y-news-nav .right-icon {
    /* transform: rotate(90deg); */
}
.y-news-nav .item:hover .iconfont {
    color: #333333;
}
.y-news-nav .item:hover .text {
    color: #000000;
}
.y-news-nav .line {
    height: 1px;
    background: #EEEEEE;
}
.hot-news {
    padding-top: 10px;
    padding-bottom: 29px;
}
.hot-news .container {
    background: #fff;
    padding: 0 120px 90px;
}
.hot-news .title {
    padding: 30px 0 20px;
}
.hot-news .title .line {
    width: 4px;
    height: 18px;
    background: #0281FF;
    vertical-align: middle;
    display: inline-block;
}
.hot-news .title .text {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    vertical-align: middle;
    padding-left: 10px;
}
.hot-news .title-content .item {
    cursor: pointer;
}
.hot-news .title-content .img-box {
    
}
.hot-news .title-content .img-box .img {
    width: 100%;
}
.hot-news .title-content .text1 {
    font-size: 18px;
    font-weight: normal;
    color: #000000;
    padding: 30px 0;
}
.hot-news .title-content .text2 {
    font-weight: normal;
    color: #303030;
}
.hot-news .title-content .text1 .iconfont {
    display: inline-block;
    transform: rotate(90deg);
    float: right;
}

@media (max-width: 1200px) {
    .news-content .container {
        padding: 15px;
    }
    .hot-news .container {
        padding: 15px;
    }
    .hot-news .title-content .item {
        padding-bottom: 15px;
    }
    .news-content {
        margin-top: 0;
    }
}