html, body {
    width: 100%;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: "Microsoft YaHei UI";
}

hr {
    background: #505050;
    height: 1px;
    width: 100%;
}


/*************************修改后****************************/

.org {
    width: 100%;
    height: 100px;
    padding-top: 1px;
}

.school {
    float: left;
    margin: 10px;
}

.org-name {
    float: left;
    height: 83px;
    padding-top: 26px;
    margin-left: 10px;
}

/*************************修改后***************************/
.header-top-line {
    width: 100%;
    height: 11px;
    background: #00468c;
}

.english-title {
    font-size: 15px;
    line-height: 22px;
}

.container {
    width: 960px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    background: white;
}

.art-container {
    width: 960px;
    min-height: 780px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    background: white;
}





.col_name {
    background: gray;
}

/**********************nav******************/

.navbar-box {
    width: 100%;
}

.navbar {
    width: 100%;
    height: 48px;
    background: #00468c;
}

.navbar ul {
    line-height: 48px;
}

.navbar ul > li {
    list-style: none;
    left: -400px;
    margin-left: 40px;

}

.navbar ul > li .sub-nav{
    display:none
}


.navbar ul > li > a {
    padding: 2px 4px;
    color: white;
}

.navbar ul > li > a.active, .navbar > ul li:hover a {
    background: #4d7eaf;
}

.navbar ul > li > a {
    color: #fff;
    font-size: 16px;
}

.navbar ul > li span {
    line-height: 30px !important;
}

.logobox {
    float: left;
}

.logobox img {
    margin: 20px 0 0 20px;
    width: 100%;
}

.name h1 {
    ont-size: 38px;
    color: #444;
    margin-top: 20px;
}

.content1 {
    overflow: hidden;
}

.content1-left {
    padding: 23px 30px 30px;
    width: 440px;
    height: 370px;
    background: #e5ecf3;
    float: left;
    display: inline-block;
    overflow: hidden;
}

.content4 {
    width: 960px;
    background: #e5ecf3;
    padding: 23px 30px;
}

.content1-left h3, .content2-left h3, .content2-right h3, .content3 h3, .content4 h3 {
    padding-bottom: 1px;
    display: inline-block;
    color: #00468c;
    font-size: 20px;
    border-bottom: 2px solid #505050;
}

.icon1, .icon2, .icon3, .icon4 {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
}

.icon1 {
    background: url("images/icons.png") 1px 1px no-repeat;
}

.icon2 {
    background: url("images/icons.png") -33px 1px no-repeat;
}

.icon3 {
    background: url("images/icons.png") -65px 1px no-repeat;
}

.icon4 {
    background: url("images/icon4.png") 1px 1px no-repeat;
}

.line, .line1, .line2 {
    width: 350px;
    margin-left: 47px;
    margin-top: -5px;
    height: 1px;
    background: #505050;
}

.line1 {
    width: 323px;
}

.line2 {
    width: 850px;
}

.content1-left p {
    clear: both;
    margin-top: 20px;
    font-size: 16px;
    color: #444;
    line-height: 1.5;
}

.content1-left a {
    color: #444;
    font-size: 16px;
    float: right;
    margin-top: 20px;
}

.moreBtn {
    color: #444;
    font-size: 16px;
    float: right;
    margin-top: 30px;
}

.margin-top-35 {
    margin-top: 36px;
}

.content1-right {
    float: right;
    display: inline-block;
}

.content2 {
    overflow: hidden;
    padding: 23px 30px 30px;
    background: #e5ecf3;
    margin-top: 3px;
}

.content2-left {
    float: left;
}

.content2-left ul, .content2-right ul {
    margin-top: 20px;
    /*margin-left: 30px;*/
}

.content2-left ul li, .content2-right ul li {
    font-size: 16px;
    line-height: 1.5;
}

.content2-left ul li a, .content2-right ul li a {
    color: #444;
}

.content2-left > a, .content2-right > a {
    color: #444;
    font-size: 16px;
    float: right;
    margin-top: 15px;
}

.content2-right {
    float: right;
}

