.header{
    position: relative;
    background-color: #002450;
}
.fixed {
    position: fixed;
}

.nav{
    padding-bottom: 20px;
}
.banner{
    position: relative;
    overflow: hidden;
}
.banner h1{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1400px;
    color: #fff;
    transform: translate(-50%,-50%);
}
.section{
    min-height: 500px;
}
.bread{
    line-height: 50px;
    margin-bottom: 20px;
    color: #666;
    background-color: #f9f9f9;
}
.bread a{
    color: #666;
}
.bread a:hover{
    color: #002450;
}
.bread span{
    margin: 0 10px;
    font-family: '宋体';
}
.bread a:first-child{
    padding-left: 25px;
    background: url(../images/home.png) no-repeat left center;
}

/*左侧导航*/
.side{
    float: left;
    width: 267px;
    margin-bottom: 50px;
}
.side>p{
    height: 65px;
    line-height: 65px;
    color: #fff;
    font-size: 24px;
    padding-left: 30px;
    background-color: #002450;
}
.side p span{
    display: none;
    font-size: 24px;
}
.side>img{
    margin-top: 20px;
}
.side>ul{
    margin-bottom: 10px;
}
.side li{
    position: relative;
}
.side>ul>li{
    border-bottom: 1px solid #002450;
}
.side>ul>li>a{
    position: relative;
    display: block;
    line-height: 50px;
    font-size: 18px;
    padding-left: 30px;
    transition: .3s;
}
.side>ul>li>a:hover{
    padding-left: 35px;
    font-weight: bold;
}
.side>ul>li.on>a{
    font-weight: bold;
}
.side>ul>li span{
    position: absolute;
    top: 15px;
    right: 20px;
    color: #999;
    font-size: 16px;
    font-weight: bold;
    font-family: '宋体';
}

.side .second-menu{
    padding-bottom: 15px;
}
.side .second-menu li a{
    display: block;
    line-height: 45px;
    padding-left: 45px;
    font-size: 16px;
}
.side .second-menu li.on a{
    color: #fff;
    background-color: #00214A;
}
.side>ul>li.on .second-menu{
    display: block;
}
.side>ul>li.on>a{
    background: #fff;
    border-bottom-color: #fff;
}

