.banner{
    position:relative;
}
.address{
    padding-top:240px;
}
.banner-img{
    position: relative;
}
.banner-title2{
    position:absolute;
    top:50%;
    margin-top:-26px;
    z-index:999;
    font-size:24px;
    color:#fff;
    background-color: rgba(51,51,51,0.5);
    padding:8px 15px;
}
.main{
    margin-top:30px;
}
.main>.container{
    padding-left: 30px;
    padding-right: 30px;
}

/*文字列表*/
.submenu-title{
    background:#005c39;
    height:60px;
    line-height:60px;
    text-align:left;
    font-size:18px;
    font-weight:bold;
    color:#e7e7a9;
    font-weight:bold;
    border-top-left-radius:15px;
    border-top-right-radius:15px;
}
.submenu-title div{
    background: url(../images/arrow.jpg) no-repeat left center;
    padding-left:40px;
    height: 60px;
    line-height: 60px;
}
.submenu-con{
    padding:0px;
    text-align:left;
    background:#fff;
}
.submenu-con li{
    line-height:42px;
    border:1px solid #f2f2f2;
    padding-left:40px;
    margin-top: 10px;
    background: url(../images/icon2.png) no-repeat 10px center;
}
.submenu-con li a{
    color:#000;
}
.submenu-con li:hover{
    border:1px solid #005c39;
}
.submenu-con li:hover a{
    color:#005c39;
    font-weight:bold;
}

.content{
    width: 100%;
}
.local{
    width: 100%;
    line-height: 46px;
    padding-left:15px;
    padding-right:25px;
    color:#000000;
    border: 1px dotted #bfbfbf;
}
.local a{
    color:#005c39;
}
.listcolumn-con{
    padding-top:15px;
}
.news-item{
    padding-bottom:8px;
}
.list-item{
    line-height: 42px;
    border-bottom: 1px 
}
.list-item-title i{
    color: #333333;
    font-size: 12px;
}
.list-item-title{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    line-height:42px;
    padding-left:25px;
}
.list-item-title a{
    color:#000;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.list-item-title a:hover{
    color: #92c123;
}
.list-item-date{
    text-align:right;
    line-height:42px;
    padding-right:25px;
}


/*内容页*/
.listcolumn-bg{
    position: absolute;
    z-index: 9999;
    top:25%;
    left: 5%;
    width: 200px;
    height: 72px;
    background: #910000;
    opacity: 0.5;
    border-radius: 15px;
}
.listcolumn-title{
    position: absolute;
    z-index: 9999999;
    width: 200px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    color: #fff;
    top:25%;
    left: 5%;
    font-size:26px;
    font-weight: bold;
    letter-spacing: 5px;
}
.displayInfo{
    width:100%;
    line-height:150%;
    background:#fff;
    padding:20px 0;
    position:relative;
    z-index:99;
    font-size:16px;
}
.displayInfo p{
    line-height:180%;
    text-align: justify;
    color:#000000;
}
.displayInfo img{
    margin-top:15px;
    margin-bottom:15px;
    max-width:100%;
}
.chap-title{
    width:100%;
    line-height:32px;
    font-size:20px;
    font-weight:bold;
    margin-bottom:10px;
    text-align:center;
    color:#000000;
}
.author{
    width:100%;
    text-align:center;
    margin-bottom:30px;
    font-size:14px;
    line-height:28px;
    color:#999999;
}

