@charset "utf-8";

/*列表页*/
/*banner*/
#banner {
	width: 100%;
	/* height: 240px; */
	overflow: hidden;
}

.nBan img {
	display: block;
}

/* main */
.containerBox {
	padding-bottom: 18px;
	position: relative;
}

.container {
	overflow: hidden;
	margin-top: 0px;
}

.menuLeft {
	float: left;
	width: 18%;
	min-height: 380px;
}

.menuLeft .title {
	padding: 10px 0;
	width: 100%;
	padding-top: 20px;
	padding-left: 14px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: #145737;
	font-weight: bold;
	color: #FFFFFF;
}

.menuLeft .title h3 {
	font-size: 25px;
}

.menuLeft .list {
	position: relative;
	width: 100%;
	padding: 0 0px;
	height: auto;
	background: #fefefe;

}

.menuLeft .list img {
	width: 100%;
	position: absolute;
	z-index: -1;
}

.menuLeft .list li {
	border-bottom: 1px solid #dbdbdb;
}

.menuLeft .list a em {
	width: 7px;
	height: 30px;
}

.menuLeft .list li a {
	font-size: 18px;
	color: #404040;
	line-height: 30px;
	margin-left: 4px;
	width: 100%;
	background-color: #fefefe;
	position: relative;
	display: block;
	color: #000;
	padding: 16px 0;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}


.menuLeft .list a b {
	width: 18px;
	height: 30px;
	background: url(../images/right01.png) center no-repeat;
	margin-right: 0px;
}

.menuLeft .list a:hover {
	color: #145737;
}

.menuLeft .list li a.on em {
	background: url(../images/leftIcon.png) center no-repeat;
	padding-left: 48px;
}

.menuLeft .list li.on a {
	color: #A31805;
	/* padding-left: 48px; */
	background: url(../img/titleBg.png) left center no-repeat;
}

.menuLeft .list li.on a::after {
	left: 0;
	width: 100%;
}

.menuLeft .list li:hover a {
	color: #A31805;
	padding-left: 18px;
}

.menuLeft .list li:hover a::after {
	left: 0;
	width: 100%;
}

.menuLeft .list li:hover a i {
	width: 16px;
}

/* 右边部分 */
.contanBox {
	float: right;
	width: 82%;
	min-height: 300px;
	margin-top: 10px;
}

.contanBox .contan {
	padding: 0 5px 44px 56px;
}

/*位置*/
.clib {
	position: relative;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #b3b3b3;
}

.clib h3 {
	font-size: 22px;
	height: 50px;
	line-height: 50px;
	/* border-bottom: 2px solid #046847; */
	font-weight: bold;
	color: #046847;
}

