.descWrap{
    max-width: 1350px;
    min-width: 1350px;
    margin: 0 auto;
    height: 614px;
    margin-top: 10px;
    position: relative;
}
.descWrap img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.descContent{
    position: absolute;
    left: 93px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 780px;
    height: 460px;
    background: rgba(255,255,255,.6);
    border-radius: 10px;
    padding: 40px;
    box-sizing: border-box;
}
.descTitle{
    padding-left: 40px;
    position: relative;
    height: 56px;
    line-height: 56px;
    font-size: 32px;
    color: #0C0D0E;
}
.descTitle::after{
    content: '';
    width: 22px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #1778D6;
}
.descText{
    color: #45526E;
    font-size: 25px;
    line-height: 40px;
    text-indent: 50px;
    margin-top: 50px;
}
.monthWrap{
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}
.monthWrap >div{
    flex: 1;
    margin: 0 10px;
    background: #DBDBDB;
    border-radius: 20px;
    height: 35px;
    line-height: 35px;
    color: #827B7B;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}
.monthWrap >div.isFeture{
    background: #1778D6;
    color: #fff;
}
.monthWrap >div.isSelect{
    background: #DBB26B;
    color: #fff;
}
.activityWrap{
    background: rgb(250,250,250);
    padding: 20px;
    box-sizing: border-box;
    margin-top: 30px;
}
.activityItem{
    display: flex;
    margin-bottom: 20px;
}
.activityWrap .activityItem:last-of-type{
    margin-bottom: 0;
}
.itemImg{
    width: 258px;
    height: 162px;
}
.itemImg img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.itemContent{
    flex: 1;
    margin-left: 30px;
}
.itemContent .itemTitle{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
}
.itemContent .itemTitle .title{
    font-size: 25px;
    font-weight: bold;
}

.itemContent .itemTitle .title a{
	color: #000000;
	text-decoration:none;
}


.itemContent .itemTitle .btn{
    width: 150px;
    height: 30px;
    background: linear-gradient(90deg, #9AC3FE 6.56%, #93A7FD 100.18%);
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 42px;
    cursor: pointer;
}


.itemContent .itemTitle .btn a{
	color: #FFFFFF;
	 text-decoration:none;
}

.itemContent .time{
    padding-left: 30px;
    background: url(../icon/time.png) no-repeat left center;
    background-size: 18px 18px;
    margin-top: 20px;
    color: #000000;
    font-size: 20px;
}
.itemContent .compere{
    padding-left: 30px;
    background: url(../icon/location.png) no-repeat left center;
    background-size: 18px 18px;
    margin-top: 10px;
    color: #000000;
    font-size: 20px;
}
.halfWrap {
    display: flex;
    justify-content: space-between;
}
.consultingService{
    width: 47%;
}
.downloadWrap{
    width: 47%;
}
.questionWrap,.downnWrap{
    margin-top: 40px;
}
.questionItem{
    display: flex;
    align-items: center;
    height: 40px;
    margin-bottom: 16px;
}
.questionIcon{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    background: #007aff;
}
.questionTitle{
	width: 80%;
    margin-left: 8px;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.questionTitle a{
	color: #000000;
	text-decoration: none;
}

.downItem{
    display: flex;
    padding: 20px;
    box-sizing: border-box;
    border-bottom: 1px dashed #BDBDBD;
}
.downImg{
    width: 200px;
    height: 120px;
}
.downImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.downDetail{
    margin-left: 16px;
}
.downTitle{
    color: #000000;
    font-size: 16px;
    margin-bottom: 10px;
}

.downTitle a{
    color: #000000;
    font-size: 18px;
	text-decoration: none;
}

.downNumber{
    padding-left: 20px;
    background: url(../icon/downQue.png) no-repeat left center;
    background-size: 16px 16px;
    font-size: 12px;
    color: #999999;
    margin-bottom: 6px;
    font-size: 14px;
}

.downTime{
    padding-left: 20px;
    background: url(../icon/downTime.png) no-repeat left center;
    background-size: 16px 16px;
    font-size: 12px;
    color: #999999;
    font-size: 14px;
}

.downNumber span,.downTime span{
    color: rgb(49,122,228);
}
.downBtn{
    width: 200px;
    height: 32px;
    margin-top: 10px;
    text-align: center;
    line-height: 32px;
    color: #ffffff;
    border-radius: 5px;
    font-size: 12px;
    background: #333;
    cursor: pointer;
}

.downBtn a{
    color: #ffffff;
	text-decoration: none;
    cursor: pointer;
}

.newsCenter{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.newsLeft{
    width: 680px;
}
.newsLeft img{
    width: 100%;
    height: auto;
}

.newsRight{
    width: 600px;
}

.newsT{
    font-size: 20px;
    margin-bottom: 20px;
	margin-top: 20px;
    color: rgba(0,0,0,.6);
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
}
.newsT::after{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000;
    left: 0;
    top: 10px;
    position: absolute;
}
.newsT.isCurrent{
    font-weight: bold;
}

.newsT a{
	text-decoration:none;
	color:#0C0D0E;
}

.newsB{
    font-size: 18px;
    margin-top: 20px;
    padding-bottom: 20px;
	line-height: 150%;
    border-bottom: 1px dashed #BDBDBD;
}

.newsB a{
	text-decoration:none;
	color:#0C0D0E;
}

.otherNews{
    font-size: 20px;
    padding-left: 30px;
    box-sizing: border-box;
    margin-top: 20px;
    position: relative;
	line-height: 150%;
}

.otherNews a{
	text-decoration:none;
	color:#0C0D0E;
}

.otherNews::after{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    position: absolute;
}

.swipItem img{
    width: 100%;
    height: 450px;
    object-fit:cover;
}


.newsTitle{
    font-size: 36px;
    font-weight: bold;
}

.newsTitle a{
	text-decoration:none;
	color:#0C0D0E;
}

.newsContent{
    font-size: 18px;
    margin-top: 20px;
    padding-bottom: 20px;
	line-height: 150%;
    border-bottom: 1px dashed #BDBDBD;
}

.newsContent a{
	text-decoration:none;
	color:#0C0D0E;
}



@media screen and (max-width: 812px) {
    #app .descWrap{
        width: 100%;
        max-width: 100%;
        min-width: auto;
        height: 260px;
    }
    #app .descContent{
        width: 80%;
        margin: 20px auto;
        height: 220px;
    }
    .descContent .descTitle{
        font-size: 20px;
        padding-left: 16px;
        position: relative;
        height: 30px;
        line-height: 30px;
        color: #0C0D0E;
    }
    .descContent .descTitle::after{
        content: '';
        width: 10px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: #1778D6;
    }
    .descContent .descText{
        font-size: 16px;
        line-height: 20px;
        margin-top: 10px;
    }
    .monthWrap{
        flex-wrap: wrap;
    }
    .monthWrap .month{
        width: calc(100% / 6 - 10px);
        flex: none;
        margin: 0 5px;
        margin-bottom: 10px;
    }
    .activityItem .itemContent .itemTitle .title{
        font-size: 16px;
    }
    .activityItem .itemContent .itemTitle .btn{
        width: 120px;
    }
    .activityItem .itemContent .time{
        font-size: 14px;
    }
    .activityItem .itemContent .compere{
        font-size: 14px;
    }
    .halfWrap{
        flex-direction: column;
    }
    .consultingService{
        width: 100%;
    }
    .downloadWrap{
        width: 100%;
        margin-top: 30px;
    }
    .newsCenter{
        flex-direction: column;
    }
}