#body{
    min-width: 1200px;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
.staff h4{
        height:45px; 
        line-height: 45px;
        font-size: 20px;
        font-weight: initial;
        padding-left: 20px;
        margin: 10px 0;
        color: #555;
        background: #eee;
        border-bottom: 1px solid #bbb;
      }
      .staff ul li{
        float: left;
        width: 171px;
        padding-left: 20px;
      }
      .staff ul li a{
        line-height: 38px;
        font-size: 16px;
        color: #888;
      }
      .staff ul li a:hover{
        
        color: #222;
      }
.dean-text img{display: none;}
.defaultButtonStyle{vertical-align:top}
.defaultInputStyle{vertical-align:top;border:solid 1px #AFD5F5;height:18px;}
/* index.html start */
/* header start */
#header{
    background-color: #103072;
}
#header .head{
    height: 130px;
}
#header .head .logo{
    width: 270px;
    height: 80px;
    margin-top: 25px;
}
#header .head .logo a, #header .head .logo a img{
    width: 100%;
}
#header .head-fr{
    width: 900px;
    height: 130px;
    position: relative;
}
#header .head-fr .search{
    position: absolute;
    right: 0px;
    top: 30px;
    width: 220px;
    height: 34px;
    background: url("../images/search-bg.png") no-repeat;
}
#header .head-fr .search input{
    width: 145px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    background: transparent;
    font-size: 16px;
    margin-left: 25px;
    float: left;
}
#header .head-fr .search button{
    cursor: pointer;
    width: 34px;
    height: 34px;
    background: url("../images/search.png") no-repeat;
    float: right;
    margin-right: 12px;
}
#header .head-nav{
    position: absolute;
    bottom: 0px;
    right: 0px;
}
#header .head-nav>ul>li{
    float: left;
    position: relative;
    border-top: 4px solid transparent;
}
#header .head-nav>ul>li>a{
    color: #fff;
    font-size: 18px;
    height: 46px;
    line-height: 46px;
    padding: 0px 20px;
}
#header .head-nav>ul>li:hover{
    background-color: #fff;
    border-top: 4px solid #ec9b00;
}
#header .head-nav>ul>li:hover a{
    color: #ec9b00;
}
#header .head-nav>ul>li>ul{
min-width: 100%;
    position: absolute;
    top: 46px;
    left: 0px;
    z-index: 9;
    height: 0px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    overflow: hidden;
}
#header .head-nav>ul>li>ul>li{
    background-color: #fff;
}
#header .head-nav>ul>li>ul>li:hover{
    background-color: #eee;
}
#header .head-nav>ul>li>ul>li>a{
    height: 48px;
    line-height: 48px;
    color: #494949 !important;
white-space: nowrap;
    font-size: 16px;
    padding: 0px 20px 0px 18px;
}
#header .banner{
    width:100%;
    max-height: 450px;
    overflow: hidden;
    position: relative;
}
#header .banner .ban-tag{
    position: absolute;
    z-index: 9;
    bottom: 25px;
    left: 915px;
}
#header .banner .ban-tag ul li{
    cursor: pointer;
    font-size: 0px;
    width: 14px;
    height: 14px;
    float: left;
    margin: 0px 5px;
    background: url("../images/ban-tag.png") no-repeat;
}
#header .banner .ban-tag ul li.on{
    background: url("../images/ban-tag-on1.png") no-repeat;
}
#header .banner .ban-img img,#header .banner .ban-img a{
  display: block;
width: 100%;
}
/* header end */
/* section start */
#section{
    margin: 40px 0px;
}
#section .layers1{
    
height: auto;
}
#section .layers1 .time, .time{
    font: italic 14px Arial;
    color: #ec9b00;
    line-height: 30px;
    margin-top: 10px;
}
#section .show{
    overflow: hidden;
}
#section .show img{
    -webkit-transition: transform .2s linear;
    -moz-transition: transform .2s linear;
    -o-transition: transform .2s linear;
    transition: transform .2s linear;
}
#section .show img:hover{
    transform: scale(1.1);
}
#section  .title{
    width: 100%;
    height: 50px;
    line-height: 50px;
}
#section  .title h3{
    font-size: 22px;
    font-weight: bold;
    color: #333;
}
#section  .title>a{
    float: right;
    color: #a4a4a4;
    font-size: 14px;
}
#section .title>a:hover{
    color: #103072;
}
#section .layers1 .dean{
    width: 300px;
    border-top: 4px solid #ec9b00;
}
#section .dean .title{
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
}
#section .dean .title h3{
}
#section .dean .title a{
    margin-right: 20px;
}
#section .dean .dean-content{
    border:1px solid #ededed;
    padding: 14px 25px;
}
#section .dean .dean-content{
    font: 16px Arial;
    line-height: 25px;
}
#section .dean .dean-content .show{
    width: 250px;
    height: auto;
    margin-bottom: 10px;
}
#section .dean .dean-content img{
    display: block;
    margin: 0 auto;
