@charset "utf-8";

body {
	background: #f5f5f5;
}

/* 分页 */

.pagination {
	text-align: center;
	font-size: 0;
	padding-top: 40px;
}

.pagination a {
	display: inline-block;
	border: 1px solid #dcdcdc;
	padding: 0 12px;
	height: 35px;
	font-size: 14px;
	line-height: 35px;
	text-align: center;
	color: #666;
	margin: 0 7px;
}

.pagination a.active {
	background: #923a2b;
	color: #fff;
	border: 1px solid #923a2b;
}

.pagination a:hover {
	background: #923a2b;
	color: #fff;
	border: 1px solid #923a2b;
}

.pagination span {
	display: inline-block;
	font-size: 14px;
}

.nymain {
	margin-top: 32px;
}

.nymain>div {
	padding-bottom: 50px;
}

.nymain .leftNav {
	float: left;
	width: 304px;
	position: relative;
	margin-right: 38px;
}

.nymain .leftNav>h2 {
	line-height: 90px;
	color: #fff;
	background-color: #923a2b;
	background-image: url(../images/s2-ltit.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-family: 'sySong';
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}


.nymain .leftNav>ul {
	padding-bottom: 50px;
	background: #fff;
}

.nymain .leftNav>ul>li {
	position: relative;
	border-bottom: 1px solid #e8edf3;
}

.nymain .leftNav>ul>li>a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 0;
	background-color: #923a2b;
	transition: all 0.3s;
}

.nymain .leftNav>ul>li>a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	transition: all 0.3s;
	display: none;
}

.nymain .leftNav ul li a {
	display: block;
	font-size: 21px;
	color: #000;
	line-height: 60px;
	text-align: center;
	position: relative;
	text-decoration: none;
}

.nymain .leftNav>ul>li.on>a {
	color: #923a2b;
	background-color: rgba(146, 58, 43, 0.1);
	font-weight: 600;
}

.nymain .leftNav>ul>li.active>a {
	color: #923a2b;
	background-color: rgba(146, 58, 43, 0.1);
	font-weight: 600;
}

.nymain .leftNav>ul>li.on>a::before,
.nymain .leftNav>ul>li.active>a::before,
.nymain .leftNav>ul>li:hover>a::before {
	height: 100%;
}

.nymain .leftNav>ul>li.on>a::after,
.nymain .leftNav>ul>li.active>a::after,
.nymain .leftNav>ul>li:hover>a::after {
	display: block;
}

.nymain .leftNav ul li.active ul {
	display: block;
}

.nymain .leftNav>ul>li>a:hover {
	color: #923a2b;
	font-weight: bold;
	background-color: rgba(146, 58, 43, 0.1);
}

.nymain .leftNav>ul>li>ul {
	display: none;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	background: #fcfdfc;
}

.nymain .leftNav>ul>li>ul>li>a {
	font-size: 16px;
	line-height: 50px;
	border-top: 1px solid rgba(77, 77, 77, 0.1);
	color: #151313;
background: #fdfafa;
}

.nymain .leftNav>ul>li>ul>li:hover>a {
	color: #923a2b;
}

.ny-right {
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.05);
	padding: 10px 30px 30px;
	min-height: 500px;
	width: auto;
}

.ny-rcom {
	font-size: 24px;
	color: #923a2b;
	margin-bottom: 15px;
	font-weight: normal;
}

.position>div {
	position: relative;
	text-align: right;
	font-size: 0;
	line-height: 50px;
	border-bottom: 1px solid #e0e0e0;
}

.position h3 {
	position: absolute;
	width: auto;
	font-size: 22px;
	color: #923a2b;
	text-align: left;
	bottom: 0;
	left: 0;
}

.position h3::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 4px;
	background: #923a2b;
	z-index: 9;
}

.position span {
	color: #666;
	font-size: 14px;
	vertical-align: middle;
}

.position img {
	vertical-align: middle;
	margin-right: 5px;
}

.position a {
	font-size: 14px;
	color: #666666;
	margin: 0 5px;
	vertical-align: middle;
	text-decoration: none !important;
}

.position a:hover {
	color: #923a2b;
}

.text-list ul {
	margin-top: 20px;
}

