﻿@charset "utf-8";
#content{
    background: none;
}
/* 广告焦点图轮播 */
.banner {
    z-index: 0;
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
}
.banner .swiper-wrapper li {
    width: 100%;
}
.banner .swiper-slide img {
    height: auto;
    width: 100%;
    transition: transform 0.5s ease-in-out;
    transform: scale(1); /* 初始大小 */
}
.banner .zooming img{
   animation: zoomInOut 12s ease-in-out forwards;
}
.banner .swiper-wrapper .con {
    display: none;
}
.banner .swiper-pagination {
    height: 28px;
    overflow: hidden;
    position: absolute;
    z-index: 3;
    left: 0;
    width: 100%;
    bottom: 50px;
    display: none;
}
.banner .swiper-pagination .swiper-pagination-bullet {
    cursor: pointer;
    margin: 9px 5px;
    width: 14px;
    height: 14px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
    background-color:#25367A;
}
 .banner .banner-button{
    position: absolute;
    z-index: 1;
    width: 60px;
    height: 60px;
    line-height: 60px;
    float: left;
    overflow: hidden;
    top: 50%;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(149, 185, 208, 0.3);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.banner .banner-button:hover{
    background-color: rgba(149, 185, 208, 0.5);
}
.banner .banner-button{
    background-image: url(../../base/img/ind-foucs-prev.png);
}
.banner .banner-button-prev{
    left: 120px;
}
.banner .banner-button-next{
    right: 120px;
}
.banner .banner-button-next{
    background-image: url(../../base/img/ind-foucs-next.png);
}

/* ==========================================================================
   背景
========================================================================== */
.layoutA{
    padding:80px 0;
    background: #fff url(../../base/img/ind-layout-bg-1.jpg) center top no-repeat;
    background-size: cover;
}
.layoutB{
    padding:64px 0;
    background: #25367A url(../../base/img/ind-layout-bg-2.png) center top repeat;
}
.layoutC{
    padding:50px 0;
    background: #fff url(../../base/img/ind-layout-bg-3.png) center top no-repeat;
    background-size: cover;
}
.layoutE{
    padding: 80px 0 0;
    background: #fff url(../../base/img/ind-layout-bg-4.jpg) center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.layoutD{
    padding:30px 0 0;
}
.layoutF{
    padding: 40px 0;
    background-color: #fff;
}

/* boxDefault */
.boxDefault .mhd{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.boxDefault .mhd h3{
    display: flex;
    align-items: center;
    line-height: 60px;
    font-size: 40px;
    font-weight: bold;
}
.boxDefault .mhd h3::before{
    content: '';
    display: inline-block;
    margin-top: 5px;
    width: 6px;
    height: 32px;
    background-color: #AD181F;
    margin-right: 8px;
}
.boxDefault .mhd h3 a:hover{
    text-decoration: none;
    color: #AD181F;
}
.boxDefault .mhd .more{
    font-size: 14px;
    color: #AD181F;
}
.boxDefault .mhd .more:hover{
    text-decoration: none;
    color: #da2c34;
}

/* 白色 */
.typeWhite .mhd h3,
.typeWhite .mhd h3 a,
.typeWhite .mhd .more{
    color: #CCAA3A;
}
.typeWhite .mhd h3::before{
    background-color: #CCAA3A;
}
.typeWhite .mhd .more{
    color: #CCAA3A;
}
.typeWhite .mhd h3 a:hover,
.typeWhite .mhd .more:hover{
    color: #ac8c34;
}


/* 二维码列表 */
.mediaQrcodeList{
    position: relative;
    z-index: 3;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.mediaQrcodeList dl {
    position: relative;
    width: 50px;
    cursor: pointer;
}
.mediaQrcodeList dl dt {
    height: 50px;
    width: 50px;
    transition: all 0.5s;
    border-radius: 50%;
    background-color:#FEF2E3;
}
.mediaQrcodeList dl dt i {
    height: 50px;
    display: block;
    background: url(../../base/img/xmt/xmtico1.svg) no-repeat center;
    transition: all 0.5s;
}
.mediaQrcodeList dl.dy dt i {
    background: url(../../base/img/xmt/xmtico2.svg) no-repeat center;
}
.mediaQrcodeList dl.bl dt i {
    background: url(../../base/img/xmt/xmtico3.svg) no-repeat center;
}
.mediaQrcodeList dl.wb dt i {
    background: url(../../base/img/xmt/xmtico4.svg) no-repeat center;
}
.mediaQrcodeList dl.tt dt i {
    background: url(../../base/img/xmt/xmtico5.svg) no-repeat center;
}
.mediaQrcodeList dl.xhs dt i {
    background: url(../../base/img/xmt/xmtico6.svg) no-repeat center;
}
.mediaQrcodeList dl dd {
    position: absolute;
    height: 0;
    padding: 0;
    box-shadow: 0 0 10px #00000011;
    background: #fff;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
    width: 120px;
    transition: all 0.5s;
}
.mediaQrcodeList dl dd img{
    width: 100%;
    height: 100%;
}
.mediaQrcodeList dl:hover dt {
    background: #fdf9f3;
}
.mediaQrcodeList dl:hover dd {
    display: block;
    height: 120px;
    padding: 5px;
}
.mediaQrcodeList dl:hover dd img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mediaQrcodeList dl:hover dd:before {
    content: "";
    display: block;
    position: absolute;
    right: -24px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    border: 12px;
    border-style: solid;
    border-color:  transparent transparent  transparent #fff;
}

/* ==========================================================================
   贵民新闻
========================================================================== */
.newsSwiper{
    display: flex;
    align-items: stretch;
    justify-content:space-between;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.newsSwiper .swiper{
    position: relative;
    z-index: 1;
    width: 842px;
}
.newsSwiper .swiper li .title{
    display: none;
}
.newsSwiper .swiper li .pic img{
    width: 100% !important;
    height: auto !important;
}
.newsSwiper .newsSwiperBox{
    position: relative;
    z-index: 2;
    flex: 1;
    background:#F5F5F5 url(../../base/img/ind-news-bg.png) right top no-repeat;
}
.newsSwiper .newsSwiperBox::after{
    content:"";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 38px;
    z-index: 1;
    border-top: 4px solid rgba(173,24,31,0.3);
    border-bottom: 4px solid rgba(173,24,31,0.3);
    background:  url(../../base/img/ind-layout-icon.png) left center repeat-x;
}
.newsSwiperBox .mhd{
    margin:30px 20px 20px 30px;
    padding-bottom:20px;
    border-bottom: 1px dotted #AD181F;
}

/* news-swiper-list */
.news-swiper-list li{
    display: flex;
    padding:10px 10px 10px 30px;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
}
.news-swiper-list li .title{
    flex:1;
}
.news-swiper-list li .title a{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-swiper-list li .others,
.news-swiper-list li .intro pre{
    display: none;
}
.news-swiper-list li .more{
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 70px;
    line-height: 70px;
    text-align: center;
    white-space: nowrap;
    font-size: 22px;
    color: #CCAA3A;
    overflow: hidden;
    background:  url(../../base/img/blue/ind-btn-bg.jpg) left top no-repeat;
    transition: width 0.6s;
    -webkit-transition: width 0.6s;
    -moz-transition: width 0.6s;
    -ms-transition: width 0.6s;
    -o-transition: width 0.6s;
}
.news-swiper-list li .more::after{
    content:"";
    width: 36px;
    height: 35px;
    background: url(../../base/img/blue/ind-btn-1.png) left top no-repeat;
}
.news-swiper-list li.active .more{
    width: 195px;
}
.news-swiper-list li.active{
    margin-left: -50px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

/* ==========================================================================
   贵民校园
========================================================================== */
.rightBox{
    display: flex;
    align-items: center;
}
.pic-button{
    width: 40px;
    height: 40px;
    cursor: pointer;
    background:white url(../../base/img/blue/ind-btn-prev.png) center center no-repeat;
    border-radius:50%;
}
.pic-button.pic-button-next{
    margin-left: 14px;
    margin-right: 10px;
    background-image: url(../../base/img/blue/ind-btn-next.png);
}

.swiperBox{
    overflow: hidden;
}
.picTitleList li{
    width: calc(25% - 28px);
    float: left;
    margin-right: 28px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.picTitleList li .pic img{
    width: 100%;
    height: auto;
}
.picTitleList li .title{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transition: bottom 0.6s;
    -webkit-transition: bottom 0.6s;
    -moz-transition: bottom 0.6s;
    -ms-transition: bottom 0.6s;
    -o-transition: bottom 0.6s;
}
.picTitleList li .title a{
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
    padding-top: 30px;
    padding-bottom: 10px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: -webkit-gradient(linear,0 0,0 100%,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.8)));
    background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));
    background: -ms-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));
    background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));
    background: linear-gradient(rgba(0, 0, 0, 0), rgb(0,0,0,0.8));
}

