html, body, blockquote, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, a, img, label, input, legend, li, ol, p, pre, td, textarea, th, ul,table,tr {
    margin: 0;
    padding: 0;
}
* {
    box-sizing: border-box;
}
html, body {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
body {
    -webkit-font-smoothing: antialiased;
}
body, button, input, select, textarea {
    font: 14px/1 Helvetica, STHeiti STXihei, Microsoft JhengHei, Microsoft YaHei, Tohoma, Arial;
    color: #333;
    font-family: "Microsoft YaHei";
}
button, input, select, textarea {
    font-size: 100%;
}
input {
    padding: 0 5px;
}
textarea {
    padding: 5px;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
ul, ol {
    list-style: none;
}
img {
    border: none;
    vertical-align: middle;
    max-height: 100%;
}
a {
    text-decoration: none;
    color: #333333;
}
a:hover ,a:focus,a:active {
    color: #058cff;
    text-decoration: none;
    cursor: pointer;
}
em {
    font-style: normal;
}
table {
    border-collapse: collapse;
    table-layout: fixed;
}
input, textarea, button {
    outline: none;
}
textarea {
    resize: none;
    overflow: auto;
}
.clearfix,.col-container{
    zoom: 1;
}
.clearfix:after,.col-container:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow: hidden;
}
.fl {
    float: left
}

.fr {
    float: right!important;
}
.tl {
    text-align: left;
}
.tc {
    text-align: center
}
.tr {
    text-align: right;
}
.ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inline {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.borderRadius {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
video{
    width:100%;
}
/*列表页*/
.top{
    background: #0045a3;
    height: 36px;
    line-height: 36px;
    color: #FFF;
}
.top_link{
    position: relative;
    color: #FFF !important;
    cursor: pointer;
    margin-right: 20px;
}
.phone_link{
    color: #FFF !important;
    text-align: center;
    width: 200px;
    position: absolute;
    top: 36px;
    right: 0px;
    display: none;
    background: url(../images/a352.png);
    padding: 0 15px 10px 15px;
}
.top_link:hover .phone_link{
    display: block;z-index: 999;
}
.phone_link img{
    max-width: 70px;
    height: auto;
    border: none;
}
.header{
    /*background: #0060c2;*/
    /*background: url(../images/logo_bg.png) no-repeat right top;*/
    background: url(../images/top_bg.jpg) no-repeat right top;
    background-size: 100% 100%;
    height: 120px;
    max-height: 120px;
    margin: 0 auto;
}
.header1{
    background: #0060c2;
    height: 80px;
    margin: 0 auto;
}
.left_logo{
    margin: 20px 0;
}
.right_logo{
    margin: 35px 0;
}
@media screen  and  (max-width:1200px){
    .header{
        height: auto;
    }
}
    /*------nav-----*/
.navbar-nav>li>a:hover, .navbar-nav>li>a:focus,  .navbar-nav>li>a:active {
    background: rgb(0,96,193) !important;
    color: rgb(232,232,232) !important;
}
.navbar-nav>li:hover>a{
    background: rgb(0,96,193) !important;
    color: rgb(232,232,232) !important;
}
.dropMenu{
    padding: 15px;
    background: #ffffff;
    /*alpha(Opacity=90);-moz-opacity:0.9;opacity: 0.9;*/
}
.dropMenu>div{
    padding-right: 15px;
    padding-left: 15px;
}
.dropImg{
    width: 250px;
}
.dropImg>img{
    width: 220px;
    height: auto;
    padding: 2px;
    border: 1px dotted #c6c6c6;
}
.dropLi>li{
    float: left;
    background: url(../images/dit2.png) no-repeat 2px center;
    padding-left: 20px;
    box-sizing: border-box;
    margin: 5px 15px 0;
}
.dropLi>li>a{
    font-size: 16px;
    color: #0e4c92;
    line-height: 36px;
    height: 36px;
    width: 100%;
    text-align: left;
    font-weight: 600;
}
.dropLi>li>a:hover{
    color: #e29c3a;
}
@media screen  and  (max-width:1200px) {
    .dropImg{
        width: 230px;
    }
    .dropImg>img{
        width: 200px;
        height: auto;
        padding: 2px;
        border: 1px dotted #c6c6c6;
    }
    .dropLi>li{
        float: left;
        background: url(../images/dit2.png) no-repeat 2px center;
        padding-left: 10px;
        box-sizing: border-box;
        margin: 3px 10px 0;
    }
    .dropLi>li>a{
        font-size: 14px;
        color: #0e4c92;
        line-height: 30px;
        height: 30px;
        width: 100%;
        text-align: left;
        font-weight: 600;
    }
}
/*------nav-----*/
/*------small nav-----*/
#wrapper {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    padding-left: 0;
    transition: all 0.5s ease;
}
#wrapper.toggled {
    padding-left: 220px;
}
#wrapper.toggled #sidebar-wrapper {
    width: 220px;
}
#wrapper.toggled #page-content-wrapper {
    margin-right: -220px;
    position: absolute;
}
#sidebar-wrapper {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    background: #1a1a1a;
    height: 100%;
    left: 220px;
    margin-left: -220px;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.5s ease;
    width: 0;
    z-index: 1000;
}
#sidebar-wrapper::-webkit-scrollbar {
    display: none;
}
#page-content-wrapper {
    padding-top: 70px;
    width: 100%;
}
.sidebar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 220px;
}
.sidebar-nav li {
    display: inline-block;
    line-height: 20px;
    position: relative;
    width: 100%;
}
.sidebar-nav li:before {
    background-color: #1c1c1c;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
    width: 3px;
    z-index: -1;
}
.sidebar-nav li:first-child a {
    background-color: #1a1a1a;
    color: #ffffff;
}
.sidebar-nav li:nth-child(2):before {
    background-color: #402d5c;
}
.sidebar-nav li:nth-child(3):before {
    background-color: #4c366d;
}
.sidebar-nav li:nth-child(4):before {
    background-color: #583e7e;
}
.sidebar-nav li:nth-child(5):before {
    background-color: #64468f;
}
.sidebar-nav li:nth-child(6):before {
    background-color: #704fa0;
}
.sidebar-nav li:nth-child(7):before {
    background-color: #7c5aae;
}
.sidebar-nav li:nth-child(8):before {
    background-color: #8a6cb6;
}
.sidebar-nav li:nth-child(9):before {
    background-color: #987dbf;
}
.sidebar-nav li:hover:before {
    -webkit-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
    width: 100%;
}
.sidebar-nav li a {
    color: #dddddd;
    display: block;
    padding: 10px 15px 10px 30px;
    text-decoration: none;
}
.sidebar-nav li.open:hover before {
    -webkit-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
    width: 100%;
}
.sidebar-nav .dropdown-menu {
    background-color: #222222;
    background-image: none;
    border-radius: 0;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
    background-color: transparent;
    color: #ffffff;
    text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
    font-size: 20px;
    height: 65px;
    line-height: 44px;
}
.hamburger {
    background: transparent;
    border: none;
    display: block;
    height: 32px;
    margin-left: 5px;
    position: fixed;
    top: 20px;
    width: 28px;
    z-index: 999;
}
.hamburger:hover {
    outline: none;
}
.hamburger:focus {
    outline: none;
}
.hamburger:active {
    outline: none;
}
.hamburger.is-closed:before {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    color: #ffffff;
    content: '';
    display: block;
    font-size: 14px;
    line-height: 32px;
    opacity: 0;
    text-align: center;
    width: 100px;
}
.hamburger.is-closed:hover before {
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    display: block;
    opacity: 1;
}
.hamburger.is-closed:hover .hamb-top {
    -webkit-transition: all 0.35s ease-in-out;
    top: 0;
}
.hamburger.is-closed:hover .hamb-bottom {
    -webkit-transition: all 0.35s ease-in-out;
    bottom: 0;
}
.hamburger.is-closed .hamb-top {
    -webkit-transition: all 0.35s ease-in-out;
    background-color: rgba(255, 255, 255, 0.7);
    top: 5px;
}
.hamburger.is-closed .hamb-middle {
    background-color: rgba(255, 255, 255, 0.7);
    margin-top: -2px;
    top: 50%;
}
.hamburger.is-closed .hamb-bottom {
    -webkit-transition: all 0.35s ease-in-out;
    background-color: rgba(255, 255, 255, 0.7);
    bottom: 5px;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
}
.hamburger.is-open .hamb-top {
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    background-color: #ffffff;
    margin-top: -2px;
    top: 50%;
}
.hamburger.is-open .hamb-middle {
    background-color: #ffffff;
    display: none;
}
.hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    background-color: #ffffff;
    margin-top: -2px;
    top: 50%;
}
.hamburger.is-open:before {
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    color: #ffffff;
    content: '';
    display: block;
    font-size: 14px;
    line-height: 32px;
    opacity: 0;
    text-align: center;
    width: 100px;
}
.hamburger.is-open:hover before {
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all 0.35s ease-in-out;
    display: block;
    opacity: 1;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover{
    background-color: inherit;
    border-color: inherit;
}
.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}
/*------small nav-----*/