width: 250px;
}
#section .layers1 .news{
    width: 510px;
    margin-left: 30px
}
#section .news .title{
    background: url("../images/column-bg.png") no-repeat 0% 100%;
}
#section .news .list ul{
    height: 430px;
}
#section .news .list ul li{
    float: left;
    width: 240px;
    height: 250px;
    margin-top: 25px;
    margin-right: 30px;
}
#section .news .list ul li .show{
    width: 240px;
    height: auto;
}
#section .news .list ul li a{
    font: 16px Arial;
    color:#494949;
    line-height: 22px;
}
#section .news .list ul li a:hover, #section .notice .list ul li a:hover{
    color: #103072;
    font-family: Candara;
}
#section .layers1 .notice{
    width: 330px;
    border-top: 4px solid #ec9b00;
}
#section .notice .title{
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
}
#section .notice .title h3{
    margin-left: 0;
}
#section .notice .list{
    border:1px solid #ededed;
    padding: 10px 25px 25px 25px;
}
#section .notice .list ul li{
    border-bottom: 1px dashed #ededed;
    padding-bottom: 10px;
}
#section .notice .list ul li a{
    font: 16px Arial;
    color: #494949;
    line-height: 25px;
}
#section .notice .list .more{
    margin: 24px auto;
    text-align: center;
}
#section .notice .list .more a{
    width: 280px;
    height:50px;
    line-height: 50px;
    background-color: #f1f4f9;
    border-radius: 6px;
    color: #a4a4a4;
    font-size: 14px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#section .notice .more a:hover{
    color: #fff;
    background-color: #ec9b00;
}
#section .links{
    margin-top: 16px;
}
#section .links .title{
    background: url("../images/column-bg.png") no-repeat 0% 100%;
    margin-bottom: 25px;}
#section .links .list ul li{
    float: left;
    padding-right: 30px;
}
#section .links .list ul li a{
    font: 16px Arial;
    line-height: 40px;
    color: #494949;
    white-space: nowrap;
}
#section .links .list ul li a:hover{
    color: #ec9b00;
}
/* section end */
/* footer start */
#footer{
    height: 130px;
    background-color: #103072;
}
#footer .copy{
    width: 850px;
    font-size: 14px;
    color: #c8d4ef;
    line-height: 25px;
    margin-top: 40px;
}
#footer .code{
    width: 90px;
    height: 90px;
    margin-top: 20px;
}
#footer .code img{
    width: 100%;
}
/* footer end */
/* index.html end */
/* list.html start */
#section .sect-fl{
    width: 860px;
min-height: 540px;
}
#section .sect-fl .present{
    float: right;
    color: #a4a4a4;
    padding-top: 2px;
}
#section .sect-fl .present a{
    font: italic 14px Arial;
    color: #a4a4a4;
}
#section .sect-fl .present a:hover{
    color: #103072;
}
#section .sect-fl .title{
    border-bottom: 1px solid #ededed;
}
#section .sect-fl .list{
    margin: 25px 0px;
}
#section .sect-fl .list ul li{
    line-height: 46px;
    padding: 0px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
#section .sect-fl .list ul li:hover{
    padding: 0 12px ;
}
#section .sect-fl .list ul li span{
    float: right;
    font-size: 14px;
    color: #999;
}
#section .sect-fl .list ul li i{
    float: left;
    width: 0px;
    height: 0px;
    border-left: 5px solid #103072;
    border-right: 5px solid transparent;
    border-top: 5px solid #ec9b00;
    border-bottom: 5px solid #ec9b00;
    margin-top: 19px;
    margin-right: 10px;
}
#section .sect-fl .list ul li a{
    font-size: 16px;
    font-family: Arial;
    color: #494949;
}
#section .sect-fl .list ul li a:hover{
    color: #288dd8;
}
#section .sect-fl .list .page{
    margin: 30px auto;
 
    font-size: 15px;
}
#section .sect-fr{
    width: 300px;
}
#section .sect-fr  .nav-right{
    border-top: 4px solid #ec9b00;
    background-color: #f0f0f0;
    padding-bottom: 60px;
}
#section .sect-fr  .nav-right .column{
    color: #333;
    font-weight: bold;
    font-size: 22px;
   text-align: center;
