@charset "utf-8";
body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-family: 'georgia';
}

ul,
li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    display: block;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
}

* {
    font-family: 'georgia'!important;
}

body {
    min-width: 1280px;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url(../font/lato-regular.jpg)
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(../font/roboto-regular.jpg)
}

p.rtejustify,
.rtejustify {
    text-align: justify;
}


/*top*/

.top {
    width: 1150px;
    margin: 0 auto;
    padding-top: 12px;
    height: 28px;
}

.top-menu {
    float: right;
    height: 28px;
    line-height: 28px;
}

.top-menu li {
    float: left;
    display: inline-block;
    margin-left: 50px;
    font-size: 12px;
    color: #666;
}

.top-menu li a {
    color: #000;
}

.top-menu li i {
    padding-right: 5px;
}

.top-menu li a:hover {
    color: #01559d;
}

.top-menu li.home {
    padding-left: 20px;
    background: url(../images/home.jpg) 0 8px no-repeat;
}

.top-menu li.language {
    padding-left: 20px;
    background: url(../images/zhongwen.jpg) 0 8px no-repeat;
}

.top-menu li.email {
    padding-left: 20px;
    background: url(../images/email.jpg) 0 9px no-repeat;
}

.top-menu li.search {
    width: 240px;
    height: 28px;
    border: 1px solid #e4e4e4;
}

.top-menu li.search input {
    float: left;
    display: inline-block;
    border: none;
    width: 205px;
    height: 26px;
    line-height: 26px;
    text-indent: 10px;
}

.top-menu li.search input.button {
    float: left;
    display: inline-block;
    border: none;
    width: 33px;
    height: 26px;
    line-height: 26px;
    background: url(../images/search.jpg) 0 0 no-repeat;
}


/*header*/

.header {
    width: 1150px;
    margin: 0 auto;
    clear: both;
    height: 90px;
}

.header .logo {
    float: left;
    display: inline-block;
    position: relative;
    z-index: 10;
}

#nav {
    width: 750px;
    float: right;
    display: inline-block;
    margin-top: 40px;
    position: relative;
    z-index: 200;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.navBar {
    position: relative;
    z-index: 10;
    color: #fff;
    height: 35px;
    line-height: 35px;
}

.menu {
    float: right;
}

.menu .expanded {
    float: left;
    position: relative;
    border: 0;
    margin: 0px;
}

.menu .expanded>a {
    float: left;
    font-weight: normal;
    font-size: 14px;
    font-weight: 700;
    height: 35px;
    overflow: hidden;
}

.menu .expanded>a,
.menu .expanded>a.active.none {
    display: block;
    color: #000;
    padding: 0 14px;
    vertical-align: top;
}

.menu .on.expanded>a,
.menu .expanded>a.active,
.menu .on.expanded>a.active.none {
    color: #fff;
    background: #01559d;
    font-size: 14px;
    font-weight: 700;
}

.menu .expanded>a.active.none {
    background: #fff;
}

.menu .on .menu {
    display: block;
}

.menu .menu {
    display: none;
    /*默认隐藏*/
    width: 280px;
    padding: 0;
    position: absolute;
    left: 0;
    top: 35px;
    background: #01559d;
    border-top: 0;
}

.menu .menu li {
    height: 40px;
    line-height: 40px;
    float: left;
    width: 280px;
}

.menu .menu li a {
    display: block;
    padding-left: 6px;
    font-size: 14px;
    font-weight: normal;
    color: #F5F5F5;
    padding-left: 35px;
}

.menu .menu li a:hover {
    color: #fff;
    background: #DB786F;
}

.menu .last .menu {
    width: 280px;
    left: auto;
    right: 0px;
}


/******************** 首页菜单  ****************************/

.menu .menu {
    width: 250px;
}

.menu .menu li {
    width: 250px;
}

.menu .menu li a,
.menu .menu li a:hover {
    background-image: url(../images/menu_bg.jpg);
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 5px 8px;
    padding-left: 35px;
}

.menu .last .menu {
    width: 260px;
}

.menu .last .menu li {
    width: 260px;
}

.menu .first .menu li {
    float: left;
    height: auto;
    width: 210px;
}

.menu .first>li>ul>li {
    width: 210px;
}

.menu .first .menu {
    width: 630px;
}


/*slider*/

.focusBox {
    position: relative;
    width: 100%;
    max-width: 1366px;
    height: 590px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 40px;
}

.focusBox.height400 {
    max-height: 522px;
}

.focusBox ul {
    position: relative;
    z-index: 0;
    width: 100%!important;
}

.focusBox ul li {
    width: 100%!important;
}

.focusBox ul img {
    width: 100%!important;
    height: auto!important;
    display: block;
}

.focusBox .hd {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
    font-size: 0;
    z-index: 1;
}

.focusBox .hd li {
    margin: 0 5px;
    background: url(images/dot.jpg) no-repeat 0 -16px;
    height: 16px;
    overflow: hidden;
    width: 16px;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    _background: url(images/dot8.jpg) no-repeat 0 -16px;
}

.focusBox .hd .on {
    background-position: 0 0;
}