/*--------main-------------*/
.main-wrapper{
    width: 100%;
    background-color: #f0f0f0;
    margin: 0;
    padding-top: 40px;
    padding-bottom: 50px;
}
.column-lists {
    background: #fff;
    padding-left: 0px;
    padding-right: 0px;
}
.column-head {
    border-bottom: 3px #e29c3a solid;
    background: #0e4c92;
    line-height: 24px;
}
.column-head .column-anchor {
    padding: 16px;
}
.column-head .column-anchor h3.anchor-title {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #fff;
    width: 100%;
    text-align: center;
}
.column-body {
    background: #fff;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}
.column-list-wrap li {
    width: 100%;
    vertical-align: bottom;
}
.column-list-wrap li a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    font-size: 14px;
    color: #373737;
    transition: none;
    box-sizing: border-box;
}
.column-list-wrap li a span {
    display: block;
    padding: 0px;
    margin-left: 14px;
    line-height: 47px;
    margin-right: 16px;
    border-bottom: 0px solid #d3d8db;
    background: url(../images/listicon.png) right center no-repeat;
    padding-left: 0px;
}
.column-list-wrap li.selected a {
    color: #0e4c95;
    background: #efefeb;
    border-left: 4px #224fa1 solid;
}
.column-list-wrap li.selected a .column-name {
    background: url(../images/listicon2.png) right center no-repeat;
}
.column-list-wrap li a:hover {
    border-left: 4px #224fa1 solid;
    color: #0e4c95;
    text-decoration: none;
    background: #efefeb;
}
.column-list-wrap li a:hover .column-name {
    background: url(../images/listicon2.png) right center no-repeat;
}
/*内容*/
.column-lists-box{
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 20px 30px;
}
.lists-head{
    padding: 10px 0 15px;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 0px;
}
.lists-meta .column-title {
    float: left;
    display: inline-block;
    white-space: nowrap;
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
}
.lists-head h2.column-title {
    border-bottom: 2px solid #224fa1;
    padding-bottom: 15px;
}
.lists-meta .column-path {
    float: right;
    line-height: 24px;
    color: #7d7d7d;
}
.lists-meta .column-path a {
    color: #7d7d7d;
}
.possplit {
    background-image: url(../images/posSplit.gif);
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: 22px;
    background-position: center;
    width: 10px;
    display: inline-block;
    border: 0px solid red;
}
.lists-meta .column-path a:last-child {
    color: #e29c3a !important;
}
.column-lists-con {
    padding: 10px 0;
    min-height: 300px;
}
.lists_entry{
    width: 100%;
    line-height: 1.7em;
    font-size: 13px;
    color: #333;
    overflow: hidden;
}
.lists_entry, .lists_entry p {
    text-align: justify;
}
.lists_article p {
    text-indent: 0em;
    margin-bottom: 10px;
}
.lists_article_name{
    font-family: 微软雅黑,microsoft yahei;
    font-size: 16px;
    color: #366092;

}
.lists_article_list{
    font-family: 微软雅黑,microsoft yahei;
    font-size: 15px;
    background: #f5f5f5;
    line-height: 43px;
    padding: 0px 10px;
}