.detail-images {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.detail-images .item {
    display: block;
    width: 100%;
}
.detail-images img {
    display: block;
    width: 100%;
}


/*图片列表*/
.listcolumn-pic{
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}
.slideTxtBox{
    width: 100%;
}
.slideTxtBox .hd{
    width: 100%;
    /* background: #559200; */
    height: 56px;
    line-height: 56px;
    margin-top: 15px;
}
.slideTxtBox .hd li {
    border: none;
    padding: 0px 25px;
    color: #000000;
    font-size: 18px;
    float: left;
}

.slideTxtBox .hd li:hover, .slideTxtBox .hd li:active{
    background-color: #559200;
    cursor: pointer;
    color: #fff;
}
.slideTxtBox .hd a{
    color: #000000;
}
.slideTxtBox .hd li.on{
    background-color: #559200;
    color: #fff;
}
.bd{
    clear:both;
}
.teacher-li{
    margin-top:30px;
}
.teacher-item{
    width: 100%;
    border-radius: 3px;
    border:1px solid #f1f1f1;
    margin-bottom: 15px;
    margin-top: 15px;
    max-height: 450px;
}
.teacher-item:hover{
    -webkit-box-shadow: 0 0 3px 3px #ebebeb;
    box-shadow: 0 0 3px 3px #ebebeb;
}
.teacher-img{
    max-width: 100%;
    padding:15px;
    text-align:center;
}
.teacher-img img {
    max-width: 100%;
    max-height: 200px;
    
}
.teacher-con{
    width: 100%;
    background: #eaf3ef;
    padding:15px;
    text-align: left;
}
.teacher-name{
    padding-bottom: 5px;
    color: #005c39;
    font-size: 18px;
    text-align:center;
}
.teacher-zc{
    color: #000000;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 10px;
    height:24px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

}
.teacher-info{
    color: #000000;
    font-size: 14px;
    line-height: 2em;
    overflow: hidden;
    text-align: center;
}
.detail a{
    padding:8px 15px;
    display: block;
    float: right;
    background: #005c39;
    border-radius: 5px;
    -webkit-border-radius:5px;
    -o-border-radius:5px;
    -moz-border-radius:5px;
    color: #fff;
}

/*图片内容页*/
.teacher-img2{
    width: 30%;
    float: left;
    border:1px solid #eaeaea;
    box-shadow: 0 0 20px #d1d1d1;
    -webkit-box-shadow:0 0 20px #d1d1d1;
    -o-box-shadow:0 0 20px #d1d1d1;
    -moz-box-shadow:0 0 20px #d1d1d1;
}
.teacher-img3{
    width:100%;
    text-align:center;
    margin-top:30px;
}
.teacher-img3 img{
    width:70%;
}
.teacher-nr{
    width: 70%;
    float: left;
    padding-left: 30px;
}
.teacher-info2 div{
    line-height: 24px;
    color: #000000;
    font-size: 20px;
    margin: 10px 0;
}
.displayInfo-zc{
    margin-top:40px;
}
.teacher-grjj{
    width:100%;
    padding:20px;
}
.displayInfo-zc .teacher-name{
    width:100%;
}
.displayInfo-zc .teacher-name a{
    font-size:22px;
    font-weight: bold;

}
.displayInfo-zc p{
    line-height:180%;
    text-align: justify;
    color:#000000;
    padding-left:15px;
    padding-right:15px;
}
.displayInfo-zc h2{
    border-bottom: 1px solid #005c39;
    /* max-width: 180px; */
    line-height: 46px;
    /* margin-bottom: -2px; */
    font-size: 18px;
    font-weight: bolder;
    /* float: left; */
    color:#000000;
    background:#eaeaea;
    padding-left:15px;
    padding-right:15px;
    margin-top:60px;
}
.displayInfo-zc h2:first-child{
    margin-top:0px;
}
.displayInfo-nr{
    margin-top: 15px;
}
.author-block figure img{
    width: 150px;
}

@media(min-width:1600px){
	.teacher-img img {
		height:200px;
	}
}
@media(max-width:1599px){
	.teacher-img img {
		height:200px;
	}
}
@media(max-width:1365px){
	.teacher-img img {
		height:180px;
	}
	.teacher-name{
		font-size:16px;
	}
	.teacher-zc{
		font-size:16px;
	}
}
@media(max-width:1280px){
	.teacher-img img {
		height:150px;
	}
}
@media(min-width:769px){
    .detail-images {
        width: 70%;
    }
}
@media(max-width:1024px){
    .main{
        padding-left:15px;
        padding-right:15px;
    }
    .main>.container{
        padding-left: 15px;
        padding-right: 15px;
    }
    .list-item-title{
        width:80%;
    }
    .list-item-date{
        width:20%;
    }
    .displayInfo{
        padding:15px 0px;
    }
    .buttons li {
        padding: 0px 25px;
        color: #fff;
        font-size: 16px;
    }
    .teacher-li{
        width: 33.3%;
    }
    .teacher-img2{
        width: 25%;
    }
    .teacher-nr{
        width: 75%;
    }
}
@media(max-width:768px){
    .author-block figure img{
        width: 80px;
    }
    .author-block {
        margin:0;
        padding:10px;
    }
    .slideTxtBox .hd li {
        padding: 0px 13px;
        color: #000;
        font-size: 14px;
    }
    .content{
    }
    .listcolumn-left{
        padding-left:0px;
    }
    .listcolumn-right{
        padding-right:0px;
    }
    .list-item-title{
        padding-left:15px;
        width:75%;
    }
    .list-item-date{
        padding-right:15px;
        width:25%;
    }
    .local{
        padding-right:15px;
    }
    .main{
        padding-left:15px;
        padding-right:15px;
    }
    .teacher-img2{
        width: 100%
    }
    .teacher-nr{
        width: 100%;
        padding-left:0px;
        margin-top:60px;
    }
    .teacher-img3{
        width:30%;
        float:left;
    }
    .teacher-grjj{
        width:70%;
        float:left;
    }
    .teacher-img3 img{
        width:80%;
    }
}
@media(max-width:767px){
    .teacher-img img {
        max-width: 100%;
        max-height: 120px;

    }
    .teacher-li{
        height: 220px;
    }
    .slideTxtBox .hd{
        background: none;
    }
    .slideTxtBox .hd li {
        padding: 0px 16px;
        color: #fff;
        font-size: 14px;
        background: #559200;
        margin-right: 1px;
        margin-bottom: 1px;
    }
    .teacher-li{
        width: 50%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .teacher-name{
        width: 100%;
    }
    .teacher-name a{
        width: 100%;
        display: block;
		overflow:hidden;
        text-overflow:ellipsis;
		white-space: nowrap;
    }
    .teacher-zc{
        overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
    }
    .teacher-li:nth-child(even){
        padding-left: 5px;
    }
    .teacher-li:nth-child(odd){
        padding-right: 5px;
    }
    .teacher-name a{
        font-size: 16px;
    }
    .author{
        font-size:12px;
    }
    .submenu-title{
        font-size: 16px;
        height: 42px;
        line-height: 42px;
    }
    .submenu-title div{
        height: 42px;
        line-height: 42px;
    }
    
    .list-item-title{
        padding-right:0px;
        width:75%;
        font-size:14px;
    }
    .list-item-date{
        width:25%;
        padding-left:0px;
        font-size:14px;
    }
    .listcolumn-bg{
        top:20%;
        left: 5%;
        width: 140px;
        height: 42px;
    }
    .listcolumn-title{
        font-size: 18px;
        width: 140px;
        height: 42px;
        line-height: 42px;
        top:20%;
    }
    .content{
        padding-left:0px;
        padding-right:0px;
    }
    .chap-title{
        font-size: 16px;
    }
    .listcolumn-con{
        margin-top: 0px;
    }
    .listcolumn .col-md-3{
        padding-left: 0px;
        padding-right: 0px;
    }
    .listcolumn .col-md-9{
        padding-right: 0px;
        padding-left: 0px;
    }
    .banner-title{
        display: none;
    }
    .submenu-title{
        height:42px;
        line-height:42px;
    }
    .local{
        font-size:14px;
    }
    .bsdt-item{
        padding:0px 8px;

    }
    .bsdt-item:nth-child(odd){
        padding-left: 0px;
    }
    .bsdt-item:nth-child(even){
        padding-right: 0px;
    }
	.teacher-img img {
		height:90px;
	}
	.teacher-name a{
		font-size:14px;
	}
	.teacher-zc{
		font-size:14px;
	}

}
@media(max-width:413px){
    .list-item-title{
        width:72%;
    }
    .list-item-date{
        width:28%;
    }
    .teacher li{
        width:25%;
    }
    .slideTxtBox .hd li {
        padding: 0px 12px;
        margin-right: 1px;
        margin-bottom: 1px;
    }
}
@media(max-width:374px){
    .list-item-title{
        width:65%;
    }
    .list-item-date{
        width:35%;
    }
}




/*分页*/
.mt20
{
    margin-top: 0px; 
    margin-bottom:15px;
}
.prevPage
{
    float: left;
    font-size: 14px;
    line-height: 2em;
}
.prevPage span
{
    padding:5px;
    color: #ffffff;
    background-color: #b41f1f;
}
.nextPage
{
    float: right;
    font-size: 14px;
    line-height: 2em;
}
.nextPage span
{
    padding:5px;
    color: #ffffff;
    background-color: #b41f1f;
}
/*翻页样式*/

.pb_sys_common {
    font-size: 14px;
    line-height:14px;
    padding-top: 10px;
    padding-bottom:10px;
    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{
    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:16px;
    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;
    border-radius:5px;
    -webkit-border-radius:5px;
    -o-border-radius:5px;
    border:1px solid #f2f2f2;
    height:28px;
    line-height:18px;
}

.pb_sys_common .p_fun a, .pb_sys_common .p_no a{
    color: #222;
    border-radius:5px;
    -webkit-border-radius:5px;
    -o-border-radius:5px;
    border:1px solid #f2f2f2;
    height:28px;
    line-height:18px;
}

.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 {
    /*
    height:22px;
    border: 1px solid #aaa;
    outline-width:thin;
    outline-color:#6E3A5E;

    text-align:center;
    vertical-align:middle;    
    */
    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-width:1px 0px 1px 1px;
    border-style:solid;
    border-color:#ccc;
    padding: 5px 6px;
    color: #222;
    */
    border-right:1px solid #ccc;
    padding: 1px 5px;
    color: #888888;
}

.pb_sys_common .p_dosize_d{
    /*background-color:#f5f5f5;*/
    color: #222;
}

.pb_sys_common .p_dosize a:hover{
    /*background-color:#f5f5f5;*/
    color: #222;
}

.pb_sys_common .p_dosize_last_d, .pb_sys_common .p_dosize_last a{
    /*border-right-width:1px*/
    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{
    background-color: #92c123;
    color:#fff;
    border-radius:5px;
    -webkit-border-radius:5px;
    -o-border-radius:5px;
}
/*样式1 蓝*/
.pb_sys_style1 .p_no_d {
    border: 1px solid #92c123;
    color: #fff;
    background-color: #92c123;
    border-radius:5px;
    -webkit-border-radius:5px;
    -o-border-radius:5px;
}
.v_news_content h3
{
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}
.leader>table>tbody>tr>td{
    border:0px;
    }
    

.leade table {display:inline}

@media(max-width:414px){
    .pb_sys_common .p_t{
        display:block;
    }
    .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{
    padding: 5px 4px;
    }
}

.author-block {
  width: 100%; }
  .author-block:first-of-type {
    margin-top: 0px; }
  .author-block .paragraph-wrapper {
    display: block;
    float: left; }
  .author-block figure img {
    -moz-border-radius: 0;
    -webkit-border-radius: 0; }
.author-block {
  background-color: whitesmoke;
  clear: both;
  display: table;
  margin: 20px 0;
  padding: 20px;
}
.author-block figure {
  float: left;
  width: 20%;
}
.author-block figure img {
  -moz-border-radius: 10%;
  -webkit-border-radius: 10%;
  border-radius: 10%;
  border: 3px solid #fff;
}
.author-block article {
  padding-left: 25px;
}
.author-block article header {
  color: #012951;
  margin-bottom: 10px;
}
.author-block article p {
  color: #767676;
}
.author-block .paragraph-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 80%;
}
.author-block .paragraph-wrapper header {
  font-size: 18px;
  margin-bottom: 0;
}
.author-block .paragraph-wrapper figure {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  margin-top:5px;
}
.author-block.course-speaker {
  background-color: transparent;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 20px;
  padding-bottom: 30px;
}
.author-block.course-speaker:last-child {
  border-bottom: none;
}
.author-block.member-detail {
  background-color: transparent;
  padding: 0;
}
.author-block.member-detail figure img {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none;
  width: 160px;
}
.author-block.member-detail .paragraph-wrapper h2 {
  font-size: 34px;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.author-block.member-detail .paragraph-wrapper h2:after {
  display: none;
}
.author-block.member-detail .paragraph-wrapper h3 {
  margin-bottom: 20px;
}
.author-block.member-detail .paragraph-wrapper figure {
  font-size: 14px;
  float: none;
}
.author-block.member-detail .paragraph-wrapper .quote {
  font-family: "Georgia", serif;
  font-style: italic;
  font-size: 18px;
}
.author-block.member-detail .icons {
  margin-bottom: 30px;
  margin-top: 5px;
}
.author-block.member-detail .icons i {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #252525;
  display: inline-block;
  font-size: 18px;
  margin-left: 15px;
  padding: 2px 5px;
  margin: 0px;
}
.author-block.member-detail .icons i:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.account-block {
  padding: 40px 60px;
  margin: 50px 0;
}

.author-carousel {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAFUlEQVQImWNgQAOfPn36T3UBBgYGAO4dEyr8+rCnAAAAAElFTkSuQmCC) repeat;
}

.author {
  background-color: whitesmoke;
}
.author.has-dark-background {
  background-color: #012951;
}
.author.has-dark-background .paragraph-wrapper header {
  color: #fff !important;
}
.author.has-dark-background .paragraph-wrapper footer {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  color: #fff !important;
}
.blog-listing-post {
  margin-bottom: 30px;
}
.blog-listing-post h3{
  color: #005c39;
  font-size: 20px;
  text-align: center;
}
.blog-listing-post .blog-thumbnail {
  height: 250px;
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.blog-listing-post .blog-thumbnail .blog-meta {
  background-color: #252525;
  color: #767676;
  bottom: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1;
}
.blog-listing-post .blog-thumbnail .blog-meta .fa {
  margin-right: 5px;
}
.blog-listing-post .blog-thumbnail .image-wrapper img {
  width: 100%;
}
.blog-listing-post .read-more {
  margin-bottom: 40px;
}

.blog-detail img {
  margin: 20px 0;
  max-width: 100%;
}
.blog-detail .blog-detail-header h2 {
  color: #012951;
  margin: 20px 0;
}
.blog-detail .blog-detail-header h2:after {
  display: none;
}
.blog-detail .blog-detail-header .blog-detail-meta {
  color: #767676;
}
.blog-detail .blog-detail-header .blog-detail-meta > span {
  margin-right: 20px;
}
.blog-detail .blog-detail-header .blog-detail-meta .fa {
  margin-right: 5px;
}
.blog-detail #share-post .icons {
  color: #767676;
}
.blog-detail #share-post .icons a {
  color: #767676;
  font-size: 18px;
  padding: 2px 5px;
  vertical-align: middle;
}
.description
{
    line-height: 2em;
}
.fb-date
{
   margin-right:10px;
}
@media(max-width:414px){
	.pb_sys_common .p_t{
		display:block;
	}
	.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{
    padding: 5px 4px;
	}
}
.style03{
    color:#BA0407;
    font-weight: bolder;
    margin: 0 5px;
}
.search-result{
    background: #efefef;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 42px;
}
.search-item{
    padding:25px 20px;
    border-bottom: 1px dotted #c0c0c0;
    text-align: left;
}
.search-title a{
    color: #10317a;
    line-height: 36px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}
.search-con{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: left;
}
.search-item .detail{
    margin-top:10px;
}
.search-input1{
    position: absolute;
    z-index: 99999;
    right: 0px;
    width: 255px;
    line-height: 46px;
    background: #e0e0e0;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    display: none;
}
.search-input1 input{
    height: 32px;
}
.search-input1 input[type="input"]{
    width: 150px;
}
.search-input1 input[type="submit"]{
    width: 60px;
    text-align: center;
    line-height: 32px;
    margin-left: 5px;
}
.search2{
    width: 100%;
    text-align: center;
    padding:15px 0px;
    margin-bottom: 20px;
}
.search2 input{
    height: 42px;
}
.search2 input[type="text"]{
    width: 250px;
    border-radius: 5px;
}
.search2 input[type="submit"]{
    width: 80px;
    text-align: center;
    line-height: 32px;
    margin-left: 5px;
    background: #910000;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
}
#vsb_content{
	font-size: 16px;
	line-height: 2em;
        font-family: Microsoft YaHei;
}
#vsb_content ul,ol{
    padding-left:20px;
}
#vsb_content ol li{
	list-style:decimal;
}
#vsb_content ul li{
    list-style:disc;
}