.focusBox .prev,
.focusBox .next {
    width: 60px;
    height: 90px;
    margin: -60px 0 0;
    display: none;
    background: url(../images/ad_ctr.jpg) no-repeat 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.focusBox .prev {
    left: 20px;
}

.focusBox .next {
    background-position: 0 -90px;
    right: 20px;
}

.focusBox .prev:hover,
.focusBox .next:hover {
    filter: alpha(opacity=50) !important;
    opacity: 0.5 !important;
}

.focusBox h3 {
    position: absolute;
    left: 50%;
    top: 82px;
    width: 1150px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    font-size: 28px;
    margin-left: -575px;
}


/*main*/

.main {
    width: 1150px;
    margin: 0 auto;
    margin-bottom: 80px;
    overflow: hidden;
}

.main img,
.top-stories img {
    max-width: 100%;
}

.top-stories {
    width: 805px;
    height: 680px;
    float: left;
    margin-bottom: 30px;
    padding-top: 80px;
}

.top-stories h1 {
    font-size: 30px;
    font-weight: normal;
    display: block;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #e7eaea;
    position: relative;
}

.top-stories h1 a {
    display: block;
    width: 100%;
    height: 45px;
    background: url(../images/right-icon.jpg) right 14px no-repeat;
    color: #000;
}

.top-stories h1 a:hover {
    color: #01559D;
}

.stories-msg ul {
    width: 245px;
    float: left;
    display: inline-block;
    margin-top: 30px;
}

.stories-msg ul.middle {
    margin-left: 35px;
    margin-right: 35px;
}

.stories-msg ul .title {
    color: #01559d;
    font-size: 15px;
    font-weight: bold;
    height: 34px;
    overflow: hidden;
}

.stories-msg ul .title a {
    color: #000;
    line-height: 17px;
}

.stories-msg ul .title a:hover {
    color: #01559d;
}

.stories-msg ul .img {
    margin: 15px 0;
    height: 160px;
    overflow: hidden;
}

.stories-msg ul .img a {
    display: block;
}

.stories-msg ul .img a img {
    width: 100%!important;
    height: auto!important;
}

.stories-msg ul .time {
    color: #999;
    font-size: 14px;
}

.stories-msg ul .more a {
    color: #01559d;
    width: 90px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #01559d;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    display: block;
    margin-top: 15px;
    font-weight: bold;
}


/*quick-links*/

.quick-links {
    width: 270px;
    float: right;
    height: 820px;
    background: #f3f3f3;
    padding: 0 18px;
    margin-bottom: 80px;
}

.home_right {
    width: 270px;
}

.quick-links h2 {
    margin-top: 84px;
    font-weight: normal;
    font-size: 20px;
    color: #000;
    height: 40px;
    border-bottom: 1px solid #e4e4e4;
}

.quick-links li {
    font-size: 14px;
    color: #2f3c40;
}

.quick-links li.title {
    margin: 10px 0;
}

.quick-links ul.bottom {
    margin-top: 30px;
}

.quick-links li a {
    color: #01559d;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #e4e4e4;
    display: block;
    font-weight: bold;
    font-size: 12px;
}


/*full-list*/

.full-list {
    clear: both;
    height: 240px;
}

.full-list dl {
    width: 561px;
    float: left;
    display: inline-block;
    padding-top: 50px;
    background: url(../images/title-img.jpg) 0 0 no-repeat;
}

.full-list dl.right {
    float: right;
}

.full-list dl dt {
    width: 303px;
    float: left;
    display: inline-block;
}

.full-list dl dt img {
    width: 303px;
    height: 190px;
}

.full-list dl dd {
    float: right;
    font-size: 13px;
    width: 231px;
}

.full-list dl dd h3 {
    font-size: 16px;
}

.full-list dl dd h3 span {
    color: #01559d;
}

.full-list dl dd p {
    line-height: 22px;
}

.full-list dl dd p span {
    color: #01559d;
}

.full-list dl dd a {
    float: right;
    color: #01559d;
    width: 70px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #01559d;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    display: block;
    margin-top: 10px;
}


/*full-list*/

.full-list {
    clear: both;
    height: 240px;
}

.full-list div {
    width: 561px;
    float: left;
    display: inline-block;
    padding-top: 50px;
    background: url(../images/title-img.jpg) 0 0 no-repeat;
}

.full-list div.right {
    float: right;
}

.full-list div a {
    width: 303px;
    float: left;
    display: inline-block;
}

.full-list div a img {
    width: 303px;
    height: 190px;
}

.full-list div div {
    float: right;
    font-size: 13px;
    width: 231px;
    padding-top: 0;
    background: none;
}

.full-list div div h3 {
    font-size: 16px;
    height: 20px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.full-list div div h3 a {
    display: block;
    height: 20px;
    line-height: 20px;
    float: none;
    border: none;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: auto;
    color: #000;
}

.full-list div div h3 a:hover {
    color: #01559d;
}

.full-list div div h3 span {
    color: #01559d;
}

.full-list div div p {
    line-height: 22px;
}

.full-list div div p span {
    color: #01559d;
}

.full-list div div a {
    float: right;
    color: #01559d;
    width: 70px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #01559d;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    display: block;
    margin-top: 10px;
}

.event-show {
    height: 132px;
    overflow: hidden;
}

.full-list div div.event-show p span {
    color: #000;
}


/*campus*/

.campus {
    display: table;
    width: 100%;
    padding: 55px 0;
    clear: both;
    background: #f6f8f8;
    margin-bottom: 70px;
}

.campus h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 30px;
}

.campus .items {
    width: 1150px;
    margin: 0 auto;
    height: 290px;
    margin-bottom: 35px;
}

.campus .items ul {
    width: 360px;
    float: left;
    display: inline-block;
}

.campus .items ul li {
    overflow: hidden;
}

.campus .items ul li img {
    width: auto!important;
    min-width: 360px;
    height: 230px!important;
    display: inline-block;
    float: left;
}

.campus .items ul.middle,
.campus .items ul:nth-child(2) {
    margin: 0 35px;
}

.campus .items ul a.item-name {
    height: 60px;
    line-height: 60px;
    display: block;
    background: #fff;
    padding-left: 15px;
    color: #000;
    font-weight: bold;
    clear: both;
}

.campus .items ul a:hover {
    color: #01559d;
}

.campus.size12 .items ul a.item-name {
    font-size: 16px;
    line-height: 30px;
}


/*footer*/

.footer {
    width: 100%;
    background: #f8f8f8;
    height: 185px;
    clear: both;
    padding: 40px 0;
}

.footer-content {
    width: 1150px;
    height: 185px;
    margin: 0 auto;
}

.footer-content .part1 {
    width: 420px;
    float: left;
    display: inline-block;
    height: 185px;
}

.footer-content .part2 {
    width: 310px;
    float: left;
    display: inline-block;
    height: 185px;
    padding: 0 69px;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}

.footer-content li {
    font-size: 14px;
    margin: 8px 0;
}

.footer-content li.last {
    margin-top: 30px;
}

.footer-content .title {
    font-size: 15px;
    color: #01559d;
    font-weight: bold;
}

.footer-content .title a {
    text-decoration: underline;
    color: #01559d;
}

.footer-content .part2 a {
    color: #000;
}

.footer-content .part2 a:hover {
    color: #01559d;
}

.footer-content .part3 {
    width: 181px;
    padding: 0 49px;
    float: left;
    display: inline-block;
    height: 185px;
    border-right: 1px solid #e4e4e4;
}

.footer-content .part3 a {
    text-decoration: none;
}

.footer-content .part3 .news a {
    background: url(../images/news.jpg) 0 0 no-repeat;
    width: 136px;
    height: 20px;
    display: block;
}

.footer-content .part4 {
    width: 170px;
    height: 185px;
    float: left;
    display: none;
}

.footer-content .part4 li {
    width: 100%;
    height: 37px;
    margin-top: 0;
    margin-bottom: 5px;
    text-align: right;
}

.footer-content .part4 li.msg {
    height: 20px;
    line-height: 20px;
    margin: 0;
}

.footer-content .part4 li.msg a {
    color: #000;
}

.footer-content .part4 li.msg a:hover {
    color: #01559d;
}

.footer-content .part4 li a {
    width: 100px;
    height: 37px;
    display: block;
    float: right;
}

.footer-content .part4 .followers {
    background: url(../images/followers.jpg) 0 0 no-repeat;
}

.footer-content .part4 .fans {
    background: url(../images/fans.jpg) 0 0 no-repeat;
}

.footer-content .part4 .connects {
    background: url(../images/connects.jpg) 0 0 no-repeat;
}


/*faculty*/


/*banner*/

.banner {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    margin-top: 30px;
}

.banner a,
.banner img {
    display: block;
    width: 100%;
    height: 200px;
}


/*search-box*/

.search_form.search-box {
    display: block;
}

.search-box {
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding: 25px 0;
    background: #01559d;
    display: none;
}

.search-box form {
    width: 860px;
    height: 38px;
    margin: 0 auto;
}

.search-box label {
    font-size: 19px;
    float: left;
    display: inline-block;
    color: #fff;
}

.search-box input {
    height: 38px;
    width: 536px;
    background: #fff;
    float: left;
    display: inline-block;
    border: none;
    font-size: 14px;
    text-indent: 20px;
    margin: 0 10px 0 20px;
}

.search-box button {
    width: 82px;
    text-align: center;
    height: 38px;
    line-height: 38px;
    background: #000;
    float: left;
    display: inline-block;
    border: none;
    color: #fff;
}


/*breadcrumbs*/

.breadcrumbs {
    margin-top: 35px;
    height: 28px;
}

.breadcrumbs ul li {
    float: left;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
}

.breadcrumbs ul li a {
    margin-left: 5px;
    color: #000;
}

.breadcrumbs .home-nav {
    background: url(../images/home.jpg) 0 8px no-repeat;
    color: #000;
    padding-left: 20px;
}

.breadcrumbs .home-nav a {
    color: #000;
    margin: 0;
}

.breadcrumbs .fac-nav a {
    margin-left: 5px;
}


/*overview*/

.overview dl {
    width: 100%;
    background: none;
}

.overview.full-list dl dt {
    width: 425px;
}

.overview.full-list dl dd {
    width: 650px;
    font-family: "Microsoft YaHei";
}

.overview.full-list dl dd h3 {
    margin-bottom: 40px;
}

.overview.full-list dl dd p {
    font-family: "georgia";
    color: #000;
    line-height: 25px;
    font-size: 14px;
    max-height: 130px;
    overflow: hidden;
    text-align: justify;
}

.overview.full-list dl dd p span {
    color: #000;
}

.overview.full-list dl dd a {
    float: left;
    margin-top: 17px;
    width: 120px;
    height: 40px;
    line-height: 40px;
}


/*faculty*/

.faculty h3 {
    margin-bottom: 50px;
    text-align: center;
    color: #01559d;
}


/*faculty-area*/

.faculty-area {
    width: 992px;
    margin: 0 auto;
    margin-bottom: 160px;
    height: 245px;
}

.faculty-area h4 {
    font-size: 15px;
    color: #000;
    display: block;
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 30px;
}

.faculty-area h4 span {
    color: #01559d;
}

.area-left {
    float: left;
    width: 456px;
}

.area-right {
    float: right;
    width: 456px;
}


/* about */

#aboutbannercon {
    height: auto;
    min-height: 200px;
    max-height: 450px;
}

