@charset "utf-8";
/* CSS Document */
/*列表页*/
.content {
	width: 1200px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 30px;
}
/*列表页*/
.l_left {
	float: left;
	width: 20%;
}
/*二级导航*/
.subnav {
	margin-left: 20px;
}
.subnav h3 {
	background-color: #165068;/*background-color: #007750;*/
	color: #fff;
	font-weight: normal;
	line-height: 60px;
	font-size: 22px;
	text-align: center;
}
.subnav ul {
	border-top: none;
}
.subnav ul li {
	border-bottom: 1px solid #C1C1C1;
	text-align: center;
	background-color: #ededed;
}
.subnav ul li a {
	font-size: 18px;
	line-height: 60px;
	color: #333;
}
.subnav ul li:hover {
	/*background-color: #165068;
	font-size:20px;*/
}
.subnav ul li:hover a {
	color: #165068;
	font-size:20px;
}
.subnav ul li.active {
	background-color: #f5f5f5;/*background-color: #159a43;*/
}
.subnav ul li a.cur {
	color: #808080;/*color: #fff;*/
}
/*列表部分*/
.l_right {
	float: right;
	width: 76%;
}
.header1 {
	width: 100%;
	border-bottom: 1px solid #dcdcdc;
}
/*栏目名称*/
.header_left {
	float: left;
}
.lm_name1 {
	width: 150px;
	height: 60px;
	text-align: left;
	line-height: 60px;
	color: #165068;/*color: #007750;*/
	font-size: 20px;
}
/*当前位置*/
.header_right {
	float: right;
}
.location {
	color: #666;
	margin-right: 20px;
	padding-top: 30px;
}
.location a {
	color: #666;
	font-size: 16px;
}
.location a:hover {
	color: #007750;
}
/*列表*/

.list {
	padding-right: 20px;
	min-height: 600px;
}
.artical_title {
	margin-top: 15px;
	border-bottom: 1px dashed #dcdcdc;
	padding-bottom: 10px;
	line-height: 25px;
}
.artical_name {
	float: left;
	padding-left: 10px;
}
.artical_name a {
	color: #333;
}
.artical_name a:hover {
	color: #165068;/*color: #007750;*/
}
.artical_time {
	float: right;
	color: #666;
	padding-right: 10px;
	font-size: 12px;
}
.page {
	margin-top: 50px;
	margin-bottom: 20px;
	width: 100%;
}
.page .right {
	width: 54%;
	margin: 0 auto;
}
.page .first {
	display: inline-block;
}
.page .next {
	display: inline-block;
}
.page .prev {
	display: inline-block;
}
.page .last {
	display: inline-block;
}
.page .pagination {
	display: inline-block;
}
.page .right .pagination > li {
	float: left;
	width: 50px;
	text-align: center;
}
.page a {
	color: #747878;
	padding: 0 5px;
}
.page .right .pagination li.active a {
	color: #003366;
	border: 1px solid #007750;
}
/*内容页*/
.listbox .nr { /*border:1px solid #ccc;*/
	padding-top: 20px;
	margin-bottom: 20px;
	width: 100%;
	height: 100%;
}
.listbox .nr h4 {
	text-align: center;
	font-size: 26px;
	line-height: 60px;
	font-weight: normal;
}
.listbox .nr .source {
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 36px;
}
.listbox .nr .source .time {
	color: #666;
}
.listbox .nr .source .writer {
	color: #666;
}
.listbox .nr .source .look {
	color: #666;
}
.listbox .nr .artical {
	padding-left: 10px;
	padding-right: 10px;
}
.listbox .nr .artical span {
	display: block;
	line-height: 36px;
	font-size: 16px;
}
.content_bottom {
	left: 20px;
	bottom: 10px;
	float: left;
	font-size: 14px;
	line-height: 30px;
}
.content_bottom a {
	color: #666;
}
.content_bottom span {
	color: #666;
}
.content_bottom a:hover {
	color: #165068;/*color: #007750;*/
}
/*师资队伍*/
.sz_list .r-ld {
	width: 100%;
	min-height: 400px;
	height: auto !important;
	padding-bottom: 50px;
	box-sizing: border-box;
}
.sz_list .r-ld li {
	display: block;
	width: 47%;
	background: #f2f2f2;
	overflow: hidden;
	float: left;
	margin-right: 3%;
	margin-top: 35px;
}
.sz_list .r-ld li:nth-child(even) {
	margin-right: 0!important;
}
.sz_list .r-ld li a {
	display: block;
}
.sz_list .r-ld li .pic {
	width: 45%;
	height: 250px;
	padding: 10px;
	box-sizing: border-box;
	float: left;
}
.sz_list .r-ld li .pic img {
	width: 100%;
	height: 100%;
}
.sz_list .r-ld li .jj {
	width: 54%;
	float: left;
	box-sizing: border-box;
}
.sz_list .r-ld li .jjname {
	font-size: 22px;
	line-height: 50px;
	padding: 10px 0;
	color: #333333;
}
.sz_list .r-ld li .jj_zy {
	line-height: 32px;
	font-size: 15px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.active_sz {
	color: #015293!important;
}
.list_lx {
	width: 100%;
	border: 1px solid #e6e6e6;
	padding: 10px;
	box-sizing: border-box;
	line-height: 35px;
	margin-top: 30px;
}
.list_lx_li {
	border-bottom: 1px dotted #e6e6e6;
	padding: 5px 0;
}
.list_lx h1 {
	font-size: 15px;
	font-weight: bold;
	color: #015293;
}
.list_lx p {
	font-size: 14px;
}