.text-list ul li {
	padding-left: 20px;
	line-height: 68px;
	border-top: 1px dashed #e5e5e5;
	font-size: 18px;
	position: relative;
	left: 0;
	transition: all 0.5s;
}

.text-list ul li:first-child {
	border-top: none;
}

.text-list ul li a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333333;
	overflow: hidden;
	position: relative;
}

.text-list ul li::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #923a2b;
	border-radius: 50%;
}

.text-list ul li span {
	/* float: right; */
	color: #999;
	font-size: 16px;
	padding-left: 10px;
}

.text-list ul li:hover a {
	color: #923a2b;
}

.text-list ul li:hover span {
	color: #923a2b;
}

.art-main .art-tit h3 {
	text-align: center;
	color: #333;
	font-weight: normal;
	font-size: 24px;
	margin-top: 45px;
	font-weight: 600;
}

.art-main .art-body {
	/* padding-top: 30px; */
}

.art-main .art-body>p {
	color: #333333;
	text-indent: 2em;
	font-size: 16px;
	line-height: 32px;
	/* margin-bottom: 30px; */
}

.art-main .art-body img {
	max-width: 80% !important;
	display: block;
	margin: 0 auto;
}

.art-main .cont-tit p {
	
text-align: left;
	
padding-top: 0px;
	
line-height: 20px;
	
background: bottom;
	}

.art-main .cont-tit p img {
	display: inline-block;
	vertical-align: middle;
	/* height: 16px; */
	margin-right: 5px;
}

.art-main .cont-tit p .liulan {
	margin-left: 50px;
}

.art-main>.cont-tit p>span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #888;
	/* margin: 0 10px; */
}

.art-info {
	border-top: 1px dashed #eaeaea;
	margin-top: 25px;
}

.pnext {
	margin-top: 25px;
}

.pnext p {
	text-indent: initial;
	font-size: 15px;
	line-height: 32px;
	color: #555555
}

.pnext p a {
	font-size: 15px;
	color: #555555
}

.pnext p:hover {
	/* color: #96632C; */
}

.pnext p:hover a {
	color: #923a2b;
}


/* 图片列表 */

.img-lists ul {
	overflow: hidden;
	margin-left: -2%;
	margin-right: -2%;
}

.img-lists ul li {
	float: left;
	width: 29%;
	margin: 40px 2% 0 2%;
	border: 1px solid #eee;
	transition: all 0.3s;
	position: relative;
	top: 0;
}

.img-lists ul li:hover {
	box-shadow: 0 0 10px rgba(51, 51, 51, 0.16);
	top: -10px;
}

.img-lists ul li a {
	display: block;
	width: 100%;
}

.img-lists ul li a .pic {
	position: relative;
	padding-top: 69.25%;
	overflow: hidden;
}

.img-lists ul li a .pic img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.img-lists ul li a>div.info {
	padding: 10px;
	font-size: 0;
	text-align: center;
}

.img-lists ul li a>div.info p {
	color: #333;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 5px;
}

.img-lists ul li a:hover>div.info p {
	color: #923a2b;
}


/* 师资列表 */

.img-lists2 ul {
	overflow: hidden;
}

.img-lists2 ul li {
	float: left;
	width: 23%;
	margin: 15px 1%;
}

.img-lists2 ul li a {
	display: block;
}

.img-lists2 ul li a .pic {
	padding-top: 120%;
}

.img-lists2 ul li a .info {
	font-size: 16px;
	color: #000;
	line-height: 30px;
	text-align: center;
}

.dt-list2 {
	overflow: hidden;
}

.dt-list2 li {
	position: relative;
	transition: all 0.5s;
	padding: 30px 0;
	border-bottom: 1px solid #e5e5e5;
}

.dt-list2 li:hover a .date {
	background: #923a2b;
}

.dt-list2 li:hover a .dt-text h3 {
	color: #923a2b;
}

.dt-list2 li a {
	display: block;
	overflow: hidden;
}

.dt-list2 li .date {
	background: #f1f3f8;
	float: left;
	width: 74px;
	height: 77px;
	text-align: center;
	color: #fff;
	padding: 10px 0;
	transition: all 0.3s;
}