#aboutbannercon.auto {
    max-height: none;
    text-align: center;
}

#aboutbannercon.auto img {
    width: auto!important;
    margin: 0 auto;
}

#aboutbannercon.yx h3 {
    font-size: 20px;
    top: 312px;
    margin-left: -325px;
}

#aboutbannercon img {
    display: block;
    width: 100%!important;
    height: auto!important;
}

.aboutlist {
    clear: both;
    height: auto;
    margin-bottom: 200px;
    padding-top: 0px;
    width: auto;
}

.aboutlist dl {
    display: block;
    padding: 25px 0 25px;
    height: auto;
    border-bottom: 1px solid #eee;
    clear: both;
    overflow: hidden;
}

.aboutlist dl.hide {
    display: none;
}

.aboutlist dl dt {
    width: 303px;
    float: left;
    display: inline-block;
}

.aboutlist dl dt img {
    width: 285px;
    height: auto;
    max-height: 100%;
}

.aboutlist dl dd {
    float: left;
    font-size: 13px;
    width: 430px;
}

.aboutlist dl dd h3 {
    font-size: 16px;
    color: #01559d;
    overflow: hidden;
    text-transform: capitalize;
}

.aboutlist dl dd p,
.aboutlist dl dd .msg {
    line-height: 20px;
    height: 80px;
    margin-top: 20px;
    font-family: "georgia";
    overflow: hidden;
    text-align: justify;
    font-size: 16px;
}

.aboutlist dl dd .down.up {
    height: auto;
    min-height: 80px;
}

.aboutlist dl dd p.date,
.aboutlist dl dd p.date.up {
    height: 20px;
    min-height: 20px;
    line-height: 20px;
    margin-top: 10px;
    color: #6B6A6A;
}

.aboutlist dl dd p.date i,
.sd-recent-date i {
    margin-right: 5px;
}

.aboutlist dl dd p span {
    color: #01559d;
}

.aboutlist dl dd .msg span {
    color: #000;
}

