
.notice {
    height: 84px;
    margin-top: 44px;
    border: 2px solid #d2d2d2;
}

.notice .notice-left {
    width: 144px;
    height: 100%;
    position: relative;
    border-right: 2px solid #d2d2d2;
}

.notice .notice-left .notice-img {
    width: 48px;
    height: 48px;
    position: absolute;
    right: -24px;
    top: 16px;
    background-image: url("/static/img/notice.png");
}

.content-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .content-row .col-md-6 {
        max-width: 49%;
    }
}

.b-2 {
    position: relative;
    border: 2px solid #d2d2d2;
    /*height: 100px;*/
    margin-top: 40px;
}

.notice {
    overflow: hidden;
}

/*.notice .marquee_top {*/
/*    transition: all 0.5s;*/
/*    margin-top: -84px*/
/*}*/

.notice-item {
    display: flex;
    height: 84px;
}

.notice .notice-right {
    display: flex;
    padding-left: 95px;
    font-size: 30px;
    height: 100%;
    line-height: 84px;
}

.notice .notice-right .desc{
    height: 100%;
    display: inline-block;
    font-size: 16px;
    width: 75px;
    color: #727272;
}

.notice .notice-right .content{
    height: 100%;
    display: inline-block;
    width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


@media (max-width: 768px) {

    .notice .notice-left {
        width: 100px;
    }

    .notice .notice-right {
        width: 400px;
        padding-left: 30px;
        font-size: 22px;
        overflow: hidden;
    }

    .notice .notice-right .content{
        height: 100%;
        display: inline-block;
        width: 300px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

.tab {
    display: flex;
    justify-content: center;
}

.tab .tab-2 {
    display: inline-block;
    border: 2px solid #0288ff;
    width: 270px;
    text-align: center;
    height: 50px;
    line-height: 45px;
    font-size: 22px;
    color: #0288ff;
    margin: 20px 5px 0 5px;
}

.tab .tab-2.show {
    background-color: #2088ff;
    color: #ffffff;
    position: relative;
}

.tab .tab-2.show .d3{
    position: absolute;
    width: 0;
    height: 0;
    left: 49%;
    bottom: -18px;
    border-width: 8px;
    border-style: solid;
    border-color:#2088ff transparent transparent transparent;
}

.tab-2-item {
    margin-top: 22px;
    height: 280px;
    display: none;
}

.tab-2-item.show {
    display: block;
}

.tab-2-item .item {
    padding: 5px 0;
    float: left;
    display: flex;
    align-items: flex-start
}

.tab-2-item .item .item-date {
    display: inline-block;
    width: 60px;
    margin-right: 10px;
    float: left;
}

.tab-2-item .item .day-title {
    display: inline-block;
    width: 450px;
    float: left;
}


@media (max-width: 1200px) {
    .tab-2-item .item .day-title {
        width: 370px;
    }
}

@media (max-width: 768px) {
    .tab-2-item .item .day-title {
        width: 440px;
    }
}

.tab-2-item .item .item-date .date .day {
    color: #0288ff;
}

.tab-2-item .item .day-title .title {
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tab-2-item .item .day-title .desc {
    font-size: 14px;
    color: #8f8f8f;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
}


.p-15 {
    padding: 15px;
}


.carousel-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    height: 55px;
    color: #ffffff;
    line-height: 35px;
    padding: 10px;
}

#news .carousel-indicators {
    left: unset;
    margin-right: 5px;
}

#news .carousel-indicators li {
    width: 8px !important;
    height: 8px!important;
    border-radius: 5px;
}

.news-title {
    position: absolute;
    top: -3px;
    left: 30%;
    border-top: 4px solid #2088ff;
    color: #2088ff;
    width: 40%;
    text-align: center;
    font-size: 24px;
    padding: 8px;
}
.news-title-doc {
    height: 56px;
}

.news-icon {
    margin-top: 77px;
    display: flex;
}

.news-icon .item {
    text-align: center;
    width: 25%;
}

#news, #news .carousel-inner, #news .carousel-item, #news .carousel-item img   {
    width: 100%;
    height: 100%;
}

