.main{
    width: 1640px;
    margin: 0 auto;
    padding: 0;
    height: 100%;

   
}
.main .banner{
    width: 100%;
    height: 340px;
}


.main .central-box{
    height: 537px;
    gap: 25px;
    margin-top: 40px;
    width: 100%;
}
.main .central-box .news-item{
    width: calc(50% - 12.5px);
    background: #fff;
    border-radius: 16px;
    padding: 19px 25px;
}
.main .central-box .news-item .news-item-header{
    width: 100%;
    align-items: center;
    height: 32px;
}
.main .central-box .news-item .news-item-header .rmtj-text{
    font-weight: bold;
    font-size: 22px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.main .central-box .news-item .news-item-header .more{
    gap: 10px;
}

.main .central-box .news-item .news-item-header .more .rmtj-more{
    width: 60px;

    font-weight: 500;
    font-size: 14px;
    color: #828282;
    text-align: left;
    font-style: normal;
    text-transform: none;

}
.main .central-box .news-item .news-item-header .more img{
    width: 12px;
    height: 12px;
    object-fit: cover;
}
.main .central-box .news-item .news-item-list{
    margin-top: 32px;
    gap: 27px;
}
.main .central-box .news-item .news-item-list .item-boxs-row{
    gap: 15px;
    width: 100%;
}
.main .central-box .news-item .news-item-list .item-boxs-row img{
    width: 207px;
    height: 123px;
    border-radius:16px;
    object-fit: cover;
}
.main .central-box .news-item .news-item-list .item-boxs-row .item-boxs-col-text{
    align-items: flex-start;
    width: 100%;
    height: 123px;
    justify-content: space-between;
}
.main .central-box .news-item .news-item-list .item-boxs-row .item-boxs-col-text h4{
    width: 350px;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
    word-wrap: break-word; 
    white-space: normal;  
}
.main .central-box .news-item .news-item-list .item-boxs-row .item-boxs-col-text .item-boxs-col-span{
    width: 100%;
    justify-content: space-between;

}
.main .central-box .news-item .news-item-list .item-boxs-row .item-boxs-col-text .item-boxs-col-span span{
        font-weight: 400;
        font-size: 14px;
        color: #AAAAAA;
        text-align: left;
        font-style: normal;
        text-transform: none;
}

.main .central-box .news-item .news-item-list .item-boxs-col{
    width: 100%;
    justify-content: space-between;
}
.main .central-box .news-item .news-item-list .item-boxs-col h4{
    width: 600px;
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: none;
    white-space: nowrap;      /* 禁止换行 */
    overflow: hidden;        /* 超出部分隐藏 */
    text-overflow: ellipsis;
    
}
.main .central-box .news-item .news-item-list .item-boxs-col span{

    font-weight: 400;
    font-size: 14px;
    color: #AAAAAA;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.central-course{
    width: 100%;
    margin-top: 20px;

    position: relative;
}
.central-course .course-list-header .rmtj-text span{

    font-weight: bold;
    text-align: left;
    font-style: normal;
    text-transform: none;

}

.central-course .course-list{
	gap: 25px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 80px;
   
    
}
.central-course .course-list .course_item{
	width:calc(100%/5 - 20px);
	height: auto;
	margin-top: 11px;
	background: #FFFFFF;
	box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.08);
	border-radius: 12px;
	padding: 5px;
}
.central-course .course-list .course_item a{
	width: 100%;
}
.central-course .course-list .course_item a img{
	width: 100%;
	height: 146px;
	border-radius: 5px;
	object-fit: cover;
}
.central-course .course-list .course_item a .title{
	margin-top: 13px;
	height: 48px;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	line-height: 24px;
	text-align: left;
	font-style: normal;
	text-transform: none;
    padding: 10px;
    width: 100%;

}
.central-course .course-list .course_item a .title i{
	display: inline-block;
    font-size: 15px;
    width: 43px;
    height: 24px;
    background: #16B608;
    text-align: center;
    border-radius: 4px;
    color: #fff;
	font-style: normal;
}

.service-box{
	border-radius: 25px;
	gap: 40px;
}
.service-box .service-title{
	margin-top: 163px;
	height: 44px;
	font-weight: bold;
	font-size: 32px;
	color: #0065FF;
	text-align: left;
	font-style: normal;
	text-transform: none;

}
.service-box .service-img{
	width: 300px;
	height: 300px;
	object-fit: cover;
	margin-top: 37px;
}
.service-box .service-text{

	font-weight: 400;
	font-size: 24px;
	color: #333333;
	text-align: left;
	font-style: normal;
	text-transform: none;

}
.service-box .service-task-img{
	 width:210px;
	 height: 45px;
	 object-fit: cover;
}

.service-box-status{
	margin-top: 40px;
}
.service-box-status-btn{
	margin-top: 36px;
	width: 144px;
	height: 64px;
	background: #0065FF;
	border-radius: 86px;
	font-weight: bold;
	font-size: 32px;
	color: #FFFFFF;
	line-height: 64px;
	text-align: center;
	font-style: normal;
	text-transform: none;

}