.aboutlist dl dd a {
    float: right;
    color: #01559d;
    width: 90px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #01559d;
    text-align: center;
    border-radius: 5px;
    font-size: 12px;
    display: block;
    margin-top: 15px;
}

.aboutlist dl dd h3 a {
    float: none;
    width: auto;
    border: none;
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 15px;
}

#about_right h2,
.home-right h2 {
    font-size: 25px;
    color: #2F3C40;
}

#about_right {
    height: auto;
    width: 280px;
    padding: 0 40px 50px;
}

#about_right p,
.home-right p {
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 22px;
}

#about_right p strong,
.home-right p strong {
    font-size: 25px;
    color: #F31801;
    padding-right: 10px;
    font-weight: normal;
}

#aboutmain .breadcrumbs {
    margin-bottom: 10px;
}


/* research */

#research_right h2 {
    font-size: 25px;
    color: #2F3C40;
}

#research_right {
    height: auto;
    width: 280px;
    padding: 0 30px 50px;
}

#research_right p {
    margin: 20px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 22px;
    font-size: 13px;
}


/* alumni page*/

.alumni_con {
    text-align: center;
    padding: 60px 0 60px;
}

.alumni_title {
    font-size: 32px;
    color: #2F3C40;
}

.alumni_title span {
    font-weight: normal;
}

.alumni_detial {
    font-size: 16px;
    color: #8D90AB;
    margin: 30px 0;
}

.donate {
    text-align: center;
    margin: 35px 0;
    width: 100%;
    height: 350px;
    background: #01559d;
}

.donate a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #01559d;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    border-radius: 5px;
}

.alimni_lei {
    height: 25px;
}

.alimni_lei li {
    float: left;
    margin-right: 5px;
}

.alimni_lei li a {
    color: #333;
    padding: 0 10px;
    line-height: 25px;
    display: inline-block;
}

.alimni_lei li a.curr,
.alimni_lei li a:hover {
    color: #fff;
    background-color: #000;
}

.alimni_list dl {
    width: 260px;
    display: inline-block;
    background: none;
    margin-right: 36px;
    float: left;
    padding-top: 50px;
}

.alimni_list dl:nth-child(4n) {
    margin: 0;
}

.alimni_list dt {
    margin-bottom: 35px;
    height: 200px;
    overflow: hidden;
    padding: 30px;
    border: 1px solid #ccc;
}

.alimni_list dt a {
    width: 200px;
    height: 200px;
    overflow: hidden;
    display: block;
}

.alimni_list dt img {
    height: 200px;
    width: auto;
    margin: 0 auto;
}

.alimni_list dd .alumni_name {
    font-size: 16px;
    font-weight: normal;
}

.alimni_list dd .alumni_name a {
    color: #000;
}

.alimni_list dd .alumni_name a:hover {
    color: #01559D;
}

.alumni_teach {
    font-size: 14px;
    color: #01559d;
    border-bottom: 1px solid #ccc;
    line-height: 25px;
}

.alumni_name {
    color: #2F3C40;
}

.alumni_email {
    display: inline-block;
    float: left;
    font-size: 14px;
    color: #8D908F;
}

.alumni_social {
    display: inline-block;
    float: right;
}

.alumni_contact {
    height: 35px;
    line-height: 35px;
}

.alumni_profile {
    color: #000;
    font-size: 16px;
    padding: 20px 0 25px;
    font-family: 'georgia';
}

.alimni_list dd a.alumni_jump {
    display: inline-block;
    border: 1px solid #01559d;
    color: #2F3C45;
    border-radius: 3px;
    padding: 15px 20px;
}

.alimni_list:after {
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
    content: "";
}

.alimni_list {
    padding-bottom: 80px;
}

.alumni_maptitle {
    width: 100%;
    margin: 30px auto;
    border-bottom: 1px solid #E7EAEA;
    font-size: 32px;
    line-height: 50px;
    font-weight: normal;
    color: #2F3C40;
}

.alumni_maptitle span {
    font-weight: bold;
}

.alumni_map {
    width: 1143px;
    height: 465px;
    margin: 0 auto;
    margin-bottom: 35px;
}

.panel3 .alumni_map {
    margin: 0;
}

.items .alumni_map {
    margin: 0;
    background: url(../images/map.jpg) 0 0 no-repeat;
}

.alumni_namelist {
    padding: 120px 0;
}

.alumni_namelist h3 {
    text-align: center;
    font-size: 32px;
    line-height: 50px;
    font-weight: normal;
    color: #2F3C40;
}

.alumni_namelist h3 span {
    font-weight: bold;
}

.alumni_namelist ul {
    width: 490px;
    float: left;
    display: inline-block;
    margin-bottom: 60px;
}

.alumni_namelist ul li {
    width: 355px;
    display: inline-block;
    padding: 25px 0 0 135px;
    float: left;
}

.alumni_namelist ul li a {
    color: #2F3C40;
    padding-left: 15px;
    line-height: 20px;
    background: url(../images/alumni-icon_20.jpg) left center no-repeat;
    font-weight: bold;
}

.alumni_namelist ul li a.curr {
    background: url(../images/alumni-icon_24.jpg) left center no-repeat;
}

.alumni_namelist p {
    width: 980px;
    margin: 0 auto;
    text-indent: 150px;
    color: #9B909D;
}


/*list-content*/

.namelist {
    width: 980px;
    margin: 30px auto;
    height: auto;
}

.list-content {
    width: 355px;
    display: none;
}

.list-content p {
    width: 100%;
    text-indent: 15px;
}


/*article*/

#article_detail_main {
    margin-top: 50px;
}

#article_detail_main:after,
.clearfix:after {
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
    content: "";
}

.article_detial_rigcon {
    width: 324px;
    background: none;
    float: right;
    padding: 0 20px;
    margin-top: 30px;
}

#article_detail_main .aboutlist {
    width: 765px;
    margin-top: 30px;
}

#article_detail_main .aboutlist .date,
#article_detail_main .aboutlist .date.up {
    height: 20px;
    line-height: 20px;
    margin: 10px 0;
    color: #6B6A6A;
    font-size: 13px;
    min-height: 20px;
}

