/** 左边宽度 740px */
/** 右边宽度 460px */
.index-block1 {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 45px;
}

.index-block1-left {
    width: 740px;
    height: 440px;
    overflow: hidden;
}
.index-block1-left .layui-this {
    position: relative;
}
.index-block1-left .layui-this p.zz {
    display: flex;
    align-items: center;
    height: 50px;
    z-index: 1000000;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    box-sizing: border-box;
    --moz-box-sizing: border-box;
    --webkit-box-sizing: border-box;
    padding: 0px 35px;
}

.index-block1-left img {
    width: 740px;
    height: 440px;
    background: #333333;
}

.layui-carousel-ind {
    z-index: 1000000;
    text-align: right;
    padding-right: 20px;
    right: 20px;
}

.index-block1-right {
    width: 596px;
    height: 440px;
    overflow: hidden;
}

.index-block1-right-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    height: 40px;
    background: #f1f1f1;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.index-block1-right-title span:first-child {
    display: flex;
    width: 120px;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: #be0203;
    color: #fff;
}
.index-block1-right-title span:last-child {
    padding-right: 10px;
    color: #d5d5d5;
    font-weight: normal;
}

.index-block1-right-content {
    height: 390px;
}

.index-block1-right-content ul {
    padding: 0;
    margin: 0;
}

.index-block1-right-content ul li {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px 0px;
    border-bottom: 1px solid #f0f0f0;
}

.index-block1-right-content ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 20px;
    color: #333;
    line-height: 40px;
    font-weight: bold;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: normal; /* 允许文本换行 */
    word-wrap: break-word; /* 在长单词或URL内部进行换行 */
}



.index-block1-right-content ul li  p {
    font-size: 14px;
    height: 72px;
    overflow: hidden;
    color: #666666;
    line-height: 24px;
    /** 最多显示三行 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-align: left;
    width: 100%;
}

/**
板块二
 */

.index-block2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

/**
留学就业
 */
.lxjy {
    width: 380px;
    height: 390px;
    border: 1px solid #F7F1E8;
    background: url("../images/bg.png") no-repeat;
}

.lxjy .index-block-title {
    align-items: end;
    padding-left: 20px;
    box-sizing: border-box;
}


/**
人才交流
 */
.rcjl {
    width: 380px;
    height: 390px;
    border: 1px solid #F7F1E8;
    background: url("../images/bg.png") no-repeat;
}
.rcjl .index-block-title {
    align-items: center;
    padding-left: 20px;
    box-sizing: border-box;
}


/**
留学指南
 */
.lxzn {
    width: 982px;
    height: 360px;
    background: #FFFFFF;
}

/**
政策资讯
 */
.zczx {
    width: 982px;
    height: 360px;
    background: #FFFFFF;
}



/**
板块二
 */

.index-block3 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
}


/**
板块五
 */

.index-block5 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
}

.index-block5-left {
    width: 384px;
    display: flex;
    flex-direction: column;
}

.index-block5-left-top {
    width: 384px;
    height: 168px;
    background: #333333;
    margin-bottom: 30px;
}

.index-block5-left-top img {
    width: 100%;
    height: 100%;
}

.index-block5-left-bottom {
    width: 384px;
    height: 231px;
    background: url("../images/chaxun.png") no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.index-block5-left-bottom form {
    /*padding: 20px 0;*/
    /*margin-top: 80px;*/
    width: 310px;
    height: 39px;
    margin-bottom: 50px;
}

.index-block5-left-bottom form .layui-form-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index-block5-left-bottom form .layui-form-item .layui-input-block {
    width: 310px;
    margin-left: 0px;
    position: relative;
}

.index-block5-left-bottom form .layui-form-item .layui-input {
    width: 310px;
    height: 37px;
}

.layui-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #be0203;
    height: 37px;
}


.index-block5-right {
    width: 982px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;

}


/**
留学院校
 */
.lxyx {
    width: 470px;
    height: 429px;
    border: 1px solid #F7F1E8;
}

.lxyx .index-block-title {
    align-items: end;
    padding-left: 20px;
    box-sizing: border-box;
}





/**
通用
 */
.index-block {
    /*margin-bottom: 45px;*/
}

.index-block-title {
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
    border-top: 3px solid #be0203;
}

.index-block-bgimg {
    display: flex;
    align-items: end;
    justify-content: center;
}

.index-block-mid {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 0;
}


ul.index-block-mid li {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
}

ul.index-block-mid li a {
    font-size: 20px;
    color: #333;
    /*font-weight: bold;*/
    display: block;
}

ul.index-block-mid li.active a {
    border-bottom: 2px solid #be0203;
    color: #be0203;
}

ul.index-block-mid li.more {

}
ul.index-block-mid li.more a{
    color: #d5d5d5;
    font-size: 15px;
}

.index-block-title span {
    display: flex;
    width: 120px;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: #be0203;
    color: #fff;
}

.index-block-title a {
    color: #d5d5d5;
}


.index-block-content {
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.index-block-content .index-block-content-rec {
    width: 399px;
    padding: 20px 0px;
    margin-right: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.index-block-content .index-block-content-rec a.image{
    width: 399px;
    height: 240px;
}
.index-block-content .index-block-content-rec a.image img{
    width: 100%;
    height: 100%;
}
.index-block-content .index-block-content-rec a.title {
    font-size: 20px;
    color: #333;
    height: 60px;
    display: flex;
    align-items: center;
    width: 398px;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    box-sizing: border-box;
}

.index-block-content ul.index-block-content-news {
    padding: 0;
    margin: 5px 0px;
    flex: 1;
}

.index-block-content ul li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
}
.index-block-content ul li.dotted {
    border-bottom: 1px dotted #f0f0f0;
}

.index-block-content ul li p{
    font-weight: normal;
}

.index-block-content ul li a {
    display: flex;
    width: 100%;
    align-items: center;
    font-size: 18px;
    color: #484848;
    line-height: 50px;
    font-weight: bold;
}
.index-block-content ul li a span{
    margin-right: 10px;
}

.banner {
    margin-bottom: 30px;
}
.banner a{
    display: flex;
    width: 100%;
}
.banner img{
    width: 100%;
}