.g-mn {
    padding: 0 0 30px;
}

.mn-partly-1 {
    height: 450px;
    margin: 45px 0 0;
}

.mn-partly-1 .carousel {
    width: 600px;
    height: 450px;
    background-color: #d8d8d8;
}

.mn-partly-1 .carousel .info {
    width: 600px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding: 0 100px 0 20px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    bottom: 0;
    left: 0;
}

.pagination {
    position: absolute;
    z-index: 20;
    width: auto;
    bottom: 13px;
    right: 13px;
    text-align: center;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ffffff;
    margin: 0 7px;
    cursor: pointer;
}

.swiper-active-switch {
    background: #ee1d24;
}

.mn-partly-1 .dynamic {
    width: 550px;
}

.mn-partly-1 .dynamic-channel {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #fff7f7;
}


.mn-partly-1 .dynamic-channel .channel {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 0 35px;
}

.mn-partly-1 .dynamic-channel .channelTag {
    width: 220px;
    height: 67px;
    background-image: url(/DFS/template/103/images/index_2.png);
    top: -19px;
    left: -40px;
}

.mn-partly-1 .dynamic-channel a {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(/DFS/template/103/images/index_1.png);
    right: 20px;
    top: 13px;
}

.mn-partly-1 .top-info {
    padding: 25px 0 20px;
    margin: 0 0 20px;
    border-bottom: dashed 1px #cccccc;
}

.mn-partly-1 .top-info .title {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    line-height: 38px;
    color: #b20000;
    text-align: center;
    box-sizing: border-box;
    padding: 0 20px 10px;
}

.mn-partly-1 .top-info .summary {
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    text-indent: 2em;
}

.mn-partly-1 .list-info a {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 13px;
    line-height: 36px;
    font-size: 18px;
    color: #333333;
}

.mn-partly-1 .list-info a::after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #979797;
    position: absolute;
    left: 0;
    top: 15px;
}

.mn-partly-2 {
    height: 100px;
    /* background-color: #cccccc; */
    margin: 10px 0 0;
    transition: ease-in 0.5s;
}

.mn-partly-2 a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.mn-partly-4 {
    font-size: 0;
    margin: 35px 0 0;
}

.mn-partly-4 a {
    display: inline-block;
    /* width: 270px; */
    width: 48%;
    height: 135px;
    background-color: #666666;
}

.mn-partly-4 a+a {
    margin: 0 0 0 40px;
}

.mn-partly-3,
.mn-partly-5 {
    margin: 50px 0 0;
}

.mn-partly-common .channel {
    height: 40px;
    line-height: 40px;
    margin: 0 0 10px;
}

.mn-partly-common .channel .channelTag {
    width: 32px;
    height: 28px;
    background-image: url(/DFS/template/103/images/index_3.png);
    top: 6px;
    left: 0;
}

.mn-partly-common .channel .channelName {
    font-weight: 600;
    font-size: 26px;
    color: #b20000;
    margin: 0 0 0 45px;
}

.mn-partly-common .channel a {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(/DFS/template/103/images/index_1.png);
    right: 0;
    top: 13px;
}

.mn-partly-common .list-info a {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    padding: 0 13px;
    line-height: 36px;
    font-size: 18px;
    color: #333333;
}

.mn-partly-common .list-info a::after {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #979797;
    position: absolute;
    left: 0;
    top: 15px;
}


.mn-partly-common.center {
    width: 600px;
}
.mn-partly-common.f-fl.document{
    width: 100%;
}
.mn-partly-common.faculty,
.mn-partly-common.activity {
    width: 540px;
}
.mn-content{
    display: flex;
    justify-content: space-between;
}
.mn-content .list-info{
    width: 50%;
}
.mn-content .list-info:nth-of-type(2){
    width: 44.83%;
}
.mn-content 
.mn-partly-4 a:hover { box-shadow: 0 1px 15px 10px rgb(0,0,0,0.15); border-radius: 5px;}
.mn-partly-1 .list-info a:hover,
.mn-partly-common .list-info a:hover { color: #b20000; }
.mn-partly-1 .list-info a:hover::after,
.mn-partly-common .list-info a:hover::after { background-color: #b20000; }
.mn-partly-2:hover { transform: scale(0.99);border-radius: 5px;}