#article_detail_main .aboutlist .date i {
    margin-right: 5px;
}

#article_detail_main .sd-styled-title {
    border-bottom: 1px solid #dcdcdc;
    font-size: 24px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    width: 100%;
}

.sd-entry-content {
    margin-top: 30px;
}

.sd-entry-content,
.sd-entry-content p {
    color: #000;
    font-family: "georgia";
    text-align: justify;
    line-height: 20px;
    margin-top: 20px;
}

.sd-entry-content table td p {
    text-align: left;
}

.sd-entry-content {
    overflow: hidden;
}

.sd-recent-widget-thumb {
    width: 100px;
    float: left;
    height: 65px;
    margin-right: 20px;
}

.sd-recent-widget-thumb img {
    width: 100px;
}

.sd-recent-posts-content {
    float: left;
    width: 190px;
}

.sd-recent-posts-content h4 {
    font-size: 15px;
    line-height: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sd-recent-posts-content h4 a {
    color: #2f3c40;
}

.sd-recent-posts-content h4 a:hover {
    color: #01559d;
}

.sd-recent-date {
    font-size: 12px;
    color: #8d908f;
    line-height: 40px;
}

.article_detial_rigcon ul li {
    margin: 30px 0;
}

.newslist p {
    font-family: "georgia";
    font-size: 18px;
    line-height: 30px;
    color: #363D44;
}

.left-style,
.right-style {
    margin: 20px 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    font-family: "georgia";
}

.left-style p,
.right-style p {
    font-family: "georgia";
}

.left-style img {
    float: left;
    display: inline-block;
    width: 360px;
    height: 185px;
    margin-right: 25px;
}

.left-style .right-content {
    float: right;
    width: 380px;
}

.right-style img {
    float: right;
    display: inline-block;
    width: 360px;
    height: 185px;
    margin-left: 25px;
}

.right-style .left-content {
    float: left;
    width: 380px;
}


/*our staff*/

.our-staff {
    width: 100%;
    height: auto;
    background: #F6F8F8;
    margin: 70px 0;
}

.our-staff .main h2 {
    font-size: 36px;
    line-height: 30px;
    padding: 70px 0;
    text-align: center;
}

.our-staff .row .col2,
.our-staff .row .col8 {
    float: left;
    display: inline-block;
    margin-bottom: 70px;
}

.our-staff .row .col2 {
    width: 200px;
    padding: 0 60px;
}

.our-staff .row .col2.name {
    width: 100px;
    padding: 0;
}

.our-staff .row .col2 img {
    width: 200px;
    height: auto;
}

.our-staff .row .col8 {
    width: 770px;
}

.our-staff .row .col8 p {
    font-size: 15px;
    color: #8D908F;
    line-height: 25px;
    margin: 15px 0;
}

.our-staff .row ul li {
    float: left;
    display: inline-block;
    margin: 10px 10px 5px 0px;
}

.our-staff .row ul li a {
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 700;
}

.our-staff .row ul li a i {
    margin-right: 5px;
}

.sd-staff-facebook {
    background: #3B5998;
}

.sd-staff-twitter {
    background-color: #00ACED;
}

.sd-staff-googleplus {
    background-color: #DD4B39;
}

.sd-staff-linkedin {
    background-color: #007BB6;
}


/*overview*/

.overview-title {
    font-size: 30px;
    line-height: 40px;
    display: block;
    width: 860px;
    margin: 0 auto;
    font-weight: normal;
    text-align: center;
    font-family: 'georgia';
    margin-top: 70px;
}

.overview-content {
    width: 960px;
    margin: 30px auto;
}

.left-content {
    width: 450px;
    float: left;
    display: inline-block;
    margin-bottom: 30px;
    clear: left;
    height: 410px;
    overflow: hidden;
}

.right-content {
    width: 450px;
    float: right;
    display: inline-block;
    margin-bottom: 30px;
    clear: right;
    height: 410px;
    overflow: hidden;
}

.left-content.up,
.right-content.up {
    height: auto;
}

.left-content img,
.right-content img {
    width: 450px;
    height: 240px;
}

.overview-content h2 {
    font-size: 16px;
    line-height: 30px;
    margin: 10px 0;
    color: #01559D;
    font-weight: bold;
    font-family: 'georgia';
}

.overview-content p {
    font-family: 'georgia';
    font-size: 16px;
    line-height: 30px;
    color: #444D56;
}


/***
Timeline UI Base
***/

.timeline {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    position: relative;
    width: 1150px;
    margin-bottom: 70px;
}


/* The line */

.timeline:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10px;
    background: #ccc;
    left: 20%;
    margin-left: -10px;
}

.timeline>li {
    position: relative;
}


/* The date/time */

.timeline>li .timeline-time {
    display: block;
    text-align: right;
    position: absolute;
}

.timeline>li .timeline-time span {
    display: block;
    text-align: right;
}

.timeline>li .timeline-time span.date {
    font-size: 12px;
    color: #aaa;
    display: block;
    font-weight: 300;
}

.timeline>li .timeline-time span.time {
    font-weight: 300;
    font-size: 30px;
    line-height: 38px;
}


/* Right content */

.timeline>li .timeline-body {
    margin: 0 0 15px 25%;
    color: #fff;
    padding: 10px;
    font-weight: 300;
    position: relative;
    border-radius: 5px;
}

.timeline>li .timeline-body h2 {
    margin-top: 0px;
    padding: 0 0 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 18px;
    margin-bottom: 5px;
}

.timeline>li .timeline-content {
    font-size: 14px;
}

.timeline>li .timeline-content p {
    margin-bottom: 10px;
}

.ie8 .timeline>li .timeline-body h2 {
    border-bottom: 1px solid #eee;
}

.timeline>li .timeline-body img.timeline-img {
    width: 75px;
    height: 75px;
    margin: 5px 10px 0 0px;
}

.timeline>li .timeline-body img.pull-right {
    margin-left: 10px;
}

.timeline>li .timeline-body a.nav-link {
    display: inline-block;
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    padding: 0px;
    text-align: left;
    text-decoration: none;
}

.timeline>li .timeline-body a.nav-link:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.timeline>li .timeline-body .btn {
    margin-top: 10px;
}


/* The triangle */

