/*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;
    background: #FCF7F1;
    min-width: 1200px;
}
a{
    text-decoration:none;
    color: #333;
}
a:hover{
    text-decoration:underline;
    color: #108052;
}
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: 150px;
    background: #F9F4EE;
}
.header .container{
    height: 150px;
    position: relative;
    background: url(../images/header.png) no-repeat right center;
}
.header img{
    margin-top: 32px;
}
.search{
    position: absolute;
    top: 75px;
    left: 655px;
}
.search input[type='text']{
    width: 170px;
    height: 30px;
    line-height: 30px;
    padding: 0 30px 0 10px;
    border: none;
    border-radius: 5px;
    box-shadow: -1px 1px 1px #CEC5BE;
}
.search input[type='image']{
    position: absolute;
    top: 7px;
    right: 8px;
}

/*导航*/
.nav{
    height: 56px;
    position: relative;
    border-top: 4px solid #108052;
    background: #F9F4EE;
    z-index: 10;
}
.menu>li{
    position: relative;
    float: left;
    width: 171.42px;
    height: 56px;
}
.menu>li>a{
    display: block;
    line-height: 56px;
    font-size: 20px;
    text-align: center;
    transition: .3s;
    text-decoration: none;
    margin-top: 0;
}
.menu>li:hover{
    background: #108052;
}
.menu>li:hover>a{
      color: #fff;
}
.second-menu{
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    z-index: 999;
    display: none;
}
.second-menu li a{
    display: block;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-top: 1px solid #eee;
    background: #108052;
}
.second-menu li a:hover{
    text-decoration: none;
    background: #0D5638;
}


/*轮播广告*/
.slideBox{
    width:100%;
    overflow:hidden;
    position:relative;
    text-align: center;
}
.slideBox .hd{
    position:absolute;
    width: 100%;
    bottom:10px;
    z-index:1;
}
.slideBox .hd ul{
    width: 100%;
    text-align: center;
}
.slideBox .hd ul li{
    margin:0 5px;
    width:12px;
    height:12px;
    background:#fff;
    cursor:pointer;
    display: inline-block;
    border-radius: 50%;
}
.slideBox .hd ul li.on{
    background:#E50112;
}
.slideBox .bd li{
    zoom:1;
    vertical-align:middle;
}
.slideBox .bd img{
    display:inline-block;
}

/*主体部分*/
.section .container{
    margin: 40px auto;
}
.section .title{
    height: 30px;
    margin: 0 0 15px;
}
.section .title a{
    display: inline-block;
    color: #037C39;
    font-size: 24px;
    font-weight: bold;
    transition: .3s;
}
.section .title span{
    color: #4A2512;
}
.section .title a:hover{
    color: #108052;
    text-decoration: none;
    transform: scale(1.05);
}

