﻿/*listcolumn*/
.banner,.banner img{
	width: 100%;
}
.banner{
	height: auto;
}
.banner-main{
}
.listcolumn,.displayinfo-sz{
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 0px;
}
/*listcolumn*/
.lead{
    width:100%;
    line-height:32px;
    color:#777777;
    font-size:16px;
    text-align:right;
}
.lead a{
    color:#777777;
}
.title{
    color:#3c3c3c;
    font-size:24px;
    width:100%;
    text-align:left;
    line-height:24px;
    /*border-bottom: 1px solid rgb(212, 213, 214);*/
	border-bottom:1px solid #e2e2e2;
}
.title span{
	background:#fff;
	display: block;
	padding-right: 20px;
	position: absolute;
	z-index: 99;
	margin-top: -12px;
}

/*displayInfo*/
.displayinfo{
	padding-left: 30px;
	padding-right: 30px;
}
.chap-title{
	text-align: center;
	color:#006bfc;
    font-size:24px;
    width:100%;
	line-height: 36px;
	margin-top: 50px;
}
.chap-img{
	width: 100%;
	text-align: center;
}
.displayinfo .lead{
	border-bottom: 1px solid #e2e2e2;
}
.info{
    background:#f4f9ff;
    color:#777777;
    text-align:center;
    width:100%;
    line-height:32px;
    margin-top:20px;
    margin-bottom:30px;
}
.fb-name,.fb-date{
    display:inline-block;

}
.fb-name{
    margin-right:30px;
}
.displayinfo img{
    width:auto;
    max-width:100%;
    margin-top:10px;
    margin-bottom:10px;
}
.content
{

}
.content .ext h3
{
    line-height: 36px;
    height: 36px;
    font-size: 18px;
    color: #ffffff;
    background: #304A8F;
}
.content .ext h3 i
{
margin-right: 5px;
margin-left: 5px;
}


p{
    line-height:1.5em;
    text-align:justify;
}

@media(min-width:1200px){
    .displayinfo img{
        /* max-width:50%; */
    }
}
.main-left{
    padding-left:0px;
	margin-top: -100px;
}
.main-right{
    padding-right:0px;
}
.sidebar{
    width:100%;
}
.column-title{
    font-size:24px; 
    color:#fff;
    text-align:left;
    width:100%;
    line-height:72px;
	background: #26438c;
    padding-left: 25px;
}
.sidebar>ul{
	background: #f6f6f6;
	padding-bottom: 30px;
	min-height: 150px;
}
.tab-one{
	padding-left: 25px;
	padding-right: 25px;
}
.tab-one>a{
    height:42px;
    margin-bottom:2px;
    line-height:42px;
    width:100%;
    display:block;
    font-size:16px;
    border-bottom:1px solid #e6e5e5;
    padding-left:15px;
	transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
	color: #26438c;
}
.tab-one>a i{
    /* font-size:14px; */
    color:#26438c;
    float:left;
    line-height:42px;
    padding-right:5px;
	font-size: 14px;
}
.tab-one:hover{
    background:#6381cc;
}
.tab-one:hover>a{
	color: #fff;
	border-bottom: none;
	transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.tab-one:hover i{
    color:#fff;
}
.tab-one ul{
    padding:0px 15px;
    margin-bottom: 2px;
}
.tab-one>ul>li{
    padding-left:10px;
    width:100%;
}
.tab-one ul li a{
    line-height:36px;
    display:block;
    width:100%;
    font-size:16px;
	color: #26438c;
}
.tab-one ul li i{
    line-height:36px;
    padding-left:10px;
    float:left;
    padding-right:5px;
    color: #26438c;
}
.tab-one ul li:hover{
    /* background:#467ffd; */
}
.tab-one:hover ul li a{
	color: #fff;
}
.tab-one ul li:hover a,.tab-one ul li:hover i{
    color: #fff;
}
.main-right>.container-fluid{
    margin-top:20px;
}
.listcolumn-all{
	padding-top: 30px;
}
.newsItem{
    border-bottom:1px dotted #a9a9a9;
    padding:10px;
	transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;

}
.newsItem .col-md-9 a,.newsItem .col-md-3{
    font-size:16px;
	color: #313131;
}
.newsItem .col-md-9 a{
	text-overflow:ellipsis;
	white-space: nowrap;
    overflow: hidden;
    text-align: justify;
	display: block;
}
.newsItem .col-md-3{
	text-align: center;
}
.newsItem:hover{
    background:#6381cc;
    color:#fff;
}
.newsItem:hover a{
    color:#fff;
}
.news-brief a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height:24px;
    color:#a9a9a9;
}
.listcolumn-pic .main-right .container-fluid{
	position: relative;
	top:30px;
}
.listcolumn-pic .main-right .container-fluid .col-md-6{
	padding-left:0px;
	padding-right: 0px;
}
.listcolumn-pic .main-right .container-fluid .col-md-6:nth-child(odd){
	padding-right: 5px;
}
.listcolumn-pic .main-right .container-fluid .col-md-6:nth-child(even){
	padding-left: 5px;
}
.pic-item{
    width:100%;
    margin-bottom:30px;
	float: left;
}
.pic-img{
    width:40%;
	float:left;
}
.pic-img img{
    width:100%;
}
.pic-title{
    padding:5px 8px;
    width:60%;
    float:left;
}
.pic-title div{
}
.pic-title01{
    text-align:left;
    font-size:18px;
    color:#0036ff;
    width:100%;
}
.pic-title02{
    text-align: left;
	margin-top: 15px;
}
.pic-title02 div{
	line-height: 32px;
}

