
.carousel-item img {
    position: absolute;
    width: auto;
    height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.layui-carousel-ind ul {
    background-color: transparent;
}

.layui-carousel-ind li {
    width: 60px;
    height: 3px;
    background-color: #fff;
    border-radius: 5px;
}

.layui-carousel-ind li.layui-this {
    background: #889fb9ff;
}

.banner {
    padding: 50px 0;
    background-color: #E0E9F4;
}

.banner-title {
    display: flex;
    align-items: center;
    font-size: 40px;
    font-weight: 600;
    height: 40px;
    border-width: 4px;
    border-left-style: solid;
}

.banner-title > span {
    margin-left: 5px;
}



.timeWrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.timeWrap-item {
    width: 320px;
    height: 110px;
    text-align: center;
    margin: 40px 15px 0;
}

.timeWrap-item-header {
    border-radius: 25px 5px 0 0;
    color: #fff;
    line-height: 30px;
}

.timeWrap-item-content {
    background-color: #fff;
    height: 80px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.desWrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.desWrap-item {
    width: 320px;
    height: 250px;
    text-align: center;
    margin: 0px 15px 0;
    padding: 20px 30px 0;
    box-sizing: border-box;
    border-radius: 15px 15px 15px 15px;
    background: #ffffffff;
}

.desWrap-item-title {
    font-size: 20px;
}

.desWrap-item-des {
    font-size: 14px;
    margin-top: 20px;
    height: 45px;
}

.desWrap-item-btn {
    display: inline-block;
    width: 150px;
    line-height: 30px;
    border-radius: 14.5px 14.5px 14.5px 14.5px;
    margin-top: 20px;
    color: #fff;
}
.desWrap-item-btn>a{color:#fff;}
.desWrap-item:hover a{color:#2777C9;}
.desWrap-item:hover .desWrap-item-btn {
    color: #2777C9;
    background-color: #fff !important;
}

.boxImg1 {
    background: url('../img/reg.png') no-repeat;
}

.desWrap-item:hover .boxImg1 {
    background: url('../img/reg2.png') no-repeat;
}

.boxImg2 {
    background: url('../img/call.png') no-repeat;
}

.desWrap-item:hover .boxImg2 {
    background: url('../img/call2.png') no-repeat;
}

.boxImg3 {
    background: url('../img/pub.png') no-repeat;
}

.desWrap-item:hover .boxImg3 {
    background: url('../img/pub2.png') no-repeat;
}

.deadLine {
    margin: 0px auto 0;
    font-size: 30px;
    font-weight: 600;
    display: flex;
    align-items: center;
    height: 60px;
    width: 1020px;
}

.deadLine .smallFont {
    font-size: 14px;
    font-weight: 400;
    margin-left: 20px;
    position: relative;
    top: 4px;
}

.deadLine-item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex: 1;
    background-color: #fff;
    height: 100%;
}

.deadLine-item:first-child {
    color: #fff;
    height: 100%;
    border-radius: 49.5px 0px 0px 49.5px;
}

.deadLine-item:last-child {
    border-radius: 0px 49.5px 49.5px 0px;
}


.mt30 {
    margin-top: 30px;
}


.news {
    padding: 40px 0;
    background-color: #E0E9F4;
}

.news-item {
    display: inline-block;
    /*padding: 30px 20px 20px;*/
    border-bottom: 1px solid #F3F3F3;
    cursor: pointer;
    font-size: 20px;
    box-sizing: border-box;
    width: 49.7%;
    position: relative;
}

.news-item-radio {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 20px;
    position: relative;
    top: -3px;
}

.news-item:nth-child(odd):after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 40px;
    background: #F3F3F3;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}

.Partners {
    background-color: #fff;
    padding: 50px 0;
}

.Partners-cardWrap {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
}

.Partners-item {
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    margin-right: 20px;
    margin-bottom: 20px;
}

.Partners-item .img {
    /*display: block;*/
    /*width: 100%;*/
    /*height: 100%;*/
}


.module_0 {
    background-color: #fff;
}

.module_1 {
    background-color: #E0E9F4;
}

.module_3 {
    background-color: #E0E9F4;
}

.box {
    padding: 15px 0;
}
.boxImg {
    width: 100px;
    height: 80px;
    background-size: cover;
    margin: 0 auto;
}

.news-detail {
    padding: 0px;
}

.box-content {
    width: 1200px;
    box-sizing: border-box;
    line-height: 32px;
    font-size: 12px;
    padding: 15px 35px;
}