/*右侧主体*/
.column{
    margin-left: 300px;
    padding-bottom: 25px;
}
.column>h2{
    height: 65px;
    line-height: 65px;
    font-size: 30px;
    border-bottom: 2px solid #D3D3D3;
}
.detail{
    padding: 30px 0;
}
.detail>h3{
    line-height: 40px;
    font-size: 28px;
    text-align: center;
}
.detail>h4{
    margin: 10px 0 25px;
    color: #666;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}
.detail>h4 span{
    margin: 0 15px;
}
.intro{
    line-height: 1.75em;
    font-size: 18px;
    text-align: justify;
    text-indent: 2em;
}
.content{
    line-height: 1.75em!important;
   	font-size: 18px!important;
  	font-family: arial!important;
  	text-align: justify!important;
    /*text-indent: 2em;*/
}
.content p{
  	line-height: 1.75em!important;
   	font-size: 18px!important;
  	font-family: arial!important;
    /*text-indent: 2em;*/
}
.content span{
  	line-height: 1.75em!important;
   	font-size: 18px!important;
  	font-family: arial!important;
    /*text-indent: 2em;*/
}

/*通用列表*/
.common-list{
    margin-top: 20px;
}
.common-list li{
    padding: 10px 100px 15px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    background: url(../images/go.png) no-repeat center right;
    overflow: hidden;
    transition: .3s;
}
.common-list li:hover{
    padding-left: 25px;
}
.common-list li .date{
    float: left;
    padding-right: 25px;
    color: #002147;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    font-family: 'Times New Roman';
}
.common-list li .date h3{
    line-height: 50px;
    font-size: 50px;
}
.common-list li h2{
    font-size: 20px;
}
.common-list li>p{
    margin: 15px 0 10px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/*外教风采*/
.mien-list{
    margin-top: 50px;
    overflow: hidden;
}
.mien-list li{
    float: left;
    width: 525px;
    height: 280px;
    margin-bottom: 50px;
}
.mien-list li:nth-child(even){
    float: right;
}
.mien-list li>a{
    float: left;
    width: 189px;
    height: 280px;
    overflow: hidden;
}
.mien-list li img{
    width: 100%;
}
.mien-list li div{
    margin-left: 220px;
}
.mien-list li h3{
    height: 60px;
    line-height: 25px;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: normal;
    font-family: 'Times New Roman';
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.mien-list li p{
    line-height: 2em;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}

/*机构人员*/
.org li{
    float: left;
}
.org li:first-child{
    width: 100%;
}
.org li:last-child{
    margin-bottom: 30px;
}
.org li a{
    position: relative;
    left: 0;
    display: block;
    width: 412px;
    height: 60px;
    line-height: 60px;
    margin: 30px 50px 0 0;
    padding: 0 30px;
    color: #002450;
    font-size: 22px;
    font-weight: bold;
    border-left: 4px solid #002450;
    box-shadow: 2px 2px 4px #E3E3E3;
    box-sizing: border-box;
    transition: .3s;
}
.org li a:hover{
    left: 15px;
}
.org li a span{
    float: right;
    color: #999;
    font-size: 16px;
    font-weight: normal;
}

/*下载中心*/
.download{
    margin: 5px 0 50px;
}
.download:after{
    content: '';
    display: block;
    clear: both;
}
.download li{
    float: left;
    width: 350px;
    padding: 30px 30px 15px;
    margin: 25px 25px 0 0;
    background: url(../images/file.jpg) no-repeat -20px 20px;
    box-shadow: 2px 2px 4px #E3E3E3, -2px 2px 4px #E3E3E3;
    overflow: hidden;
    transition: .3s;
}
.download li:hover{
    box-shadow: 2px 2px 4px #E3E3E3, -2px -2px 4px #E3E3E3,
    -2px 2px 4px #E3E3E3, 2px -2px 4px #E3E3E3;
}
.download li h3{
    height: 50px;
    line-height: 25px;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.download li a{
    color: #00214A;
    font-size: 18px;
}
.download li a:hover{
    text-decoration: underline;
}
.download li span{
    padding-left: 25px;
    color: #999;
    background: url(../images/date.png) no-repeat left center;
}
@media screen and (min-width: 1400px){
  .download li:nth-child(3n){
      margin-right: 0;
  }
}

/*Q&A*/
.qa li{
    padding: 20px 0;
    border-bottom: 1px solid #DDDCDC;
    overflow: hidden;
    cursor: pointer;
}
.qa li i{
    position: relative;
    float: left;
    color: #00214A;
    font-size: 26px;
    font-weight: bold;
    font-family: 'Georgia';
    z-index: 2;
}
.qa li i:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    height: 5px;
    background-color: #ABBFD3;
    z-index: -1;
}
.qa li span{
    float: right;
    margin-top: 8px;
    color: #00244d;
    font-size: 16px;
    font-weight: bold;
    font-family: '宋体';
    transition: .3s;
}
.qa li.on span{
    transform: rotate(90deg);
}
.qa li p{
    line-height: 38px;
    margin: 0 30px 0 60px;
    color: #00244d;
    font-size: 18px;
    font-family: 'Times New Roman';
}
.qa li div{
    margin-top: 15px;
    display: none;
}
.mail{
    display: inline-block;
    margin-top: 50px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    padding: 0 60px 0 50px;
    background: #00214A url(../images/mail.png) no-repeat 25px center;
    transition: .3s;
}
.mail a{
    color: #fff;
}
.mail:hover{
    margin-left: 20px;
}

/*分页*/
.pagebox_jump {
    display:none;
}
.pagebox {
    font-family: "宋体",sans-serif;
    font-size: 12px;
    overflow: hidden;
    text-align: center;
    margin: 25px 0;
}
.pagebox span {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    margin-right: 2px;
    overflow: hidden;
    text-align: center;
}
.pagebox span a {
    display: block;
    overflow: hidden;
}
.pagebox span.pagebox_pre_nolink {
    border: 1px solid #ddd;
    color: #999;
    cursor: default;
    height: 21px;
    line-height: 21px;
    text-align: center;
    padding: 0 8px;
}
.pagebox span.pagebox_pre {
    color: #00214A;
    height: 23px;
}
.pagebox span.pagebox_pre a, .pagebox span.pagebox_pre a:visited, .pagebox span.pagebox_next a, .pagebox span.pagebox_next a:visited {
    border: 1px solid #b8b8b8;
    color: #b8b8b8;
    cursor: pointer;
    height: 21px;
    line-height: 21px;
    text-align: center;
    text-decoration: none;
    width: 53px;
}
.pagebox span.pagebox_pre a:hover, .pagebox span.pagebox_pre a:active, .pagebox span.pagebox_next a:hover, .pagebox span.pagebox_next a:active {
    border: 1px solid #363636;
    color: #363636;
}
.pagebox span.pagebox_num_nonce a{
    background: #00214A none repeat scroll 0 0;
    border: 1px solid #00214A;
    color: #fff;
    cursor: default;
    height: 21px;
    line-height: 21px;
    padding: 0 8px;
}
.pagebox span.pagebox_num {
    color: #00214A;
    height: 23px;
}
.pagebox span.pagebox_num a, .pagebox span.pagebox_num a:visited {
    border: 1px solid #b8b8b8;
    color: #8a8a8a;
    cursor: pointer;
    height: 21px;
    line-height: 21px;
    padding: 0 8px;
    text-decoration: none;
}
.pagebox span.pagebox_num a:hover, .pagebox span.pagebox_num a:active {
    border: 1px solid #363636;
    color: #363636;
}
.pagebox span.pagebox_num_ellipsis {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #393733;
    line-height: 23px;
    width: 22px;
}
.pagebox span.pagebox_next_nolink {
    border: 1px solid #ddd;
    color: #999;
    cursor: default;
    height: 21px;
    line-height: 21px;
    text-align: center;
    width: 53px;
}