.section{
	
}
.section>.wrap{
	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: 253px;
    height: max-content;
    margin: 20px 0 50px;
    padding-bottom: 155px;
    background: #f0f0f0 url(../images/side-bg.jpg) no-repeat center bottom;
}
.side p{
    position: relative;
    height: 64px;
    line-height: 64px;
    color: #fff;
    font-size: 28px;
    text-align: center;
    background: #0d33de;
}
.side>p>span{
    display: none;
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 24px;
    font-weight: bolder;
}
.side>ul{
    padding: 25px 16px 0;
    margin-bottom: -16px;
}
.side li{
    position: relative;
}
.side li a{
    position: relative;
    display: block;
}
.side>ul>li{
    margin-bottom: 16px;
}
.side>ul>li>a{
    height: 55px;
    line-height: 55px;
    color: #333;
    font-size: 18px;
    padding: 0 25px;
    background: #FFFFFF;
}
.side>ul>li:after{
    content: '';
    position: absolute;
    top: 0;
    right: 20px;
    width: 17px;
    height: 55px;
    background: url(../images/arrow.png) no-repeat center center;
    transition: .3s;
}
.side>ul>li span.on{
    transform: rotate(90deg);
	color: #fff;
}

.side .sub-menu li a{
    color: #666;
	font-size: .95rem;
	padding-left: 60px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 1.6;
	height: auto;
   /* background: #F6F6F6; */
}
.side .sub-menu li a:hover,
.side .sub-menu li.on a{
    color: #1573E0;
}
.side .sub-menu{
    display: none;
}
.side ul .active .sub-menu{
    display: block;
}
.side ul .active>a{
    color: #0090F5;
}
.side ul .active>a:before{
   
}

/*右侧主体*/
.column{
   /* padding: 15px 0 50px 25px; */
    flex: 1;
    min-height:600px;
    overflow:hidden
}

.bread{
    height: 67px;
    line-height: 67px;
    border-bottom: 2px solid #E1DDDD;
}
.bread h1{
    position: relative;
    font-size: 24px;
    font-weight: normal;
}
.bread h1:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #0d33de;
}
.bread .rt{
    position: relative;
    color: #888;
	padding-left: 30px;
	background: url(../images/home.png) no-repeat 0 center;
	height: 40px;
	line-height: 40px;margin-top: 16px;
}
.bread .rt a{
    color: #888;
}
.bread .rt a:hover{
    color: #0090F5;
}

/*通用：列表页*/
.common-list{min-height:300px; }
.common-list li{
	position: relative;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #E6E6E6;
	/*transition: all 5s ease ;*/
	font-size: 1rem;
	color:#333;
}
.common-list li span{
    position: relative;
    float: left;
    color: #888;
    padding-right: 20px;
}
.common-list li span:after{
    content: '';
    position: absolute;
    top: 19px;
    right: 0;
    width: 1px;
    height: 22px;
    background: #DCDCDC;
}
.common-list li p{
    margin-left: 130px;
}
.common-list li a{
    display: block;
    color:#333;
    font-size: 16px;
    text-decoration: none;
    padding-right: 30px;
    background: url(../images/more.png) no-repeat center right;
    transition: .5s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.common-list li a:hover{
    color: #0090F5;
    padding-left: 1em;
}

/*详情页*/
.detail{
    margin: 20px 0;
}
.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: 100%;
}
.detail table{
	 max-width: 100%;
}
.content{
    margin: 30px 0 !important;
    padding-bottom: 30px !important;;
    border-bottom: 1px solid #F0F0F0;
    min-height: 300px;line-height: 1.75;
}
.detail>p{
    line-height: 30px;
    color: #666;
    font-size: 16px;
}
.detail>p>a{
    color: #666;
}
.detail>p>a:hover{
    color: #7B031F;
}
.content table{
    max-width: 100%;
    border-collapse: collapse;
}
.content table td{
    border: 1px solid #ddd;
}
.content img{
	max-width: 80%;
}
.content video{
	max-width: 100%;
	margin: 0 auto;
}

/*简介页*/
.profile{
    min-height: 300px;
    line-height: 1.75em;
    overflow: auto;
}
.content img,.profile img,
.content table,.profile table,
.content video,.profile video, {
	max-width: 90%;
}

.content table,.profile table {
	border-collapse: collapse;
}

.content table td ,.profile table td {
	border: 1px solid #aaa;
}

/*师资队伍*/
.sort{
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.75em;
}
.sort a{
    display: inline-block;
    width: 27px;
    color: #333;
    text-align: center;
    text-transform: uppercase;
}
.sort2 a{
  width:auto;
  padding:0 3px
}
.sort a.on, .sort a:hover{
    color: #0d33de;
}