.timeline>li .timeline-body:after {
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #3594cb;
    border-width: 10px;
    top: 19px;
}

.timeline>li .timeline-content:after,
.timeline>li .timeline-content:before {
    display: table;
    line-height: 0;
}

.timeline>li .timeline-content:after {
    clear: both;
}

.timeline>li .timeline-footer:after,
.timeline>li .timeline-footer:before {
    content: "";
    display: table;
    line-height: 0;
}

.timeline>li .timeline-footer:after {
    clear: both;
}


/* The icons */

.timeline>li .timeline-icon {
    width: 40px;
    height: 40px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 1.4em;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #fff;
    background: #aaa;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #ccc;
    text-align: center;
    left: 20%;
    top: 0;
    margin: 5px 0 0 -25px;
    padding-bottom: 3px;
    padding-right: 1px;
    padding-left: 2px;
    -webkit-border-radius: 30px !important;
    -moz-border-radius: 30px !important;
    border-radius: 30px !important;
}

.timeline>li .timeline-icon>i {
    font-size: 18px;
    display: none;
}


/* Red */

.timeline li.timeline-red .timeline-body:after {
    border-right-color: #e02222;
}

.timeline li.timeline-red .timeline-body {
    background: #e02222;
}

.timeline li.timeline-red .timeline-time span.time {
    color: #e02222;
}


/* Yellow */

.timeline li.timeline-yellow .timeline-body:after {
    border-right-color: #ffb848;
}

.timeline li.timeline-yellow .timeline-body {
    background: #ffb848;
}

.timeline li.timeline-yellow .timeline-time span.time {
    color: #ffb848;
}


/* Green */

.timeline li.timeline-green .timeline-body:after {
    border-right-color: #35aa47;
}

.timeline li.timeline-green .timeline-body {
    background: #35aa47;
}

.timeline li.timeline-green .timeline-time span.time {
    color: #35aa47;
}


/* Blue */

.timeline li.timeline-blue .timeline-body:after {
    border-right-color: #5D4E14;
}

.timeline li.timeline-blue .timeline-body {
    background: #5D4E14;
}

.timeline li.timeline-blue .timeline-time span.time {
    color: #01559D;
}


/* Purple */

.timeline li.timeline-purple .timeline-body:after {
    border-right-color: #852b99;
}

.timeline li.timeline-purple .timeline-body {
    background: #852b99;
}

.timeline li.timeline-purple .timeline-time span.time {
    color: #852b99;
}


/* Grey */

.timeline li.timeline-grey .timeline-body:after {
    border-right-color: #555555;
}

.timeline li.timeline-grey .timeline-body {
    background: #555555;
}

.timeline .timeline-body .part {
    width: 30%;
    display: table-cell;
    vertical-align: top;
    padding: 0 10px;
}

.timeline .timeline-body .part.middle {
    border-left: 3px dashed #fff;
    border-right: 3px dashed #fff;
}

.timeline li.timeline-grey .timeline-time span.time {
    color: #555555;
}

.itemline {
    width: 1150px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
}

.itemline li {
    width: 280px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
}

.itemline li:first-child,
.itemline li.first {
    margin-left: 288px;
}

;

/*page*/

.pagination {
    display: inline-block;
    border: 1px solid #CDCDCD;
    border-radius: 3px;
}