/* ==========================================================================
   媒体贵民
========================================================================== */
.boxMedia .mhd{
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    padding-bottom: 50px;
}
.boxMedia .mhd::after,
.boxMedia .mhd::before{
    content:"";
    position: absolute;
}
.boxMedia .mhd::before{
    z-index: -2;
    left: 0;
    right: 0;
    bottom:18px;
    height: 1px;
    line-height: 1px;
    background-color: #EA3521;
}
.boxMedia .mhd::after{
    z-index: -1;
    left: 0;
    right: 0;
    bottom:0;
    margin:0 auto;
    text-align: center;
    width: 46px;
    padding:0 2px;
    height: 51px;
    background:#F6F6F6 url(../../base/img/ind-box-icon.png) center top no-repeat;
}
.boxMedia .mhd h3{
    font-size: 40px;
    font-weight: bold;
    color:#333;
}
.boxMedia .mhd h3 a{
    color:#333;
}
.boxMedia .mhd h3 a:hover{
    text-decoration: none;
    color: #A46213;
}
.boxMedia .flex-column{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.boxMedia .flex-row{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 10px;
}
.boxMedia .medialLeft{
    width: 620px;
}
.boxMedia .medialRight{
    flex: 1;
}
.boxMedia .moreBox{
    flex: 1;
    display: flex;
    justify-content: end;
    background: #F0D3B1 url(../../base/img/ind-media-bg.png) -35px bottom no-repeat;
}
.boxMedia .moreBox .tip{
    width: 30px;
    padding:20px 40px 20px 20px;
    text-align: center;
    font-size: 24px;
    line-height: 1.2;
    color: #A46213;
}
/* 图片列表 */
.mediaPic li{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.mediaPic li .item-icon{
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}
.mediaPic li .item-icon img{
    width: auto;
    height: auto;
    max-width: 180px;
    max-height: 60px;
    padding: 3px;
    background-color: #fff;
    border-radius: 0 0 5px 0;
}
.mediaPic li .pic,
.mediaPic li .pic a{
    display: block;
    height: 100%;
}
.mediaPic li .pic img{
    display: block;
    width: 100% !important;
    height: 100% !important;
}
.mediaPic li .con{
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: -100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    padding: 30px 14px 14px;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.5) 100% );
    transition: bottom 0.6s;
}
.mediaPic li .con .title{
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}
.mediaPic li .con .title a{
    color: #fff;
}
.mediaPic li .con .title a:hover{
    text-decoration: none;
}
.mediaPic li .con .others{
    color: rgba(255, 255, 255, 0.8);
}
.mediaPic li:hover .con{
    bottom: 0;
}

