/*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;
}
a:hover{
    color: #009C5F;
    text-decoration:underline;
}
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;
    position: relative;
}
.container:before,
.container:after{
    content: '';
    display: table;
    clear: both;
}

/*头部*/
.nav{
    height: 55px;
    line-height: 55px;
    background: #07B270;
    /*border-bottom: 1px solid #3688E3;*/
}
.menu>li{
    float: left;
    width: 130px;
    position: relative;
    border-left: 1px solid #23BC83;
}
.menu>li:last-child{
    border-right: 1px solid #23BC83;
}
.menu>li>a{
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.menu>li>a:hover{
    background: #009C5F;
    text-decoration: none;
}
.sub-menu{
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    background: #07B270;
    z-index: 99;
    display: none;
}
.sub-menu li a{
    display: block;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-top: 1px solid #23BC83;
}
.sub-menu li a:hover{
    background: #009C5F;
    text-decoration: none;
}
.header-bg{
    height: 144px;
    position: relative;
    background: url(../images/header-bg.jpg) no-repeat;
}
.header-bg img{
    margin-top: 30px;
}
.top{
    position: absolute;
    top: 20px;
    right: 0;
    color: #fff;
}
.top a{
    color: #fff;
}
.search{
    position: absolute;
    top: 60px;
    right: 0;
}
input[type='text']{
    height: 45px;
    line-height: 45px;
    width: 295px;
    padding: 0 10px;
    margin-right: 50px;
    border: none;
    background: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
input[type='submit']{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 45px;
    border: none;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #FFB70E url(../images/search.png) no-repeat center center;
}

.section{
    min-height: 600px;
    background: #fff url(../images/section-bg.jpg) no-repeat center top;
}

/*幻灯片*/
.slider{
    float: left;
    width: 822px;
    height: 422px;
    margin-top: 25px;
}
.albumBox{
    width:100%;
    overflow:hidden;
    position:relative;
    text-align: center;
}
.albumBox .hd{
    position:absolute;
    width: 100%;
    bottom:15px;
    z-index:1;
}
.albumBox .hd ul{
    width: 100%;
    text-align: right;
    padding-right: 15px;
}
.albumBox .hd ul li{
    margin:0 5px;
    width:12px;
    height:12px;
    background:#fff;
    cursor:pointer;
    display: inline-block;
    border-radius: 50%;
}
.albumBox .hd ul li.on{
    background:#B8192B;
}
.albumBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.albumBox .bd img{
    display:inline-block;
}
.albumBox .bd li p{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    color: #fff;
    font-size: 20px;
    text-align: left;
    padding: 0 100px 0 25px;
    background: rgba(0,0,0,.5);
}

.title{
    height: 46px;
    line-height: 46px;
    border-top: 4px solid #009C5F;
    background: #E7E7E7;
}
.title a{
    position: relative;
    color: #009C5F;
    font-size: 20px;
    padding-left: 53px;
}
.title a:before{
    content: '';
    position: absolute;
    top: 1.5px;
    left: 15px;
    width: 28px;
    height: 23px;
    background: url(../images/icon-list.png) no-repeat 0 0;
}

.notice{
    float: right;
    width: 353px;
    height: 422px;
    margin-top: 25px;
}
.notice li{
    margin-top: 21px;
    overflow: hidden;
}
.notice .date{
    float: left;
    width: 72px;
    height: 68px;
    line-height: 34px;
    text-align: center;
    border-top: 4px solid #FFB70E;
    background: #E7E7E7;
    font-size: 18px;
    font-family: Georgia;
}
.notice .date p{
    font-size: 20px;
    line-height: 30px;
}
.notice li:hover .date{
    color: #fff;
    background: #009C5F;
}
.notice-info{
    margin-left: 92px;
}
.notice-info p{
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    margin-top: 6px;
    font-size: 16px;
}
/*学院新闻*/
.news{
    float: left;
    width: 822px;
    height: 470px;
    margin-top: 25px;
}
.news .title a:before{
    width: 23px;
    height: 26px;
    background-position-x: -29px;
}
.news-img{
    overflow: hidden;
    padding-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px dotted #767676;
}
.news-img>a{
    float: left;
    width: 214px;
    height: 150px;
    overflow: hidden;
}
.news-img img{
    width: 100%;
}
.news-img>a:hover img{
    animation: pulse 1s;
}
.news-info{
    margin-left: 234px;
}
.news-info h2{
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-info p{
    height: 75px;
    line-height: 25px;
    color: #666;
    margin: 10px 0;
}
.time{
    color: #999;
    padding-left: 27px;
    position: relative;
}
.time:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    background: url(../images/icon-list.png) no-repeat -193px 0;
}
.news-info>a{
    float: right;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    background: #FFB70E;
}
.news-info>a:hover{
    background: #009C5F;
    text-decoration: none;
}
.news li{
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dotted #767676;
}
.news li p{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 100px;
}
.news li a{
    font-size: 16px;
    padding-left: 24px;
    position: relative;
}
.news li a:before{
    content: '';
    position: absolute;
    top: 2.5px;
    left: 0;
    width: 14px;
    height: 14px;
    background: url(../images/icon-list.png) no-repeat -196px -26px;
}

/*学术动态*/
.teach{
    float: right;
    width: 353px;
    height: 470px;
    margin-top: 25px;
}
.teach .title a:before{
    width: 27px;
    height: 27px;
    background-position-x: -53px;
}
.com-list{
    margin: 20px 5px;
}
.com-list li{
    height: 65px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #767676;
}
.com-list li:last-child{
    border: none;
}
.com-list li p{
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
}

/*学工动态*/
.xg .title a:before{
    width: 33px;
    height: 32px;
    background-position-x: -81px;
}

/*CFA*/
.cfa .title a:before{
    width: 28px;
    height: 25px;
    background-position-x: -115px;
}

/*友情链接*/
.link{
    float: left;
    width: 100%;
    min-height: 120px;
    margin-top: 25px;
}
.link .title a:before{
    width: 28px;
    height: 28px;
    background-position-x: -144px;
}
.link ul li{
    float: left;
    margin-top: 20px;
}
.link ul li span{
    margin: 0 15px;
}
.link ul li:last-child span{
    display: none;
}

/*尾部*/
.footer{
    height: 60px;
    background: #008F5A;
    padding: 40px 0;
}
.footer p{
    height: 60px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}
.footer p a{
    color: #fff;
}

/*左侧导航*/
.aside{
    width: 262px;
    background: #F5F5F5;
    position: relative;
    min-height: 600px;
    margin-top: 35px;
    box-shadow: 2px 2px 2px #ddd, -2px -2px 2px #ddd;
}
.aside p{
    height: 60px;
    line-height: 50px;
    text-align: center;
    color: #009C5F;
    font-size: 18px;
    border-top: 10px solid #009C5F;
    background: #E2E2E2;
    margin-top: -10px;
}
.aside ul li{
	padding:12px 0;
    text-align: center;
    position: relative;
    margin: 0 10px;
    border-bottom: 1px solid #C0C0C0;
	border-top: 1px solid #fff;
}
.aside ul li a{
    display: block;
    line-height: 24px;
    font-size: 16px;
    box-sizing: border-box;
}
.aside ul li a:hover{
    text-decoration: none;
}
.aside ul li.on a{
    color: #009C5F;
}
.aside ul li img{
    visibility: hidden;
    position: absolute;
    top: 22px;
    right: 40px;
}
.aside ul li.on img{
    visibility: visible;
}
.aside .img{
    position: absolute;
    bottom: 0;
}
/*右侧列表*/
.detail{
    width: 938px;
    min-height: 600px;
    padding: 0 30px;
    box-sizing: border-box;
    background: #fff;
    margin: 35px 0;
}
.detail .position{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #CFCFCF;
}
.detail .position h3 span{
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px;
    color: #009C5F;
}
.detail .position p{
   color: #666;
       width: 420px;
       height: 50px;
       overflow: hidden;
}
.detail .position a{
    color:#666;
}
.detail .position a:hover{
    color:#009C5F;
}
.detail>ul{
    margin: 5px 0;
}
.detail>ul>li{
    height: 45px;
    line-height: 45px;
    position: relative;
    border-bottom: 1px dotted #999;
}
.detail>ul>li a{
    display: inline-block;
    width: 85%;
    padding-left: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}
.detail>ul>li a:before{
    content: '→';
    position: absolute;
    top: 0;
    left: 0;
    height: 45px;
    color: #009C5F;
    transition: .3s;
}
.detail>ul>li a:hover:before{
    left: 5px;
}
.detail>ul>li span{
    color: #666;
}

.detail .content{
    padding: 20px 0;
}
.detail.wd{
    width: 100%;
    border-top: 5px solid #009C5F;
}

.caption{
    text-align: center;
}
.caption h3{
    line-height: 40px;
    color: #009C5F;
    font-size: 22px;
    font-weight: 500;
    margin: 20px 0 10px;
}
.caption div span{
    font-size: 14px;
    color: #666;
    margin: 0 10px;
}

.imgList{
    margin: 10px 0;
}
.imgList ul li{
    float: left;
    width: 33%;
    text-align: center;
    margin: 20px 0;
}
.imgList ul li .img{
    height: 200px;
}
.imgList ul li .img img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 5px solid #E3E3E3;
    transition: all .3s;
}
.imgList ul li .img:hover img{
    border: 5px solid #009C5F;
    transform: scale(1.1);
}
.imgList ul li>a{
    display: inline-block;
    width: 60%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 20px 0;
    padding: 5px 0;
    border-top: 1px solid #A3A3A3;
    border-bottom: 1px solid #A3A3A3;
}
.imgList ul li>a:hover{
    color: #009C5F;
}