.dt-list2 li .date p {
	font-size: 14px;
	line-height: 24px;
	color: #923a2b;
}

.dt-list2 li .date span {
	display: block;
	font-size: 24px;
	line-height: 30px;
	color: #923a2b;
	font-weight: 600;
}

.dt-list2 li:hover a .date p,
.dt-list2 li:hover a .date span {
	color: #fff;
}

.dt-list2 li a>.dt-text {
	overflow: hidden;
	padding: 10px 0 0 20px;
}

.dt-list2 li a>.dt-text h3 {
	font-size: 20px;
	line-height: 30px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dt-list2 li a>.dt-text p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #999;
	font-size: 14px;
	line-height: 30px;
}


/* 新闻列表  */

.timg-list ul li {}

.timg-list ul li a {
	display: block;
	transition: all 0.3s;
	padding: 30px 20px;
	border-top: 1px solid #ddd;
}

.timg-list ul li:first-child a {
	border-top: none;
}

.timg-list ul li a h3 {
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.timg-list ul li a>div {
	overflow: hidden;
}

.timg-list-img {
	float: left;
	width: 300px;
	margin-right: 30px;
}

.timg-list ul li a .pic {
	height: 180px;
}

.timg-list ul li a:hover h3 {
	color: #923a2b;
}

.timg-linfo {
	overflow: hidden;
	padding-top: 22px;
}

.timg-linfo p {
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	height: 48px;
	white-space: pre-wrap;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 15px 0 0 0;
}

.timg-linfo span {
	display: block;
	margin-top: 20px;
	line-height: 24px;
	color: #923a2b;
	font-size: 15px;
}

.timg-list ul li a:hover {
	background: #923a2b;
}

.timg-list ul li a:hover h3 {
	color: #fff;
}

.timg-list ul li a:hover span {
	color: #fff;
}

.timg-list ul li a:hover p {
	color: rgba(255, 255, 255, 0.8);
}


/* 名师风采 */
.ldtz {
	overflow: hidden;
}

.ldtz-nav {
	margin-top: 25px;
}

.ldtz-navl {
	font-size: 18px;
	color: #050505;
	line-height: 36px;
	margin-top: 10px;
	margin-right: 20px;
}

.ldtz-navr {
	overflow: hidden;
}

.ldtz-navr a {
	display: inline-block;
	font-size: 16px;
	color: #050505;
	background-color: #fff;
	border-radius: 18px;
	width: 133px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin-top: 10px;
}

.ldtz-navr a.on,
.ldtz-navr a:hover {
	background-color: #923a2b;
	color: #fff;
}

.ldtz ul {
	margin-top: 30px;
	margin-left: -15px;
	margin-right: -15px;
}

.ldtz ul li {
	float: left;
	width: 50%;
	margin-bottom: 20px;
}

.ldtz ul li a {
	display: block;
	background: #fff;
	overflow: hidden;
	margin: 0 15px;
	padding: 15px;
	transition: all 0.3s;
}

.ldtz ul li a:hover {
	box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
}

.ldtz-pic {
	float: left;
	width: 175px;
	overflow: hidden;
	margin-right: 20px;
}

.ldtz-pic .pic {
	height: 219px;
}

.ldtz-info {
	overflow: hidden;
}

.ldtz-info h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	overflow: hidden;
	color: #2b2b2b;
	margin-bottom: 20px;
}

.ldtz-info p {
	font-size: 14px;
	line-height: 32px;
	max-height: 160px;
	overflow: hidden;
	color: #272626;
}

.ldtz ul li a:hover {
	background: #ecf4fc;
}

.ldtz ul li a:hover .ldtz-pic .pic img {
	transform: scale(1.1);
}


/* 图文列表页  start */

.tw ul li {
	padding: 40px 0;
	border-bottom: 1px solid rgba(14, 53, 142, 0.15);
}

.tw ul li a {
	display: block;
	overflow: hidden;
}

.imgList-pic {
	float: left;
	width: 300px;
	height: 220px;
	margin-right: 30px;
	overflow: hidden;
}

.imgList-pic .pic {
	width: 100%;
	height: 100%;
	font-size: 0;
	padding-top: 0;
}

.imgList-pic .pic img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.imgList-pic:hover .pic img {
	transform: scale(1.1);
}

