/*CSS样式重写*/
body,p,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,pre{
    margin:0;
    padding:0;
    border:none;
    list-style:none;
    box-sizing: border-box;
}
body{
    font-family: "microsoft yahei","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    min-width: 1200px;
}
a{
    color: #333;
    text-decoration:none;
    transition: .3s;
}
a:hover{
  	color: #9E0046 ;
    /*color: #186345;*/
    text-decoration:none;
}
input,button{
    outline:0;
}
img{
    vertical-align: middle;
    border: 0;
}
.ellipsis-2 {  overflow:hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
/*通用样式*/
.lf{
    float: left;
}
.rt{
    float: right;
}
.active{
    display: block;
}
.container{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.container:before,
.container:after{
    content: '';
    display: table;
    clear: both;
}
.ellipsis{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
table { border-collapse: collapse; border-spacing: 0 }

/*头部*/
.header .top{
    height: 120px;
    position: relative;
  	background:url(../images/headerbg.jpg) no-repeat center bottom;
      background-size: cover;
}
.header .logo{
    width: 100%;
    line-height: 120px;
    animation: zoomIn 1s;
}
/*导航栏*/
.nav{
    height: 55px;
    background: #F7F7F7;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,0.12), 0 5px 12px 4px rgba(0,0,0,0.1);
}
.menu{
    display: flex;
}
.menu>li{
    flex:1;
    position: relative;
}
.menu>li:nth-child(5){
  	width: 180px;
}
.menu>li>a{
    position: relative;
    display: block;
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    text-align: center;
}
.menu>li>a:after{
    content: '';
    position: absolute;
    top: 15px;
    bottom: 15px;
    right: -1px;
    border-right: 1px dotted #B1B1B1;
}
.menu>li:hover>a{
    color: #fff;
    text-decoration: none;
  	background: #9E0046 ;
   /* background: #186345;*/
}
.menu>li:last-child>a:after,
.menu>li:hover>a:after {
    display: none;
}

.sub-menu{
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    background: rgba(255,255,255,.8);
    z-index: 9999;
    display: none;
    border-top: 3px solid #9B0044;
    box-shadow: inset 0 -1px 0 0 rgba(123,147,167,0.10);
}
.sub-menu li a{
    display: block;
    color: #333;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    border-top: 1px solid #eee;
}
.sub-menu li a:hover{
    background: rgba(158,0,70,0.80);
    text-decoration: none;
    color: #fff;
}

.search{
    float: right;
    position: relative;
    top: 24px;
}
.search>p{
    margin-bottom: 8px;
    padding-left: 20px;
    color: #fff;
    text-align: right;
}
.search>p>a{
    color: #fff;
    margin: 0 3px;
}
.search .form{
    background-color: #fff;
    padding: 2px 10px;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
}
.search input[type='text']{
    width: 240px;
    height: 33px;
    line-height: 33px;
    padding: 0 30px 0 10px;
    border: 0;
}
.search input[type='image']{
    position: absolute;
    top: 38px;
    right: 10px;
}

.section{
    min-height: 500px;
    font-size: 14px;
}

/*幻灯片*/
.slide{
    width:100%;
    margin: 0 auto;
    /*display: none;*/
}
.slideBox{
    width:100%;
    overflow:hidden;
    position:relative;
    text-align: center;
}
.slideBox .hd{
    position:absolute;
    width: 100%;
    bottom:15px;
    z-index:1;
}
.slideBox .hd ul{
    width: 100%;
    text-align: center;
}
.slideBox .hd ul li{
    margin:0 8px;
    width: 14px;
    height: 14px;
    background:#eee;
    cursor:pointer;
    display: inline-block;
    border-radius: 50%;
}
.slideBox .hd ul li.on{
  	background: #A61E51;
}
.slideBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.slideBox .bd img{
    display:inline-block;
    height: 680px;
    width: 100%;object-fit: cover;

}
.slideBox .arrow{
    position: absolute;
    top: 0;
    left: 50%;
    width: 1200px;
    height: 100%;
    margin-left: -600px;
    display: none;
}
.slideBox:hover .arrow{
    display: block;
}
.slideBox .prev,
.slideBox .next{
    position:absolute;
    left:2%;
    top:50%;
    margin-top:-37px;
    display:block;
    width:37px;
    height:74px;
    background: url(../images/arrow_left.png) no-repeat;
}
.slideBox .next{
    left:auto;
    right:2%;
    background: url(../images/arrow_right.png) no-repeat;
}

.title{
    height: 40px;
    line-height: 30px;
    margin: 30px 0;
}
.title h2{
    float: left;
    position: relative;
    color: #999;
    font-size: 28px;
    font-weight: normal;
    padding-left: 15px;
}
.title h2::after{
    position: absolute;
    content: '';
    top:0;
    left:0;
    width: 4px;
    height: 48px;
    background: #9E0046;

}
.title h2 span{
    display: block;
    font-size: 12px;
    color: #3E3E3E;
    letter-spacing: 1px;
    line-height: 28px;
}
.title h2 span::before{
    content: '';
    width: 10px;
    height: 10px;
    margin-right: 8px;
    display: inline-block;
    background: rgba(0,0,0,0.10);
}

.title h2 a{
    /*color: #186345;*/
}
.title h2 a:hover{
    /*font-weight: bold;*/
}
.title .rt{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    margin-top: 26px;
    padding-right: 24px;
    background: url(../images/arrow_rt.png) no-repeat right 0;
}

/*学院动态*/
.news{
    float: left;
    width: 783px;
    overflow: hidden;
}

.picScroll-left{
    position:relative;
    float: left;
    width: 403px;
}
.picScroll-left .hd{
    position: absolute;
    bottom: 30px;
    right: 10px;
    z-index: 99;
}
.picScroll-left .hd li{
    float: left;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    background: rgba(255,255,255,0.50);
    border-radius: 5px;
    cursor: pointer;
    font-size: 0px;
    transition: all .5s;
}
.picScroll-left .hd li.on{
    background-color: #fff;
}
.picScroll-left .bd{
    /* width: 1200px; */
    margin: 0 auto;
    zoom:1;
}
.picScroll-left .bd ul{
    height: 360px;
    zoom:1;
}
.picScroll-left .bd li{
    position: relative;
    float:left;
    width: 400px;
}
.picScroll-left .bd li .img{
    display: block;
    width: 400px;
    height: 360px;
    overflow: hidden;
    position: relative;
}
.picScroll-left .bd li .img img,.picMarquee-left .bd ul li img{
    object-fit: cover;
}
.picScroll-left .bd li img{
    display: inline-block;
    width: 400px;
    height: 360px;
    transition: .3s;
}
.picScroll-left .bd li .img:hover img{
    transform: scale(1.1);
}
.picScroll-left .bd li .img:hover p{
  	color: #9E0046 ;
    /*color: #186345;*/
}
.picScroll-left .bd li>p{
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 65px;
    display: flex;
    align-items: center;
    padding: 8px 100px 15px 15px;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    background: rgba(158,0,70,0.80);
}
.picScroll-left .bd li>p a{
    color: #fff;
}
.xyxw-content{
    position: relative;
    float: right;
}
.xyxw-content ul li{
    border-bottom: 1px solid #e8e8e8;
}
.xyxw-content .date{
    color: #9E0046 !important;
    border: none !important;
    background: none !important;
}

/*通知公告*/
.notice{
    float: right;
    width: 366px;
}
.notice li{
    height: 60px;
    margin-bottom: 15px;
}
.notice li:last-child{margin-bottom: 0;}
.notice li:before{
    content: '';
    display: table;
    clear: both;
}
.notice li .date{
    float: left;
    width: 58px;
    height: 58px;
    color: #8c1b15;
    font-size: 12px;
    text-align: center;
    border: 1px solid #E8E8E8;
}
.notice li .date h1{
    font-size: 24px;
}
.notice li p{
    margin: 0px 0 0px 70px;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.notice li:hover .date{
    color: #fff;
  	background: #9E0046 ;
    /*background: #186345;*/
}


/*艺术实践*/
.result{
    margin: 10px 0;
}
.result .title{
    padding-bottom: 10px;
}
.result .title h2:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    /*border-bottom: 3px solid #0C904B;*/
}
.picMarquee-left .bd{
    overflow:hidden;
}
.picMarquee-left .bd ul{
    overflow:hidden;
    zoom:1;
}
.picMarquee-left .bd ul li{
    float:left;
    width: 284px;
    margin-right:20px;
    _display:inline;
    overflow:hidden;
    text-align:center;
}
.picMarquee-left .bd ul li .pic{
    width:284px;
    height:236px;
    overflow: hidden;
}
.picMarquee-left .bd ul li .pic img{
    display: inline-block;
    width:284px;
    height:236px;
    transition: .3s;
    border-radius: 8px;
}
.picMarquee-left .bd ul li .pic:hover img{
    transform: scale(1.1);
}
.picMarquee-left .bd ul li p{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 50px;
    line-height:50px;
    font-size: 16px;
    text-align: center;
    padding: 0 10px;
}
.link{
    clear: both;
    overflow: hidden;
    margin: 0px 0 30px;
}
.link li{
    box-sizing: border-box;
    float: left;
    width: 25%;
    padding-right: 20px;
    padding-top: 15px;
    font-family: PingFangSC-Regular;
font-size: 14px;
color: #4F4F4F;

}
.link li a{
  color: #4F4F4F;  letter-spacing: 1.75px;
}

.common-list{
    margin: 15px 0 10px 0;
}
.common-list li{
    height: 55px;
    line-height: 55px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 0;
}
.common-list li span{
    float: right;
    color: #999;
}
.common-list li span i{
    padding-right: 5px;
}
.common-list li a{
    text-decoration: none;
}
.common-list li:hover{
    background: #F1F1F1;
}
.common-list li{
    font-size: 16px;
    padding: 0 8px;
}
.common-list li p{
    position: relative;
    padding: 0 30px 0 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.common-list li p:before{
    content: '';
    position: absolute;
    top: 23px;
    left: 0;
    width: 7px;
    height: 7px;
    background: #D0D1D3;
    border-radius: 50%;
}
.common-list li p:hover:before{
    background: #018478;
}

/*尾部*/
.footer{
    border-top: 1px solid #e8e8e8;
    padding : 25px 0 0;
    color: #666;
  	background: #fff;
    letter-spacing: 1.5px;
    line-height: 1.8;
}
.footer a{color: #666;}
.footer .txt{
    margin-top: 20px;
    padding: 10px 0;
    border-top: 1px solid #e8e8e8; 
}
.footer .txt a{
    padding-right: 10px;
}
.footer .container{
    position: relative;
}
.footer .code{
    position: absolute;
    right: 0;
    top:0px
}

@media screen and (min-width: 1400px) {
    .container{
        width: 1400px;
    }
    .news{
        width: 920px;
    }
    .picScroll-left,.picScroll-left .bd li,.picScroll-left .bd li .img,.picScroll-left .bd li .img img{
        width: 452px;
    }
    
    .picMarquee-left .bd ul li{
        margin-right: 25px;
    }
    .picMarquee-left .bd ul li,.picMarquee-left .bd ul li .pic,.picMarquee-left .bd ul li .pic img{
        width: 340px;
        height:250px ;
    }
    .notice{
        width: 446px;
    }
}