.pagination a {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    outline: none;
    border-right: 1px solid #CDCDCD;
    border-left: 1px solid #CDCDCD;
    color: #555555;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    font-family: Times, 'Times New Roman', Georgia, Palatino;
    /* attn: need a better font stack */
    background-color: #f3f3f3;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(100%, lightgrey));
    background-image: -webkit-linear-gradient(#f3f3f3, lightgrey);
    background-image: linear-gradient(#f3f3f3, lightgrey);
}

.pagination a:hover,
.pagination a:focus,
.pagination a:active {
    background-color: #cecece;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4e4e4), color-stop(100%, #cecece));
    background-image: -webkit-linear-gradient(#e4e4e4, #cecece);
    background-image: linear-gradient(#e4e4e4, #cecece);
}

.pagination a.disabled,
.pagination a.disabled:hover,
.pagination a.disabled:focus,
.pagination a.disabled:active {
    background-color: #f3f3f3;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(100%, lightgrey));
    background-image: -webkit-linear-gradient(#f3f3f3, lightgrey);
    background-image: linear-gradient(#f3f3f3, lightgrey);
    color: #A8A8A8;
    cursor: default;
}

.pagination a:first-child {
    border: none;
    border-radius: 2px 0 0 2px;
}

.pagination a:last-child {
    border: none;
    border-radius: 0 2px 2px 0;
}

.pagination input {
    float: left;
    margin: 0;
    padding: 0;
    width: 120px;
    height: 20px;
    outline: none;
    border: none;
    vertical-align: middle;
    text-align: center;
}


/* gigantic class for demo purposes */

.gigantic.pagination {
    width: 274px;
    height: 30px;
    margin: 30px auto;
}

.gigantic.pagination a {
    height: 30px;
    width: 30px;
    font-size: 20px;
    line-height: 25px;
}

.gigantic.pagination input {
    width: 150px;
    height: 30px;
    font-size: 15px;
}


/* log element for demo purposes */

.log {
    display: none;
    background-color: #EDEDED;
    border: 1px solid #B4B4B4;
    height: 300px;
    width: 524px;
    overflow: auto;
    margin-left: 0;
    list-style: none;
    padding: 10px;
}

.log li {
    margin-top: 0;
    margin-bottom: 5px;
}


/*img style*/

.img-left img {
    float: left;
    clear: left;
    display: inline-block;
    margin-right: 15px;
}

.img-right img {
    float: right;
    clear: right;
    display: inline-block;
    margin-left: 15px;
}


/*administration*/

.administration .row {
    padding-top: 60px;
    padding-bottom: 60px;
}

.our-staff .administration .row .col2.name {
    margin-left: 250px;
}

.our-staff .administration .row .col8 {
    width: 270px;
}

.our-staff .administration .row .col2,
.our-staff .administration .row .col8 {
    margin-bottom: 0;
}

.our-staff .administration .row .clearfix {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}


/*rtecenter*/

.main p.rtecenter img {
    width: 1150px;
    height: auto;
    margin-top: 35px;
}

.main.page {
    margin: 0px auto 30px;
}


/*admission_box*/

.admission_box {
    padding: 35px 0;
}

.admission_box.wh900 {
    width: 900px;
    margin: 0 auto;
}

.admission_box img {
    margin-bottom: 35px;
    width: 50%;
}

.admission_box p {
    margin-bottom: 20px;
    font-family: "georgia"!important;
}

.admission_box.president_message,
.admission_box.Library,
.admission_box.Overview {
    width: 700px;
    margin: 0 auto;
}

.admission_box.president_message p,
.admission_box.Library p,
.admission_box.Overview p {
    margin: 0;
    text-align: justify;
}

.admission_box.Library img,
.admission_box.Overview img {
    width: 100%;
    max-width: 100%;
}


/*admission-list*/

.admission-list {
    margin-top: -35px;
}

.admission-list a.img {
    display: block;
    height: 185px;
    width: 360px;
    overflow: hidden;
}

.admission-list a.img:hover {
    opacity: 0.7;
}

.admission-list.campus .items ul a.item-name {
    font-size: 12px;
    overflow: hidden;
}

.admission-list.campus {
    height: auto;
}

.admission-list.campus .items {
    display: table;
}

.admission-list.campus .items ul {
    margin-bottom: 35px;
}


/*video-list*/

.video-list {
    width: 1150px;
    margin: 0 auto;
    margin-top: -45px;
}

.video-list embed {
    margin-right: 35px;
    margin-bottom: 35px;
    float: left;
}

.video-list embed:nth-child(3n) {
    margin-right: 0;
}


/*facts-content*/

.facts-content {
    width: 960px;
    margin: 30px auto;
}

.facts-content p {
    margin-top: 10px;
    text-align: justify;
    font-family: "georgia";
    font-size: 16px;
    line-height: 25px;
    color: #444D56;
}


/*academy*/

.academy-left {
    width: 100%;
    float: left;
    display: inline-block;
    margin-top: 35px;
}

.academy-left h1 {
    font-size: 45px;
    font-weight: normal;
    margin-bottom: 20px;
    color: #5F574F;
}

.academy-left p {
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
}

.academy-left p.msg {
    line-height: 28px;
    text-align: justify;
    margin-bottom: 30px;
}

.school {
    clear: both;
    margin-top: 30px;
    display: table;
    width: 100%;
}

.school .school-img {
    width: 300px;
    height: auto;
    float: left;
    display: inline-block;
}

.school .school-img img {
    width: 300px;
    height: auto;
}

.school-msg {
    float: right;
    width: 800px;
}

.school-msg h2,
.link-list h2 {
    font-weight: 20px;
    color: #F31801;
    line-height: 28px;
    margin-bottom: 5px;
    font-weight: bold;
    clear: both;
}

.school-msg p {
    line-height: 22px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
}

.school-msg .link {
    display: table;
}

.school-msg .link ul {
    padding-left: 40px;
}

.school-msg .link ul li {
    float: left;
    width: 340px;
    display: inline-block;
    line-height: 30px;
    margin-right: 40px;
}

.school-msg .link ul li::before {
    font-family: FontAwesome;
    margin: 0px 10px 0px -15px;
    font-size: 13px;
    content: "";
}

.school-msg .link ul li a {
    color: #2E2D29;
    font-size: 18px;
}

.school-msg .link ul li a:hover {
    color: #01559D;
}


/*academy-right*/

.academy-right {
    width: 400px;
    height: auto;
    float: right;
    display: inline-block;
    margin-top: 30px;
    display: none;
}


/*link-list*/

.link-list ul {
    padding-left: 20px;
}

.link-list ul li {
    float: left;
    width: 350px;
    display: inline-block;
    line-height: 30px;
    margin-right: 20px;
}

.link-list ul li::before {
    font-family: FontAwesome;
    margin: 0px 10px 0px -15px;
    font-size: 13px;
    content: "";
}

.link-list ul li a {
    color: #2E2D29;
    font-size: 18px;
    line-height: 30px;
}

.link-list ul li a:hover {
    color: #01559D;
}


/*lab*/

.lab.campus {
    margin-top: 35px;
}

.lab.campus .items ul a {
    display: block;
    height: 185px;
}

.lab.campus .items ul a.item-name {
    font-size: 12px;
    height: 60px;
    line-height: 30px;
}

.lab.campus .items {
    height: auto;
}

.lab.campus .items ul {
    width: auto;
}

.lab.campus .items ul:nth-child(2) {
    margin: 0;
}

.lab.campus .items ul li {
    width: 360px;
    float: left;
    display: inline-block;
    margin-bottom: 35px;
}

.lab.campus .items ul li:nth-child(3n+2) {
    margin: 0px 35px;
}


/*a-z*/

.a-z {
    width: 1150px;
    margin: 35px auto;
}

.a-z .com-table {
    margin-top: 20px;
}

.a-z .all {
    float: left;
    display: inline-block;
    width: 40px;
    height: 25px;
    line-height: 25px;
}

.a-z a {
    color: #000;
    width: 40px;
    text-align: center;
    display: block;
}

.a-z a:hover,
.a-z .all.current {
    background: #01559D;
    color: #fff;
}

.tabs {
    width: 1150px;
    display: block;
    height: 25px;
    line-height: 25px;
    margin: 0 auto;
    margin-bottom: 35px;
}

.tabs li {
    float: left;
    width: 40px;
    text-align: center;
    display: inline-block;
}

.tabs li.current {
    background: #01559D;
    color: #fff;
}

.tabs li.current a {
    color: #fff;
}

.a-z table {
    width: 100%;
}

.a-z td a {
    width: auto;
}


/*show-msg*/

.show-msg {
    width: 1150px;
    margin: 0 auto;
    margin-top: -45px;
    margin-bottom: 35px;
}

.show-msg .info {
    width: 100%;
}

.show-msg .info img {
    width: 360px;
    height: auto;
    display: inline-block;
    float: left;
    margin: 0 20px 0 0;
}

.show-msg .right-info {
    margin-bottom: 20px;
}

.show-msg .right-info h3 {
    font-size: 18px;
    color: #666;
    margin: 10px 0px;
    font-weight: bold;
}

.show-msg .right-info p {
    font-size: 14px;
    color: #666;
    line-height: 25px;
}

.ex-info {
    clear: both;
    font-size: 12px;
    line-height: 25px;
    color: #000;
    margin-top: 20px;
    text-align: justify;
}


/*overview*/

.overview.full-list dl dt {
    height: 300px;
    overflow: hidden;
}

.overview.full-list dl dt img {
    width: 425px;
    height: auto;
}


/*people*/

.people {
    width: 1150px;
    margin: 0 auto;
    display: table;
}

.people .people-list {
    text-align: center;
}

.people h1 {
    clear: both;
    height: 60px;
    line-height: 60px;
}

.people ul.people-list li {
    float: left;
    display: inline-block;
    width: 202px;
    margin-right: 35px;
    margin-bottom: 35px;
}

.people ul.people-list li a {
    font-size: 14px;
    font-weight: normal;
    display: block;
    margin-bottom: 10px;
    border: 1px solid #eee;
    height: 180px;
    overflow: hidden;
    padding: 20px;
}

.people ul.people-list li a:hover {
    opacity: 0.7;
}

.people ul.people-list li h3 a {
    border: none;
    height: auto;
    padding: 0;
    font-weight: bold;
}

.people ul.people-list li a img {
    width: auto;
    height: 180px;
    margin: 0 auto;
    max-width: 100%;
}

.people ul.people-list li:nth-child(5n) {
    margin-right: 0;
}

.people ul.people-list li p {
    font-size: 14px;
    color: #666;
}


/*tab-ul*/

.people ul.tab-ul {
    width: 158px;
    float: left;
    display: inline-block;
    padding: 20px;
    border: 1px solid #CCC;
    margin-top: -45px;
}

.people ul.tab-ul li {
    float: none;
    display: block;
    margin: 0;
    padding: 0;
    color: #000;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.people ul.tab-ul li h3 {
    font-size: 14px;
}

.people ul.tab-ul li.current {
    color: #01559D;
}

.people .show-msg.read-list {
    width: 900px;
    float: right;
    display: inline-block;
}


/*faculty_box*/

.faculty_box img {
    float: left;
    display: inline-block;
    margin-right: 20px;
}

.faculty_box p {
    text-align: justify;
}


/*alumni-list*/

.alumni-list.show-msg {
    margin-top: -55px;
    margin-bottom: 35px;
}


/*giving-bg*/

.donate {
    position: relative;
}

.donate a {
    background: #fff;
    color: #01559D;
    margin-top: 100px;
}

.donate p {
    color: #fff;
    padding-top: 50px;
    width: 400px;
    margin: 0 auto;
}

.giving-bg {
    position: absolute;
    left: 0;
    top: 50px;
}

.giving-bg img {
    height: 300px;
    width: auto;
}


/*result-list*/

#result-list tr td {
    line-height: 20px;
    border-top: 1px solid #DDD;
    vertical-align: top;
    padding: 8px;
    font-size: 14px;
}

#result-list tr td p {
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}

#result-list tr td.b {
    font-weight: bold;
}

#result-list tr.f td {
    border-top: none;
}


/*pic_content*/

.pic-box {
    display: table;
}

.pic-tabs {
    width: 158px;
    float: left;
    display: inline-block;
    padding: 20px;
    border: 1px solid #ccc;
}

.pic-tabs li {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
}

.pic-tabs li a {
    color: #000;
}

.pic-tabs li a:hover,
.pic-tabs li a.on {
    color: #01559D;
}

#pic_content {
    width: 900px;
    float: right;
    display: inline-block;
    position: relative;
}

#pic_content a {
    position: relative;
    width: 430px;
    height: 240px;
    overflow: hidden;
    display: block;
    float: left;
    margin: 10px;
}