padding-top: 5px;
    padding-bottom: 5px;
}
#section .sect-fr  .nav-right ul li a{
    box-sizing: content-box;
    width: 100%;
    text-align: center;
    color: #666;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}
#section .sect-fr  .nav-right ul li a:hover, #section .sect-fr .nav-right ul li a.active{
    color: #ec9b00;
    background: #fff;
}
#section .sect-fr .nav-right ul li a.active{ font-weight: bold;}
#section .sect-fr .notice{
    margin-top: 30px;
}
#section .sect-fr .notice .title{
    border-top: 1px solid #ededed;
}
#section .sect-fr .notice .title h3{
    font-size: 20px;
    margin-left: 14px;
}
#section .sect-fr .notice .list .more a{
    width: 240px;
}
/* list.html end */
/* pic_list.html start */
#section .sect-fl .pic-list{
    margin: 30px 0px;
}
#section .sect-fl .pic-list ul li{
    margin-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px dashed #ededed;
}
#section .sect-fl .pic-list ul li a:first-child{
    float: right;
    width: 670px;
    font-size: 16px;
    color: #494949;
    margin-top: 18px;
}
#section .sect-fl .pic-list ul li a:first-child:hover p{
    color: #288dd8;
}
#section .sect-fl .pic-list ul li a:first-child span{
    font-size: 14px;
    color: #a4a4a4;
}
#section .sect-fl .pic-list ul li .show{
    width: 160px;
    height: 110px;
    overflow: hidden;
}
#section .sect-fl .pic-list ul li .show img{
    width: 160px;
    height: 110px;
}
#section .sect-fl .pic-list .page{
    
    margin-top: 30px;
}
/* pic_list.html end */
/* dp_content.html start */
#section .sect-fl .articles{
    margin: 30px 0px;
}
#section .sect-fl .articles .title{
    text-align: center;
    height: auto;
    line-height: 32px;
    border: none;
}
#section .sect-fl .articles .title h2{
    font-size: 19px;
    font-weight: bold;
    color: #444;
    margin: 2px 0px;
    text-align: center;
}
#section .sect-fl .articles .content{
    margin: 30px 0px;
    font-size: 15px; 
    color: #494949;
    line-height: 30px;
    text-indent: 30px;
}
#section .sect-fl .articles .content table p{text-indent: 0;}
#section .sect-fl .articles .content p{
    margin-top: 10px;

}
#section .sect-fl .articles .content img{
word-wrap: break-word;  
    word-break: normal; 
    display: block;
    margin: 0 auto;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{
word-wrap: break-word;  
    word-break: normal; 
}
/* dp_content.html end */
/* content.html start */
#section .articles .title .time{
    height: 30px;
    width: 100%;
    background-color: #f7f7f7;
    line-height: 30px;
    font-size: 14px;
    color: #a4a4a4;
    margin-top: 24px;
    font-style: normal;
}
#section .articles .page{
    padding-top: 30px;
    border-top: 1px solid #ededed;
    line-height: 30px;
    font-size: 16px;
    color: #288dd8;
}
#section .articles .page a{
    color: #444;
font-size: 15px;
    margin-bottom: 2px;
}
#section .articles .page a:hover{
    color: #288dd8;
}
/* content.html end */
.chinese{
    position: absolute;
    z-index: 9;
    top: 30px;
    right: 250px;
}
.chinese a{
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #b2c5eb;
}
.chinese a:hover{
    color: #ec9b00;
}
.page table a{
    vertical-align: top;
    height: auto;
}
#section .page table a{
height: 20px !important;
line-height: 16px !important;
vertical-align: top;
}
#section .page table input{
height: 20px !important;
line-height: 16px !important;
border: 1px solid #afd5f5;
margin-top: -1px;
}
#section .page table #gotopagebut{ margin-top: 1px;}