.teacher ul{
	margin: 10px -13px;
    overflow: hidden;
}
.teacher li{
    float: left;
    width: 50%;
	padding: 13px;
	position: relative;
}
.teacher li a{
    position: relative;
    display: block;
    height: 185px;
    color: #000;
    border: 1px solid #e2e2e2;
    overflow: hidden;
}
.teacher li .pic{
    float: left;
    width: 128px;
    height: 183px;
    overflow: hidden;
}
.teacher li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}
.teacher li .pic:hover img{
    transform: scale(1.1);
}
.teacher li .txt{
    margin-left: 128px;
    height: 100%;
    padding: 15px;
    box-sizing: border-box;
}
.teacher li .txt h2{
    font-size: 20px;
    padding-bottom: 10px;
}
.teacher li .txt p{
    color: #666;
    line-height: 1.5em;
    margin-top: 2px;
    max-height: 3em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
}
.teacher li .txt p b{
    color: #333;
}
.teacher li a:hover{
    border-color: transparent;
    box-shadow: 0 3px 9px 1px rgba(2,35,221,0.14);
}
/*.teacher li a:after{
    content: '';
    position: absolute;
    right: 18px;
    bottom: 10px;
    width: 19px;
    height: 7px;
    background: url(../images/more.png) no-repeat;
}
*/
.leader{
    margin: 30px 0;
}
.leader ul{
  
    overflow: hidden;
}
.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: #1573E0;
}
.leader li .info h2>a{
	color: #1573E0;
}
.leader li .info p{
    color: #666;
   font-size: .9rem;
    line-height: 25px;
    margin-top: 25px;
    overflow: hidden;
}

/* 组图内容页 */
.subMomentsBox #carousel {padding:20px;background:#1368DA;}
.subMomentsBox #carousel  .slides li{margin:0 7px 0 7px;display: block;background: #fff;padding:6px;}
.subMomentsBox #carousel  .slides li span{display: block;height: 0;padding-bottom: 60%;background:#fff;overflow: hidden;}
.subMomentsBox #carousel  .slides li span img{display: block;}
.subMomentsBox #carousel  .slides img{opacity: 0.7;cursor: pointer;}
.subMomentsBox #carousel  .slides img:hover,#carousel  .slides .flex-active-slide img{opacity: 1;}

.subMomentsBox{padding: 30px;background: #f2f2f2;}

.subMomentsBox .flexslider .slides > li a{height: 0;padding-bottom: 60%;background: #1368DA;display: block;position: relative;}
.subMomentsBox #carousel  .flex-direction-nav a{width: 20px;height: 36px;background-size: 100% 100%;}
.subMomentsBox #carousel  .flex-direction-nav .flex-prev{left: 20px;}
.subMomentsBox #carousel  .flex-direction-nav .flex-next{right: 20px;}

.subMomentsBox .flexslider .slide_tills{position: absolute;bottom:0;left: 0;widows: 100%;background:rgba(19,104,218, 0.5);overflow: hidden;}
.subMomentsBox .flexslider .slide_tills .slide_info{padding:30px;overflow: hidden;}
.subMomentsBox .flexslider .slide_tills .slide_info h3{font-size: 20px;font-weight: normal;margin-bottom: 10px;color:#fff;height: 27px;overflow: hidden;line-height: 30px;}

.subMomentsBox .flexslider .slide_tills1{position: absolute;bottom:0;left: 0;widows: 100%;background:rgba(19,104,218, 0.5);overflow: hidden;}
.subMomentsBox .flexslider .slide_tills1 .slide_info1{padding:15px;overflow: hidden;}
.subMomentsBox .flexslider .slide_tills1 .slide_info1 h3{font-size: 20px;font-weight: normal;margin-bottom: 0px;color:#fff;height: 15px;overflow: hidden;line-height: 15px;}
.subMomentsBox .flexslider .slide_tills .slide_info p{font-size: 14px;color:#fff;height: 40px;overflow: hidden;line-height: 20px;}
.subMomentsBox .flexslider li a:hover .slide_tills .slide_info h3{color:#1368DA;}

/*学工团队*/
.team{
    padding-top: 20px;
    margin: 20px 0;
    background: #F0F0F0;
    overflow: hidden;
}
.team .type{
    float: left;
    width: 45px;
    height: 347px;
    color: #fff;
    font-size: 20px;
    padding: 0 10px;
    text-align: center;
    line-height: 1.2em;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(0deg, #1BB4F0, #011FDC);
}
.team ul{
    margin-left: 45px;
    padding: 0 30px;
    overflow: hidden;
}
.team ul li{
    float: left;
    margin: 0 6px 20px;
}
.team ul li a{
    display: block;
    width: 151px;
    height: 347px;
    color: #999;
    font-size: 13px;
    text-align: center;
    line-height: 1.5em;
    background: #fff;
}
.team ul li a div{
    height: 203px;
    background: #0E68E6;
}
.team ul li a div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team ul li a p:first-of-type{
    font-size: 14px;
    margin-top: 12px;
}
.team ul li a h3{
    color: #333;
    font-size: 16px;
    margin: 8px 0 10px;
}
.listg2412 li{
padding: 8px 0px 12px;
    border-bottom: 1px dashed #e4e4e4;
    width: 100%;
    float: left;
}
.listg2412 li i{
width: 4px;
    height: 4px;
    float: left;
    margin-right: 10px;
    display: block;
    margin-top: 15px;
    background: #bc102e;
}
.listg2412 li h2{
    font-size: 15px;
    color: #333333;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    transition: linear 0.3s;
    width: 70%;
}

.listg2412 li .date-list{
float: right;
    font-size: 13px;
    color: #666666;
    line-height: 28px;
}
.listg2412 li p{
    width: 100%;
    float: left;
    font-size: 13px;
    color: #666;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-indent: 2em;}



ol,ul{list-style:none}