.pic-box #pic_content a.hover::before {
    opacity: 1;
}

.pic-box #pic_content a.hover::before {
    opacity: 1;
}

.loading {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -19px;
    margin-left: -16px;
    z-index: 999999999;
}


/*read-list*/

.read-list.show-msg .info img {
    display: none;
}

.read-list.show-msg .right-info {
    text-align: center;
}

.read-list.show-msg .boby {
    display: inline-block;
    width: 100%;
}


/*.read-list.show-msg .boby h3{padding-top: 10px; height: 40px; border-bottom: 2px solid #758FAD; font-size: 15px; font-weight: bold; clear: both; text-align: left;}*/


/*.read-list.show-msg .boby p {width: 50%; float: left; border-bottom: 1px solid #D9D9D9; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; padding: 3px 0px; margin-bottom: 6px; font-size: 16px !important; line-height: 2 !important;text-align: left;}*/


/*more-map*/

.more-map {
    width: 1150px;
    margin: 0 auto;
    margin-bottom: 35px;
}

.more-map img {
    width: 100%!important;
    height: auto!important;
}


/*.map-msg{padding: 10px;word-wrap: break-word;width: 100px;}*/

.panel1 h1 a {
    color: #000;
}

.panel1 h1 a:hover {
    color: #01559D;
}


/*all-show*/

.all-show .aboutlist {
    width: 100%!important;
}

.all-show .article_detial_rigcon {
    display: none;
}

#wanted {
    width: 1265px;
    margin: 20px auto;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    padding: 50px 50px;
    position: relative;
}

#wanted a {
    background: #CF262B;
    display: block;
    line-height: 5em;
    font-size: 50px;
    color: #fff;
    width: 60%;
    margin: 0 auto;
}

#wanted span {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    font-size: 20px;
    padding: 5px;
    cursor: pointer;
    text-transform: capitalize;
}

.recruitment_content p {
    font-size: 17px;
    line-height: 2em;
}

.recruitment_content li {
    font-size: 17px;
    line-height: 1.8em;
    list-style: inside;
}

.recruitment_content h1 {
    text-align: center;
    font-size: 22px;
}

.recruitment_content h1 em {
    font-size: 30px;
}

.recruitment_content h3 {
    text-align: right;
    font-size: 17px;
    font-weight: normal;
}

.recruitment_content div {
    text-align: center;
    font-size: 17px;
    line-height: 1.8em;
}