 .swiper-new-title {
            margin: 0;
            position: absolute;
            bottom: 0;
            line-height: 36px;
            color: #fff;
            padding-left: 14px;
            width: 100%;
            box-sizing: border-box;
            background: rgba(0, 0, 0, 0.5);
        }

        #myFocus img {
            height: 360px;
            width: 100%;
        }

        #myFocus .swiper-pagination {
            right: 0;
            text-align: right;
            padding-right: 9px;
            box-sizing: border-box;
            bottom: 7px;
            width: auto;
            left: auto;
        }

        #myFocus .swiper-pagination-bullet {
            width: 22px;
            height: 22px;
            text-align: center;
            line-height: 22px;
            font-size: 12px;
            color: #000;
            opacity: 1;
            background: #ebebeb;
            border-radius: 0px;
        }

        #myFocus .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: #ffd21d;
        }

        .swiper-button-prev {
            left: 50px;
            width: 84px;
            height: 84px;
            background-color: rgba(0, 0, 0, 0.7);
            border-radius: 84px;
        }

        .swiper-button-next {
            right: 50px;
            width: 84px;
            height: 84px;
            background-color: rgba(0, 0, 0, 0.7);
            border-radius: 84px;
        }

        .news-title {
            height: 116px;
            vertical-align: middle;
            text-align: center;
        }

        .news-title-img {
            margin-top: 54px;
        }

        .news-item {
            overflow: hidden;
            margin-bottom: 20px;
        }

        .news-item:hover .date-month {
            color: #fff;
            background-color: #006ebd;
        }

        .news-item:hover .date-day {
            color: #006ebd;
        }

        .news-item:hover .news-container {
            color: #006ebd;
        }

        .news-item:hover .news-item_more {
            background-color: #006ebd;
            color: #fff;
        }

        .news-item_date {
            float: left;
            height: 80px;
            width: 55px;
            text-align: center;
        }

        .date-month {
            line-height: 30px;
            background-color: #e4e4e4;
            font-size: 18px;
        }

        .date-day {
            line-height: 50px;
            background-color: #fff;
            font-size: 30px;
            font-weight: bold;
        }

        .news-container {
            display: inline-block;
            overflow: hidden;
            margin-top: 30px;
            color: #999999;
            padding-left: 20px;
            font-size: 18px;
            vertical-align: middle;
        }

        .news-content {
            margin: 0;
            float: left;
            max-width: 480px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            vertical-align: middle;
            line-height: 50px;
        }

        .news-item_more {
            margin: 0 0 0 29px;
            float: left;
            height: 15px;
            width: 15px;
            background: #9b9b9b;
            text-align: center;
            line-height: 13px;
            vertical-align: middle;
            margin-top: 17.5px;
            color: #fff;
        }

        .news-more {
            display: inline-block;
            width: 80px;
            line-height: 25px;
            text-align: center;
            background-color: #fff;
            border-radius: 25px;
            font-size: 12px;
            color: #9b9b9b;
            margin-top: 10px;
        }

        .notice-title {
            width: 1200px;
            margin: 50px auto;
            text-align: center;
        }

        .news-icon {
            display: inline-block;
            background: url(../images/news-icon.png) no-repeat;
            width: 7px;
            height: 11px;
        }

        .ind_newsat_lib a:hover .news-icon {
            background: url(/public/images/news-icon-hover.png) no-repeat;
        }

        .ind_newsat_lib a:hover {
            color: #006ebd;
        }

        .ind-title {
            text-align: center;
            margin-top: 74px;
        }

        .footer-logo {
            vertical-align: middle;
            float: left;
            margin-top: 23px;
        }

        .notice-container {
            max-width: 1200px;
            margin: 0 auto 100px;
            overflow: hidden;
        }

        .notice-content {
            float: left;
            box-sizing: border-box;
            width: 25%;
            border: 1px solid #c5c5c5;
            padding: 20px;
        }

        .notice-date {
            color: #b7b7b7;
            margin: 0;
        }

        .notice-hr {
            width: 25px;
            height: 2px;
            background: #c5c5c5;
            margin: 10px 0;
        }

        .notice-des {
            font-size: 18px;
            margin: 0 0 2px;
        }

        .notice-content:hover {
            background-color: #006ebd;
            border: 1px solid #006ebd;
        }

        .notice-content:hover .notice-date,
        .notice-content:hover .notice-des {
            color: #fff;
        }

        .notice-content:hover .notice-hr {
            background: #fff;
        }

        .notice-more {
            line-height: 28px;
            border: 1px solid;
            float: right;
            padding: 0 26px;
            border-radius: 28px;
            margin-top: 14px;
            /* color: #fff; */
            /* background: #006ebd; */
        }

        .notice-more .news-icon {
            margin-left: 6px;
        }

        .notice-more:hover {
            color: #006ebd;
            border: 1px solid #006ebd;
        }

        .ind_newsat_left .ind_newsat_lib {
            width: 286px;
        }

        .ind_newsat_left .ind_newsat_lib li {
            width: 230px;
            box-sizing: border-box;
            margin-right: 56px;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .ind_newsat_left .ind_newsat_lib li a {
            width: 100%;
        }