﻿@media screen and (max-width:800px){
    .first-section.top-section .nav-box .nav-item{
        width: 33.33%;
        font-size: 14px;
        background: none;
        height: 50px;
        padding: 0 0 0 5%;
        box-sizing: border-box;
        line-height: 50px;
    }
    .first-section.top-section .nav-box .nav-item img{
        width: 18px;
    }
    .first-section.top-section .top-section-wrap{
        margin-top: 5px;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .first-section.top-section .top-section-wrap .hot-notice .tt-img{
        width: 45px;
    }
    .first-section.top-section .top-section-wrap .hot-notice .tt-info{
        margin-left: 55px;
    }
    .first-section.top-section .top-section-wrap .hot-notice .tt-info .title{
        font-size: 16px;
    }
    .first-section.top-section .top-section-wrap .hot-notice .tt-info .desc{
        font-size: 12px;
        margin-top: 4px;
    }
    .first-section.top-section .center-section-wrap{
        margin-top: 10px;
        padding-bottom: 10px;
        padding-top: 0;
    }
    .first-section.top-section .center-section-wrap .section-left{
        width: 100%;
    }
    .first-section.top-section .center-section-wrap .swiper-container{
        width: 100%;
        height: 255px;
    }
    .first-section.top-section .center-section-wrap .section-right{
        width: 100%;
        margin-top: 10px;
        height: auto;
        padding: 0 20px;
    }
    .first-section.top-section .center-section-wrap .section-right .section-nav-box{
        margin-left: -14px;
    }
    .first-section.top-section .center-section-wrap .section-right .section-nav-box .nav-item{
        font-size: 16px;
        padding: 5px;
        width: 70px;
    }
    .first-section.top-section .center-section-wrap .section-right .section-nav-box .right-line{
        height: 8px;
        margin: 12px 0 0 90px;
    }
    .first-section.top-section .center-section-wrap .section-right .section-news-box{
        margin-top: 10px;
    }
    .first-section.top-section .center-section-wrap .section-right .section-news-box .list-item{
        padding: 0 0 12px 15px;
    }
    .first-section.top-section .center-section-wrap .section-right .section-news-box .list-item .tit{
        font-size: 14px;
    }
    .first-section.top-section .center-section-wrap .section-right .section-news-box .list-item .time{
        font-size: 14px;
    }
    .first-section.top-section .center-section-wrap .section-right .section-nav-bottom-box{
        margin-top: 10px;
    }
    .first-section.top-section .center-section-wrap .section-right .section-nav-bottom-box .nav-item{
        font-size: 14px;
        padding: 5px;
    }
    .main-section .section-wrap{
        padding-top: 25px;
    }
    .main-section.odd .section-wrap .title .title-inner{
        font-size: 18px;
        top: -14px;
        padding: 0 25px;
    }
    .section-main-info{
        margin-top: 10px;
    }
    .main-section.even .section-wrap .title .title-inner{
        font-size: 18px;
        top: -15px;
        padding: 0 25px;
    }
    .main-section.other .other-item{
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .main-section.other .other-item .other-title .tit-info{
        font-size: 16px;
        width: 70px;
    }
    .main-section.other .other-item .other-title .right-line{
        height: 8px;
        margin: 7px 0 0 90px;
    }
    .main-section.other .other-item .other-list-wrap{
        margin-top: 10px;
    }
    .main-section.other .other-item .other-list-wrap .list-item{
        padding-bottom: 16px;
    }
    .main-section.other .other-item .other-list-wrap .list-item .item-wrap .other-tit{
        font-size: 14px;
    }
    .main-section.other .other-item .other-list-wrap .list-item .item-wrap .time{
        font-size: 14px;
    }
    .main-section.video-news .news-list{
        padding-top: 10px;
    }
    .main-section.video-news .news-list .list-item{
        width: calc(50% - 5px);
        height: auto;
        margin: 0 10px 10px 0;
    }
    .main-section.video-news .news-list .list-item:nth-child(even){
        margin-right: 0;
    }
    .main-section.zt .zt-list{
        padding: 10px 0;
    }
    .main-section.zt .zt-list .list-item{
        width: calc(50% - 5px);
        height: auto;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .main-section.zt .zt-list .list-item:nth-child(even){
        margin-right: 0;
    }
}