﻿@charset "utf-8";
/* CSS Document */

/*Basic Settings*/
body {
    font-family: "Microsoft Yahei","Hiragino Sans GB",sans-serif;
    font-size: 12px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    ont-weight: normal;
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    cursor: hand;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

fieldset, img, abbr, acronym {
    border: 0;
}
/*Basic Settings*/
/*布局*/
.wrap {
    width: 950px;
    margin: 0 auto;
    padding-top: 36px;
    overflow: hidden;
}

.center {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
/*布局*/
/*文本*/
sup {
    color: red;
    font-weight: bold;
}
/*上标*/
.tover {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.becenter {
    text-align: center;
}

.holder {
    text-align: center;
}
/*文本*/
/*浮动*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.bl {
    font-weight: bold;
}

.hide {
    display: none;
}
/*浮动*/
/*清除浮动*/
.clear {
    zoom: 1;
}

html body div.clearr, html body span.clearr, html body dd.clearr, html body li.clearr {
    background: none;
    border: 0;
    clear: both;
    display: block;
    float: none;
    font-size: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
/*清除浮动*/
/**************************************************************首页*/
/******首页头部*/
.header {
    width: 1000px;
    margin: 0 auto;
    margin-top: 10px;
}

.lang, .phone {
    margin-left: 15px;
    color: #898180;
    line-height: 14px;
}

    .lang a {
        color: #898180;
    }

    .lang .ac {
        color: #004681;
    }

.rightTool {
    width: 535px;
}

.phone {
    padding-left: 10px;
    color: #004681;
    background: url(http://sba.neu.edu.cn/NewNeu/images/phone.png) no-repeat 5px center;
    overflow: visible;
}

.quick {
    display: block;
    
}

    .quick li {
        float: left;
        padding: 0 2px;
        border-right: 1px solid #666666;
        height: 14px;
        line-height: 14px;
    }

        .quick li:last-child {
            border-right: none;
        }

        .quick li a {
            color: #666666;
        }

            .quick li a:hover {
                color: red;
            }

.ksBox {
    position: relative;
}

#ksBox {
    position: absolute;
    top: 25px;
    width: 260px;
    height: 30px;
    z-index: 9999999999999999;
    line-height: 30px;
    background: #ccc;
    border-radius: 3px;
    text-align: center;
}

    #ksBox a {
        display: inline-block;
    }

    #ksBox span {
        position: absolute;
        left: 10px;
        top: -5px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 5px solid #ccc;
    }

.searchAndSns {
    margin-top: 25px;
    padding: 0 0 0 186px;
}

div.search {
    height: 30px;
    border: 1px solid #c0c0c0;
    border-radius: 15px;
    color: #9e9e9e;
    margin-right: 20px;
    outline: none;
    overflow: hidden;
    padding-right: 5px;
    -moz-box-shadow: inset 1px 1px 1px #dedede;
    -webkit-box-shadow: inset 1px 1px 1px #dedede;
    box-shadow: inset 1px 1px 1px #dedede;
    width: 240px;
}

.search input {
    float: left;
}

    .search input[type=text] {
        margin-top: 7px;
        padding: 0 6px 0 10px;
        width: 170px;
        height: 15px;
        font-size: 14px;
        font-family: arial;
        border: 0;
        background: none;
        outline: 0;
        -webkit-appearance: none;
        color: #333;
        position: absolute;
    }

    .search input[type=submit] {
        width: 26px;
        height: 28px;
        border: none;
        background: url(common_res/search.png) no-repeat 5px 6px;
        cursor: pointer;
        outline: none;
        float: right;
    }

div.sns {
    width: 64px;
    position: relative;
    z-index: 999999999;
}

.sns .snsicon {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    background: url(common_res/snslogo.png) no-repeat;
}

.sns a.weibo {
    background-position: 0 0;
}

.sns a.weixin {
    background-position: -37px 0;
}

.weixinBox {
    width: 160px;
    border: 2px solid #eab41e;
    background: #fff;
    padding: 38px 0 0 0;
    position: absolute;
    left: -28px;
    top: 30px;
    z-index: 999999;
}

.close {
    display: block;
    width: 17px;
    height: 17px;
    background: url(common_res/close.png) no-repeat 0 0;
    position: absolute;
    right: 10px;
    top: 10px;
}

.wx {
    padding: 0 5px 200px;
    margin-bottom: 40px;
    background: url(common_res/weixin2.png) no-repeat center bottom;
    text-align: center;
    font-size: 12px;
    color: #d68158;
    z-index: 99999;
}

.wxMore {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #f2f2f2;
    font-size: 14px;
    color: #5c5449;
}
/******首页头部*/
/*首页banner*/
.banner {
    width: 100%;
    height: 405px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    .banner .d1 {
        width: 100%;
        height: 100%;
        background: #004796;
        background-size: cover;
        display: block;
        z-index: -1;
        position: absolute;
        left: 0px;
        top: 0px;
        background-repeat: no-repeat;
        background-position: top center;
        z-index: 11px;
    }

    .banner .d2 {
        width: 100%;
        height: 30px;
        clear: both;
        position: absolute;
        z-index: 10;
        left: 0px;
        bottom: 0;
    }

        .banner .d2 ul {
            float: left;
            position: absolute;
            left: 50%;
            top: 0;
            margin: 0 0 0 -41px;
            display: inline;
        }

        .banner .d2 li {
            width: 17px;
            height: 15px;
            overflow: hidden;
            cursor: pointer;
            background: url(common_res/img1.png) no-repeat center;
            float: left;
            margin: 0 3px;
            display: inline;
        }

            .banner .d2 li.nuw {
                background: url(common_res/img1_1.png) no-repeat center;
            }

    .banner .d1 img {
        height: 405;
        position: absolute;
        left: 50%;
        margin-left: -665px;
        z-index: -1;
    }

    .banner .d1 .cusPic {
        margin-left: -500px;
    }
/*首页banner*/
/*****************主导航*/
.nav {
    width: 100%;
    height: 42px;
    font-size: 16px;
    color: #fff;
    background: #004681;
    margin-top: 10px;
    border-top: 2px solid #004681;
}

.navbar {
    width: 1000px;
    height: 42px;
    margin: 0 auto;
    z-index: 1000;
}

    .navbar li {
        position: relative;
        z-index: 1000;
    }

    .navbar ul {
        position: absolute;
        z-index: 1000;
        left: -35px;
    }
    /* 第一级 */
    .navbar li.menuLevel1 {
        position: relative;
        padding: 0 6px;
        float: left;
    }

        .navbar li.menuLevel1 > a {
            color: #fff;
            display: block;
            padding: 0 19px;
            line-height: 42px;
            z-index: 1000;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

li.menuLevel1 a.active, li.menuLevel1:hover a {
    color: #004681;
    background: #fff;
    zoom: 1;
}
/* 第二级 */
.navbar li.menuLevel2 > a {
    color: #004681;
    display: block;
    width: 180px;
    height: 42px;
    line-height: 42px; /* text-align: center; */
    white-space: nowrap;
    border-bottom: 1px solid #ccc;
    background-color: #ebebeb;
    padding-left: 10px;
    padding-right: 10px;
}

.navbar li.menuLevel2 a.active, .navbar li.menuLevel2 a:hover {
    color: #fff;
    background: #ccc;
}
/* 第三级 */
.menuLevel2 ul {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 1000;
}

.navbar li.menuLevel3 > a {
    color: #004681;
    display: block;
    width: 200px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    white-space: nowrap;
    border-bottom: 1px solid #ccc;
    background-color: #ebebeb;
}

.navbar li.menuLevel2 a.active,
.navbar li.menuLevel2 a:hover {
    color: #fff;
    background: #ccc;
}
/*****************主导航*/
/*首页tabConten*/
.courseTab {
    height: 102px;
    padding: 10px 0 0;
    width: 1000px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}

.tabTitle {
    overflow: hidden;
    width: 940px;
    margin: 0 auto;
}

    .tabTitle a {
        color: #004681;
    }

.benke {
    margin-left: 0px;
}

.shuoshi {
    margin-left: 20px;
}

.gongcheng {
    margin-left: 346px;
}

.peixun {
    margin-left: 511px;
}

.edp {
    margin-left: 315px;
}

.acca {
    margin-left: 515px;
}

.tabContent div a {
   /*display: inline-block;*/ 
    padding: 0 12px;
    height: 23px;
    line-height: 26px;    
    font-size: 14px;    
    color: #5c5c5c;
    font-family: arial,cambria,"微软雅黑";
    font-weight: normal;
          
            
           
           
           
     
  /*color:#333; border-right: 1px solid #ccc;*/
   
}

.tabContent div a:hover {
    color: #335f8f;
  /* background: #bfcad3;*/
}
 
    .tabContent div a.noborder {
        border-right: none;
        margin-right: 0;
    }
/*首页tabConten*/
/********************************首页四大板块*/
.recentNews, .mediaNews, .lecture, .admission {
    width: 480px;
}

.news {
    width: 100%;
    background-color: #eee;
}

    .news h2 {
        width: 480px;
        height: 1px;
        background: #ccc;
        position: relative;
        margin: 0 0 16px 0;
    }

        .news h2 a.tit {
            position: absolute;
            left: 5px;
            top: -30px;
        }

        .news h2 a.more {
            position: absolute;
            right: 2px;
            top: -25px;
            font-size: 12px;
            color: #868484;
            padding: 0 0 0 15px;
            margin-top: 0;
            background: url(common_res/arrow.png) no-repeat 0 2px;
        }
/*轮播图片*/
.bannerzimu_a img {
    z-index: 10;
    width: 480px;
    height: 260px;
}

.bannerzimu_bg {
    width: 480px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-indent: 10px;
    overflow: hidden;
    position: absolute;
    top: 150px;
    background: #000;
    opacity: 0.5;
    filter: Alpha(opacity=50);
    z-index: 15;
    display: block;
    left: 0;
}

    .bannerzimu_bg a {
        color: #fff;
    }

#slides, #slides3 {
    position: relative;
    width: 480px;
    height: 180px;
    overflow: hidden;
}

#slides3 {
    height: 260px;
}

    #slides3 .bannerzimu_bg {
        top: 230px;
    }
/*轮播图片*/
/*新闻动态*/
.newsAndLecture {
    padding: 60px 0 0;
    overflow: hidden;
}

.newsMain {
    margin-top: 10px;
}

    .newsMain li {
        overflow: hidden;
        line-height: 27px;
    }

    .newsMain a {
        float: left;
        width: 345px;
        overflow: hidden;
        color: #444444;
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .newsMain span {
        float: right;
        color: #5c5c5c;
        font-size: 14px;
        font-weight: normal;
    }
/*新闻动态*/
/*学术活动*/
.lecMain {
    margin-top: 10px;
}

    .lecMain li {
        overflow: hidden;
        line-height: 27px;
    }

    .lecMain a {
        float: left;
        width: 349px;
        overflow: hidden;
        color: #444444;
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .lecMain span {
        float: right;
        color: #5c5c5c;
        font-size: 14px;
        font-weight: normal;
    }
/*学术活动*/
/*招生资讯*/
.mediaAndAdm {
    padding: 60px 0 30px;
    overflow: hidden;
}

.firstItem {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    display: block;
    height: 38px;
    line-height: 38px;
}

.medOrAdm {
    padding-left: 5px;
    font-size: 14px;
}

    .medOrAdm li {
        overflow: hidden;
        line-height: 47px;
        height: 32px;
        overflow: hidden;
        display: block;
    }

        .medOrAdm li a {
            float: left;
            width: 345px;
            overflow: hidden;
            color: #444444;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .medOrAdm span {
        float: right;
        font-weight: normal;
        font-size: 14px;
        color: #5c5c5c;
    }
/*招生资讯*/
/*快速链接*/
.quickLink {
    overflow: hidden;
    padding-bottom: 20px;
}

    .quickLink h2 {
        width: 100%;
        height: 1px;
        background: #ccc;
        position: relative;
        margin: 60px 0 16px 0;
    }

        .quickLink h2 a.tit {
            position: absolute;
            left: 5px;
            top: -30px;
        }

.deco {
    width: 298px;
    height: 200px;
    padding: 10px 34px 10px 10px;
    border-right: 1px solid #b2b2b2;
    position: relative;
    float: left;
}

.slides2 {
    width: 293px;
    height: 200px;
    border-top: 2px solid #cccccc;
    overflow: hidden;
}

.item {
    width: 635px;
    color: #000;
}

    .item li {
        width: 160px;
        float:left;
        background: url(common_res/list-style.png) no-repeat left center;
        padding-left: 10px;
        margin: 8px 0 8px 35px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .item li a {
            color: #666;
        }

            .item li.active a, .item li a:hover {
                color: #0080cb;
            }

.right_contbd {
    float: left;
    width: 635px;
}
/*快速链接*/
/********************************首页四大板块*/
/**************************************************************首页*/
/**************************************************************分页公用*/
/*分页banner图片*/
.banner2 {
    width: 100%;
    height: 257px; /*background: url(common_res/banner_con.jpg) no-repeat center 0;*/
    text-align: center;
    overflow: hidden;
}

    .banner2 a {
        display: block;
        height: 212px;
    }
/*分页banner图片*/
.tabTitle li {
    cursor: pointer;
    float: left;
    padding: 0 24px 13px; /*原来是34，后改为28*/
    font-size: 16px;
    height: 24px;
    line-height: 35px;
    color: #004681;
    background: #fff url(http://sba.neu.edu.cn/NewNeu/images/upArrowLight.png) no-repeat center 32px;
    border: 1px solid #fff;
}

    .tabTitle li.active {
        border: 1px solid #2c6696;
        border-bottom: 1px solid #fafafa;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background: #fafafa url(http://sba.neu.edu.cn/NewNeu/images/upArrow.png) no-repeat center 32px;
        position: relative;
        z-index: 2;
    }

.tabContent {
    margin-top: -1px;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    color: #004681;
}

    .tabContent div {
        position: absolute;
        z-index: 1;
        padding: 5px 0px;
        border-radius: 5px;
        border: 1px solid #2c6696;
        display: none;
        background: #fafafa;
    }

.smallTit {
    color: #004681;
}
/*分页左边导航*/
.leftNav {
    width: 222px;


}

    .leftNav h3 {
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        line-height: 36px;
        text-indent: 20px;
        cursor: pointer;
    }

        .leftNav h3 a {
            color: #004681;
            display: block;
            background: url(common_res/h3Arrow.png) no-repeat 6px center;
            border-bottom: 1px solid #004681;
            font-size:14px;
            
        }
   

.kexi_leftNav.leftNav ul {
    display: none;
}

.leftNav li h3 a.on, .leftNav h3 a:hover {
    background: #e1edf8 url(common_res/warrow.png) no-repeat 6px center;
    color: #004681;
}

.leftNav ul li a {
    display: block;
    font-size: 14px;
    color: #5f5f5f;
    border-bottom: 1px solid #e3e3e3;
    line-height: 32px;
    text-indent: 26px;
}

{
    background: #004681 url(common_res/warrow.png) no-repeat 6px center;
    color: #fff;
}

.leftNav ul li {
    background: url(common_res/liDor.png) no-repeat 20px center;
}

    .leftNav ul li a.on, .leftNav ul li a:hover {
        color: #004681;
        background: #e1edf8 url(common_res/rArrow2.png) no-repeat 208px center;
    }
/*分页左边导航*/
/*分页右边快速链接*/
.rightBar {
    float: right;
    width: 186px;
    padding: 0 0 30px 0;
    background: #e1edf8;
}

    .rightBar h3 {
        padding: 10px 20px 0;
    }

        .rightBar h3 span {
            display: block;
            font-size: 16px;
            font-weight: bold;
            color: #004681;
            line-height: 28px;
            border-bottom: 2px solid #004681;
        }

    .rightBar .level1 a {
        display: block;
        margin: 0 20px;
        padding: 6px 0;
        line-height: 24px;
        font-size: 12px;
        color: #74797f;
        border-bottom: 1px solid #bfcad3;
    }

    .rightBar .active {
        background: #f9fbfe;
    }

        .rightBar .active a {
            margin: 0;
            padding-left: 20px;
            color: #335f8f;
            border-bottom: 1px solid #bfcad3;
        }

        .rightBar .active > a {
            font-weight: bold;
        }

    .rightBar .level2 {
		  
        background: url(http://sba.neu.edu.cn/NewNeu/images/downArrow3.png) no-repeat center 0;
    }

        .rightBar .level2 a {
            display: block;
            margin: 0 20px;
            padding: 10px 0;
            line-height: 14px;
            font-size: 12px;
            color: #335f8f;
            border-bottom: 1px solid #bfcad3;
        }

    .rightBar .last a {
        border-bottom: none;
    }

.erweima {
    font-size: 14px;
    color: #004681;
    line-height: 18px;
    padding-top: 82px;
    background: url(common_res/weixin.png) no-repeat center 0;
    margin-top: 18px;
    text-align: center;
}
/*分页右边快速链接*/
/*分页中部模块*/
.cenContent {
    float: left;
    width: 490px;
    margin: 10px 0 0 26px;
    line-height: 24px;
    color: #444444;
}

    .cenContent h2.bl { /*height:42px;line-height:42px;*/
        font-size: 16px;
        color: #004681;
        text-align: center;
        margin: 12px 0;
        background: #ebebeb;
        padding: 10px;
    }

 /*  .cenContent img {
        max-width: 100%;
    }  */

.cenContent  .newsdetail.schoollist  img{ max-width: 100%; }


.topNav {
    font-size: 14px;
    color: #565656;
    line-height: 28px;
    border-bottom: 1px solid #727171;
}

    .topNav a {
        color: #565656;
    }

    .topNav span {
        color: #004681;
    }

.newsdetail {
    width: 100%;
    position: relative;
}

    .newsdetail h2 {
        font-size: 16px;
        color: #004681;
        font-weight: bold;
        text-align: center;
        padding: 5px 0 10px;
    }

    .newsdetail img {
       /** height: auto !important;**/
    }
/*分页中部模块*/
/**************************************************************分页公用*/
/*下载中心*/
.xzzx ul {
    min-height: 490px;
    overflow: hidden;
}

    .xzzx ul li {
        float: left;
        width: 150px;
        margin: 6px;
        cursor: pointer;
    }

.xzzx img {
    width: 150px;
    height: 192px;
}

.xzzx a {
    display: block;
    width: 144px;
    height: 30px;
    color: #004681;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*下载中心*/
/*科研列表*/
.keyanList ul.lis {
    min-height: 490px;
}

    .keyanList ul.lis  li {
        color: #666;
        position: relative;
        display: font-size: 12px;
        list-item;
        border-bottom: 1px solid #e4e4e4;
        opacity: 1;
        line-height: 48px;
        overflow: hidden;
        padding: 0 15px;
        background: url(common_res/dot.png) no-repeat 5px center;
    }

        .keyanList ul.lis  li a {
            display: block;
            width: 340px;
            color: #666;
            height: 48px;
            line-height: 48px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

.keyanList  .lis span {
    display: block;
    width: 72px;
    height: 48px;
    line-height: 48px;
    position: absolute;
    right: 0;
    top: 0;
}
/*科研列表*/
/*新闻列表*/
.nwsList li {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 80px 0 15px;
    background: url(common_res/dot.png) no-repeat 5px center;
    position: relative;
}

.nwsList a {
    color: #666;
}

.nwsList span {
    position: absolute;
    right: 0;
    top: 0;
    color: #666;
}
/*新闻列表*/
/*校友中心*/
.schoolList {
    width: 100%;
    margin: 0 auto;
}

    .schoollist ul {
        min-height: 490px;
    }

    .schoolList li {
        cursor: pointer;
        margin-bottom: 1px;
        float: left;
        overflow: hidden;
        background-image: url(common_res/schoollist_bg.jpg);
        background-repeat: repeat-x;
        background-position: left bottom;
        height: 168px;
    }

        .schoolList li dl dt {
            width: 200px;
            height: 210px;
            overflow: hidden;
            float: left;
            font-size: 14px;
            font-weight: bold;
            height: 137px;
            line-height: 35px;
            clear: both;
            margin: 15px 0 0 3px;
        }
           .schoolList li dl dt img {
             width: 100%;
             height: 100%;
          }
            .schoolList li dl dt a {
                display: block;
                background: url(http://sba.neu.edu.cn/NewNeu/imges/activities_listbg.jpg) no-repeat left top;
                width: 100%;
                height: 100%;
            }

                .schoolList li dl dt  img {
                    margin-left: 6px;
                    width: 189px;
                    height: 121px;
                    margin-top: 5px;
                    line-height: 167px;
                }

        .schoolList li dl dd {
            float: right;
            width: 476px;
            overflow: hidden;
            padding-right: 5px;
        }

            .schoolList li dl dd.title {
                height: 56px;
                line-height: 77px;
            }

                .schoolList li dl dd.title a {
                    width: 100%;
                    display: inline-block;
                    white-space: nowrap;
                    height: 100%;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    font-size: 16px;
                    color: #004681;
                    font-weight: bold;
                }

            .schoolList li dl dd.sum {
                color: #6f5d4e;
                height: 77px;
                overflow: hidden;
                font-size: 14px;
            }
            .schoolList li dl dd.sum a {
                color: #444;
            }
            .schoolList li dl dd.time {
                color: #C2C2C2;
                text-align: right;
                height: 27px;
                line-height: 26px;
                padding-right: 14px;
            }
/*校友中心*/
/*师资队伍*/
.teacher_list {
    margin-left: 11px;
    margin-top: 22px;
    width: 490px;
    overflow: hidden;
    font-size: 13px;
}

    .teacher_list .dept_style {
        font-weight: bold;
        font-size: 14px;
    }

    .teacher_list .line_style {
        border-bottom: solid 1px #ddd;
        margin: 5px 0px;
        width: 90%;
    }

    .teacher_list .teacher_ul {
        width: 100%;
        margin: 0px;
        padding: 10px;
        list-style: none;
    }

        .teacher_list .teacher_ul li {
            float: left;
            display: inline-block;
            width: 118px;
            height: 22px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

            .teacher_list .teacher_ul li a {
                FONT-FAMILY: arial,cambria,"微软雅黑";
                color: #222222;
            }
/*师资队伍*/
/*师资队伍详情页面*/
.leftTeTabTit {
    float: left;
    margin-right: 20px;
    width: 200px;
    height: 500px;
    background: #e7e7e7;
}

    .leftTeTabTit li {
        height: 30px;
        line-height: 30px;
        padding-left: 10px;
        font-size: 14px;
        font-weight: bold;
        border-bottom: 1px solid #abcdef;
    }

    .leftTeTabTit a {
        color: #004681;
    }

.rightTeTabCon {
    float: left;
    width: 700px;
    color: #444444;
    margin: 10px 0 0 26px;
}

.basicInfor {
    width: 700px;
    overflow: hidden;
}

.rightTeTabCon h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
    color: #004681;
}

.basicInfor p {
    float: left;
    font-size: 14px;
    line-height: 24px;
}

.basicInfor img {
    float: right;
    width: 120px;
}

.bottomMore {
    margin-top: 15px;
    line-height: 24px;
}

    .bottomMore div {
        border-top: 1px solid #ccc;
        padding: 15px 0;
    }

    .bottomMore h3 {
        font-size: 14px;
        color: #004681;
    }
/*师资队伍详情页面*/
/*footer*/
.footer {
    padding: 10px 0;
    line-height: 20px;
    text-align: right;
    background: #ccc;
    margin-top: 50px;
    color: #333333;
}

    .footer a {
        color: #333333;
    }

    .footer .footer_center {
        padding: 40px 0px 30px 370px;
        background: url(common_res/renzheng.png) no-repeat left 24px;
    }
/*footer*/
/*页码*/
.holder {
    margin: 15px 0;
}

    .holder a {
        font-size: 12px;
        cursor: pointer;
        margin: 0 5px;
        color: #333;
    }

        .holder a:hover {
            background-color: #222;
            color: #fff;
        }

        .holder a.jp-previous {
            margin-right: 15px;
        }

        .holder a.jp-next {
            margin-left: 15px;
        }

        .holder a.jp-current, a.jp-current:hover {
            color: #FF4242;
            font-weight: bold;
        }

        .holder a.jp-disabled, a.jp-disabled:hover {
            color: #bbb;
        }

        .holder a.jp-current, a.jp-current:hover,
        .holder a.jp-disabled, a.jp-disabled:hover {
            cursor: default;
            background: none;
        }

    .holder span {
        margin: 0 5px;
    }
/*页码*/




.page {
    width: 100%;
    padding: 5px 0;
    text-align: left;
}
/*
    .page a {
        color: #004681;
    }
*/


.leader_cont_cont {
    float: left;
}

.leader_cont_left {
    float: left;
    border: #ccc solid 1px;
    padding: 3px;
    width: 113px;
    height: 150px;
    margin: 2px;
}

.leader_cont_right {
    float: left;
    background: #f4f4f4;
    width: 352px;
    height: 152px;
    border: #CCC solid 1px;
    margin: 5px;
}

    .leader_cont_right p {
        font-size: 13px;
        color: #525252;
        line-height: 30px;
        margin-left: 20px;
    }
 #img{
        
 }
 #img a{

 }
 #img .reset{
   
 }




/********x修改***********/
.wp_paging{width:100%;}
#wp_paging_w24 ul li {
    overflow: visible !important;
        background: none;
    height: auto;
    border:0;
}

.wp_paging .all_count {
    width: 100px;
}
#wp_paging_w24 li.page_nav {
   
}
#wp_paging_w24 li.page_nav a span {
   
}
#wp_paging_w24 .page_jump {
    
}
#wp_paging_w24 .pages {
   
}
.topNav span.possplit {
    background: none;
    text-indent: 1px;
    width: 12px;
    display: inline-block;
    border: 0px solid red;
    font-size: 14px;
    color: #565656!important;
}
.wp_entry a:hover{color: #5f5f5f!important;}

.wp_entry img {
    max-width: 490px;
    _width: :expression(this.width>490?"490px":this.width+"px");
}
.wp_paging li span, .wp_paging li a {
    display: inline-block;
    float: left;
    margin-left: 5px;
}
div#wp_paging_w24 span.per_page {
    display: none;
}

