﻿.dllist2 {
    display: flex;
    padding: 15px 0;
    border-bottom: 1px solid #E7E7E7;
}

.dllist2 dt {
    width: 45%;

    line-height: 1;
    margin-right: 20px;
}

.dllist2 dt.ptbox .inner {
    padding-bottom: 62%;
}

.dllist2 dd {
    flex: 1;
    overflow: hidden;
}

.dllist2 dd a {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.dllist2 dd p {
    color: #555;
    font-weight: bold;
}

.dllist2 dd span {
    color: #888;
}

/* listItem2 */
.listItem2 {
    display: flex;
    border-bottom: 1px solid #E7E7E7;
    padding: 0px 0 15px;
    margin-bottom: 10px;
}

.listItem2 b {
    display: block;
    margin-bottom: 10px;
}

.list2 li {
    display: flex;
    align-items: center;
    padding: 10px 0;
    font-size: 17px;
    border-bottom: 1px dotted #DFE0DF;
}

.list2 li > a {
    flex: 1;
}

.list2 li span {
    display: inline-flex;
    width: 64px;
    height: 24px;
    border: 1px solid #1E6F53;
    color: #1E6F53;
    align-items: center;
    text-align: center;
    margin-right: 15px;
}

.list2 li span em {
    width: 45%;
    font-size: 14px;
}

.list2 li span em:first-child {
    width: 55%;
    background-color: #1E6F53;
    color: #fff;
    font-size: 15px;
}

.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner img {
    width: 100%;
}

.swiper-banner .swiper-button-prev, .swiper-banner .swiper-button-next {
    width: 33px;
    height: 60px;
    background-image: url(../images/left_arrow2.png);
    background-position: center;
    -moz-background-size: 33px auto;
    background-size: 33px auto;
    top: auto;
    margin-top: 0;
    bottom: 20px;
}

.swiper-banner .swiper-button-next.swiper-button-disabled, .swiper-banner .swiper-button-prev.swiper-button-disabled {
    opacity: 0.5
}

.swiper-banner .swiper-button-prev {
    left: auto;
    right: 100px;
}

.swiper-banner .swiper-button-next {
    right: 30px;
    background-image: url(../images/right_arrow2.png);
}

.main {
    margin-top: 15px;
}

.mainbox {
    width: calc(33.33% - 18px);
    overflow: hidden;
    min-height: 300px;
}

.mainPic, .mainSwiper {
    width: calc(66.66% - 18px);
}

.mainboxHd {
    font-weight: bold;
    border-bottom: 2px solid #015fc3;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 10px 0;
}

.mainboxHd span.on a {
    color: #015fc3;
}

.mainboxHd .more {
    font-weight: 500;
    font-size: 16px;
    color: #015fc3;
}

.mainPic .mainboxBd {
    justify-content: space-between;
}

.mainPic .mainboxBd .mainPicTxt {
    width: calc(50% - 14px);
    overflow: hidden;
}

.swiper-pic {
    width: calc(50% - 14px);
    overflow: hidden;
    position: relative;
    background-color: #F7F7F7;
}

.swiper-pic .swiper-slide {
    position: relative;
}

.swiper-pic .swiper-slide > p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 100px 10px 20px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .1), #0153ab);
}

.swiper-pic .ptbox .inner {
    padding-bottom: 63%;
}

.swiper-pic .swiper-slide > p a {
    color: #fff;
}

.swiper-pic .swiper-pagination {
    display: inline-block;
    width: auto;
    left: auto;
    right: 0;
}

.swiper-pic .swiper-pagination {
    text-align: center;
    z-index: 33;
    padding-right: 0;
    bottom: 14px;
}

.swiper-pic .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #92A8B9;
    opacity: 1;
}

.swiper-pic .swiper-pagination-bullet-active {
    background-color: #fff;
}

.swiper-pic .nextslide {
    display: flex;
    padding: 12px 0;
    line-height: 1.4;
    align-items: center;
}

.swiper-pic .nextslide span {
    border-right: 1px solid #C9CCCB;
    padding: 0 15px;
    color: #1e6f53;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 18px;
}

.swiper-pic .nextslide span em {
    display: block;
    color: #c78b00;
    font-size: 13px;
    font-weight: normal
}

.swiper-pic .nextslide > p {
    flex: 1;
    overflow: hidden;
    padding: 0 15px;
    font-size: 15px;
}

.mainTzgg .list {
    margin-top: -12px;
}

.mainbox .list li {
    padding: 9px 0 9px 18px;
    font-size: 16px;
    line-height: 1.6;
    background: url(../images/list_icon.png) no-repeat 0 center;
}

.mainbox .list li span {
    color: #888;
    float: right;
    padding-left: 8px;
    position: relative;

}

/* 学生活动 */
.swiper-img .swiper-button-prev, .swiper-img .swiper-button-next {
    width: 30px;
    height: 60px;
    background-color: rgba(0, 0, 0, .7);
    background-image: url(../images/left_arrow.png);
    background-position: center;
    -moz-background-size: 9px auto;
    background-size: 9px auto;
    margin-top: -50px;
}

.swiper-img .swiper-button-next.swiper-button-disabled, .swiper-img .swiper-button-prev.swiper-button-disabled {
    opacity: .5;
}

.swiper-img .swiper-button-prev {
    left: 0;
}

.swiper-img .swiper-button-next {
    right: 0;
    background-image: url(../images/right_arrow.png);
}

.swiper-img .swiper-slide {
    width: calc(33.33 - 10px);
}

.swiper-img .swiper-slide p {
    margin-top: 10px;
    line-height: 1.75em;
    text-align: center;
}

/*专业建设*/
.link .mainBd ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.link .mainBd ul li {
    width: 220px;
    height: 100px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    background: url("../images/zy01.png") no-repeat;
    background-size: cover;
}

.link .mainBd ul li a {
    z-index: 2;
    position: relative;
    display: block;
}

.link .mainBd ul li b {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
}

.link .mainBd ul li span {
    color: #888;
    font-size: 16px;
}

.link .mainBd ul li:nth-child(2) {
    background-image: url("../images/zy02.png");
}

.link .mainBd ul li:nth-child(3) {
    background-image: url("../images/zy03.png");
}

.link .mainBd ul li:nth-child(4) {
    background-image: url("../images/zy04.png");
}

.link .mainBd ul li:nth-child(5) {
    background-image: url("../images/zy05.png");
}

.link .mainBd ul li:nth-child(6) {
    background-image: url("../images/zy06.png");
}

/**/
.flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.text{
    display: flex;
    margin-bottom: 10px;
}
.text .img{
    width: 135px;
    min-width: 135px;
    height: 90px;
    margin-right: 16px;
    overflow: hidden;
}
.text img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}
.text .img:hover img{
    transform: scale(1.1);
}
.text .txt h2{
    font-size: 18px;
}
.text .txt p{
    font-size: 16px;
    color: #999;
    margin-top: 10px;
}