.news-list3 {
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.news-list3 .news-list-left {
    float: left;
    width: 18px;
    line-height: 18px;
    margin-top: 10px;
    margin-left: 20px;
    color: #0288ff;
}

.news-list3 .news-list-right {
    height: 100px;
    flex-direction: column;
    justify-content: space-between;
    line-height: 2;
    padding-left: 60px;
}

.news-list3 .news-list-right a{
    color: #000000;
    width: 100%;
}

.news-list3 .news-list-right li{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.news-list4 .news-list-title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.news-list4 .news-list-title .bi {
    font-size: 36px;
    margin-right: 20px;
}

.news-list4 ul {
    list-style-type: none;
    padding: 0;
    line-height: 2;
}
.news-list4 ul li  {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.news-list4 ul li a{
    color: #000000;
}

.news-list4.row {
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: -2px;
}
.news-list4.row.h {
    position: relative;
    height: 60px;
}

.news-list4 .col-4 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 2px solid #d2d2d2;
    border-right: 2px solid #d2d2d2;
}

.news-list4 .col-4:last-child {
    border-top: 2px solid #d2d2d2;
    border-right: 0;
}

.news-list4-img1, .news-list4-img2, .news-list4-img3 {
    display: inline-block;
    width: 40px;
    height: 33px;
    margin-right: 5px;
}

.news-list4-img1 {
    background: url("/static/img/i41.png") right no-repeat;
}

.news-list4-img2 {
    background: url("/static/img/i42.png") right no-repeat;
}

.news-list4-img3 {
    background: url("/static/img/i43.png") right no-repeat;
}

.tab3 {
    position: relative;
    display: flex;
    justify-content: space-around;
}

.tab3 .hr {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
    border-bottom: 1px solid #000000;
}

.tab-3 {
    width: 150px;
    height: 37px;
    line-height: 37px;
    text-align: center;
}

.tab-3.show {
    background-color: #2088ff;
    color: #ffffff;
    position: relative;
}

.tab-3.show .d3{
    position: absolute;
    width: 0;
    height: 0;
    left: 45%;
    bottom: -15px;
    border-width: 8px;
    border-style: solid;
    border-color: #2088ff transparent transparent transparent;
}

.tab-3-item {
    display: none;
}

.tab-3-item.show {
    display: block;
}

.tab-3-item.row.show {
    display: flex;
}

.tab-3-item .news-list-left img{
    padding: 2rem 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    flex: 1;
}

.tab-3-item .news-list-right {
    flex-direction: column;
    justify-content: space-between;
    line-height: 2;
    padding: 0;
    margin: 2rem 0 2rem 0;
}

.tab-3-item .news-list-right li{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.b1, .bottom-banner, .bottom-right {
    height: 210px;
    display: inline-block;
}

.b1 {
    width: 114px;
    background: url("/static/img/b1.png") no-repeat;
    position: relative;
}

.b1-title {
    position: absolute;
    width: 30px;
    font-size: 30px;
    line-height: 1;
    right: 20px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-banner {
    margin: 0 15px;
    width: 630px;
    background-color: #20598c;
    border-radius: 5px;
    text-align: center;
    position: relative;
}

.bottom-banner-next, .bottom-banner-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    opacity: .5;
}

.bottom-banner-next {
    right: 1%;
}

.bottom-banner-prev {
    left: 1%;
}
.bottom-banner-next-icon, .bottom-banner-prev-icon {
    width: 40px;
    height: 40px;
}

.bottom-banner-next-icon {
    background: url("/static/img/br.png") no-repeat;
}

.bottom-banner-prev-icon {
    background: url("/static/img/bl.png") no-repeat;
}

/*240 165*/

#container {
    width: 520px;
    height: 165px;
    overflow: hidden;
    margin: 22.5px auto 0;
}

/*#photo {*/
/*    width: 1560px;*/
/*    animation: image 10s steps(1, end)  infinite;*/
/*}*/

#photo > img {
    float: left;
    width: 240px;
    height: 165px;
    margin: 0 10px;
}

/*@keyframes image{*/
/*    20%{margin-left: -260px;}*/
/*    40%{margin-left: -520px;}*/
/*    60%{margin-left: -780px;}*/
/*    80%{margin-left: -1040px;}*/
/*    100%{margin-left: 0}*/
/*}*/

.bottom-right {
    margin-left: 15px;
    width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bottom-right .bottom-title {
    width: auto;
    color: #4955f9;
    border-bottom: 4px solid #4955f9;
}

.bottom-right .bottom-img {
    width: 350px;
    height: 80px;
    background-size: 100%;
    -moz-background-size:63px 100px; /* 老版本的 Firefox */
    background-repeat:no-repeat;
}

.bottom-right .bottom-img .bottom-text {
    color: #000000;
    text-shadow: #fff 2px 0 0, #fff 2px 1px 0, #fff 2px -1px 0,
    #fff 0 2px 0,#fff 1px 2px 0,#fff -1px 2px 0,
    #fff -2px 0 0,#fff -2px -1px 0,#fff -2px 1px 0,
    #fff 0 -2px 0,#fff -1px -2px 0,#fff 1px -2px 0;
    padding: 20px;
    font-size: 22px;
}

@media (max-width: 1200px) {
    .b1{
        display: none;
    }
    .bottom-banner {
        margin: 0 10px 0 0;
        width: 620px;
    }

    .bottom-right {
        margin-left: 10px;
        width: 320px;
        overflow: hidden;
    }
}

@media (max-width: 768px) {

    .bottom-banner {
        width: 100%;
    }
    #container {
        width: 260px;
    }

    .bottom-right {
        margin: 37px 0 0;
        width: 100%;
        height: 310px;
    }

    .bottom-right .bottom-title {
        padding-bottom: 5px;
        display: block;
    }

    .bottom-right .bottom-img {
        width: 100%;
        height: 125px;
        background-size: 100%;
        background-repeat:no-repeat;
        padding:25px;
    }
}

