.uce-bg-blue {
    background-color: #044798;
}

.uce-container {
    width: 1220px;
    margin: 0 auto;
}
.uce-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.uce-index-loginbox {
    display: flex;
    align-items: center;
    gap: 10px;
}
.uce-logo {
    margin: 15px 0;
}
.uce-nav-bg {
    background-color: #0395e2;
    border-top: 1px solid #67c8ff;
}
.uce-navbar li{
    float: left;
    position: relative;
    display: block;
}
.uce-navbar li a {
    text-align: center;
    min-width: 106px;
    color: #fff;
    display: block;
    line-height: 27px;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 15px;
}

.uce-navbar .active a,.uce-navbar li a:hover {
    background-color: #ff944e;
}

.uce-index-block {
    margin-top: 20px;
    box-sizing: border-box;
}

.uce-ad-block {
    margin-top: 30px;
    box-sizing: border-box;
}

.uce-index-block .uce-index-block-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.uce-index-block .uce-index-block-head .uce-index-block-title {
    display: flex;
    align-items: center;
    gap: 10px;
}
.uce-index-block-title span{
    display: flex;
}
.uce-index-block .uce-index-block-head {
    margin-bottom: 20px;
}

.uce-course-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(5, 1fr); 
}
.uce-course-grid-item {
    width: 228px;
    overflow: hidden;
    border-radius: 5%;
    box-shadow: #eceff3 0px 0px 14px 4px;
}
.uce-course-grid-item:hover { 
    box-shadow: #b6d4fb 0px 0px 14px 4px;
}
.uce-course-grid .uce-course-grid-item .uce-course-grid-item-img {
    border-radius: 5% 5% 0 0;
    overflow: hidden;
}
.uce-course-grid .uce-course-grid-item img{
    width: 100%;
    height: 160px;
}
.uce-course-grid-item-title {
    font-size: 15px;
    padding: 10px;
    word-wrap: break-word;
    height: 35px;
    overflow: hidden;
}
.uce-course-grid-item-desc {
    font-size: 15px;
    color: #999;
    padding:10px 10px 20px 10px;
}

/*专家*/
.uce-people-block-left {
    width: 780px;
}
.uce-people-block{
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
}

.uce-people-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}
.uce-people-block-right {
    width: 380px;
    padding: 10px 30px 20px 0;
    border: 2px solid #f7f7f7;
    box-shadow: #eceff3 0px 0px 14px 4px;
}
.uce-index-people-item {
    box-shadow: #eceff3 0px 0px 14px 4px;
}
.uce-index-people-item, .uce-index-people-item-img img{
    width: 246px;
}
.uce-people-block-right_title {
    color: #1b3f75;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin: 30px 0;
}

.uce-people-block-right .layui-form-item {
    margin-bottom: 30px;
}


.checkbtn {
    width: 188px;
    display: block;
    margin: 40px auto;
}
.checkbtn button {
    background-color: #1e5da2;
}


.uce-index-people-item-title {
    background-color: #f7f7f7;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
}

.uce-index-people-item:hover {
    box-shadow: #b6d4fb 0px 0px 14px 4px;
}

.uce-index-people-item:hover .uce-index-people-item-title{
    background-color: #1b3f75;
}

.uce-index-people-item:hover .uce-index-people-item-title a{
    color: #fff;
}


/* footer */
.uce-footer {
    margin-top: 30px;
    background-color: #1e5da2;
    padding: 50px 0;
    color: #fff;
}
.uce-footer a{
    color: #fff; 
}
.uce-footer-box {
    display: flex;
    justify-content: space-between;
}

.uce-footer-box_left {
    line-height: 28px;
}

/***login page***/
.inpage-bg {
    background-color: #f2f2f2;
}