/*师资列表*/
.listcolumn-sz-title{
	margin-top: 30px;
	padding-bottom: 10px;
	width:100%;
	border-bottom: 2px solid #E0E0E0;
}
.listcolumn-sz-title div{
	padding-left: 20px;
	font-weight: bold;
	font-size: 24px;
	border-left: 8px solid #559200;
	
}
.listcolumn-sz-item-img{
	float: left;
	width: 35%;
}
.listcolumn-sz-item-img img{
	width: 100%;
}
.listcolumn-sz-item-con{
	float: left;
	padding: 15px;
	margin-bottom: 30px;
	width: 65%;
	background:#eaf3ef;
}
.sz-name{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}
.sz-department,.sz-email,.sz-post,.sz-xkzc,.sz-yjfx{
	width: 100%;
	line-height: 32px;
	color: #5E5E5E;
	/* text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: justify;
	display: block; */
	/* word-break: keep-all; */
	/* word-wrap: break-word; */
	/* white-space: pre-wrap; */
	text-justify: inherit;
	text-align: left;
}

@media (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), not all, not all, not all, only screen and (max-width: 1024px) and (min-resolution: 192dpi), only screen and (max-width: 1024px) and (min-resolution: 2dppx) {
	.listcolumn-sz-item-con{
		padding: 15px;
	}
	.sz-department,.sz-email,.sz-post,.sz-xkzc,.sz-yjfx{
	line-height: 16px;
	font-size: 12px;
	}
}