::-ms-clear{display: none;}
  
/*-----------------[初始化]--------------*/
body{color: #333;font-size: 12px;line-height: 1.5;font-family:"微软雅黑","Microsoft Yahei";background: #fff;
-ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;}
a{color: #444;}
a:hover{color: #9a0000;}
img,.ani{
    max-width: 100%;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
input,textarea,select{font-size: 12px;color: #444;font-family:"微软雅黑","Microsoft Yahei";}
input[type='submit'],input[type='reset'],input[type='button'],select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


/*结构*/
.wp{width: 100%;max-width: 1180px;margin: 0 auto;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}

*{outline: none;}

/*问题*/

/*按钮*/

/*颜色*/

/*页码*/
.m-page{padding: 15px 0 0;text-align: center;}
.m-page ul{overflow: hidden;display: inline-block;vertical-align: top;}
.m-page ul li{
    float: left;margin: 0 5px;
}
.m-page li a{
    display: block;
    font-size: 14px;color: #666;line-height: 28px;
    padding: 0 10px;
    background: #fff;border: 1px #ededed solid;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.m-page li a:hover,.m-page li.on a{
    background: #9a0000;color: #fff;
}
/*******************************
	-------[=头部]-------
********************************/
#top{background: #9a0000;height: 32px;line-height: 32px;position: relative;z-index: 99999;}
#top .top-r{float: right;}
.ul-list1{float: left;}
.ul-list1 li{float: left;font-size: 14px;position: relative;}
.ul-list1 a{display: block;color: #fff;}
.ul-list1 .v1{padding: 0 18px 0 11px;}
.ul-list1 i{display: inline-block;width: 21px;height: 32px;background-position: center center;background-repeat: no-repeat;}
.ul-list1 .v1:hover,.ul-list1 .on .v1{background: #333;}
.ul-list1 .subBox{position: absolute;left: 0;top: 100%;padding-top: 1px;width: 133px;display: none;}
.ul-list1 .subBox dl{background: rgba(0,0,0,.8);padding: 10px 0;}
.ul-list1 .subBox a{height: 36px;line-height: 36px;padding: 0 24px;}
.ul-list1 .subBox a:hover{text-decoration: underline;}


#top .sel-lan{float: left;color: #fff;width: 82px;text-align: center;font-size: 14px;}
#top .sel-lan dl{display: block;vertical-align: middle;cursor: pointer;position: relative;}
#top .sel-lan dt{line-height: 32px;height: 32px;padding: 0 10px;}
#top .sel-lan dl a{display: block;color: #fff;}
/*#top .sel-lan dd{display: none;position: absolute;top: 100%;left:0;right: 0;z-index: 9999;padding: 10px 10px;background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.5);text-align: center;
}*/

#top .search{display: block;width: 30px;height: 24px;background: url(/undergraduate/images/gicon6.png) no-repeat center center;float: right;border: none;cursor: pointer;}
.m-search{float: right;position: relative;top: 4px;}

.m-soBox{ 
   z-index: 999;position: relative;height: 24px;line-height: 24px;
   -webkit-border-radius: 12px;
   -moz-border-radius: 12px;
   border-radius: 12px;
}
.soBox-click .m-soBox{width: 218px;}
.soBox-click .m-soBox .input{display: block;}
#top .soBox-click .m-soBox .search{position: absolute;right: 5px;top: 0;width: 30px;height: 24px;
    background: url(/undergraduate/images/gicon6-6.png) no-repeat center center;z-index: 9999;
}
.m-soBox .input{height: 24px;line-height: 24px;padding: 0 10px;display: inline-block;background: #fff;width: 100%;position: absolute;left: 0;right: 0;display: none;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.m-soBox .search:hover{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
#hd .logo{line-height: 112px;}
#hd .logo img{display: inline-block;vertical-align: middle;}


/*手机导航*/
#hd-m{
    position: fixed;left: 0;right: 0;top: 0;z-index: 9999;
    height: 60px;
    line-height: 60px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    padding: 0 5px;
    background: #fff;
    display: none;
}
#hd-m .inner{
    position: fixed;left: 0;top: 60px;z-index: 99999;
bottom:0;  

  width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
}
#hd-m .inner .bg{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
}
#hd-m .so-Box{
    float: right;
    position: relative;
    height: 60px;width: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    margin-right: 30px;
}
#hd-m .so-Box.open{width: 100%;}
#hd-m .so-Box .close{
    display: block;width: 45px;height: 60px;
    background: url(/undergraduate/images/icon-close2.png) no-repeat center center;
    position: absolute;left: 0;top: 0;
    display: none;
}
#hd-m .so-Box.open .close{display: block;}
#hd-m .so-Box.open{
    position: absolute;left: 0;right: 0;z-index: 2000;
    padding: 0 45px;
    background: #fff;
}
#hd-m .so-Box input[type="text"]{
    display: block;width: 100%;height: 60px;
    border: none;background: none;
    border-left: 1px #f3f2f2 solid;
    font-size: 14px;color: #333;line-height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    padding: 0 15px;
    display: none;
}
#hd-m .so-Box.open input[type="text"]{display: block;}
#hd-m .so-Box input[type="submit"],#hd-m .so-Box .btn{
    display: block;width: 40px;height: 60px;
    position: absolute;right: 0;top: 0;
    cursor: pointer;
    border: none;
    background: url(/undergraduate/images/icon-so1-1.png) no-repeat center center;
}
#hd-m .so-Box input[type="submit"]{display: none;background-image: url(/undergraduate/images/icon-so2.png);}
#hd-m .so-Box.open input[type="submit"]{display: block;}
#hd-m .so-Box.open .btn{display: none;}
#hd-m .nav{
    position: absolute;left: 0;top: 0;bottom: 0;
    overflow-y: auto;
    width: 46%;
    background: #fff;
}