.type-pic-1 li{
    width: 392px;
    height: 700px;
}
.type-pic-2 li{
    width: 794px;
    height: 348px;
}
.type-pic-3 li{
    width: 392px;
    height: 342px;
}

/* ==========================================================================
   影像民大
========================================================================== */
#boxYxgm{

}
.picYxgmList li{
    position: relative;
    z-index: 1;
    overflow: hidden;
    opacity: 0.6;
}
.picYxgmList li .pic{
    transform: scale(0.9) translate(5%, 6%);
    -webkit-transform: scale(0.9) translate(5%, 6%);
    -moz-transform: scale(0.9) translate(5%, 6%);
    -ms-transform: scale(0.9) translate(5%, 6%);
    -o-transform: scale(0.9) translate(5%, 6%);
}
.picYxgmList li.swiper-slide-next .pic{
    transform: scale(0.9) translate(-10%, 6%);
    -webkit-transform: scale(0.9) translate(-10%, 6%);
    -moz-transform: scale(0.9) translate(-10%, 6%);
    -ms-transform: scale(0.9) translate(-10%, 6%);
    -o-transform: scale(0.9) translate(-10%, 6%);
}
.picYxgmList li .title{
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    transition: bottom 0.6s;
    -webkit-transition: bottom 0.6s;
    -moz-transition: bottom 0.6s;
    -ms-transition: bottom 0.6s;
    -o-transition: bottom 0.6s;
}
.picYxgmList li .title a{
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
    padding-top: 30px;
    padding-bottom: 10px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: -webkit-gradient(linear,0 0,0 100%,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.9)));
    background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));
    background: -ms-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));
    background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));
    background: linear-gradient(rgba(0, 0, 0, 0), rgb(0,0,0,0.8));
}
.picYxgmList li.swiper-slide-active{
    z-index: 2;
    width: auto !important;
    opacity: 1;
}
.picYxgmList li.swiper-slide-active .pic{
    transform: scale(1) translate(0, 0);
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
}
.picYxgmList li.swiper-slide-active .title{
    bottom: 0;
}
/* ==========================================================================
  大学报  专题
========================================================================== */
.indfoNodeBox{
    position: relative;
    z-index: 1;
    padding:40px 32px 0;
    background:#25367A;
}
.indfoNodeBox::after,
.indfoNodeBox::before{
    content:"";
    position: absolute;
    z-index: -1;
}
.indfoNodeBox::before{
    width: 34px;
    height: 31px;
    top: 8px;
    right: 8px;
    background: url(../../base/img/ind-media-bg-1.png) left top no-repeat;
}
.indfoNodeBox::after{
    width: 315px;
    max-width: 80%;
    height: 150px;
    left: 0;
    bottom:0;
    background: url(../../base/img/blue/ind-media-bg-2.jpg) left bottom no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.infoNodelist{
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom:1px dotted rgba(255, 255, 255, 0.2);
}
.infoNodelist li{
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}
.infoNodelist li .node{
    margin-bottom: 10px;
}
.infoNodelist li .node a{
    box-sizing: border-box;
    display: inline-block;
    padding:0 30px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #CCAA3A;
    border:1px solid #C1996A;
    border-radius: 5px;
}
.infoNodelist li:hover .node a{
    background-color: rgba(193,153,106,0.4);
}
.infoNodelist li .tit{
    position: relative;
    z-index: 1;
    padding-left: 22px;
    font-size: 18px;
    line-height: 28px;
    max-height: 56px;
    overflow: hidden;
    color: #CCAA3A;
}
.infoNodelist li .tit::before{
    position: absolute;
    left: 0;
    top: 12px;
    content:"";
    width: 6px;
    height: 6px;
    float: left;
    background-color: #CCAA3A;
    border-radius: 50%;
}
.indfoNodeBox .more{
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    float: right;
    padding:0 30px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #CCAA3A;
    border:1px solid #C1996A;
    border-radius: 5px;
}
.indfoNodeBox .more:hover{
    background-color: rgba(193,153,106,0.4);
}

.boxLoop{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.picDxbList li{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.picDxbList li .pic img{
    width: 100%;
    height: auto;
}
.picDxbList li .title{
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    transition: bottom 0.6s;
    -webkit-transition: bottom 0.6s;
    -moz-transition: bottom 0.6s;
    -ms-transition: bottom 0.6s;
    -o-transition: bottom 0.6s;
}
.picDxbList li .title a{
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
    padding-top: 30px;
    padding-bottom: 10px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: -webkit-gradient(linear,0 0,0 100%,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.8)));
    background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));
    background: -ms-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));
    background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.8));
    background: linear-gradient(rgba(0, 0, 0, 0), rgb(0,0,0,0.8));
}
.picDxbList li:hover .title{
    bottom: 0;
}