.lis.szdw_tp2 {
    float: left;
    width: 90px;
    margin: 10px 15px;
}
.lis.szdw_tp {
    overflow: hidden;
}


.clearfix {
    display: block;
    *: ;
    clear: both;
    content: ".";
    
}
.clearfix2 {
    display: block;
    *: ;
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    zoom: 1;
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
    display: block;
    _display: inline;
}
.wp_artfuns .wp_art_adjoin .next {
    cursor: pointer;
    padding-left: 0px;
}
.szdw1 .keyanList ul.lis li {
    border-bottom: 0px solid #e4e4e4;
    background: none;
    width: 20%;
    float: left;
padding: 0;
}

.szdw1 .keyanList ul.lis {
    min-height: auto;
}
.szdw1 .wp_subcolumn_list .wp_sublist .sublist_title a {
    display: inline-block;
    color: #996600;
    font-size: 16px;
    font-weight: bold;
}
.szdw1 .wp_subcolumn_list .wp_sublist .sublist_title {
    display: block;
    height: 32px;
    line-height: 32px;
    border-bottom: 0px solid #C00;
    margin-bottom: 10px;
}
.szdw1 .wp_subcolumn_list .wp_sublist .sublist_title a.morelink {
    margin-top: 11px;
    display: none;
}
.szdw1 .wp_subcolumn_list .wp_sublist {
    margin-bottom: 30px;
}

.szdw1 li.wp_sublist.sublist-1 {
    margin-top: 10px;
}
.szdw1 .keyanList ul.lis li a {
    width: auto;
font-size: 14px;
    line-height: 32px;
    height: 32px;
}

.clearfix:after{clear: both;content: ".";display: block;height:0;visibility: hidden;}
.clearfix{ display: block; *zoom:1; }