/*--列表--*/
.lists_article-item {
    display: block;
    position: relative;
    border-bottom: 1px dashed #b1b1b1;
    font-size: 14px;
    line-height: 30px;
    padding: 5px 0;
    padding-left: 10px;
    background: url(../images/dot.png) no-repeat 2px 20px;
}
.lists_article-item .lists_article-item-title {
    display: block;
    margin-right: 80px;
}
.lists_article-item .lists_article-item-date {
    display: block;
    text-align: right;
    width: 80px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 5px;
    color: #999;
    font-size: 12px;
}
/*---内容---*/
.content_main{
    border-top: 2px solid #224fa1;
}
.content_news {
    min-height: 320px;
}
.content_news .column-path {
    line-height: 30px;
    color: #7d7d7d;
    border-bottom: 1px dashed #d3d3d3;
}
.content_news .column-path a {
    color: #7d7d7d;
}
.content_news_con h2 {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 26px;
    text-align: center;
    margin: 15px 0 10px 0;
}
.content_news_con .info {
    font-size: 12px;
    background: #f2f6fa;
    height: auto;
    min-height: 30px;
    text-align: center;
    line-height: 30px;
    border-bottom: #999 dashed 1px;
}
.content_news_con .text {
    margin-top: 10px;
    font-size: 14px;
}
.content_news_con .text p {
    /*text-indent: 2em;*/
    line-height: 1.5em;
    margin-bottom: 10px;
}
.content_news_con .text p img{
    max-width: 100%;
}
/*---------footer---------*/
.footer_con{
    color: #FFF;
    background-color: #000;
    height: 80px;
}
.footer_address{
    height: 40px;
    line-height: 40px;
}
.footer_con p{
    line-height: 40px;
}
.footer_con a{
    color: #FFF;
}
@media (max-width: 1200px){
    .content_news_con .text img {
        width: 95% !important;
        height: auto !important;
    }
}
@media screen  and (min-width:767px) and  (max-width: 1200px){
    .column-head .column-anchor h3.anchor-title{
        font-size: 16px;
        letter-spacing: 0px;
    }
}
@media screen  and  (max-width:767px){
    .main-wrapper{
        padding-top: 25px;
        padding-bottom: 30px;
    }
    .column-lists-box{
        padding: 10px 20px;
    }
    .lists-head h2.column-title{
        padding-bottom: 10px;
    }
    .lists-meta .column-title{
        font-size: 18px;
        line-height: 20px;
    }
    .lists_article_list{
        font-size: 14px;
        line-height: 32px;
    }


    .lists_article-item .lists_article-item-title {
        margin-right: 0;
    }
    .lists_article-item .lists_article-item-date{
        display: none;
    }

    .footer_con{
        height: 36px;
    }
    .footer_con p{
        line-height: 36px;
    }

}