/* 专题网站 */
#boxSpecial{
    width: 796px;
    margin-left: 40px;
}
.specialList{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: stretch;
    justify-content: space-between;
}
.specialList li{
    position: relative;
    z-index: 1;
    width: calc(50% - 10px);
}
.specialList li .pic img{
    width: 100%;
    height: auto;
}
.specialList li .tit{
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding:10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    font-weight: bold;
    color: #fff;
    background-color: rgba(181,142,83,0.7);
    -webkit-transition:all 0.6s;
    -moz-transition:all 0.6s;
    -ms-transition:all  0.6s;
    -o-transition:all 0.6s;
    transition:all 0.6s;
}
.specialList li .tit:hover{
    background-color: rgba(181,142,83,0.1);
}

/* ==========================================================================
   picMdrwList
========================================================================== */
#boxMdrw .mbd{
    position: relative;
    z-index: 2;
    min-height: 660px;
}
.mdrw-button{
    position: absolute;
    z-index: 1;
    left: 160px;
    top: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background-color:#fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    cursor: pointer;
}
.mdrw-button::before{
    font-family: "fontpower";
    content: "\e1a4";
    font-size: 32px;
    color: #25367A;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.mdrw-button-next{
    left: 310px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.mdrw-button:hover{
    background-color: #25367A;
}
.mdrw-button:hover::before{
    color: #fff;
}
.swiperMdrw{
    position: relative;
    z-index: 1;
    padding:30px 110px;
    box-sizing: border-box;
    height: 724px;
    overflow: visible;
}
.swiperMdrw .titleIntro{
    position: absolute;
    z-index: 3;
    left: 486px;
    top: 60px;
    right: 200px;
}
.swiperMdrw .titleIntro .title{
    font-size: 32px;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 20px;
}
.swiperMdrw .titleIntro .title a{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.swiperMdrw .titleIntro .intro{
    text-indent: 2em;
    font-size: 14px;
    line-height: 24px;
}
.swiperMdrw .tempWrap{
    width: 1380px !important;
}
.picMdrwList{
    position: relative;
    z-index: 1;
    height: 100%;
    overflow: visible;
}
.picMdrwList li{
	position: relative;
    z-index: 1;
    width: 276px !important;
    float: left;
}
.picMdrwList li .pic{
    box-sizing: border-box;
    padding: 17px 0 0 21px;
    width: 222px;
    height: 222px;
    float: left;
    overflow: hidden;
    background:  url(../../base/img/ind-gmrw-icon-2.png) left top no-repeat;
    transform-origin: center center;
}
.picMdrwList li .pic img{
    width: 180px;
    height: 180px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.picMdrwList li .con{
    display: none;
    position: absolute;
    z-index: 1;
    left: 486px;
    top: 30px;
    right: 200px;
}
.picMdrwList li .title{
    font-size: 32px;
    font-weight: bold;
    line-height: 50px;
    margin-bottom: 20px;
}
.picMdrwList li .title a{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.picMdrwList li .intro{
    text-indent: 2em;
    font-size: 14px;
    line-height: 24px;
}
.picMdrwList li.on{
    z-index: 2;
}
.picMdrwList li,
.picMdrwList li .pic,
.picMdrwList li .pic img{
    -webkit-transition:all 0.6s;
    -moz-transition:all 0.6s;
    -ms-transition:all  0.6s;
    -o-transition:all 0.6s;
    transition:all 0.6s;
}
.picMdrwList li.on .pic{
    padding: 26px 0 0 42px;
    width: 336px;
    height: 325px;
    background-image: url(../../base/img/ind-gmrw-icon.png);
}
.picMdrwList li.on .pic img{
    width: 254px;
    height: 254px;
}
.picMdrwList li.on-2 .pic{
    margin-top: 220px;
    margin-left: 60px;
}
.picMdrwList li.on-3 .pic{
    margin-top: 370px;
    margin-left: 70px;
}
.picMdrwList li.on-4 .pic{
    margin-top: 450px;
    margin-left: 60px;
}
.picMdrwList li.on-5 .pic{
    margin-top: 370px;
    margin-left: 50px;
}


/*这里适应1620px以下的屏幕，主体内容最大宽度1400px*/
@media screen and (max-width: 1620px) {

    /* 贵民新闻 */
    .newsSwiper .swiper{ width: 720px; }

    /* 贵民校园 */
    .picTitleList li{ width: calc(25% - 21px); margin-right: 21px; }

    /* 媒体贵民 */
    .infoNodelist li{margin-bottom: 15px;}
    .type-pic-1 li{ width: 340px; height: 607px; }
    .type-pic-2 li{ width: 690px; height: 302px; }
    .type-pic-3 li{ width: 340px; height: 297px; }
    

    /* 贵民人物 */
    .swiperMdrw{ height: 640px; padding: 25px 60px; }
    .swiperMdrw .tempWrap{ width: 1280px !important; }
    .picMdrwList li{ width: 256px !important; }
    .swiperMdrw .titleIntro{ left: 440px; right: 140px; top: 50px; }
    .picMdrwList li .con{ left: 386px; right: 140px; top: 25px; }
    .picMdrwList li.on-2 .pic{ margin-top: 205px; margin-left: 48px; }
    .picMdrwList li.on-3 .pic{ margin-top: 335px; margin-left: 58px; }
    .picMdrwList li.on-4 .pic{ margin-top: 405px; margin-left: 48px; }
    .picMdrwList li.on-5 .pic{ margin-top: 335px; margin-left: 38px; }
    .mdrw-button{ left: 120px; top: 350px; }
    .mdrw-button-next{ left: 250px; }
    #boxMdrw .mbd{ min-height: 580px; }

    /* 大学报 专题 */
    #boxSpecial{ width: 790px; margin-left: 30px; }
}

/*这里适应1480px以下的屏幕，主体内容最大宽度1200px*/
@media screen and (max-width: 1480px) {

    /* 布局区 padding */
    .layoutA{ padding: 60px 0; }
    .layoutB{ padding: 48px 0; }
    .layoutC{ padding: 38px 0; }
    .layoutE{ padding: 60px 0 0; }
    .layoutF{ padding: 30px 0; }

    /* boxDefault */
    .boxDefault .mhd{ margin-bottom: 15px; }
    .boxDefault .mhd h3{ font-size: 30px; line-height: 45px; }
    .boxDefault .mhd h3::before{ width: 5px; height: 24px; margin-right: 6px; margin-top: 4px; }

    /* 贵民新闻 */
    .newsSwiper .swiper{ width: 632px; }
    .newsSwiperBox .mhd{ margin: 22px 15px 15px 22px; padding-bottom: 15px; }
    .news-swiper-list li{ padding: 8px 8px 8px 22px; height: 52px; line-height: 52px; font-size: 15px; }
    .news-swiper-list li .more{ margin-left: 15px; height: 52px; line-height: 52px; font-size: 16px; }
    .news-swiper-list li.active .more{ width: 146px; }
    .news-swiper-list li.active{ margin-left: -38px; }

    /* 贵民校园 */
    .pic-button{ width: 30px; height: 30px; }
    .pic-button.pic-button-next{ margin-left: 10px; margin-right: 8px; }
    .picTitleList li{ width: calc(25% - 21px); margin-right: 21px; }
    .picTitleList li .title a{ padding-top: 22px; padding-bottom: 8px; font-size: 12px; line-height: 30px; }

    /* 媒体贵民 */
    .boxMedia .mhd{ padding-bottom: 38px; }
    .boxMedia .mhd::before{ bottom: 14px; }
    .boxMedia .mhd::after{ width: 35px; height: 38px; }
    .boxMedia .mhd h3{ font-size: 30px; }
    .indfoNodeBox{ padding: 30px 24px 0; }
    .infoNodelist{ margin-bottom: 15px; }
    .infoNodelist li{ margin-bottom: 22px; }
    .infoNodelist li .node a{ padding: 0 22px; height: 30px; line-height: 30px; font-size: 12px; }
    .infoNodelist li .tit{ font-size: 14px; line-height: 22px; padding-left: 16px; }
    .infoNodelist li .tit::before{ top: 9px; width: 5px; height: 5px; }
    .indfoNodeBox .more{ padding: 0 22px; height: 30px; line-height: 30px; font-size: 12px; }
    .type-pic-1 li{ width: 294px; height: 525px; }
    .type-pic-2 li{ width: 596px; height: 261px; }
    .type-pic-3 li{ width: 294px; height: 257px; }
    .mediaPic li .con .title{ font-size: 14px; line-height: 22px; }
    .mediaPic li .con{ padding: 22px 10px 10px; }
    .boxMedia .moreBox .tip{ font-size: 18px; padding: 15px 30px 15px 15px; }
    .mediaQrcodeList{ gap: 11px; }
    .mediaQrcodeList dl dt{ width: 38px; height: 38px; }
    .mediaQrcodeList dl dt i{ height: 38px; }

    /* 影像贵民 */
    .picYxgmList li .title a{ padding-top: 22px; padding-bottom: 8px; font-size: 12px; line-height: 30px; }

    /* 贵民人物 */
    .swiperMdrw{ height: 640px; padding: 22px 20px; }
    .swiperMdrw .tempWrap{ width: 1160px !important; }
    .picMdrwList li{ width: 232px !important; }
    .swiperMdrw .titleIntro{ left: 364px; right: 150px; top: 45px; }
    .swiperMdrw .titleIntro .title{ font-size: 24px; line-height: 38px; margin-bottom: 15px; }
    .picMdrwList li .con{ left: 364px; right: 150px; top: 22px; }
    .picMdrwList li .title{ font-size: 24px; line-height: 38px; margin-bottom: 15px; }
    .picMdrwList li .intro{ font-size: 11px; line-height: 18px; }
    .picMdrwList li.on-2 .pic{ margin-top: 225px; margin-left: 65px; }
    .picMdrwList li.on-3 .pic{ margin-top: 348px; margin-left: 53px; }
    .picMdrwList li.on-4 .pic{ margin-top: 398px; margin-left: 45px; }
    .picMdrwList li.on-5 .pic{ margin-top: 278px; margin-left: 18px; }
    .mdrw-button{left: 100px;top: 365px;width: 50px;height: 50px;}
    .mdrw-button::before{ font-size: 24px; }
    .mdrw-button-next{left: 220px;}
    #boxMdrw .mbd{ min-height: 495px; }

    /* 大学报 专题 */
    #boxSpecial{ width: 796px; margin-left: 30px; }
    .specialList{ gap: 15px; }
    .specialList li{ width: calc(50% - 8px); }
    .picDxbList li .title a{ padding-top: 22px; padding-bottom: 8px; font-size: 12px; line-height: 30px; }
}