.content3 {
    padding-top: 37px;
    clear: both;
}

.content3 ul {
    overflow: hidden;
}

.content3 ul li {
    margin: 35px 28px 50px 28px;
    width: 240px;
    display: inline-block;
}

.content3 ul li img {
    margin: 0 auto;
    display: block;
}

.content3 ul li p {
    margin-top: 30px;
    font-size: 16px;
    color: #444;
}

.content4 {
    overflow: hidden;
}

.content4 .selector {

    margin-top: 20px;
    float: left;
}

.content4 .selector select {

    border: 1px solid #c0c0c0;
    height: 30px;
    border-radius: 4px;
    margin: 0 8px;
}

.content4 .selector:nth-child(1) select {
    margin-left: 12px;
}

.wp_article_list .list_item {
    border: none;
}

/*菜单栏*/
.bg-white {
    margin: 30px auto;
    background: #fff;
    box-shadow: 1px 1px 5px #ccc;
}

.banner1 {
    width: 100%;
    margin-top: 20px;
}

.listBox {
    overflow: hidden;
    background: #efefef;
}

.menu {
    background: #e1e1e1;
    float: left;
    width: 280px;
    text-align: left;
    min-height: 600px;
    height: auto;
}

.news {
    width: 680px;
    background: white;
    float: right;
    color: #626262;
    min-height: 600px;
    height: auto;
}

.sTitle {
    background: #00468c;
    height: 60px;
    font-weight: normal;
    line-height: 60px;
    font-size: 22px;
    letter-spacing: 3px;
    color: #FFF;
    text-align: center;
}

.menu ul {
    text-align: center;
}

.menu ul li {
    line-height: 50px;
    /*height: 50px;*/
    border-bottom: 1px solid #c3c3c3;
}

.menu ul li:hover {
    background: #c9cbcd;
    color: #00468c;
}

.col_menu_con {
    border-bottom: 1px solid #dadbda;
}

.col_path {
    font-size: 14px;
}

.col_path, .col_title {
    list-style: none;
}

.col_news_head {
    padding: 10px;
    padding: 10px;
}

.col_news_list {

}

.footer {
    height: 67px;
    background: url(./images/footBg.gif) repeat-x;
    clear: both;
    padding-top: 20px;
    color: #626262;
    text-align: center;
}

.news .list {
    display: block;
    overflow: hidden;
    padding: 20px;
}

.news .list .wp_article_list li {
    list-style: none;
    border-bottom: 1px dashed #c7d8f6;
    padding: 15px 0 30px 0;

}

.news .list .wp_article_list li a {
    color: #313131;
    width: 550px;
}

.article {
    padding: 7px 20px 0 20px;
}

.arti_title {
    margin-top: 30px;
    text-align: center;
    border-bottom: 1px solid #dadada;
}

.arti_title2 {
    margin-top: 10px;
    text-align: center;
}

.arti_metas {
    font-size: 12px;
    text-align: center;
    color: #777;
}

.entry {
    margin-top: 20px;
    font-size: 16px;
    font-family: "Microsoft YaHei UI";
}

.content2-left .wp_article_list li:nth-child(1) a, .content2-left .wp_article_list li:nth-child(2) a {
    color: #00468c;
}

.members {
    margin: 20px;
    border: 2px solid #ccc;
    border-radius: 3px;
}

.members-desc {
    min-height: 100px;
    width: 56px;
    float: left;
    padding: 10px 20px 10px 20px;
    background: rgb(242, 240, 232);
}

.members-desc > span {
    font-size: 14px;
    font-family: '黑体';
}

.members-detail {
    min-height: 100px;
    height: auto;
    float: right;
    width: 580px;
    padding: 15px;
    border-left: 2px solid #ccc;
}

.footer {
    color: white;
    font-size: 13px;
    font-family: '黑体';
    background: gray;
    width: 960px;
    margin: 0 auto;
    height: 100px;
    padding: 30px 20px 0 20px
}
.infobox{
    height: auto;
    min-height: 680px;
}
/********************util********************/
