/* 师资无头像 */
body.faculty1 .col_news_list li.news{display: flex;align-items: center;justify-content: space-between;padding:0.36rem 0;border-bottom:1px solid #E5E5E5;font-size: var(--smailSize);color: #030E3E;}
body.faculty1 .col_news_list .news_title{padding-left:0.25rem;position: relative;font-size: var(--titleSize);font-weight: bold;border-left:2px solid #D29C51;color: #030E3E;flex:1.5rem 0 0}
body.faculty1 .col_news_list .zd1{flex:25% 0 0}
body.faculty1 .col_news_list .zd2{flex:30%  0 0} 
body.faculty1 .col_news_list a.entermore{color:#D29C51;margin-left:auto}

@media screen and (max-width:999px) {
body.faculty1 .col_news_list li.news{flex-wrap:wrap;}
body.faculty1 .col_news_list .news_title{flex:100% 0 0;margin-bottom:10px}
}

@media screen and (max-width:768px) {
body.faculty1 .col_news_list li.news{display:block}
body.faculty1 .col_news_list .news_zd{line-height:26px}
body.faculty1 .col_news_list .zd3{display:inline-block;}
body.faculty1 .col_news_list a.entermore{float:right}
}


/* 师资有头像 */
body.faculty2 .col_news_list ul.news_list{display: flex;justify-content: space-between;flex-wrap: wrap;}
body.faculty2 .col_news_list li.news{width: 47%;margin-top: 0.47rem;display: flex;}
body.faculty2 .col_news_list li.news .imgs{position: relative;width: 2rem;margin-right: 0.34rem;}
body.faculty2 .col_news_list li.news .imgs a{position: relative;padding-top:134.8%;display: block;}
body.faculty2 .col_news_list li.news .imgs img{position: absolute;top:0;left:0;width: 100%;height: 100%;}
body.faculty2 .col_news_list li.news .wz{flex:1;padding-top: 0.1rem}
body.faculty2 .col_news_list li.news .news_title{font-size: 0.3rem; ;color: #030E3E;}
body.faculty2 .col_news_list li.news .col{font-size: var(--smailSize);color: #333;margin: 0.2rem 0;}
body.faculty2 .col_news_list li.news .zd_box{font-size: var(--smailSizex);color: #030E3E;padding-bottom:0.1rem;border-bottom:1px solid rgba(210,156,81,0.3);margin-bottom: 0.28rem;}
body.faculty2 .col_news_list li.news .zd{margin-bottom: 0.15rem;}
body.faculty2 .col_news_list li.news .entermore{float: right;display: flex;align-items: center;border: 1px solid #D29C51;line-height: 0.27rem;color: #333333;padding:0 0.14rem;font-size: var(--smailSizex);}
body.faculty2 .col_news_list li.news .entermore img{margin-left: 0.15rem;width: 0.2rem;display: block;}

@media screen and (max-width:999px) {
body.faculty2 .col_news_list li.news .imgs{}
body.faculty2 .col_news_list li.news .zd_box{margin-bottom:10px}
}

@media screen and (max-width:768px) {
body.faculty2 .col_news_list li.news{width:100%}
}


/* 师资文章页 */
body.infofaculty .tabs .con{display: flex;justify-content: space-between;flex-direction: row-reverse;}
body.infofaculty .tabs .sider{margin-left: 0.4rem;flex: 200px 0 0;color: #fff;margin-top:0.3rem}
body.infofaculty .tabs  .sider-wrap{border-radius: 8px;background: #17375e;}
body.infofaculty .tabs .sider .wrap{padding: 0.18rem 0.3rem;font-size: var(--smailSizex);line-height: 2;}
body.infofaculty .tabs .sider .tab-title{font-size: var(--titleSize);cursor: pointer;line-height: 2;text-align: center;}
body.infofaculty .tabs .sider .tab-title div{border-top:1px solid #3b587a}
body.infofaculty .tabs .sider .tab-title span{position: relative;}
body.infofaculty .tabs .sider .tab-title span:before{content:"";position: absolute;width: 6px;height: 6px;background: url(../images/ico_08.png) center no-repeat; display: none;left:110%;top:50%;transform: translateY(-50%);}
body.infofaculty .tabs .sider .tab-title .selected span:before{display: block;}
body.infofaculty .tabs .sider .tab-title .selected {color:#82b0df}
body.infofaculty .tabs .l_art{padding-top: 0.3rem;}

@media screen and (max-width:768px) {
body.infofaculty .tabs .con{display:block}
body.infofaculty .tabs .sider{margin-left:0}
body.infofaculty .tabs .sider .tab-title{display:flex}
body.infofaculty .tabs .sider .tab-title div{flex:1}
body.infofaculty .tabs .sider-wrap img{max-width:150px;margin:0 auto;display:block}
}


/* 地图 */
body.map .sm-list {
	padding: 30px;
}
body.map .sm-list .n_list{display:flex;flex-wrap:wrap;gap:0.2rem 1.25%}
body.map .sm-list .item {
	margin-left: 1%;
	padding: 20px 2%;
	width: 19%;
	box-sizing:border-box;
	background-color: #f5f5f5;
	border-radius: 6px;margin-left:0;
}
body.map .sm-list .item:hover {
	background-color: #e6e7e7;
}
body.map .sm-list li {
	margin: 3px 0;
	line-height: 20px;
}
body.map .sm-list .ti h2 {
	font-size: 16px;
}
body.map .sm-list .ti h2 a {
	color: #2b5a8a;
}
body.map .sm-list .mi {
	font-size: 14px;
	padding-left: 20px;
	background: url(../images/ico_04.png) 5px 8px no-repeat;
}
body.map .sm-list .mi a {
	color: #3e3a39;
}
body.map .sm-list .si {
	font-size: 12px;
	padding-left: 35px;
	background: url(../images/ico_06.png) 25px center no-repeat;
}
body.map .sm-list .si a {
	color: #736a68;
}
body.map .sm-list li a:hover {
	color: #2b5a8a;
}
body.map .subj-list .item {
	line-height: 31px;
	border-bottom: 1px solid #dcdddd;
}
body.map .subj-list .item a {
	font-size: 14px;
}
body.map .subj-list .item0 a {
	color: #4a82bc;
	font-weight: bold;
	text-decoration: underline;
}


@media screen and (max-width: 999px){
body.map .sm-list .item{width:24%;padding:20px 15px}
}

@media screen and (max-width: 768px){
body.map .sm-list .item{width:32.5%}
}

@media screen and (max-width: 640px){
body.map .sm-list{padding:0}
body.map .sm-list .item{width:100%;}
}

/*领导简介*/
body.leader .col_news_list .news_list .news{align-items: flex-start;}
body.leader .col_news_list .news_list .news .news_meta{display:none}
body.leader .col_news_list .news_list .news .news_title{margin-top:0}
body.leader .col_news_list .news_list .news .news_imgs{width:1.5rem}
body.leader .col_news_list .news_list .news .news_imgs a{padding-top:133.3%}
body.leader .col_news_list .news_list .news .news_zd{font-size:var(--smailSizex);line-height:2;}

@media screen and (max-width: 640px){
body.leader .col_news_list .news_list .news .news_imgs{margin:0 auto 10px}
}