.login-container{width: 320px; margin: 80px auto; padding: 20px 40px; background-color: #fff; box-shadow: #eceff3 0px 0px 14px 4px;}

/***ucenter page***/
.inpage-banner img{
    width: 100%;
}

.ucenter-block {
    width: 100%;
    margin: 30px 0;
    display: flex;
    gap: 30px;
}

.ucenter-block_left {
    width: 220px;
    background: #fff;
    border-radius: 3px;
}
.uce-ucenter-block-title {
    font-size: 16px;
    font-weight: 500;
    background-color: #0395e2;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

.uce-ucenter-nav{
    padding: 20px 0 10px 0;
}

.uce-ucenter-nav_group {
    margin-bottom: 20px;
    padding-left: 0;
}
.uce-ucenter-nav_group .uce-ucenter-nav_group__item.active {
    border-left: 2px solid #0395e2;
    background: none;
}

.uce-ucenter-nav_group .uce-ucenter-nav_group__item a{
    display: block;
    color: #616161;
    padding: 10px 15px 10px 35px;
}
.uce-ucenter-nav_group .uce-ucenter-nav_group__item.active > a {
    color: #0395e2;
    font-weight: 400;
}

.uce-ucenter-nav_group .uce-ucenter-nav_group__item:hover {
    background-color: #f5f5f5;
}

.uce-ucenter-nav_group .list-group-heading {
    list-style-type: none;
    color: #919191;
    margin-bottom: 10px;
    margin-left: 35px;
    font-size: 14px;
}
.ucenter-block_right {
    background-color: #fff;
    width: 970px;
    border-radius: 3px;
    padding: 35px 40px 40px;
    overflow: hidden;
    min-height: 500px;
}
.ucenter-block_right_header{
    margin-bottom: 20px;
}
.ucenter-block_right_header h2{
    font-size: 20px;
    color: #626262;
}

/***order list***/
.ucecenter-order_list {
    margin-top: 20px;
}
.ucenter-order_list_item {
    width: 100%;
    display: flex;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #f7f7f7;
}
.ucenter-order_list_item_left {
    width: 228px;
    height: 134px;
}
.ucenter-order_list_item_left__img {
    width: 228px;
    height: 134px;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.ucenter-order_list_item_left__img img {
    width: 228px;
    height: 134px;
}
.ucecenter-order_list_item_right{
    width: calc(100% - 228px);
}
.ucecenter-order_list_item_right_title {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    height: 26px;
    line-height: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ucecenter-order_list_item_right_title a { 
    color: #0395e2;
}
.ucecenter-order_list_item_right_desc .text-muted {
    display: flex;
    line-height: 24px;
}
.ucecenter-order_list_item_right_desc .text-muted span{
    display: block;
    width: 70px;
    text-align: right;
}
.ucecenter-order_list_item__btns{
    margin-top: 10px;
}

.content-block {
    margin: 30px 0;
}

.content-block_title {
    text-align: center;
    margin: 30px 0 40px 0;
}

.content-block_title p {
    color: #c3c3c3;
}
/*分页*/
.uce-page_warp{
    text-align: center;
    margin: 50px auto;
}
.uce-page_warp .pagination li{
    display: inline-block;
    vertical-align: middle;
    /* padding: 0 15px; */
    height: 32px;
    line-height: 32px;
    margin: 0 -4px 5px 0;
    background-color: #fff;
    color: #333;
    font-size: 12px;
    border: 1px solid #eee;
}

.uce-page_warp .pagination li a,.uce-page_warp .pagination li span{
    display: block;
    padding: 0 20px;

}
.uce-page_warp .pagination li a:hover,.uce-page_warp .pagination li span:hover{
    color: #1e5da2;
}
.uce-page_warp .pagination li.active span {
    background-color: #1e5da2;
    color: #fff;
}

.uce-page_warp .pagination li.disabled span {
    color: #d2d2d2 !important;
    cursor: not-allowed !important;
}
/*分页结束*/

.uce-project-detail {

}

.uce-project-detail-head {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 50px;

}
.uce-project-detail-desc {
    width: calc(100% - 650px);
}
.uce-project-detail-img {
    width: 580px;
    height: 500px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: #b5c2d3 0px 0px 14px 4px;
}
.uce-project-detail-body-title {
    border-bottom: 1px solid #f1f1f1;
    margin: 10px 0;
    padding: 10px 0;
    color: #0395e2;
}

.uce-project-detail-body-title h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
}

.uce-project-detail-body-title h2 span.layui-icon {
    font-size: 22px;
}

.uce-project-detail-desc-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
}

.uce-project-detail-desc {
    padding: 10px;
    font-size: 14px;
    line-height: 26px;
}

.uce-project-detail-desc-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
}

.uce-project-detail-body-content {
    padding: 20px;
    line-height: 26px;
}
.uce-project-detail-body-content img {
    max-width: 100%;
}

/*专家*/
.uce-expert-list-item {
    display: flex;
    width: 100%;
    gap: 50px;
    margin-bottom: 40px;
    border-radius: 10px;
    background-color: #f9f9f9;
    padding: 20px;
    height: 400px;
    overflow: hidden;
    box-sizing: border-box;
}
.uce-expert-list-item-desc {
    box-sizing: border-box;
    overflow: hidden;
}

.uce-expert-list-item-desc-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.uce-expert-list-item-desc-content {
    font-size: 16px;
    line-height: 22px;
}