

body {
    background: url(../images/infobg.jpg) no-repeat;
    background-size:cover;
}
.banner {
    background-image: url(../images/b6.jpg);
    background-position: center top;
}

.banner .banner-title .line {
    background: #fff;
  }
  
  .banner .banner-title {
    color: #fff;
  }
  
  

.tabs-top .articletitle {
    width: 100%;
    height: 106px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .05);
    border-radius: 5px;
    margin-left: 24px;
    text-align: left;
    transition: none;
    color: #256f3e;
    border: 1px solid #d9d9d9;
    background: #fff;
}

.tabs-top .articletitle.active {
    background-size: 100%;
    background-color: #fff;
}

.tabs-top .articletitle:hover {
    color: #2fa962;
    border-color: #2fa962;
}







.tabs-top .articletitle:first-child {
    margin-left: 0;
}

.tabs-top .articletitle .little {
    width: 180px;
    float: left;
}

.tabs-top .articletitle .ctitle {
    font-size: 30px;
    font-weight: 500;
    line-height: 24px;
    white-space: nowrap;
    text-align:center;
}

.tabs-top .articletitle .ico {
    width: 20px;
    height: 3px;
    box-shadow: 0 0 1px #2fa962;
    background-color: #2fa962;
    border-radius: 2px;
    position: relative;
    margin-top: 8px;
}

.tabs-top .articletitle .ricon {
    margin-top: 26px;
    margin-left: 36px;
    width: 40px;
    height: 40px;
    float: right;
    font-size: 60px;
}




.head {
    margin-top: 20px;
    height: 54px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headTitle {
    display: flex;
    align-items: center;
    height: 54px;
}

.head .licon {
    margin: 0 6px 0 0;
    height: 40px;
}

.head .rtitle {
    text-align: left;
}

.head .rtitle .ctitle {
    font-size: 24px;
    color: #120e27;
    line-height: 28px;
}

.head .rtitle .etitle {
    font-size: 12px;
    margin-top: 6px;
    color: rgba(18, 14, 39, .6);
}

.head .many {
    color: #2fa962;
    display: flex;;
    font-size: 16px;
}

.head .many .icon {
    font-size: 14px;
}

.tabs-content {
}
.tabs-content .list {
    margin: 15px auto 30px;
    padding: 15px;
    border-radius: 5px;
    background: #fff;
}


.new-swiper {
    width: 540px;
    overflow: hidden;
    position: relative;
}

.new-swiper .item>a {
    display: block;
    height: 360px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.new-swiper .item>a img {
    width: 100%;
    vertical-align: top;
    height: 100%;
    object-fit: cover;
}

.new-swiper .item>a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 10px;
    color: #fff;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0, 0, 0, .1);
    font-size: 16px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    color: #2fa962;
}


.list-box {
    margin: 15px -15px 30px;
}
.part1 .list {
    margin:0 ;
}

 .part1 .list .notice .abottom .name {
    width: 600px;
}




.list .introduce {
    position: relative;
    background: #fff;
    /* box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .05); */
    padding: 24px;
}

.list .introduce .doing {
    position: absolute;
    font-size: 14px;
    top: 10px;
    right: -10px;
    overflow: visible;
    width: 60px;
    height: 24px;
    background: linear-gradient(135deg, rgba(24, 180, 171, .8), #18b4ab);
    box-shadow: 0 2px 4px 0 hsla(0, 0%, 81.2%, .5);
    border-radius: 4px 0 0 4px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    line-height: 24px;
}

.list .introduce .doing:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid #068c85;
    border-right: 10px solid transparent;
}

.list .introduce.done .doing {
    background: linear-gradient(135deg, hsla(0, 0%, 73.7%, .8), #bcbcbc);
}

.list .introduce.done .doing:after {
    border-top: 10px solid #888;
}

.list .introduce .introducehead {
    height: 20px;
    width: 100%;
}

.list .introduce .introducehead .bar {
    font-weight: 500;
    line-height: 20px;
    padding: 0;
    max-width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #120e27;
}




.list .competition {
    margin-top: 16px;
    height: 16px;
    overflow: hidden;
}


.list .competition .time {
    height: 16px;
    font-weight: 400;
    color: rgba(18, 14, 39, .6);
    line-height: 16px;
    display: flex;
    align-items: center;
    margin-right: 30px;
}


.list .competition .time .icon {
    margin-right: 5px;
}


.list .notice {
    height: 66px;
    background-color: #fff;
    padding: 0 22px;
}

.list .notice .abottom {
    height: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e0e0e0;
}

.list a:last-child .notice .abottom {
    border-bottom: 0;
}

.list .notice .abottom .name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 1000px;
    color: #120e27;
    line-height: 66px;
}

.list .notice .abottom .time {
    text-align: right;
    width: 89px;
    color: #120e27;
    line-height: 66px;
}

.list .notice:hover .abottom .name {
    color: #2fa962;
}











.tabs .tabs-nav {
    height: 64px;
    background: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .05);
    border-radius: 4px;
    margin-bottom: 16px;
}

.tabs .tabs-nav .tabs-tab {
    width: 100px;
    line-height: 64px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.tabs .tabs-nav .tabs-tab::after {
    content: '';
    width: 100%;
    border-bottom: 2px solid #2fa962;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.tabs .tabs-nav .tabs-tab+.tabs-tab {
    margin: 0 0 0 32px;
}

.tabs .tabs-nav .tabs-tab.active {
    color: #2fa962;
    text-shadow: 0 0 .25px currentcolor;
}

.tabs .tabs-nav .tabs-tab.active::after {
    opacity: 1;
}




.table thead>tr>th {
    position: relative;
    color: rgba(0, 0, 0, .85);
    font-weight: 500;
    text-align: left;
    background: #fafafa;
    border-bottom: 0;

}

.table thead>tr>th:not(:last-child):before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 1.6em;
    background-color: rgba(0, 0, 0, .06);
    transform: translateY(-50%);
    transition: background-color .3s;
    content: "";
}

