.headlines {
        width: 100%;
        padding: 20px 50px;
        height: 80px;
    }
    
    .headlines img {
        width: 65px;
        float: left;
    }
    
    .headlines-title {
        vertical-align: top;
        margin-left: 90px;
        font-size: 30px;
        color: #E62018;
        font-weight: bold;
    }
    
    #banner {
        display: inline-block;
        position: relative;
        width: 680px;
        height: 340px;
        overflow: hidden;
    }
    
    #banner_list img {
        border: 0px;
        width:100%;
    }
    
    #banner_bg {
        position: absolute;
        bottom: 0;
        background-color: #000;
        height: 50px;
        filter: Alpha(Opacity=30);
        opacity: 0.6;
        z-index: 1000;
        cursor: pointer;
        width: 100%;
    }
    
    #banner_info {
        position: absolute;
        bottom: 0;
        left: 15px;
        height: 50px;
        line-height: 50px;
        color: #fff;
        z-index: 1001;
        cursor: pointer;
        font-size: 16px;
        max-width: 70%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    
    #banner_text {
        position: absolute;
        width: 120px;
        z-index: 1002;
        right: 3px;
        bottom: 3px;
    }
    
    #banner ul {
        position: absolute;
        list-style-type: none;
        filter: Alpha(Opacity=80);
        opacity: 0.8;
        z-index: 1002;
        margin: 0;
        padding: 0;
        right: 15px;
        height: 10px;
        line-height: 50px;
        bottom: 20px;
    }
    
    #banner ul li {
        width: 10px;
        height: 10px;
        background-color: #fff;
        border-radius: 50%;
        margin-left: 5px;
        float: left;
        display: block;
        cursor: pointer;
    }
    
    #banner ul li.on {
        background: #CB4801;
        width: 30px;
        border-radius: 20px;
    }
    
    #banner_list a {
        position: absolute;
    }
    
    .banner-right {
        float: right;
        width: 500px;
        height: 340px;
    }
    
    .banner-right-nav {
        width: 100%;
        background-color: #C2DEF4;
        padding-top: 5px;
        height: 50px;
    }
    
    .banner-right-nav-item {
        float: left;
        font-size: 20px;
        height: 45px;
        text-align: center;
        cursor: pointer;
        margin: 0 5px;
        line-height: 45px;
        padding: 0 11.5px;
        font-weight: bold;
        cursor: pointer;
    }
    
    .banner-right-nav-item.active {
        background-color: #fff;
    }
    
    .none {
        display: none;
    }
    
    #swiper {
        margin-top: 20px;
        position: relative;
        width: 100%;
        height: 110px;
        overflow: hidden;
    }
    
    #swiper_list {
        position: relative;
    }
    
    #swiper_list img {
        border: 0px;
        width:100%;
    }
    
    .swiper-left {
        width: 45px;
        height: 45px;
        position: absolute;
        left: 25px;
        top: 31px;
        z-index: 1001;
        cursor: pointer;
    }
    
    .swiper-right {
        width: 50px;
        height: 50px;
        position: absolute;
        right: 20px;
        top: 31px;
        z-index: 1001;
        cursor: pointer;
    }
    
    #textSwiper {
        position: relative;
        width: 100%;
        height: 150px;
        margin-top: 10px;
    }
    
    #textSwiper_list {
        position: relative;
    }
    
    #textSwiper_list .textSwiper-item {
        border: 0px;
        position: absolute;
        width: 100%;
    }
    
    .textSwiper-item-title {
        float: left;
        width: 25%;
        height: 30px;
        margin-bottom: 10px;
        line-height: 30px;
        cursor: pointer;
        font-size: 16px;
    }
    
    #textSwiper ul {
        position: absolute;
        list-style-type: none;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1002;
        margin: 0;
        padding: 0;
    }
    
    #textSwiper ul li {
        border: 1px solid #999;
        background-color: #fff;
        cursor: pointer;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        float: left;
        margin-left: 8px;
    }
    
    #textSwiper ul li.on {
        background: #1B96FF;
        border: 1px solid #1B96FF;
    }
    
    .index-nav {
        width: 100%;
        height: 80px;
        line-height: 80px;
        margin-top: 20px;
    }
    
    .index-nav-item {
        float: left;
        width: 33.3%;
        text-align: center;
        line-height: 80px;
        height: 80px;
        position: relative;
        cursor: pointer;
        background-color: #DEE7F0;
    }
    
    .index-nav-item img {
        display: inline-block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 26%;
    }
    
    .index-nav-item.active {
        background-color: #0057A7;
        color: #fff;
    }
    
    .index-nav-item.active .img1 {
        display: none;
    }
    
    .index-nav-item.active .img2 {
        display: block;
    }
    
    .index-nav-item .img1 {
        display: block;
    }
    
    .index-nav-item .img2 {
        display: none;
    }
    
    .index-nav-item.active::before {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        border-top: 10px solid #0057A7;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }
    
    .index-nav-item-title {
        vertical-align: top;
        font-size: 28px;
        display: inline-block;
        margin-left: 10px;
        font-weight: bold;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 26%;
    }
    
    .index-ul {
        list-style: none;
        margin: 0;
        padding: 0 5px;
        margin-top: 10px;
        height: auto;
        overflow-y: auto;
    }
    
    .index-li {
        width: 100%;
        line-height: 35px;
        height: 35px;
        cursor: pointer;
    }
    
    .index-li-yuan {
        float: left;
        margin-top: 16px;
        margin-right: 10px;
        width: 5px;
        height: 5px;
        background-color: #226CD5;
        border-radius: 50%;
    }
    
    .index-li-title {
        width: 85%;
        float: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 16px;
    }
    
    .index-li-time {
        float: right;
        font-size: 16px;
        color: #999;
    }
    
    .select-box1 {
        margin-top: 30px;
        display: block;
    }
    
    .select-box1-nav {
        width: 100%;
        height: 60px;
        margin-bottom: 10px;
    }
    
    .select-box1-nav-item {
        float: left;
        width: 232px;
        margin-right: 10px;
        height: 60px;
        text-align: center;
        line-height: 60px;
        border: 1px solid #eee;
        border-radius: 3px;
        padding: 0 30px;
        position: relative;
        cursor: pointer;
    }
    
    .mobileShow {
        display: none;
        Visibility: hidden;
    }
    
    .select-box1-nav-item img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 30px;
        float: left;
    }
    
    .select-box1-nav-item-title {
        font-size: 18px;
        float: right;
    }
    
    .select-box1-nav-item:nth-child(5) {
        margin-right: 0;
    }
    
    .select-box1-nav-item:last-child {
        margin-right: 0;
    }
    
    .select-box1-content {
        width: 100%;
    }
    
    .select-box1-content-left {
        display: inline-block;
        width: 590px;
    }
    
    .select-title {
        width: 100%;
        padding: 10px 0;
        display: block;
        height: 50px;
        border-bottom: 1px solid #CDDAE5;
    }
    
    .select-title-text {
        float: left;
        line-height: 30px;
        font-size: 24px;
        margin-right: 10px;
        position: relative;
        cursor: pointer;
    }
    
    .select-title-text.active .select-title-text-line {
        width: 100%;
        height: 3px;
        background-color: #1A75D0;
        position: absolute;
        bottom: -10px;
    }
    
    .select-title-line {
        float: left;
        width: 1px;
        height: 30px;
        margin: 0 21px;
        background-color: #eee;
    }
    
    .select-box1-content-right {
        width: 590px;
        float: right;
        height: 340px;
    }
    
    .select-box1-content-right-top {
        width: 100%;
    }
    
    .select-title2 {
        width: 100%;
        height: 60px;
        font-size: 0;
        position: relative;
    }
    
    .select-title2-line {
        width: 5px;
        height: 25px;
        margin-top: 17.5px;
        background-color: #0154A4;
        float: left;
    }
    
    .select-title2-text {
        font-size: 24px;
        font-weight: bold;
        color: #0154A4;
        line-height: 60px;
        margin-left: 10px;
        float: left;
    }
    
    .select-box1-content-right-top-content1 {
        border: 1px solid #97B7DE;
        height: 120px;
    }
    
    .select-box1-content-right-top-content1-item {
        width: 25%;
        float: left;
        height: 40px;
        line-height: 40px;
        cursor: pointer;
        padding: 0 35px;
    }
    
    .select-box1-content-right-top-content1-item-yuan {
        margin-bottom: 2px;
        margin-right: 5px;
        width: 3px;
        height: 3px;
        background-color: #226CD5;
        border-radius: 50%;
        float: left;
        margin-top: 20px;
    }
    
    .select-box1-content-right-top-content1-item-text {
        font-size: 16px;
        float: right;
    }
    
    #textSwiper2 {
        position: relative;
        width: 100%;
        height: 120px;
    }
    
    #textSwiper_list2 {
        position: relative;
        height: 120px;
    }
    
    #textSwiper_list2 .select-box1-content-right-bottom-content1 {
        border: 0px;
        position: absolute;
        width: 100%;
        height: 120px;
    }
    
    .select-title2-left {
        display: inline-block;
        position: absolute;
        left: 0;
    }
    
    .select-box1-content-right-bottom-content1-item {
        float: left;
        text-align: center;
        width: 140px;
        margin-right: 10px;
        height: 100px;
        background-color: #E7EEF6;
        position: relative;
    }
    
    .select-box1-content-right-bottom-content1-item img {
        position: absolute;
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .select-box1-content-right-bottom-content1-item-text {
        position: absolute;
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        font-size: 16px;
    }
    
    .select-box1-content-right-bottom-content1-item:last-child {
        margin-right: 0;
    }
    
    .select-box1-content-right-bottom {
        width: 100%;
    }
    
    .select-box2 {
        margin-top: 30px;
        display: none;
    }
    
    .select-box2-content-right-top-content1-item {
        float: left;
        width: 190px;
        height: 80px;
        text-align: center;
        background-color: #F5FAFD;
        margin-top: 5px;
        cursor: pointer;
        position: relative;
    }
    
    .select-box2-content-right-top-content1-item:nth-child(3n-1) {
        margin: 0 10px;
        margin-top: 5px;
    }
    
    .select-box2-content-right-top-content1-item img {
        width: 30px;
        margin-top: 10px;
        position: absolute;
        top: 5px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .select-box2-content-right-top-content1-item-text {
        font-size: 14px;
        position: absolute;
        bottom: 5px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .select-box2-img {
        width: 100%;
        margin-top: 10px;
        cursor: pointer;
    }
    
    .select-box3 {
        display: none;
        margin-top: 30px;
    }
    
    .zaixian-box {
        width: 100%;
        height: 150px;
        background-color: #F0F5F8;
        margin-top: 10px;
        padding: 20px;
    }
    
    .zaixian-box-text1 {
        font-size: 18px;
        color: #666;
        font-weight: bold;
    }
    
    .zaixian-box-text2 {
        margin-top: 10px;
        font-size: 16px;
        color: #333;
    }
    
    .zaixian-box-text3 {
        font-size: 16px;
        color: #999;
        margin-top: 10px;
    }
    
    .index-li2 {
        display: block;
        padding: 20px 0;
        border-bottom: 1px solid #ccc;
        position: relative;
        height: 50px;
    }
    
    .index-li-yuan2 {
        width: 3px;
        height: 3px;
        background-color: #999;
        margin-right: 5px;
        vertical-align: top;
        margin-top: 10px;
        float: left;
    }
    
    .index-li-title2 {
        width: 60%;
        font-size: 16px;
        float: left;
    }
    
    .zhengjizhong {
        width: 80px;
        height: 30px;
        float: left;
        font-size: 16px;
        color: #E9974F;
        border: 1px solid #E9974F;
        line-height: 30px;
        text-align: center;
        border-radius: 1px;
        position: absolute;
        top: 50%;
        right: 60px;
        transform: translateY(-50%);
    }
    
    .yijieshu {
        display: inline-block;
        width: 80px;
        height: 30px;
        font-size: 16px;
        color: #999;
        border: 1px solid #999;
        line-height: 30px;
        text-align: center;
        border-radius: 1px;
        position: absolute;
        top: 50%;
        right: 60px;
        transform: translateY(-50%);
    }
    
    .index-li-time2 {
        display: inline-block;
        font-size: 16px;
        color: #999;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
    
    .zixun-box {
        width: 100%;
        height: 180px;
        border: 1px solid #eee;
    }
    
    .zixun-box-item {
        float: left;
        width: 25%;
        text-align: center;
        height: 85px;
        cursor: pointer;
        position: relative;
    }
    
    .zixun-box-item img {
        position: absolute;
        width: 30px;
        top: 15px;
        transform: translateX(-50%);
        left: 50%;
    }
    
    .zixun-box-item-text {
        font-size: 16px;
        position: absolute;
        bottom: 10px;
        transform: translateX(-50%);
        left: 50%;
    }
    
    .hui-box {
        width: 100%;
        padding: 30px 0;
        background-color: #F2F4F7;
    }
    
    .hui-content-box {
        width: 1200px;
        margin: 0 auto;
        height: 150px;
        position: relative;
    }


    .hui-content-box-top {
        height: 160px;
    }
    
    .ml30 {
        margin-left: 30px;
    }
    
    .hui-content-box-top img {
        width: 24%;
        float: left;
        margin-right: 1.3%;
        cursor: pointer;
    }
    
    .hui-content-box-top  > a:last-child img {
        margin-right: 0;
    }
    
    .hui-content-box-bt {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    
    .hui-content-box-bt-title {
        float: left;
        font-size: 24px;
        font-weight: bold;
        width: 14.2%;
        vertical-align: bottom;
    }
    
    .hui-content-box-bt-item {
        font-size: 18px;
        width: 14.2%;
        float: left;
        vertical-align: top;
        text-align: center;
        margin-top: 5px;
        position: relative;
        cursor: pointer;
    }
    
    .hui-content-box-bt-item::before {
        content: '';
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        border-top: 5px solid #999;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
    }
    
    .daohang-box {
        width: 100%;
        background-color: #fff;
        display: none;
    }
    
    .daohang-content {
        width: 1200px;
        margin: 0 auto;
        padding: 20px 0;
        line-height: 0;
    }
    
    .daohang-item {
        font-size: 16px;
        display: inline-block;
        width: 14.5%;
        line-height: 20px;
        margin-bottom: 20px;
        cursor: pointer;
    }
    
    .select-title2-right {
        display: inline-block;
        font-size: 0;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    
    .select-title2-right img {
        display: inline-block;
        margin-left: 5px;
        cursor: pointer;
    }
    
    .zhengjizhong {
        width: 80px;
        height: 30px;
        float: left;
        font-size: 16px;
        color: #E9974F;
        border: 1px solid #E9974F;
        line-height: 30px;
        text-align: center;
        border-radius: 1px;
        position: absolute;
        top: 50%;
        right: 60px;
        transform: translateY(-50%);
    }
    
    .yijieshu {
        display: inline-block;
        width: 80px;
        height: 30px;
        font-size: 16px;
        color: #999;
        border: 1px solid #999;
        line-height: 30px;
        text-align: center;
        border-radius: 1px;
        position: absolute;
        top: 50%;
        right: 60px;
        transform: translateY(-50%);
    }



.govpushinfo150203 li a{
    width:calc(100% - 6em) !important;
}