/*口述历史*/
.history{
    float: left;
    width: 396px;
    padding-right: 30px;
    box-sizing: border-box;
}
.home_list li{
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*人物春秋*/
.profile{
    float: left;
    width: 406px;
    border-left: 1px solid #D9C9B9;
    border-right: 1px solid #D9C9B9;
    padding: 0 30px 0 20px;
    box-sizing: border-box;
}

/*史料选辑*/
.materials{
    float: right;
    width: 396px;
    padding-left: 20px;
    box-sizing: border-box;
}


.mid_bg{
    width: 100%;
    height: 392px;
    margin-top: 50px;
    box-sizing: border-box;
    background: url(../images/mid_bg.jpg) no-repeat;
}
.mid_bg:before{
    content: '';
    display: table;
}

/*校园风物*/
.scenery{
    float: left;
    width: 50%;
}
.home_img li{
    float: left;
    margin-top: 30px;
}
.home_img li a{
    display: block;
    width: 251px;
    height: 199px;
    padding: 5px;
    background: #fff;
    transition: .3s;
}
.home_img li a img{
    width: 251px;
    height: 199px;
}
.home_img li:last-child{
    margin-left: 40px;
}
.home_img li a:hover{
    transform: scale(1.1);
}

/*底部信息*/
.footer{
    height: 212px;
    color: #D0C5B3;
    text-align: center;
    background: #108052;
}
.footer .link{
    padding: 50px 0;
}
.footer .link li{
    font-size: 16px;
    display: inline;
}
.footer .link li a{
    color: #D0C5B3;
}
.footer .link li a:hover{
    color: #fff;
}
.footer .link li a span{
    padding: 0 20px;
}
.footer .link li:last-child a span{
    display: none;
}
.footer p a{
    color: #fff;
}

.banner img{
    max-width: 100%;
}

.main{
    margin: 30px;
}

/*左侧导航*/
.aside{
    width: 262px;
    background: #F5F5F5;
    position: relative;
    min-height: 700px;
}
.aside p{
    height: 60px;
    line-height: 50px;
    text-align: center;
    color: #108052;
    font-size: 20px;
    border-top: 10px solid #108052;
    background: #E2E2E2;
    margin-top: -10px;
}
.aside ul li{
    height: 50px;
    text-align: center;
    position: relative;
    margin: 0 10px;
    border-bottom: 1px solid #C0C0C0;
}
.aside ul li a{
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
}
.aside ul li a:hover{
    text-decoration: none;
}
.aside ul li.on a{
    color: #108052;
}
.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: 700px;
    padding: 0 30px;
    box-sizing: border-box;
    background: #fff;
}
.detail .position{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #CFCFCF;
}
.detail .position h3 span{
    font-size: 18px;
    font-weight: 500;
    margin-left: 10px;
    color: #108052;
}
.detail .position p{
    color:#666;
    font-size: 16px;
}
.detail .position a{
    color:#666;
}
.detail .position a:hover{
    color:#108052;
}
.detail>ul{
    margin: 15px 0;
    overflow: hidden;
}
.detail>ul>li{
    height: 45px;
    line-height: 45px;
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    border-bottom: 1px dotted #999;
}
.detail>ul>li i{
    position: absolute;
    width: 14px;
    height: 8px;
    top:16px;
    left: 0;
    background: url("../images/arrow.png") no-repeat center;
}
.detail>ul>li a{
    display: inline-block;
    width: 85%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.detail>ul>li span{
    color: #666;
}
.detail>ul>li a:hover{
    text-decoration: none;
}

.detail .content{
    padding: 20px 0;
}
.detail.wd{
    width: 100%;
    border-top: 5px solid #108052;
}

.caption{
    text-align: center;
}
.caption h3{
    line-height: 40px;
    color: #108052;
    font-size: 22px;
    font-weight: 500;
    margin: 20px 0 10px;
}
.caption div span{
    font-size: 14px;
    color: #666;
    margin: 0 10px;
}
.content p{
    font-size: 16px;
    line-height: 30px;
    margin: 15px 0;
}
.content p.img{
    text-align: center;
}

.imgList{
    margin: 10px 0;
    overflow: hidden;
}
.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%;
    border: 5px solid #E3E3E3;
    transition: all .3s;
}
.imgList ul li .img:hover img{
    border: 5px solid #108052;
    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;
    font-size: 16px;
    border-top: 1px solid #A3A3A3;
    border-bottom: 1px solid #A3A3A3;
}
.imgList ul li>a:hover{
    color: #108052;
    text-decoration: none;
}

/*附件下载*/
.fjdown a{ margin-left:108px; }
.fjdown a:nth-child(4){ margin-left:0; }

/*现任领导*/
.leader_img ul li{
    float: left;
    width: 50%;
    height: 200px;
    padding: 0 30px;
    margin: 20px 0;
}
.leader_img ul li .img{
    float: left;
    width: 133px;
    height: 200px;
    overflow: hidden;
}
.leader_img ul li img{
    width: 133px;
    height: 200px;
    transition: .3s;
}
.leader_img ul li .img:hover img{
    transform: scale(1.05);
}
.leader_img ul li .leader_intro{
    height: 100%;
    margin-left: 150px;
}
.leader_img ul li .leader_intro h3{
    height: 30px;
    font-weight: normal;
}
.leader_img ul li .leader_intro p{
    height: 80px;
    line-height: 20px;
    overflow: hidden;
    color: #999;
    margin: 20px 0 30px;
}
.leader_img ul li .leader_intro .more{
    color: #d21010;
}