.table tbody>tr>td,
.table thead>tr>th {
    position: relative;
    padding: 16px;
    overflow-wrap: break-word;
    font-size: 14px;
}

.table .tbody>tr>td {
    border-bottom: 1px solid #f0f0f0;
}

.table th {
    border-top: 0;
}

.table tbody {
    background: #fff;
}



.footer {
    position: unset;
    background: #2fa962;
    padding: 20px 0;
}




/*1680-1920*/
@media screen and (max-width: 1920px) {}

/* 1366-1680 */
@media screen and (max-width: 1680px) {
    .banner-item {
        padding: 0 40px 0;
        height: 320px;
    }

    .content-wrap {
        padding: 50px 40px;
    }

}


/* 1280-1366 */
@media screen and (max-width: 1366px) {}

/* 1024-1280 */
@media screen and (max-width: 1280px) {
    .banner-item {
        padding: 0 20px 0;
        height: 280px;
    }

    .p-title .line {
        height: 80px;
    }

    .p-title .titles .ctitle {
        font-size: 42px;
    }

    .p-title .titles .etitle {
        font-size: 24px;
        margin-top: 12px;
    }

    .tabs-top .articletitle {
        width: 100%;
        height: 96px;
        margin-left: 20px;
    }

    .tabs-top .articletitle .ctitle {
        font-size: 20px;
        margin-top: 14px;
    }

    .tabs-top .articletitle .little {
        width: 116px;
    }

    .list .introduce .introducehead .bar {
        font-size: 18px;
    }

}

/* 768-1024 */
@media screen and (max-width: 1024px) {
    .content-wrap {
        padding: 35px 20px;
    }

    .banner-item {
        height: 260px;
    }

    .p-title .titles .ctitle {
        font-size: 32px;
    }

    .p-title .line {
        height: 62px;
    }

    .p-title .titles .etitle {
        font-size: 20px;
        margin-top: 6px;
    }

    .tabs-top .articletitle {
        width: 162px;
        height: 66px;
        margin-left: 20px;
    }

    .tabs-top .articletitle .ctitle {
        font-size: 18px;
        margin-top: 0px;
    }



    .tabs-top .articletitle .ricon {
        margin-top: 16px;
        width: 24px;
        margin-left: 0;
    }

    .head .licon {
        margin: 0 6px;
        height: 24px;
    }

    .head .rtitle .ctitle {
        font-size: 20px;
        line-height: 20px;
    }

    .head .rtitle .etitle {
        margin-top: 0;
    }

    .headTitle {
        height: 38px;
    }

    .head .rtitle {
        height: 38px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .head .many {
        font-size: 14px;
    }

    .tabs-content .list {
        margin: 6px auto;
    }
}

/* 576-768 */
@media screen and (max-width: 768px) {
    .banner-item {
        height: 240px;
    }

    .tabs-top {
        width: 100%;
        flex-wrap: wrap;
    }

    .tabs-top .br {
        width: 100%;
        margin-bottom: 15px;
    }

    .tabs-top .articletitle:nth-child(4) {
        margin-left: 0 !important;
    }

    .list .introduce .introducehead .bar {
        font-size: 16px;
    }

    .list .competition .time {
        font-size: 14px;
    }

    .list .notice .abottom .name {
        font-size: 16px;
    }

    .list .notice .abottom .time {
        font-size: 16px;
    }

    .table tbody>tr>td, .table thead>tr>th {
        white-space: nowrap;
    }
}


@media (max-width: 576px) {
    .banner-item {
        height: 196px;
    }

    .p-title .line {
        height: 46px;
    }

    .p-title .titles .ctitle {
        font-size: 26px;
        margin: 0 0 0;
    }

    .p-title .titles .etitle {
        font-size: 14px;
        margin-top: 0
    }

    .list .introduce {
        padding: 24px 10px;
    }

    .list .introduce .doing {
        font-size: 12px;
    }

    .list .competition {
        margin-top: 15px;
    }

    .list .competition .time {
        font-size: 10px;
        margin-right: 0;
    }

    .list .notice .abottom {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }

    .list .notice .abottom .name {
        line-height: 1;
        width: 100% !important;
        display: block;
    }

    .list .notice .abottom .time {
        font-size: 14px;
        line-height: 1;
        text-align: left;
        margin-top: 10px
    }




    
    .tabs-top .articletitle{
        width: 150px;
    }
    .tabs-top .articletitle{
        position: relative;
        margin-left: 0px;
        margin-bottom: 10px;
    }
    .tabs-top .articletitle:nth-child(2n){
        margin-left: 20px;
    }
    .tabs-top .articletitle .ricon{
        height: auto;
        position: absolute;
        top: 10px;
        margin-top: 0px;
    }
    .tabs-top .articletitle .little{
        width: 100px;
    }
    .tabs-top .articletitle .ctitle{
        font-size: 14px;
    }



    .new-swiper{
        width: 100%;
    }
    .swiper-slide{
        width: 100%!important;
    }
    .new-swiper .item>a{
        height: auto;
    }
}

@media (max-width: 375px) {}