/*师资内容页*/

.expert-name{
    font-size:24px;
    line-height:36px;
    width:100%;
    margin-bottom:15px;
    font-weight:bold;
}
.visit-info{
    margin-top:30px;

}
.visit-con table{
    border-color:#dadada;
}
.visit-con td{
    text-align:center;
    line-height:40px;
}
.visit-con i{
    color:red;
}
.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: #263a90;
	border-bottom: 2px solid #263a90;
	line-height: 28px;
}

/*师资列表页*/
/*listcolumn-sz*/
.listcolumn-sz{
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
}
.sz-head{
	font-size: 18px;
	border-bottom: 1px dotted #999;
	margin-top:-30px;
}
.sz-name,.sz-yjfx,.sz-email{
	text-align: left;
	padding-left: 15px;
	line-height: 18px;
	padding-top: 14px;
	padding-bottom: 14px;
	overflow: hidden;
}
.sz-all .sz-name{
	color: #465e24;
	font-size: 16px;
	line-height:36px;
}
.sz-head .sz-name{
	color: #333;
}
.sz-all .sz-email{
	line-height:36px;
}
.sz-all .sz-yjfx{
	/*font-size: 14px;*/
	line-height:36px;
}
.sz-all .row:nth-child(odd){
	background: #cfd4ea;
}
.sz-all{
	margin-top: 15px;
}


/*搜索页面*/
.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-input{
    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-input input{
    height: 32px;
}
.search-input input[type="input"]{
    width: 150px;
}
.search-input 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: #10317a;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;

}

@media(max-width:1024px){
    .zrjs p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
}

@media(min-width:1200px){
    .main-left{
        width:22%;
    }
    .main-right{
        width:78%;
    }
	.displayinfo{
		width: 90%;
		margin-left: 5%;
	}
}
@media(max-width:1024px){
    
}
@media(max-width:992px){
	.main-left{
		margin-top: 0px;
	}
}
@media(max-width:767px){
    .ks{
        width: 25%;
    }
}
@media(max-width:560px){
}
@media(max-width:375px){
}
@media(max-width:767px){
    .main-left{
        padding-left:0px;
		padding-right: 0px;
        margin-top:30px;
		margin-bottom: 20px;
    }
    .main-right{
        padding-right:0px;
		padding-left: 0px;
    }
    .main .container{
        padding-top:20px;
    }
    .column-title{
        font-size:18px;
		line-height: 42px;
    }
    .sidebar{
        padding-top:15px;
        padding-bottom:15px;
    }
    .title{
        font-size:16px;
    }
    .listcolumn .title{
        margin-top:30px;
    }
    .sidebar{
        padding-bottom:10px;
    }
    .main-right>.container-fluid{
        margin-top:20px;
    }
    .newsItem .col-md-9 a,.newsItem .col-md-3{
        font-size:14px;
		padding: 0px;
    }
	.newsItem .col-md-9{
		padding-left: 0px;
	}
	.listcolumn-all{
		padding-top: 10px;
	}
    .lead{
       display: none;
    }
    .tab-one>a,.tab-one ul li a{
        font-size:14px;
    }
    .displayinfo,.listcolumn-sz{
        padding-left:15px;
        padding-right:15px;
    }
    .displayinfo .title{
        font-size:18px;
        margin-top:-20px;
    }
    .fb-name{
        margin-right:5px;
    }
    .info{
        margin-bottom:20px;
    }
    .listcolumn-pic .title{
        margin-top:20px;
    }
    .pic-title01{
        font-size: 14px;
        margin-top: 4px;
        margin-bottom: 4px;
    }
	.pic-title02 div{
		line-height: 22px;
	}
	.sz-head{
		margin-top:20px;
	}
	.sz-all .sz-name{
		font-size:14px;
	}
	.sz-all .sz-email{
		line-height:36px;
		font-size:12px;
	}
	.sz-all .sz-yjfx{
		font-size: 12px;
	}
}
@media(max-width:374px){
    .main-left{
        padding-left:0px;
		padding-right: 0px;
    }
    .main-right{
        padding-right:0px;
    }
	.newsItem .col-md-9 a,.newsItem .col-md-3{
        font-size:12px;
	}
}

.breadcrumb
{
background-color:#e4f2ff;
}
.mt20
{
    margin-top: 20px; 
}
.pb_sys_style1{
	margin-bottom: 40px;
}

#vsb_content h3
{
        font-size:18px;
    font-weight:bold;
    margin-bottom:15px;
    margin-top:30px;
    color: #263a90;
    border-bottom: 2px solid #263a90;
    line-height: 28px;
}
#vsb_content ol li{
	list-style:decimal;
}
#vsb_content ul li{
	list-style-type:circle;
}