/*共同的*/
body{
	background: #f2f7f5;
}
*{padding:0;margin:0;font-family: "Adobe 黑体 Std R","微软雅黑",Arial;font-size:14px;}
a{text-decoration:none;}
a:hover{text-decoration:none;}
ul,ol{list-style:none;}
.lf{float:left;}
.rt{float:right;}
.cb{clear:both;}
img{vertical-align: middle;}
.box{width:1200px;margin:auto;}

.nav{
	max-width:1920px;
	height: 110px;
	margin:auto;
	background: url(../../images/newindex/navBg.png) no-repeat 0 0; 
	color:#fff;
}
.nav p{
	color:#fff;
}
.nav a{
	font-size:16px;
	color:#fff;
	line-height: 110px;
}
h4.secondList{
	border-bottom:1px solid #e7e7e7;
}
h4.secondList span{
	color:#28b970;
	font-size: 14px;
	line-height: 52px;
	display: inline-block;
	border-bottom: 2px solid #28b970;
	position: relative;
	top:1px;
}

.doc-img-box img {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
	border: 0;
	display: inline-block;
}

.doc-img-box:hover img {
	transform: scale(1.2);
}

/*.course-body .course-cover {*/
/*	-webkit-transition: all 1s;*/
/*	-moz-transition: all 1s;*/
/*	-ms-transition: all 1s;*/
/*	transition: all 1s;*/
/*	border: 0;*/
/*	display: inline-block;*/
/*}*/
/*.course-body:hover .course-cover {*/
/*	transform: scale(1.2);*/
/*}*/


/*.lessonContentList .lf img {*/
/*	-webkit-transition: all 1s;*/
/*	-moz-transition: all 1s;*/
/*	-ms-transition: all 1s;*/
/*	transition: all 1s;*/
/*	border: 0;*/
/*	display: inline-block;*/
/*}*/
/*.lessonContentList .lf:hover img {*/
/*	transform: scale(1.2);*/
/*}*/

/*搜索*/
.search .el-input-group__append{
	background: #2fa86d;
	border:1px solid #2fa86d;
}
.search .el-button .el-icon-search{
	color: white;
}
/*顶部*/
#content{background: #EAF0E6;color: #666;width: 100%;}
.top-bg{position: relative;width: 100%;height: 300px;background-image: url("/static/ysy/bg4.png");background-repeat: no-repeat;background-size: 100% 100%;background-position: center center;padding: 0;display: flex;justify-content: center; align-items: center;}
.top-title-en{position: absolute;top:72px;width: 100%;weight: bold;font-size: 33px;color: white;background: linear-gradient(0deg,transparent  0%, #fff 50%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;text-align: center;}
.top-title-txt{position: absolute;top: 120px;width: 100%;height: 35px;font-size: 47px;color: white;line-height: 34px;text-align: center;}
.top-bg .nav-box{width: 1200px;margin-top: 220px;}
.nav-box .nav-breadcrumb {color: white}
.nav-box .nav-breadcrumb a{color: white}
.content-box{width: 1200px;margin: -16px auto 0;padding:10px 28px 28px;position: relative;background: white;border-radius: 8px;}
.el-tabs__item {font-size: 18px;color: #666;}
.tab-content{min-height: 700px;}
.common-li{padding: 0;border: 1px solid #e7e7e7;}
.common-li:hover{cursor: pointer;border:1px solid #28b970;box-shadow: 0 0 10px #e2e2e2;}
.common-li:hover .common-title-text{color:#28b970;}
[v-clock]{
	display:none;
}
@media screen and (max-width: 1200px) {
	.box{width:83%;}
	.top-bg .nav-box{width:83%;}
	.content-box{width:83%;}
}