@charset "UTF-8";
.banner img{
    width: 100%;
}
.main{
    margin-top: 30px;
}
.main>.container{
    background: #fff;
    padding:50px;
}
.local{
    width: 100%;
    text-align: right;
}
.column-title{
    border-bottom:1px solid #aaaaaa;
}
.column-title span{
    display: block;
    width: 180px;
    font-size: 24px;
    color: #7E7E7E;
    line-height: 36px;
    margin-bottom: -18px;
    background: #fff;
}
.chapter-title{
    width: 100%;
    margin-top: 30px;
    font-size: 25px;
    color: #0D47B5;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bolder;
    line-height: 1.5em;
}
.chapter-info{
    width: 100%;
    text-align: center;
    color: #B4B4B4;
    font-size: 14px;
}
.infoContent{
    margin:20px auto 0 auto;
    text-align:left;
    line-height:18px;
    padding:3px 0 0 0;
    color:#000000;}

.infoContent p{
    font-size: 18px;
    text-align: justify;
    line-height: 2em;
    margin-top: 10px;*/
}
.infoContent img{
    max-width: 100%;
    /*margin-top: 15px;*/
    margin-bottom: 15px;
    height: auto !important;
}
/*listcolumn*/
.sub-menu{
    padding-left: 0px;
}
.sub-menu-title{
    background: #085ED8;
    color: #fff;
    font-size: 24px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
}
.sub-menu>ul{
    width: 100%;
    background: #f5f5f5;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.sub-menu>ul>li{
    line-height: 3.0em;
    padding-left: 5px;
}
.sub-menu>ul>li:hover{
    /* background: #fff; */
    color:#085ED8;
    /* list-style:inside; */
    transition: background .5s,color .5s;
    -moz-transition: background .5s,color .5s;  /* Firefox 4 */
    -webkit-transition: background .5s,color .5s;   /* Safari 和 Chrome */
    -o-transition: background .5s,color .5s;
}
.sub-menu>ul>li>a{
    color:#000000;
    font-size: 16px;
}
.sub-menu>ul>li:hover>a,.sub-menu>ul>li>a:hover{
    color:#085ED8;
}
.sub-menu>ul>li>ul{
    padding-left:15px;
    padding-right:15px;
}
.sub-menu>ul>li>ul>li{
    line-height:36px;
    font-size: 16px;
}
.sub-menu>ul>li>ul>li>i{
    display:inline-block;
    padding-right:10px;
}
.listcolumn{
    padding-right: 0px;
}
.listcolumn .news-title{
    line-height: 52px;
    text-align: left;
    padding-left: 0px;
}
.listcolumn .news-title a{
    color: #000000;
    font-size: 16px;
}
.listcolumn .news-title a:hover{
    color: #0682DA;
    transition: color .5s;
    -moz-transition: color .5s; /* Firefox 4 */
    -webkit-transition: color .5s;  /* Safari 和 Chrome */
    -o-transition: color .5s;
}
.listcolumn .news-title i{
    display: inline-block;
    width: 25px;
    text-align: left;
}
.listcolumn .news-title:hover i{
    color: #0682DA;
}
.listcolumn .news-date{
    text-align: right;
    font-size: 16px;
    padding-right: 0px;
    line-height: 52px;
}

/*listcolumn-sz*/
.listcolumn-sz .sz-img,.listcolumn-sz .sz-img img{
    width: 100%;
}
.listcolumn-sz .sz-img img{
    border: 1px solid #DFDFDF;
}
.listcolumn-sz .sz-name{
    margin-bottom: 8px;
    margin-top: 20px;
}
.listcolumn-sz .sz-name a{
    color: #464646;
    font-weight: bold;
    font-size: 18px;
    
}
.listcolumn-sz .pic-item{
    text-align: left;
}
.listcolumn-sz .pic-item:nth-child(even){
    padding-right: 0px;
}
.listcolumn-sz .pic-item:nth-child(odd){
    padding-left: 0px;
}
.listcolumn-sz .sz-img{
    width: 40%;
    float: left;
    text-align: left;
}
.listcolumn-sz .sz-info
{
    width: 60%;
    float: left;
    text-align: left;
}
.listcolumn-sz .sz-info div{
    line-height: 28px;
}
@media(min-width:1280px){
    .listcolumn-sz .sz-img img{
        width: 80%;
    }
}

/*师资内容页*/
.expert-row{
    margin-top: 30px;
}
.expert-row .col-md-3{
    padding-left: 0px;
}
.grjj,.visit-title{
    font-size:18px;
    font-weight:bold;
    margin-bottom:15px;
    margin-top:30px;
    color: #fff;
    background: #066DBA;
    line-height: 28px;
    padding:10px;
    text-align: left;
}
.expert-name{
    color: #464646;
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    margin-bottom: 20px;
}
.expert-intro p{
    line-height: 20px;
}
.grjj,.visit-title{
    font-size:18px;
    font-weight:bold;
    margin-bottom:15px;
    margin-top:30px;
    color: #ffffff;
    line-height: 28px;
}
.visit-con p{
    text-indent: 0;
}
.visit-con pre{
    text-indent: 0;
    line-height:1.5em;
    text-align:justify;
    color:#323232;
    font-size:16px;
    background-color:#ffffff;
    border:0px #ffffff;
    padding: 0px;
    margin:0px;
    white-space: pre-wrap;
}


/*分页*/
.wp_paging{
    float:left;
    margin-top:50px;
    width:100%;
    margin-bottom:50px;
    text-align:center;
    margin-left:260px;
}

.wp_paging li{
    float:left;
}
.wp_paging li a{
    color:#fff;
}
.wp_paging li a:hover{
    color:#ffffff;
}
.per_count,.total_count{
    color:#a00404;
    font-size:16px;
}
.first,.last{
    background:#1276cc;
    display:block;
    padding:0px 8px;
    width:auto;
    color:#ffffff;
    float:left;
    margin-left:5px;
}
.first:hover,.last:hover{
    background:#123cd6;
}
.prev,.next{
    background:#1239cc;
    display:block;
    padding:0px 8px;
    width:auto;
    color:#ffffff;
    float:left;
    margin-left:5px;
}
.prev:hover,.next:hover{
    background:#000cff;
}
.page_nav{
    margin-left:10px;
}
.pageNum{
    width:40px;
}
.page_jump{
    margin-left:15px;
}
.page_jump span{
    float:left;
    margin-left:10px;
}
.pagingJump{
    background:#999;
    color:#ffffff;
    width:40px;
    text-align:center;
    float:left;
}
@media(max-width:1024px){
    .wp_paging{
        margin-left:250px;
    }
}
@media(max-width:768px){
    .wp_paging{
        margin-left:70px;
    }
    .per_count,.total_count{
        font-size:14px;
    }
}
@media(max-width:414px){
    .wp_paging{
        margin-left:15px;
        width:414px;
        margin-top:20px;
        margin-bottom:0px;
    }
    .page_jump{
        margin-left:-5px;
    }
}
@media(max-width:375px){
    .wp_paging{
        margin-left:-10px;
        padding:0px;
        margin-right:-10px;
    }
}
@media(max-width:320px){
    .wp_paging{
        margin-left:-35px;
    }
}
.breadcrumb
{
background-color:#e4f2ff;
}
.mt20
{
    margin-top: 20px; 
}
.prevPage
{
    float: left;
    font-size: 16px;
    line-height: 2em;
}
.prevPage span
{
    padding:5px;
    color: #ffffff;
    background-color: #2C2F7A;
}
.nextPage
{
    float: right;
    font-size: 16px;
    line-height: 2em;
}
.nextPage span
{
    padding:5px;
    color: #ffffff;
    background-color: #2C2F7A;
}
/*翻页样式*/

.pb_sys_common {
    font-size: 14px;
    line-height:14px;
    color:#222;
}
.pb_sys_common a{
    text-decoration: none;
}
.pb_sys_common .p_pages{
    margin-left: -5px;
}
.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o,.pb_sys_common .p_fun a, .pb_sys_common .p_no a{
    border: 1px solid #ccc;
    padding: 5px 8px;
    margin:0px 0px 0px 5px;
    height:24px;
    -height:auto;
    line-height:12px;
    box-sizing:border-box;
    display:inline-block;
    vertical-align:middle;
}

.pb_sys_common .p_t{
    line-height:12px;
    margin:0px;
    padding:0px;
    display:inline-block;
    vertical-align:middle;
}

.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o{
    color: #ccc;
}

.pb_sys_common .p_fun a, .pb_sys_common .p_no a{
    color: #222;
}

.pb_sys_common .p_dot {
    margin-left:4px;
    margin-right:-4px;
    color:#222;
}

.pb_sys_common .p_goto input, .pb_sys_common .p_search input {
    font-size:14px;
    border: 1px solid #aaa;
    height:22px;
    line-height:20px;
    box-sizing:border-box;
    vertical-align:middle;
    outline-width:thin;
    outline-color:#6E3A5E;  
    margin:0px 2px;
    padding:0px 1px;
}
.pb_sys_common .p_goto input{
    width:22px;
    text-align:center;
}
.pb_sys_common .p_search input{
    width:100px;
    text-align:left;
}
.pb_sys_common .p_goto input:hover, .pb_sys_common .p_goto input:focus, .pb_sys_common .p_search input:hover, .pb_sys_common .p_search input:focus{
    border: 1px solid #6E3A5E;
}
.pb_sys_common .p_goto a, .pb_sys_common .p_search a{
    border: 1px solid #ccc;
    padding: 5px 6px;
    color: #222;
    margin:0px;
    height:24px;
    -height:auto;
    line-height:12px;
    display:inline-block;
    box-sizing:border-box;
    vertical-align:middle;
}
.pb_sys_common .p_dosize_d, .pb_sys_common .p_dosize a{
    border-right:1px solid #ccc;
    padding: 1px 5px;
    color: #888888;
}
.pb_sys_common .p_dosize_d{
    color: #222;
}
.pb_sys_common .p_dosize a:hover{
    color: #222;
}
.pb_sys_common .p_dosize_last_d, .pb_sys_common .p_dosize_last a{
    border-right-width:0px;
}
/*按钮控制*/
.pb_sys_normal .p_first,.pb_sys_normal .p_first_d,.pb_sys_normal .p_last,.pb_sys_normal .p_last_d{
    display:none;
}
.pb_sys_normal2 .p_first,.pb_sys_normal2 .p_first_d,.pb_sys_normal2 .p_last,.pb_sys_normal2 .p_last_d,.pb_sys_normal2 .p_prev_d,.pb_sys_normal2 .p_next_d{
    display:none;
}
.pb_sys_full{
}
.pb_sys_full2 .p_first_d,.pb_sys_full2 .p_last_d,.pb_sys_full2 .p_prev_d,.pb_sys_full2 .p_next_d{
    display:none;
}
.pb_sys_short .p_no,.pb_sys_short .p_no_d,.pb_sys_short .p_no_o,.pb_sys_short .p_dot{
    display:none;
}
.pb_sys_short2 .p_no,.pb_sys_short2 .p_no_d,.pb_sys_short2 .p_no_o,.pb_sys_short2 .p_dot,.pb_sys_short2 .p_first,.pb_sys_short2 .p_first_d,.pb_sys_short2 .p_last,.pb_sys_short2 .p_last_d{
    display:none;
}

/*样式1-4*/
.pb_sys_style1 .p_no a:hover,.pb_sys_style1 .p_fun a:hover, .pb_sys_style1 .p_goto a:hover, .pb_sys_style1 .p_search a:hover,
.pb_sys_style2 .p_no a:hover,.pb_sys_style2 .p_fun a:hover, .pb_sys_style2 .p_goto a:hover, .pb_sys_style2 .p_search a:hover,
.pb_sys_style3 .p_no a:hover,.pb_sys_style3 .p_fun a:hover, .pb_sys_style3 .p_goto a:hover, .pb_sys_style3 .p_search a:hover,
.pb_sys_style4 .p_no a:hover,.pb_sys_style4 .p_fun a:hover, .pb_sys_style4 .p_goto a:hover, .pb_sys_style4 .p_search a:hover{
    background-color: #f5f5f5;
}
/*样式1 蓝*/
.pb_sys_style1 .p_no_d {
    border: 1px solid #003597;
    color: #fff;
    background-color: #003597;
}
/*样式2 红*/
.pb_sys_style2 .p_no_d {
    border: 1px solid #F04646;
    color: #fff;
    background-color: #F04646;
}
/*样式3 绿*/
.pb_sys_style3 .p_no_d {
    border: 1px solid #32B907;
    color: #fff;
    background-color: #32B907;
}
/*样式4 灰*/
.pb_sys_style4 .p_no_d {
    border: 1px solid #888;
    color: #fff;
    background-color: #888;
}

/*样式5-8*/
.pb_sys_style5 .p_fun_d, .pb_sys_style5 .p_no_d, .pb_sys_style5 .p_no_o,.pb_sys_style5 .p_fun a, .pb_sys_style5 .p_no a, .pb_sys_style5 .p_goto a, .pb_sys_style5 .p_search a,
.pb_sys_style6 .p_fun_d, .pb_sys_style6 .p_no_d, .pb_sys_style6 .p_no_o,.pb_sys_style6 .p_fun a, .pb_sys_style6 .p_no a, .pb_sys_style6 .p_goto a, .pb_sys_style6 .p_search a,
.pb_sys_style7 .p_fun_d, .pb_sys_style7 .p_no_d, .pb_sys_style7 .p_no_o,.pb_sys_style7 .p_fun a, .pb_sys_style7 .p_no a, .pb_sys_style7 .p_goto a, .pb_sys_style7 .p_search a,
.pb_sys_style8 .p_fun_d, .pb_sys_style8 .p_no_d, .pb_sys_style8 .p_no_o,.pb_sys_style8 .p_fun a, .pb_sys_style8 .p_no a,  .pb_sys_style8 .p_goto a, .pb_sys_style8 .p_search a{
    border: 1px solid transparent;
}

.pb_sys_style5 .p_no_d,.pb_sys_style5 .p_no a:hover,
.pb_sys_style6 .p_no_d,.pb_sys_style6 .p_no a:hover,
.pb_sys_style7 .p_no_d,.pb_sys_style7 .p_no a:hover,
.pb_sys_style8 .p_no_d,.pb_sys_style8 .p_no a:hover{
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.pb_sys_style5 .p_fun a:hover,.pb_sys_style5 .p_goto a:hover,.pb_sys_style5 .p_search a:hover,
.pb_sys_style6 .p_fun a:hover,.pb_sys_style6 .p_goto a:hover,.pb_sys_style6 .p_search a:hover,
.pb_sys_style7 .p_fun a:hover,.pb_sys_style7 .p_goto a:hover,.pb_sys_style7 .p_search a:hover,
.pb_sys_style8 .p_fun a:hover,.pb_sys_style8 .p_goto a:hover,.pb_sys_style8 .p_search a:hover{
    text-decoration: underline;
}


/*样式5 蓝*/
.pb_sys_style5 .p_no_d,.pb_sys_style5 .p_no a:hover{
    border: 1px solid #003597;
    color: #fff;
    background-color: #003597;
}
/*样式6 红*/
.pb_sys_style6 .p_no_d,.pb_sys_style6 .p_no a:hover{
    border: 1px solid #F04646;
    color: #fff;
    background-color: #F04646;
}
/*样式7 绿*/
.pb_sys_style7 .p_no_d,.pb_sys_style7 .p_no a:hover{
    border: 1px solid #32B907;
    color: #fff;
    background-color: #32B907;
}
/*样式8 灰*/
.pb_sys_style8 .p_no_d,.pb_sys_style8 .p_no a:hover{
    border: 1px solid #888;
    color: #fff;
    background-color: #888;
}