.banner-image {
    width: 100%;
    height: 300px;
    background-image: linear-gradient(rgba(87, 1, 65, .3), rgba(87, 1, 65, .3)), url(../img/yxjy/yxjy-nav-bg.jpg);
}

.medical-world {
    height: auto;
    overflow: auto;
    padding-top: 50px;
}

.quick-card {
    width: calc((100% - 40px) / 3);
    height: 260px;
    float: left;
    background-size: 100% 100%;
    cursor: pointer;
    user-select: none;
    overflow: hidden;
    transition: all 1s;
    background-position: center;
    margin-bottom: 20px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.quick-card:nth-child(3n) {
    margin-right: 0px;
}

.quick-card:hover {
    background-size: 110% 110%;
}


.quick-card:nth-child(1) {
    background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url("../img/yxjy/yxjy-bkjy-bg.png");
}

.quick-card:nth-child(2) {
    background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url("../img/yxjy/yxjy-yjsjy-bg.png");
}

.quick-card:nth-child(3) {
    background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url("../img/yxjy/yxjy-dsjs-bg.png");
}

.quick-card:nth-child(4) {
    background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url("../img/yxjy/yxjy-zyysgp-bg.png");
}

.quick-card:nth-child(5) {
    background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url("../img/yxjy/yxjy-jxyxjy-bg.png");
}

.quick-card:nth-child(6) {
    background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url("../img/yxjy/yxjy-jxsx-bg.png");
}

.quick-card .card-name {
    height: 23px;
    line-height: 24px;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
}

/*学科点介绍*/
.xkdjs {
    background: url("../img/yxjy/xkdjs-bg.png") no-repeat;
    background-size: 100% 100%;
}

.xkd-items {
    display: flex;
    flex-wrap: wrap;
}

.xkd-item {
    width: calc((100% - 140px) / 6);
    margin-right: 28px;
    cursor: pointer;
}

.xkd-item:nth-child(6n) {
    margin-right: 0px;
}

.xkd-img {
    height: 216px;
    border-radius: 50%;
    border: 1px solid #ffffff;
}

.xkd-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.xkd-text {
    height: 18px;
    line-height: 18px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    margin: 37px 0px 43px;
    text-align: center;
}

.xkd-item:nth-child(n+7) .xkd-text {
    margin-bottom: 0px;
}

/*医学模拟中心*/
.yxmnzx {
    background-image: linear-gradient(rgba(0, 0, 0, .004), rgba(0, 0, 0, .01)), url("../img/yxjy/yxmnzx-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.visit-guide {
    width: 100%;
    height: auto;
    overflow: auto;
    padding-bottom: 80px;
}

.jyzn {
    display: flex;
}

.jyzn-img {
    width: 593px;
    height: 400px;
    margin-right: 20px;
}

.jyzn-img img {
    width: 100%;
    height: 100%;
}

.visit-guide-list {
    flex: 1;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 35px 27px 0px 32px;
    display: flex;
    flex-direction: column;
}

.visit-guide-item {
    justify-content: space-between;
    width: 100%;
    line-height: 18px;
    margin-bottom: 33px;
    overflow: hidden;
    cursor: pointer;
}

.visit-guide-item:hover .visit-guide-item-title {
    color: #A32674;
    font-weight: 600;
}

.issue-date {
    width: 20%;
    height: 17px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
    float: right;
}

.visit-guide-item-title {
    width: 75%;
    height: 19px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    text-align: justify;
    float: left;
}

.visit-guide-item-title:before {
    content: "";
    height: 4px;
    width: 4px;
    background: #ffffff;
    border-radius: 50%;
    border: 3px solid #A32674;
    flex-shrink: 0;
    margin-right: 4px;
    display: inline-block;
}

/*网络课堂*/
.wlkt-content {
    perspective: 200px;
    display: flex;
}

.wlkt-item {
    /*width: calc((100% - 40px) / 3);*/
    height: 260px;
    float: left;
    background-size: 100% 100%;
    cursor: pointer;
    user-select: none;
    overflow: hidden;
    transition: all 1s;
    background-position: center;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wlkt-item:hover {
    background-size: 110% 110%;
}


.wlkt-item:nth-child(1) {
    width: 324px;
    height: 230px;
    margin-right: 20px;
    background-image: linear-gradient(rgba(0, 0, 0, .01), rgba(0, 0, 0, .01)), url(../img/yxjy/wlkt-1.png);
    transform: translateX(80px) translateZ(0px) translateY(15px) rotateY(8deg);
}

.wlkt-item:nth-child(2) {
    width: 520px;
    margin-right: 20px;
    background-image: linear-gradient(rgba(0, 0, 0, .01), rgba(0, 0, 0, .01)), url("../img/yxjy/wlkt-2.png");
    transform: translateX(115px) translateZ(0px) rotateY(0deg);
}

.wlkt-item:nth-child(3) {
    width: 324px;
    height: 230px;
    background-image: linear-gradient(rgba(0, 0, 0, .01), rgba(0, 0, 0, .01)), url("../img/yxjy/wlkt-3.png");
    transform: translateX(150px) translateZ(0px) translateY(15px) rotateY(-8deg);
}

.wlkt-item .wlkt-item-text {
    height: 23px;
    line-height: 24px;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
}

/*办事指南*/
.bszn {
    background-image: linear-gradient(rgba(0, 0, 0, .005), rgba(0, 0, 0, .05)), url("../img/news/news-notice-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.notice-list {
    display: flex;
    flex-wrap: wrap;
}

.notice-item {
    width: calc((100% - 48px) / 3);
    height: 100px;
    background: #ffffff;
    padding: 24px 32px 21px 21px;
    margin-bottom: 20px;
    margin-right: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.notice-item:nth-child(3n) {
    margin-right: 0px;
}

.notice-item:hover .notice-title {
    color: #A32674;
    font-weight: bold;
}

.notice-title {
    height: 24px;
    font-size: 18px;
    font-family: PingFang SC;
    color: #282728;
    line-height: 24px;
}

.notice-date {
    height: 16px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 16px;
}

/*常用下载*/
.cyxz {
    padding-bottom: 72px;
    background: #FAFAFA;
    overflow: hidden;
}

.ykyb-list {
    display: flex;
    flex-wrap: wrap;
}

.ykyb-item {
    width: calc((100% - 48px) / 3);
    height: 100px;
    padding: 24px 32px 21px 21px;
    margin-bottom: 20px;
    margin-right: 24px;
    display: flex;
    background-color: #ffffff;
}
.ykyb-item:nth-child(3n) {
    margin-right: 0px;
}
.ykyb-item-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    overflow: hidden;
}

.ykyb-title {
    height: 24px;
    font-size: 18px;
    font-family: PingFang SC;
    color: #282728;
    line-height: 24px;
}

.ykyb-date {
    height: 16px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 16px;
}

.ykyb-item-right {
    width: 100px;
    height: 100%;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.ykyb-download {
    width: 94px;
    height: 31px;
    background: #A32674;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ykyb-download img {
    width: 14px;
    height: 14px;
    margin-right: 10px;
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .wlkt-item:nth-child(1), .wlkt-item:nth-child(3) {
        width: 270px;
    }

    .wlkt-item:nth-child(2) {
        width: 400px;
    }
}
