/*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;
}
a{
    text-decoration:none;
    color: #333;
    /*transition: all .3s;*/
}
a:hover{
    text-decoration:underline;
    color: #6F0D0A;
}
input,button{
    outline:0;
}
img{
    vertical-align: middle;
    border: 0;
}
/*通用样式*/
.lf{
    float: left;
}
.rt{
    float: right;
}
.active{
    display: block;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
.container:after{
    content: '';
    display: block;
    clear: both;
}
/*头部信息*/
.header{
    height: 100px;
    color: #000;
    background: #fff;
}
.header .lf img{
    margin-top: -12px;
}
.header .lf span{
    display: inline-block;
    font-family: '黑体';
    font-size: 36px;
    font-weight: bolder;
    margin-top: 20px;
    margin-left: 10px;
}
.header input{
    margin-top: 30px;
}
.header input[type='text']{
    width: 280px;
    padding: 10px 15px;
    background: #F1F1F1;
    border: 0;
    position: relative;
    left: 20px;
}
.header input[type='image']{
    position: relative;
    top:5px;
    right:10px;
}
/*导航*/
.nav{
    height: 50px;
    background: #6F0D0A;
}
.nav ul li{
    float: left;
    width: 133.33px;
}
.nav ul li a{
    display: inline-block;
    width: 100%;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background: rgba(111,13,10,.8);
}
.nav ul li a:hover{
    text-decoration: none;
    background: rgba(48,48,48,.8);
}
.nav ul.second{
    position: absolute;
    z-index: 999;
    display: none;
}
.nav ul.second li{
    float: none;
    border-top: 1px solid #ddd;
}
.nav ul.second li:first-child{
    border-top: 0;
}

/*主体部分*/
.section .container{
    margin: 20px auto;
}
.section .title{
    height: 35px;
    line-height: 35px;
    margin-bottom: 20px;
    background: #6F0D0A;
}
.section .title img{
    margin: -5px 5px 0 15px;
}
.section .title span{
    color: #999;
    margin-left: 5px;
}
.section .title a{
    font-size: 16px;
    color: #eee;
}
.section .title a:hover{
    color: #fff;
}
.section .title .college,.section .title .academic{
    color: #999;
}
.section .title .academic{
    margin-left: 30px;
}
.section .title .college.on,.section .title .academic.on{
    color: #fff;
}
/*通知公告*/
.notice{
    width: 335px;
    height: 402px;
    overflow: hidden;
}
/*通知公告*/
.txtScroll-top{
    width:100%;
    overflow:hidden;
    position:relative;
}
/*.txtScroll-top .bd{ padding:15px;  }*/
.txtScroll-top .infoList li{
    height:60px;
    border-bottom: 1px dotted #ddd;
    margin-bottom: 10px;
    box-sizing: content-box;
}
.txtScroll-top .infoList li .date{
    float:left;
    color:#999;
    border: 1px solid #ddd;
    padding: 5px 8px;
    font-size: 12px;
}
.txtScroll-top .infoList li a{
    float:right;
    margin-top: -7px;
    width: 70%;
    height:60px;
    line-height:30px;
    overflow: hidden;
}
/*学院新闻*/
.news{
    width: 583px;
    height: 402px;
    overflow: hidden;
    margin: 0 20px;
}
#academic{
    display: none;
}
.media{
    padding-bottom: 20px;
    border-bottom: 1px dotted #ddd;
}
.media:after{
    content: '';
    display: block;
    clear: both;
}
.media-left{
    float: left;
}
.media-left a{
    display: block;
    position: relative;
}
.media-left a:hover:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #6F0D0A;
    opacity: .6;
}
.media-body{
    float: right;
    width: 67%;
}
.media-body h3{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.media-body p{
    color: #999;
    font-size: 12px;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    margin: 10px 0;
}
.media-body span{
    color: #999;
    font-size: 12px;
}
.news ul{
    padding-top: 15px;
}
.news ul li{
    height: 32px;
    line-height: 32px;
}
.news ul li a{
    float: left;
    width: 75%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news ul li span:first-child{
    float: left;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #DADADA;
    margin-top: 13px;
    margin-right: 10px;
}
.news ul li span.rt{
    color: #999;
}
/*专题栏目*/
.special{
    width: 242px;
    height: 402px;
    overflow: hidden;
}
.special .img a{
    display: block;
    overflow: hidden;
}
.special .img a+a{
    margin-top: 10px;
}
.special .img a img{
    width: 100%;
    transition: all .3s;
}
.special .img a:hover img{
    transform: scale(1.1);
}

/*友情链接*/
.link .title{
    height: 30px;
    line-height: 30px;
    background: #DADADA;
}
.link .title a{
    color: #333;
}
.link .title a:hover{
    color: #333;
}
.txtMarquee-left{
    width:100%;
    position:relative;
    border:1px solid #ddd;
}
.txtMarquee-left .bd{
    padding:10px;
}
/* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */
.txtMarquee-left .bd .tempWrap{
    width:100% !important;
}
.txtMarquee-left .bd ul{
    overflow:hidden;
    zoom:1;
}
/* 用 width:auto !important 覆盖SuperSlide自动生成的宽度，解决文字不衔接问题 */
.txtMarquee-left .bd ul li{
    margin:0 20px;
    float:left;
    height:24px;
    line-height:24px;
    text-align:left;
    _display:inline;
    width:auto !important;
}

/*底部信息*/
.footer{
    height: 135px;
    font-size: 12px;
    margin-top: 30px;
    padding-top: 40px;
    box-sizing: border-box;
    text-align: center;
    background: #E0E0E0;
}
.footer p{
    margin: 10px 0;
}
.footer span{
    padding: 0 10px;
}

.banner img{
    width: 100%;
}

/*左侧导航*/
.aside{
    width: 290px;
    background: #EAEAEA;
}
.aside ul li{
    min-height: 40px;
    text-align: center;
    position: relative;
}
.aside ul li a{
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
}
.aside ul li a:hover{
    text-decoration: none;
}
.aside ul li.active{
    background: #6F0D0A;
}
.aside ul li.active a{
    font-size: 18px;
    color: #fff;
    border: 0;
}
.aside ul li a span{
    position: absolute;
    width: 22px;
    height: 21px;
    top:10px;
    right: 40px;
    background: url(circel.png) no-repeat center center;
}
.aside ul li a:hover span{
    background: url(circel-hover.png) no-repeat center center;
}
.aside ul li.on a{
    color: #6F0D0A;
}
.aside ul li.on a span{
    background: url(circel-hover.png) no-repeat center center;
}

.detail{
    width: 880px;
    min-height: 295px;
    font-size: 16px;
}
.detail .position{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #CFCFCF;
}
.detail .position h3 span{
    font-weight: 500;
    margin-left: 10px;
}
.detail .position p{
    color:#666;
}
.detail .position a{
    color:#666;
}
.detail .position a:hover{
    color:#6F0D0A;
}
.detail>ul{
    margin: 15px 0;
}
.detail>ul>li{
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    position: relative;
    border-bottom: 1px dotted #ddd;
}
.detail>ul>li i{
    position: absolute;
    width: 8px;
    height: 8px;
    top:16px;
    left: 0;
    border-radius: 50%;
    background: #ddd;
}
.detail>ul>li a{
    display: inline-block;
    width: 85%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.detail>ul>li span{
    color: #999;
}
.detail .content{
    padding: 20px 0;
    text-indent: 2em;
}
.detail.wd{
    width: 100%;
}

.caption{
    text-align: center;
}
.caption h3{
    line-height: 40px;
    font-size: 22px;
    font-weight: 500;
    margin: 20px 0 10px;
}
.caption p span{
    font-size: 14px;
    color: #666;
    margin: 0 15px;
}
.content p{
    text-indent: 2em;
    line-height: 30px;
    margin: 15px 0;
}
.content p.img{
    text-align: center;
}

.imgList{
    margin: 10px 0;
}
.imgList ul li{
    float: left;
    width: 50%;
    text-align: center;
    margin: 20px 0;
}
.imgList ul li .img:hover img{
    box-shadow: 5px 5px 5px #6F0D0A;
}
.imgList ul li>a{
    display: inline-block;
    margin: 10px 0;
    font-weight: 600;
}
.imgList ul li>a:hover{
    color: #6F0D0A;
}
.imgList ul li p{
    color: #666;
    font-size: 14px;
}