.clib .clibLink {
	color: #888888;
	font-size: 18px;
	padding-top: 5px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.clib .clibLink a {
	color: #777;
	transition: 0.3s;
}

.clib .clibLink span {
	color: #777;
}

.clib .clibLink a:hover {
	color: #A31805;
}

/* 文章列表 */
.newList .listul li .bt {
	width: 100%;
	height: 45px;
	text-indent: 10px;
	color: #333333;
	line-height: 45px;
	border-bottom: 1px dotted #dbdbdb;
}


.newList .listul li .bt a {
	float: left;
	color: #333333;
	overflow: hidden;
	width: 83%;
}

.newList .listul li .bt .sj {
	float: right;
	width: 11%;
	color: #333333;
	font-size: 16px;
	margin-right: 5px;
}

.newList .listul li .bt {
	font-size: 16px;
}


.newList .listul li:hover .bt a {
	color: #A31805;
}

.newList .listul li:hover .bt .sj {
	color: #A31805;
}

/* content */
.partyTitle {
	text-align: center;
	margin-bottom: 20px;
}

.partyTitle h3 {
	font-size: 22px;
	color: #000000;
	font-weight: normal;
	line-height: 32px;
	padding: 22px 0;
	border-bottom: 1px #f2f2f2 solid;
}

.partyTitle h4 {
	font-size: 14px;
	color: #999999;
	margin-top: 16px;
	font-weight: normal;
}

/* 学院简介 */
.aboutTitle {
	font-size: 22px;
	color: #000000;
	text-align: center;
	line-height: 32px;
	margin: 36px 0 42px;
}

.word {
	font-size: 16px;
	color: #222222;
	line-height: 30px;
	text-align: justify;
}

.word img {
	max-width: 100%;
	height: auto !important;
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.word p {
	text-indent: 2em;
	line-height: 25px !important;
	font-size: 16px !important;
}
.word table{border: 1px solid #eee;min-width: 640px;margin-left:0!important;width: 100%;background: #fff}
.word table tr th,.arc-con table tr td{border: 1px solid #eee!important;padding: 15px;text-align: center;}
.word table tr:nth-child(2n){background: #EEEEEE}
.word table p{text-indent: 0em !important; }
.partyTitle h4 span {
	padding: 0 8px;
	display: inline-block;
}

.inpageLink {
	margin-top: 30px;
	padding-top: 16px;
	border-top: 1px #f2f2f2 solid;
}

.inpageLink .txt {
	font-size: 16px;
	color: #222222;
	line-height: 26px;
	height: 26px;
	margin-top: 14px;
}

.inpageLink .txt a {
	color: #222222;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.inpageLink .txt a:hover {
	color: #A31805;
}

/*教师风采*/
.teacher .teacherBox .item {
	margin-top: 18px;
}

.teacher .teacherBox .item .text {
	font-size: 16px;
	padding-top: 15px;
}

.teacher .teacherBox .item a {
	position: relative;
	display: inline-block;
	padding: 0 14px;
	margin: 5px 10px;
	height: 36px;
	line-height: 36px;
	border-radius: 40px;
	min-width: 48px;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	align-items: center;
	border: 1px solid transparent;
	box-shadow: 0 0 10px rgb(6 0 2 / 10%);
}

.teacher .teacherBox .item a:hover {
	color: #fff;
	background: #145737;
}

@media only screen and (max-width: 1399px) {
	.container {
		width: 100%;
	}

	.menuleft {
		width: 19%;
	}

	.contanBox {
		width: 81%;
	}

	.contanBox .contan {
		padding: 0 0 16px 36px;
	}
}

@media screen and (max-width: 1024px) {
	.contanBox .contan {
		padding: 0 10px 0px 10px;
	}

	.menuleft {
		width: 18%;
	}

	.contanBox {
		width: 78%;
	}

	.contanBox .contan {
		width: 98%;

		padding: 0 0 16px 16px;
	}

	.newList {
		width: 100%;
	}

	.newList ul li .bt a {
		width: 85%;
	}

	.newList .listul li .bt .sj {
		width: 14%;
	}
}

@media screen and (max-width: 912px) {
	.newList ul li .bt a {
		width: 84%;
	}

	.newList .listul li .bt .sj {
		width: 15%;
	}
}

@media screen and (max-width: 820px) {
	.newList ul li .bt a {
		width: 83%;
	}

	.newList .listul li .bt .sj {
		width: 16%;
	}
}


@media screen and (max-width: 768px) {

	#banner {
		margin-top: 60px;
		background-size: cover;
		background-position: center;

	}

	.container {
		padding-top: 0px;
	}

	.menuLeft {
		display: none;
	}

	.containerBox {
		margin-top: 0px;

		padding-bottom: 16px;
	}

	.contanBox {
		width: 100%;
	}

	.contanBox .contan {
		padding: 0px 4px 10px 4px;
	}

	.clib {
		height: 30px;
		line-height: 30px;
		border-bottom: 2px #f2f2f2 solid;
	}

	.clib .clibLink {
		position: relative;
	}

	.clib h3 {
		display: none;
	}

	.clib .clibLink {
		font-size: 14px;
	}

	.teacher .teacherBox .item {
		margin-top: 10px;
	}

	.teacher .teacherBox .item a {
		margin-top: 10px;
	}

	/*新闻列表*/
	.newList .listul li a {
		width: 100%;
		overflow: hidden;
		font-size: 14px;
	}

	.newList .listul li .bt .sj {
		font-size: 13px;
	}

	.newList .listul {
		padding-left: 0px;
	}


	.newList .listul li .sj {
		width: 10%;
		display: block;
		float: none;

	}

	/*about*/
	.aboutTitle {
		font-size: 18px;
		margin: 14px 0 8px 0;
	}

	video {
		width: 80%;
		height: 80%;
		position: relative;
		object-fit: cover;
	}

	.nBan img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.word {
		font-size: 15px;
		line-height: 28px;
	}

	.word img {
		display: block;
	}


	/* content */
	.partyTitle {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.partyTitle h3 {
		font-size: 18px;
		padding: 16px 0;
		line-height: 28px;
	}

	.inpageLink {
		margin-top: 14px;
		padding-top: 6px;
	}

	.inpageLink .txt {
		font-size: 15px;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 680px) {


	.newsList .listul li a {
		width: 75%;
	}

	.newList .listul li .bt .sj {
		width: 24%;
	}
}

@media only screen and (max-width:540px) {
	.newList .listul li .bt a {
		width: 75%;
		overflow: hidden;
	}

	.newList .listul li .bt .sj {
		margin-right: 0px;
		width: 24%;
	}
}

@media only screen and (max-width:470px) {

	.newList .listul li .bt .sj {
		width: 25%;
	}
}

@media only screen and (max-width: 414px) {

	.newList .listul li .bt .sj {
		width: 24%;
	}
}

@media only screen and (max-width: 375px) {
	.newList .listul li .bt .sj {
		width: 25%;
	}
}