body {
    min-width: 1200px;
}

.home-main {
    background-color: #edf1f7;
}

.banner {
    margin-bottom: 94px;
}

.row-container {
    width: 100%;
    min-height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/* 思政课 */
.row-container .row-head {
    text-align: center;
    overflow: hidden;
}

.row-container .transTitle {
    transform: translateY(-50%);
}

.row-container.course-center-row {
    height: 600px;
    background-image: url("../images/content/bg1.png");
}

.course-center-row .content-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.course-center-row .content-container .content-body {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding: 25px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #fff;
}

.course-center-row .content-container .content-body img {
    height: 376px;
}

/* 大学生创业&线上一流课程 */
.row-container.map-row {
    height: 1190px;
    background-image: url("../images/content/bg2.png");
}

.map-row>div {
    height: 50%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.map-box {
    width: 100%;
    margin-top: 40px;
}

.map-box>.map-box-tile {
    height: 75px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: end;
    /* background-image: url("../images/content/2/dxscytitle.png"); */
    padding: 0 25px;
    border-radius: 10px 10px 0 0;
}

.map-box>.map-box-tile.bg1 {
    background-image: url("../images/content/2/dxscytitle.png");
}

.map-box>.map-box-tile.bg2 {
    background-image: url("../images/content/2/xsylkctitle.png");
}

.map-box>.map-box-tile.bg3 {
    background-image: url("../images/content/3/xnbg.png");
}

.map-box>.map-box-tile.bg4 {
    /* background-image: url("../images/content/4/gdyxtitle.png"); */
}


.map-box>.map-box-content {
    min-height: 316px;
    width: 100%;
    background-color: #e6f2ff;
    border-radius: 0 0 10px 10px;
    padding: 20px 25px 35px 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.map-box>.map-box-content1 a {
    width: 23%;
    height: 90px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    padding-left: 25px;
}



.map-box>.map-box-content1 {
    height: 316px;
    width: 100%;
    padding: 20px 25px 35px 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.map-box>.map-box-content .card {
    width: 23%;
    height: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 10px;
    text-decoration-line: none;
}

/* 虚拟仿真 */
.row-container.resource-center-row {
    height: 710px;
    background-image: url("../images/content/bg3.png");
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* 高等院校 */
.row-container.teacher-center-row {
    height: 710px;
    background-image: url("../images/content/bg4.png");
    display: flex;
    flex-direction: column;
    justify-content: center;
}



/* normal */
.fontWeight {
    color: #000;
    font-weight: bold;
    padding: 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.fontNormal {
    display: flex;
    align-items: center;
    color: #999999;
    font-size: 14px;

}

.fontSizeNormal {
    font-size: 16px;
}

.line1 {
    width: 100%;
    height: 1px;
    background-color: #f0f0f0;
    margin-bottom: 10px;
}

.line2 {
    height: 12px;
    width: 1px;
    margin: 0 15px;
    background-color: #f0f0f0;
}



@media screen and (min-width: 1370px) {
    .webWidth {
        max-width: 1370px;
    }

    .containerWidth {
        max-width: 1370px;
    }
}

.webWidth {
    width: 100%;
    min-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.containerWidth {
    width: 100%;
    min-width: 1200px;
    margin: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.basicbutton {
    width: 130px;
    height: 40px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}

.morebutton {
    border: 1px solid #fff;
    background: rgba(245, 247, 251, 0.5);
    /* font-weight: 550; */
}

.morebutton span:nth-child(1) {
    margin-right: 10px;
}

.morebutton span:nth-child(2) {
    width: 18px;
    height: 18px;
    background: url('/Content/NewUI/gj-content/moresmallbutton1.png');
    background-position: center;
    background-repeat: no-repeat;
}

.morebutton:hover {
    color: #1e62ec;
    border: none;
    background: #fff;
    font-weight: 550;
}

.morebutton:hover span:nth-child(2) {
    background: url('/Content/NewUI/gj-content/moresmallbutton2.png');
    background-position: center;
    background-repeat: no-repeat;
}

a:hover {
    text-decoration: none !important;
}