.section{
	   flex-grow: 1;
}
.section>.container{
	display: flex;
}
.sbanner{
	position: relative;
}
.sbanner img{
	width: 100%;
}
.sbanner .txt{
	position: absolute;
	top:0;
	right: 0;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
}
.sbanner .txt p{margin-top: -35%; font-weight: bold;}

/*左侧导航*/
.side{
    float: left;
    width: 295px;
    margin: 0px 0 50px;
	padding-top: 10px;
	background:#fff url(../images/leftbg.jpg) no-repeat;

}
.side p{
    height: 80px;
    line-height: 80px;
    padding-left: 40px;
    color: #333;
    font-size: 22px;

}
.side>p>span{
    display: none;
    position: absolute;
    top: 16px;
    right: 20px;
    line-height: normal;
    font-size: 26px;
    font-weight: bolder;
}
.side>ul{
	padding-bottom: 20px;
}
.side li{
    position: relative;
}
.side li a{
    position: relative;
    display: block;
    height: 38px;
    line-height: 38px;
    padding-left: 40px;
}
.side>ul>li>a{
   /* background: #E7E7E7;
    border-bottom: 1px solid #D4D4D4;*/
}
.side>ul>li span{
    position: absolute;
    top: 9px;
    right: 20px;
    color: #9D9696;
    font: 20px '宋体';
    font-weight: bolder;
    transition: .3s;
}
.side>ul>li span.on{
    transform: rotate(90deg);
	top:7px;
	color: #fff;
}
.side .sub-menu li a{
    color: #666;
	font-size: 15px;
	padding-left: 60px;
   /* background: #F6F6F6; */
}
.side .sub-menu li a:hover,
.side .sub-menu li.on a{
    color: #5c6d98;
}
.side .sub-menu{
    display: none;
}
.side ul .active .sub-menu{
    display: block;
}
.side ul .active>a{
   background: #5c6d98;
   color: #fff;
}
.side ul .active>a:before{

}

/*右侧主体*/
.column{
    padding: 15px 0 0 40px;
	flex: 1;
	border-left: 1px solid #EEEEEE;
}

.bread{
    height: 67px;
    line-height: 67px;
    border-bottom: 1px solid #D6D6D6;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bread h1{
    font-size: 24px;
    font-weight: normal;
}
.bread .rt{
    position: relative;
    color: #888;
	padding-left: 30px;
	background: url(../images/ico_home2.png) no-repeat 0 center;
	height: 40px;
	line-height: 40px;
}
.bread .rt a{
    color: #888;
}
.bread .rt a:hover{
    color: #5c6d98;
}

/*通用：列表页*/
.common-list li{
	position: relative;
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
	padding-left: 40px;
    border-bottom: 1px dashed #E5E5E5;
	transition: all 5s ease
}
.common-list li:hover{
    background: #F6F6F6;
}
.common-list li span{
    float: right;
    color: #666;
}
.common-list li::before{
	content: '';
	display: inline-block;
	width: 12px;
	height: 3px;
	position: absolute;
	top:50%;
	margin-top: -2px;
	left: 12px;
	background-color: #5c6d98;
	margin-right: 12px;
	position: absolute;


}
.common-list li:hover::before{
    padding-left: 5px;
    background: #5c6d98;
}
.common-list li p{
    margin-right: 120px;
}
.common-list li a{

    text-decoration: none;
}



/*详情页*/
.caption{
    text-align: center;
}
.caption h3{
    line-height: 40px;
    font-size: 30px;
    font-weight: 500;
    margin: 30px 0 10px;
}
.caption p span{
    color: #666;
    margin: 0 5px;
}
.detail img{
	max-width: 90%;
}
.detail table{
	width: 80%;
}
.content{
    margin-top: 20px;
    padding-bottom: 20px;;
    border-bottom: 1px solid #F0F0F0;
}
.detail>p{
    line-height: 30px;
    color: #666;
    font-size: 16px;
}
.detail>p>a{
    color: #666;
}
.detail>p>a:hover{
    color: #5c6d98;
}
.content table{
	max-width: 100%;
        margin: 0 auto;
    border-collapse: collapse;
}
.content table td{
    border: 1px solid #ddd;
}
.content img{
	max-width: 100%;
}
.content video{
	max-width: 100%;
	margin: 0 auto;
}

/*简介页*/
.profile{
    padding: 30px 0;
}

/*师资队伍*/
.teacher p{
    color: #333;
	text-align: center;
}
.teacher ul{
	margin-top: 15px;
    margin-bottom: 20px;
    overflow: hidden;
	min-height: 300px;
}
.teacher li{
    float: left;
    width: 25%;
	padding: 15px 15px 0;
    line-height: 40px;
    font-size: 16px;


}
.teacher li img{
	width: 100%;border: 1px solid #dcdc; height: 270px;
	object-fit: cover;
}
/*师资队伍*/
.leader{
    margin: 30px 0;
}
.leader ul{
    margin: 0 -15px;
    overflow: hidden;
	min-height: 300px;
}
.leader li{
	display: flex;
    float: left;
    width: calc(50% - 10px);
	padding: 20px;
    margin: 0 0px 20px;
    background: #eee;
}
.leader li:nth-child(2n){
	float: right;
}
.leader li .ptbox{
	width: 140px;
	margin-right: 25px;
}
.leader li .ptbox .inner{
	padding-bottom:140% ;
}
.leader li .info{
   flex: 1;
}
.leader li .info h2{
    font-weight: normal;
	color: #5c6d98;
}
.leader li .info h2>a{
	color: #5c6d98;
}
.leader li .info p{
    color: #666;

    line-height: 25px;
    margin-top: 25px;
    overflow: hidden;
}

/*我要咨询*/
.consult {
    margin-top: 20px;
    padding: 15px 0;
    border: 1px solid #c9c9c9;
    overflow: hidden;
}

.consult li {
    float: left;
    width: 33.33%;
    font-size: 14px;
    text-align: center;
}

.consult li:first-of-type img {
    width: 90px;
}

.consult li:not(:first-of-type) img {
    margin: 15px 0;
}

.consult li p:first-of-type {
    font-size: 16px;
}

/*图书推荐*/
.leader-list li{
    height: 227px;
    padding: 25px 0;
    font-size: 16px;
    box-sizing: content-box;
    border-bottom: 1px dashed #ddd;
}
.leader-list li a.lf{
    width: 180px;
    height: 227px;
    overflow: hidden;
}
.leader-list li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.leader-list li .info{
    margin-left: 210px;
}
.leader-list li h2{
    font-size: 20px;
}
.leader-list li p{
    height: 90px;
    line-height: 30px;
    overflow: hidden;
    margin: 15px 0 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.leader-list li .rt{
    width: 84px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #5c6d98;
    border-radius: 16px;
    font-size: 14px;
    color: #5c6d98;
    box-sizing: border-box;
}