/* 院系设置 */
.departmentList li{
    float: left;
    width: 265px;
    text-align: center;
    border-left: 5px solid #0058a5;
    font-size: 14px;
    margin-top: 34px;
    margin-left: 27px;
    display: table;
}
.departmentList li div{
    position: relative;
    /*padding: 0 12px;*/
    display: table-cell;
    vertical-align: middle;
    background: #d3e8f3;
    border-left: 3px solid #f5f5f5;
    margin: 0;
    height: 50px;
    line-height: 50px;
}
.departmentList li div a span {
    position: absolute;
    top: 1px;
    left: 5px;
    font-size: 30px;
}

/*悬浮窗*/
.float_box{
    position:absolute;
    left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,0)||0)-(parseInt(this.currentStyle.marginRight,0)||0));
    top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,0)||0)-(parseInt(this.currentStyle.marginBottom,0)||0)))ï¿½ï¿½
}

.float_box .box_con{
    position:relative;
}
.box_con .top_title{
    clear:both;
    color:#ffffff;
    width:100px;
    height:30px;
    line-height:30px;
    font-size:12px;
    font-weight:500;
    /*padding-left:2px;*/
    position:relative;
    margin-bottom:5px;
}
.box_con .top_title .close_bt{
    clear:both;
    width:14px;
    height:14px;
    overflow:hidden;
    position:absolute;
    top:7px;
    right:4px;
    cursor:pointer;
}
.box_con .top_title .close_bt img{
    vertical-align: top;
}
.box_con .weixin{
    color: #fff;
    font-size: 12px;
    clear:both;
    width:100px;
    /*height:100px;*/
    padding: 5px 0;
    /*margin-bottom:5px;*/
    overflow:hidden;
    border-top: 1px solid #fff;
}
.box_con .weixin img{
    border: none;
}
.float_box_big{
    clear:both;
    padding: 5px 10px;
    height:300px;
    background:rgba(35, 70, 112, 0.8)!important;
    filter:Alpha(opacity=80);
    background:#234670;
    position:fixed;
    right:0;
    top:30%;
    z-index:99999999;
}
.float_box_sm {
    position:relative;
    display:none;
    clear:both;
    width:42px;
    height:103px;
    position:fixed;
    right:0;
    top:30%;
    z-index:99999999;
}
.float_box_sm>div{
    background: #000;
    padding: 10px;
    padding-top: 25px;
    color: #fff;
}
.float_box_sm .smopen {
    position:absolute;
    width:25px;
    height:18px;
    cursor:pointer;
    top:2px;
    left:8px;
}
.fon_14{
    font-size:12px;
    color: white;
    padding-top: 5px;
    border-top: 1px solid #fff;
}
.fon_14 span{
    font-size: 12px;
    font-weight: 500;
}

/*学院介绍*/
.schoolDepartList>li{
    height: 160px;
    margin: 15px 0px;
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
}
.schoolDepartLogo{
    width: 150px;
    height: 150px;
    float: left;
}
.schoolDepartLogo>img{
    width: 130px;
    height: 130px;
    margin: 10px;
}
.schoolDepartBrief{
    font-size: 12px;
}
.schoolDepartBrief>h3{
    font-size: 16px;
    /*color: #ffc900;*/
    font-weight: 700;
    margin-bottom: 3px;
}
.schoolDepartBrief>p{
    text-indent: 2em;
    margin: 10px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.schoolDepartItem{
    width: 120px;
    height: 20px;
    font-size: 14px;
    float: left;
    line-height: 20px;
    overflow: hidden;
}
.schoolDepartItemLong{
    height: 20px;
    font-size: 14px;
    float: left;
    line-height: 20px;
    overflow: hidden;
}