/*******************************
	-------[=导航]-------
********************************/
#nv{background:#efefef;height:47px;line-height: 47px;z-index: 9999;}
.nav{height:47px;}
.nav li{float: left;font-size: 16px;width: 116px;position: relative;z-index: 9999;}
.nav .v1{display: block;color: #000;background: url(/undergraduate/images/gicon7.png) no-repeat center right;text-align: center;}
.nav .last-child .v1{background: #efefef;}
.nav .v1:hover,.nav li.on .v1{color: #fff;background: #9a0000;}
.nav .subBox{position: absolute;left: 0;top: 100%;padding-top: 0px;width: 160px;overflow: hidden;font-size: 14px;display: none;}
.nav .subBox dl{background: url(/undergraduate/images/gbg.png);padding: 12px 0 14px;}
.nav .subBox a{display: block;line-height: 24px;padding: 6px 22px;color: #fff;position: relative;}
.nav .subBox i{display: block;position: absolute;width: 5px;height: 9px;background: url(/undergraduate/images/gicon8.png) no-repeat center center;
    top: 50%;margin-top: -4px;right: -120%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.nav .subBox a:hover{color: #c50000;}
.nav .subBox a:hover i{right: 18px;}
.nav .subBox dl dd{position: relative;}

/*三级菜单*/
.nav .subBox2{
    position: absolute;left: 100%;top: 30px;
    width: 100%;min-height: 200px;
    background: rgba(0,0,0,.4);
  /*  padding: 12px 0 14px; */
    display: none;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
    border-top: 1px rgba(255,255,255,.2) solid;
    border-bottom: 1px rgba(255,255,255,.2) solid;
}
.nav li.last .subBox2{left: auto;right: 100%;}
.nav .subBox dd:hover .subBox2{
    top: 0;
    display: block;
}
.nav .subBox2 a{
    display: block;
    font-size: 13px;
    line-height: 24px;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    padding: 6px 5px 6px 20px;
}
 /* .nav .v1-ok{background: url(/undergraduate/images/icon8.png) no-repeat right 10px center;}
.nav .v1-ok.v1-open{background-image: url(/undergraduate/images/icon9.png);}*/

.nav li .first-level,
.nav li .second-level{
    display: block;
    position: absolute;right: 0;top: 7px;
    background-position: center center;
    background-repeat: no-repeat;
}
.nav li .first-level{width:40px;height:36px;background-image: url(/undergraduate/images/icon-arrow1.png);}
.nav li .second-level{width:40px;height:28px;background-image: url(/undergraduate/images/icon-on.png);}
.nav li .first-level em,
.nav li .second-level em{
    display: block;
    width: 1px;background: #ccc;
    opacity: 0;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.nav li .first-level em{height: 25px;margin-top: 5px;}
.nav li .second-level em{height: 20px;margin-top: 4px;}
.nav li .first-level.on em,.nav .second-level.on em{
    opacity: 1;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.nav li .v1-open + .first-level{background-image: url(/undergraduate/images/icon-arrow2.png);}
.nav li .v2.open + .second-level{background-image: url(/undergraduate/images/icon-off.png);}



.menuBtn{position: absolute;z-index: 9;display: none;right: 10px;
    width: 30px;padding: 12px 0 7px 0;cursor: pointer;top: 6px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 3px;background-color: #9a0000;
    margin: 3px 0 5px;border-radius: 2px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open{top: 21px;}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 0;top: 105%;width: 30px;}
.menuBtn.open b:first-child{display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}


/*******************************
	-------[=banner]-------
********************************/
#ban{
    height: 320px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#banner .item{height: 100%;}
#banner a.slick-slide{display: block;height: 100%;}
#banner{height: 440px;}
#banner .slick-slider,#banner .slick-list,#banner .slick-track,#banner .slick-slide{height: 100%;}
#banner .item{outline: 0;position: relative;
    background-position: center center;background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

#banner .slick-dots{position: absolute;left: 0;bottom: 21px;width: 100%;text-align: center;z-index: 99;}
#banner .slick-dots li{display: inline-block;margin: 0 5px 0 6px;}
#banner .slick-dots li button{display: block;width: 13px;height: 13px;border: none;outline: 0;cursor: pointer;text-indent: -9999em;padding: 0;margin: 0;
    font-size: 0;line-height: 0;text-indent: 999px;background: none;border: 1px solid #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
}
#banner .slick-dots li.slick-active button{background-color: #fff;}



/*******************************
	-------[=底部]-------
********************************/
.fd-con{padding: 30px 0 24px;background: #212121;border-bottom: 1px solid #2b2b2b;font-size: 14px;color: #bdbdbd;}
.fd-con .share{float: left;}
.fd-con .share a{display: block;float: left;margin-left: 19px;width: 53px;height: 53px;position: relative;top: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.fd-con .share .weixin{background: url(/undergraduate/images/icon1.png) #545454 no-repeat center center;}
.fd-con .share .weibo{background: url(/undergraduate/images/icon2.png) #545454 no-repeat center center;}
.fd-con .share a:hover{
    background-color: #9a0000;
}

.fd-con .ma{position: absolute;bottom: 100%;z-index: 99;left: 0;width: 80px;height: 80px;display: none;}
.fd-con .ma img{display: block;width: 100%;height: 100%;margin-left: -18px;}
.fd-con .share a.on .ma{display: block;}


.fd-con .l-con{width: 71%;float: left;}
.fd-con .r-con{width: 28%;float: right;}
.fd-con .txt{/*width: 840px;float: left;*/padding-left: 266px;line-height: 30px;background: url(/undergraduate/images/gicon26.png) no-repeat center left;min-height: 132px;padding-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.fd-con .down{float: right;width: 120px;height: 40px;line-height: 40px;position: relative;top: 45px;/*margin-left: 40px;*/}
.fd-con .down input{display: block;width: 100%;height: 100%;background: #9a0000;color: #fff;border: none;cursor: pointer;font-size: 14px;padding-left: 14px;text-align: left;}
.fd-con .down input:hover{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.fd-con .down i{display: block;width: 16px;height: 14px;background: url(/undergraduate/images/gicon21.png) no-repeat center center;position: absolute;top: 13px;right: 14px;}

.fd-copy{height: 53px;line-height: 53px;background: #000;color: #949494;font-size: 14px;overflow: hidden;}
.fd-copy .l-copy{float: left;}
.fd-copy .r-copy{float: right;}
.fd-copy a{color:#949494;}
.fd-copy a:hover{text-decoration: underline;}


/*******************************
    -------[=苹果]-------
********************************/
.m-more{
    display: block;
    float: right;
    font-size: 14px;
    color: #333;
    padding-right: 23px;
    background: url(/undergraduate/images/gicon14.png) no-repeat center right;
    margin-top: -28px;
}
.m-more:hover {
    color: #9a0000;
}


.m-bgef{background: #efefef;margin-bottom: 30px;}
.ul-list2{overflow: hidden;}
.ul-list2 li{width: 25%;float: left;text-align: center;height: 86px;line-height: 86px;}
.ul-list2 a{display: block;height: 86px;color: #666;font-size: 16px;}
.ul-list2 i{display: inline-block;width: 48px;height: 86px;vertical-align: middle;background-position: center left;background-repeat: no-repeat;}
.ul-list2 li:hover a,
.ul-list2 li.on a {background: #fff;color: #9b0000;}
.ul-list2 .li1 i{width: 60px;}
.ul-list2 .li1:hover i,
.ul-list2 .li1.on i {background: url(/undergraduate/images/gicon15-2.png) no-repeat center left !important;}
.ul-list2 .li2:hover i,
.ul-list2 .li2.on i {background: url(/undergraduate/images/gicon16-2.png) no-repeat center left !important;}
.ul-list2 .li3:hover i,
.ul-list2 .li3.on i {background: url(/undergraduate/images/gicon18-2.png) no-repeat center left !important;}
.ul-list2 .li4:hover i,
.ul-list2 .li4.on i {background: url(/undergraduate/images/gicon17-2.png) no-repeat center left !important;}

.g-title2{overflow: hidden;}
.ul-list3{float: left;margin-left: -21px;}
.ul-list3 li{float: left;padding: 0 21px;background: url(/undergraduate/images/gicon25.png) 0 center no-repeat;}
.ul-list3 li:first-child{background: none;}
.ul-list3 a{display: block;font-size: 24px;color: #333;}
.ul-list3 .on a,.ul-list3 a:hover{color: #9a0000;}
.g-title2 .more{display: block;float: right;font-size: 14px;color: #333;padding-right: 23px;background: url(/undergraduate/images/gicon14.png) no-repeat center right;}
.g-title2 .more:hover{color:#9a0000; }

.ul-list4{overflow: hidden;padding: 21px 0 35px;clear: both;}
.ul-list4 li{float: left;width: 33.33%;}
.ul-list4 .li1{width: 66.66%;}
.ul-list4 .txt{position: relative;padding: 55px 40px;line-height: 24px;font-size: 14px;color: #666;height: 285px;z-index: 99;background: #f7f7f7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.ul-list4 h3 a{display: block;font-size: 18px;color: #333;max-height: 48px;line-height: 24px;overflow: hidden;margin-bottom: 18px;}
.ul-list4 .txt span{display: block;color: #999;margin-bottom: 8px;}
.ul-list4 .txt p{height: 72px;overflow: hidden;margin-bottom: 20px;}
.ul-list4 .pic{display: block;height: 285px;z-index: 10;overflow: hidden;background-position: center center;background-repeat: no-repeat;    
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.ul-list4 .pic img{display: block;width: 100%;height: 100%;display: none;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.ul-list4 .more{display: block;color: #666;padding-right: 23px;background: url(/undergraduate/images/gicon14.png) no-repeat center right;text-align: right;}
.ul-list4 .more:hover{color:#9a0000; }
.ul-list4 .top{overflow: hidden;}
.ul-list4 .top .txt{float: left;}
.ul-list4 .top .pic{overflow: hidden;}
.ul-list4 .bottom .pic{overflow: hidden;}
.ul-list4 .bottom .txt{float: right;}
.ul-list4 .li1 .txt{width: 50%;}
.ul-list4 .li1 .pic{width: 50%;}
.ul-list4 .icon1{width: 8px;height: 15px;display: block;background: url(/undergraduate/images/gicon19.png) no-repeat center center;position: absolute;
    right: -8px;top: 50%;margin-top: -8px;
}
.ul-list4 .icon2{width: 9px;height: 17px;display: block;background: url(/undergraduate/images/gicon23.png) no-repeat center center;position: absolute;
    left: -8px;top: 50%;margin-top: -8px;
}
.ul-list4 .icon3{width: 17px;height: 9px;display: block;background: url(/undergraduate/images/gicon20.png) no-repeat center center;position: absolute;
    left: 50%;bottom: -9px;margin-left: -4px;
}
.ul-list4 .icon4{width: 17px;height: 9px;display: block;background: url(/undergraduate/images/gicon20-4.png) no-repeat center center;position: absolute;
    left: 50%;top: -9px;margin-left: -4px;
}

.ul-list4 .top .txt:hover{background: #9a0000;}
.ul-list4 .txt:hover{color: #fff;}
.ul-list4 .txt:hover .more{color: #fff;background: url(/undergraduate/images/gicon14-2.png) no-repeat center right;}
.ul-list4 .txt:hover span{color: #fff;}
.ul-list4 .txt:hover h3 a{color: #fff;}
.ul-list4 .top .txt:hover .icon1{background: url(/undergraduate/images/gicon19-2.png) no-repeat center center;}
.ul-list4 .bottom .txt:hover{background: #9a0000;}
.ul-list4 .bottom .txt:hover .icon2{background: url(/undergraduate/images/gicon24.png) no-repeat center center;}
.ul-list4 .li2 .txt:hover{background: #9a0000;}
.ul-list4 .li2 .txt:hover .icon3{background: url(/undergraduate/images/gicon20-2.png) no-repeat center center;}

.ul-list4 .li2 .txt:hover .icon4{background: url(/undergraduate/images/gicon20-3.png) no-repeat center center;}
.ul-list4 .pic:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.m-section{overflow: hidden;}
.ul-list5{overflow: hidden;padding-top: 10px;}
.ul-list5 li{width: 33.33%;float: left;padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.ul-list5 .con{display: block;border-bottom: 1px solid #eee;color: #333;font-size: 16px;padding:15px 0 17px;}
.ul-list5 span{display: block;float: left;font-size: 32px;margin-right: 28px;}
.ul-list5 .txt{overflow: hidden;line-height: 23px;height: 46px;}
.ul-list5 .con:hover{color: #9b0000;}
.ul-list5 .li2 .con{border-bottom: none;}
/*******************************
    -------[=番茄]-------
********************************/
.row{overflow: hidden;margin-top: -40px;}
#bd{margin-bottom: 60px;position: relative;z-index: 10;}

/*左右分栏*/
.side-col{
    float: left;width: 254px;min-height: 608px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    padding-bottom: 30px;
    background: url(/undergraduate/images/bg3.png) no-repeat right bottom;
    background-color: #ededed;
    margin-right: 50px;
}
.main-col{overflow: hidden;padding-top: 60px;}

/*目今位置*/
.m-cur{
    font-family: "宋体";
    font-size: 12px;color: #484848;line-height: 24px;text-align: right;
    padding: 14px 0 19px;
}
.m-cur a{color: inherit;}
.m-cur a:hover{color: #9a0000;}
.m-cur a i{
    display: inline-block;vertical-align: middle;
    width: 20px;height: 20px;
    background: url(/undergraduate/images/bg4.png) no-repeat center center;
    margin-right: 6px;
}

.g-title1{padding: 8px 10px 16px 40px;background: #9a0000;}
.g-title1 h3{
    font-size: 32px;color: #fff;font-weight: normal;line-height: 64px;
    background: url(/undergraduate/images/bg1.jpg) no-repeat left bottom;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*页码*/



.snav{padding-top: 12px;}
.snav li{
    padding-left: 17px;
}
.snav a{
    display: block;
    font-size: 16px;color: #000;line-height: 47px;
    padding-left: 32px;
    background-position: 14px center;
    background-repeat: no-repeat;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.snav li.on a,.snav a:hover{
    color: #9a0000;
    background-image: url(/undergraduate/images/bg2.jpg);
    background-color: #fff;
}<!--耗时1757837926.4776秒-->