.imgList-info {
	overflow: hidden;
	color: #075aa7;
}

.imgList-info h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 32px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.3s;
	margin-top: 6px;
}

.tw ul li a .imgList-info h3:hover {
	color: #923a2b;
}

.imgList-info p {
	font-size: 16px;
	line-height: 30px;
	max-height: 60px;
	overflow: hidden;
	color: #999;
	margin-top: 6px;
}

.imgList-info span {
	display: block;
	font-size: 22px;
	font-weight: bold;
	color: #923a2b;
	line-height: 30px;
}

.imgList-info span em {
	font-size: 14px;
	padding-left: 3px;
}

.imgList-info .more {
	width: 184px;
	height: 44px;
	border: 1px solid rgba(98, 125, 187, 0.4);
	line-height: 44px;
	text-align: center;
	color: #923a2b;
	margin-top: 20px;
}

.imgList-info .more:hover {
	border-color: #923a2b;
	background: #923a2b;
	color: #fff;
}


/* 图文列表页  end */


/*机构*/
.jg {
	width: 100%;
	height: 540px;
	
	margin: 100px 0;
	position: relative;
}

.jg h3 {
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 295px;
	width: 230px;
	line-height: 80px;
	text-align: center;
}

.jg h4 {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 20px;
	font-weight: bold;
	width: 130px;
	line-height: 52px;
	text-align: center;
}

.jg .k1 {
	position: absolute;
	left: 296px;
	top: 0;
	width: 100%;
}

.jg .k1 h4 {
	top: 72px;
}

.jg .k1 ul {
	position: absolute;
	left: 220px;
	top: -22px;
	width: auto;
}

.jg .k1 ul li a {
	display: block;
	font-size: 18px;
	line-height: 48px;
}

.jg .k1 ul li a:hover {
	color: #923a2b;
	font-weight: bold;
	text-decoration: underline;
}

.jg .k2 {
	top: 286px;
}

.jg .k2 h4 {
	top: 27px;
}

.jg .k3 {
	top: 479px;
}

.jg .k3 h4 {
	top: 6px;
}

/*领导*/

.list-ld ul li {
	padding: 30px 0;
}

.list-ld ul li a {
	display: block;
}

.list-ld ul li h3 {
	font-size: 20px;
	color: #94070a;
	position: relative;
	padding-left: 14px;
}

.list-ld ul li h3::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
	width: 4px;
	height: 24px;
	background: #94070A;
}

.list-ld ul li p {
	font-size: 16px;
	line-height: 24px;
	color: #666;
	margin-top: 20px;
}

.list-ld ul li:hover h3 {
	text-decoration: underline;
}


/*历史*/

.list-ls ul {
	border-left: 1px solid #bfbfbf;
	margin-left: 15px;
	margin-top: 40px;
}

.list-ls ul li h3 {
	font-weight: bold;
}

.list-ls ul li h3::before {
	content: "";
	position: absolute;
	left: -14px;
	top: 50%;
	margin-top: -13px;
	width: 26px;
	height: 26px;
	background: #fff;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	border-radius: 50px;
}

.list-ls ul li h3::after {
	content: "";
	position: absolute;
	left: -7px;
	top: 50%;
	margin-top: -6px;
	width: 12px;
	height: 12px;
	background: #94070a;
	border-radius: 50px;
	z-index: 1;
}

.list-ls ul li h3 {
	padding-left: 30px;
}

.list-ls ul li p {
	margin-left: 30px;
}

.ldgh ul li {
	width: 29.333%;
	border: 0;
}

.ldgh ul li a>div.info {
	border-top: 5px solid #006db4;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	line-height: 50px;
	background: #f2f4f7;
	position: relative;
	z-index: 1;
	width: 90%;
	margin: 0 auto;
	margin-top: -25px;
}

.ldgh ul li:hover {
	box-shadow: none;
	top: 0;
}

.ldgh ul li a>div.info p {
	margin-bottom: 0;
	font-size: 16px;
}

.msjs ul li a .pic {
	padding-top: 73%;
}

.msjs ul li a>div.info p {
	font-size: 20px;
}

.msjs ul li {
	border: 0;
}