@charset "utf-8";
body{
	/* background-color: #e7edea; */
min-width:1300px;
}
.inner {
	max-width: 14rem;

	margin: 0px auto;
}
.newske .tab-bd>div{display:none;}
.newske .tab-bd .active{display:block;}
.header {
	width: 100%;
	background: url(../img/headbg.png) no-repeat center top #1C79C6;
	opacity: 1;
}
.header .logo{
	text-align:center;
	margin: 35px 0;
	/* margin-bottom: 30px; */
}
.topfl{
	color: #FFFFFF;
	font-size: 14px;
	line-height: 40px;
	margin-top: 15px;
}
.logo_right{position:relative;margin-top: 60px;}
.logo_link {margin-top: 11px;}
.logo_link a{
	color: #fff;
	font-size: 13px;
	padding: 0 15px;
	border-right:1px solid #fff;
	line-height: 18px;
	display: inline-block;
}
.logo_link a:last-child{border-right:none;}
.logo_link a i{
	padding:0 5px;
	font-size:20px;
	font-weight:lighter;
}
.search {
	/* width: 240px; */
	height: 35px;
	position: relative;
	/* z-index: 9; */
}

.search .sub {
	width: 40px;
	height: 40px;
	opacity: 1;
	background: url(../img/search.png) no-repeat center #023780;
}

.search input {
	border: none;
	outline: none;
	background: none;
}

.search .inp {
	line-height: 40px;
	float: left;
	height: 40px;
	width: 180px;
	background-color: #fff;
}

.search .inp::-webkit-input-placeholder {
	font-size: 14px;

}

.search .active{
	width: 193px;
}

/*导航*/

.nav_wrap {
	width: 100%;
	/* margin-top: 12px; */
	position: relative;
	/* box-shadow: 0 3px 5px #c0ddcd; */
	/* z-index: 9; */
	background: #035AA7;
}

.nav {
	width: 100%;
	height: 50px;
	line-height: 50px;
	position: relative;
	/* z-index: 9; */
}

.nav li {
	float: left;
	/* width: 16.6%; */
	position: relative;
	height: 50px;
	margin: 0 50px;
	position: relative;
}



.nav li>a {
	font-size: 18px;
	color: #fff;
	text-align: center;
	display: block;
}

.nav .v1 {
	font-size: 24px;
	text-align: center;
	color: #fff;
	position: relative
}

.nav .v1:hover .down {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
}

/* .nav li dl::before {
	content: "";
	background-color: #f09621;
	position: absolute;
	top: 0px;
	width: 0px;
	height: 0px;
	left: 50%;
	-webkit-transition:all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition:all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.nav>li.on dl::before {
	width: 100%;
	height: 3px;
	left: 0px;
} */


.nav .down {
	opacity: 0;
	position: absolute;
	width: 100%;
	min-width: 180px;
	z-index: 99;
	top: 100%;
	background: #035AA7;
	overflow: hidden;
	left: 50%;
	opacity: 0;
	visibility: hidden;

	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.nav>li:hover .down {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	-ms-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
}

.nav .down dl {
	position: relative;

}

.nav .down dd {
	margin-bottom: 0px;
	text-align: center;
	padding: 0px 15px;
	box-sizing: border-box;
}

.nav .down dd:hover {
	background: #1e7cc6;
}

.nav .down dd:hover a {}

.nav .down dd a {
	color: #ffffff;
	font-size: 16px;
}

/* 手机 */
.mobNavbtn{width:100%;}
.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

.flex-left {
	display: flex;
	flex-wrap: wrap
}

.flex-center {
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.flex-right {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end
}

.flex-v-center {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.flex-v {
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.flex-v-bottom {
	display: -webkit-flex;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	justify-content: left
}

.menu-btn {
	overflow: hidden;
	margin-left: 35px;
	width: 30px;
	height: 30px;
	background: 0 0;
	text-indent: -5260px;
	opacity: 1;
	position: relative;
	z-index: 999
}

.menu-btn .line-1,
.menu-btn .line-2,
.menu-btn .line-3 {
	position: absolute;
	top: 50%;
	display: block;
	right: 0;
	width: 30px;
	height: 2px;
	background: #fff;
	transition: all .4s cubic-bezier(.165, .84, .44, 1) 0s;
	transition-property: transform, width, margin, background-color
}

.menu-btn .line-1 {
	margin-top: -9px;
	width: 26px
}

.menu-btn .line-3 {
	margin-top: 9px;
	width: 26px
}

.drawerMenu-open .menu-btn .line-1 {
	visibility: hidden
}

.drawerMenu-open .menu-btn .line-2 {
	margin-top: 0 !important;
	width: 28px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.drawerMenu-open .menu-btn .line-3 {
	margin-top: 0 !important;
	width: 28px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.searchbtn {
	width: 30px;
	text-align: center;
	line-height: 40px
}

.searchbtn i {
	color: #c80d17;
	font-size: 18px
}

.mobNav {
	position: fixed;
	top: 73px;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 1);
	z-index: 98;
	padding: 20px 6% 20px;
	display: none
}

.mobNav ul {
	max-height: 70vh;
	overflow: auto
}

.mobNav ul::-webkit-scrollbar {
	display: none
}

.mobNav ul li {
	padding: 15px 0;
	border-bottom: 1px solid #ddd
}

.mobNav ul li .navp a {
	font-size: 16px;
	color: #158d48;
	font-weight: 700;
	background-size: auto 100%
}

.mobNav ul li .navp i {
	display: block;
	width: 16px;
	font-size: 30px;
	/* font-weight: lighter; */
	transition: .3s;
	color: #158d48;
	transform-origin: center;
	margin-right: 5px;
	height: 16px;
	background-size: 16px 16px
}

.mobNav ul li.on .navp i {
	transform: rotate(-45deg)
}

.mobNav ul li .subNavm {
	margin-top: 10px;
	padding-left: 10px;
	display: none
}

.mobNav ul li .subNavm a {
	display: block;
	line-height: 36px;
	font-size: 16px
}

.mobNav .toplink {
	margin-bottom: 10px;
}

.mobNav .toplink:after {
	clear: both;
	content: ' ';
	display: block
}

.mobNav .toplink a i {
	font-size: 24px
}

.mobNav .toplink a {
	height: 36px;
	float: left;
	display: block;
	line-height: 36px;
	font-size: 13px;
	text-align: center;
	width: 23%;
	transition: .3s;
	color: #333;
	margin: 0 3px;
	border-bottom: 1px solid #ddd;
}

.mobNav .toplink a span {
	width: 100px;
	height: 100px;
	background: #fff;
	top: 100%;
	left: -15px;
	position: absolute;
	z-index: 10;
	padding: 3px;
	display: none
}

.mobNav .toplink a:hover span {
	display: block
}

.headerm {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	background: -webkit-linear-gradient(180deg, #119f4a 7%, #0ea97b 100%);
	background: -moz-linear-gradient(180deg, #119f4a 7%, #0ea97b 100%);
	background: -o-linear-gradient(180deg, #119f4a 7%, #0ea97b 100%);
	background: -ms-linear-gradient(180deg, #119f4a 7%, #0ea97b 100%);
	background: linear-gradient(180deg, #119f4a 7%, #0ea97b 100%);
	/* height: 60px; */
	padding-right: 4%;
	padding-left: 4%
}

.headerm .logo img {
	/* height: 36px; */
	margin-top: 10px;
}
.sermob{position:fixed;width:100%;padding:10px;box-sizing: border-box;top: 89px;right:0;z-index:66;background:#fff;display:none}
.sermob .inp{width: calc(100% - 100px);height:40px;line-height:40px;padding:0 40px 0 10px;font-size:14px;color:#444;background:0 0;border:1px solid #eee}
.sermob .sub{display:block;cursor:pointer;position:absolute;right: 59px;top: 10px;height:40px;width:40px;border:none;/* border-radius:50%; */overflow:hidden;font-size:14px;color:#8f0e16;background: url(../img/ser.svg) center no-repeat #158d48;background-size:20px 20px}
.sermob .close{position:absolute;right: 15px;top: 7px;font-size: 36px;width:20px;height:40px;-webkit-transition:.5s;transition:.5s;/* font-size:20px; */color:#888;cursor:pointer;line-height:42px}



/* banner */
.banner {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.liturest2 {
	position: relative;
}

.banner .pic a {
	position: relative;
	display: block;
	height: 26vw;
	overflow: hidden;
	width: 100%;
}

.banner .item {
	position: relative;
	/* height: 100vh; */
	overflow: hidden;
}

.banner .pic img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	object-fit: cover;
}

.banner .slick-arrow {
	color: transparent;
	position: absolute;
	width: 60px;
	top: 40%;
	background: url(../img/bannerleft.png) no-repeat left center;
	background-size: cover;
	height: 60px;
	z-index: 2;
}

.banner .slick-next {
	right: 3%;
	background: url(../img/bannerright.png) no-repeat left center;
	background-size: cover;
}

.banner .slick-prev {
	left: 3%;
}

.banner .pic,
.banner .slick-list {
	width: 100%;
}

.banner .slick-dots {
	position: absolute;
	right: 28%;
	bottom: 20px;
	z-index: 2;
}

.banner .slick-dots li {
	display: inline-block;
	margin: 0px 7px;
}

.banner .slick-dots li button {
	color: transparent;
	width: 15px;
	height: 15px;
	background: url(../img/dot2.png) no-repeat left center;
}

.banner .slick-dots .slick-active button {
	width:60px;
	background: url(../img/dot1.png) no-repeat left center;
}

.banner .bannertitle {
	position: absolute;
	width: 100%;
	z-index: 9;
	bottom: 0rem;
	left: 0%;
	height:70px ;
	background: rgba(0,0,0,0.5);
}

.banner .bannertitle a {
	display: block;
	margin: auto;
	width:90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 70px;
	font-size: 18px;
	color: #ffffff;
} 

/* 新闻 */

.news-title{/* line-height: 52px; */border-bottom: 1px solid #cecfd8;margin-bottom: 20px;}
.news-title>h2{
	font-size: 22px;
	font-weight: normal;
	color: #666666;
	margin-right: 27px;
	float: left;
	padding-bottom: 20px;
}
.news-title>h2.active{
	color: #0057a0;
	background: url(../img/line2.png) no-repeat center bottom;
	font-weight: bold;
}
.pic-news{
	width: 6.8rem;
	height: 4.5rem;
	margin-top: 30px;
}
.pic-news .item{position: relative;}
.pic-news .pic{
	width: 100%;
	height: 450px;
	overflow: hidden;
	position: relative;
}
.pic-news .pic img{width: 100%;height: 100%;}
.pic-news .pic-title{
	width: 100%;
	height: 0.6rem;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	line-height: 0.6rem;
	
	background: url(../img/titlebg.png) no-repeat left bottom;
}
.pic-news .pic-title a{
	color: #FFFFFF;
	font-size: 16px;
	padding: 0 20px;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
.pic-news .slick-dots{
	position: absolute;
	top: 15px;
	right: 20px;
}
.pic-news .slick-dots button{
	color: transparent;
	background: none;
}
.pic-news .slick-dots li{
	display: inline-block;
	margin: 0 5px;
	width: 15px;
	height: 15px;
	background: url(../img/dot4.png) no-repeat center;
}
.pic-news .slick-dots .slick-active{
	background: url(../img/dot3.png) no-repeat center;
}
.news-right{
	width: 6.9rem;
	margin-top: 30px;
}
.news-right .tab-bd>div{display:none;}
.news-right .tab-bd>div.active{display:block;}
.news-right .tab-bd>div>a,.newske .tab-bd>div>a{float:right;margin-top: -59px;color: #666666;font-size: 16px;}
.news-list{
	width: 100%;
}
.news-first{
		border-bottom: 1px solid #e5e5e5;
		padding-bottom: 15px;
}
.news-first .date{
	width: 60px;
	height: 60px;
	background-color: #0172D2;
	text-align: center;
	border-radius: 5px;
}
.news-first .date p{
	color: #fff;
	line-height: 1.5;
	font-size:22px ;
	font-weight: bold;
}
.news-first .date div{
	color: #fff;
	font-size: 14px;
}
.newsfirst-title{
	width: 86%;
}
.newsfirst-title h2{
	font-size: 18px;
	line-height: 1.5;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}

.newsfirst-title div{
	font-size: 14px;
	color: #828282;
	line-height: 1.5;
}
.news-list ul{
	/* margin-top: 20px; */
}
.news-list ul li{
	padding: 17px 0;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}
.news-list ul li a{
	float: left;
	width: 77%;
	overflow: hidden;
	box-sizing: border-box;
	padding-left: 18px;
	background: url(../img/dot.png) no-repeat left center;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333333;
	font-size: 16px;
}
.news-list ul li .date{float: right;}
.news-list ul li:hover a,.notice-list ul li:hover a,.media-list ul li:hover a{
	color: #0172d2;
}


/* .notice{
	width: 385px;
	margin-top:30px;
}
.notice-list .date{
	width:60px ;
	height: 55px;
	float: left;
	line-height: 28px;
	text-align: center;
}

.notice-list .date p{
	color: #0E5FA8;
	font-size:22px;
	font-weight: bold;
}
.notice-list .date span{
	color:#333333;
	font-size: 14px;
}
.notice-list ul li{
	overflow: hidden;
	padding: 9px 0;
	border-bottom: 1px dashed #dedede;
}
.notice-list ul li a{
	width: 75%;
	float: right;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px;
	line-height: 28px;
} */

.main2{
	padding: 30px 0;
	margin-top: 30px;
	background-color: #f3f6f8;
}
.xue,.newske{
	
width: 4.5rem;
}
.xue .news-title{margin-bottom:0;}
.xue .news-title a,.xiao .news-title a{
	float: right;
	font-size: 16px;
	color: #666666;
	margin-top: 5px;
}
.xue .news-title h2,.xiao .news-title h2{
	color: #0057a0;
	font-weight: bold;
	background: url(../img/line2.png) no-repeat center bottom;
}
.xue .news-list ul li{
	border-bottom: 1px solid #e5e5e5;
}
.xue .news-list ul{margin-top: 0;}
.cent {
	/* margin-top: 30px; */
}
.cent .news-list ul li{
	padding: 14px 0;
}
.centfirst{
	height: 180px;
	margin-top: 12px;
	background-color: #ffffff;
	/* margin-bottom: 10px; */
}
.centfirst .centimg{
	width: 50%;
	height: 180px;
	overflow: hidden;
}
.centfirst .centimg a,.centfirst .centimg img{
	display: block;
	width: 100%;
	height: 100%;
}
.centfirst .centfr{
	width: 42%;
	padding: 20px 0px;
	box-sizing: border-box;
}
.centfirst .centfr h2{
	font-size: 17px;
	line-height: 1.3;
}
.centfirst .centfr div{
	font-size:14px;
	color:#666666;
	line-height:20px;
	margin:10px 0;
}
.centfirst .centfr p{
	font-size: 14px;
	color: #888888;
	margin-top: 15px;
}

.centwrap .slick-dots{
	position: absolute;
	bottom: 0px;
	right: 6px;
}
.centwrap .slick-dots button{
	color: transparent;
	background: none;
}
.centwrap .slick-dots li{
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #ccc;
}
.centwrap .slick-dots .slick-active{
	background: url(../img/dot3.png) no-repeat center;
}
.ban{/* margin-top: 30px; */}


.xiao{
	margin: 30px 0;
}
.xiaolist li{
	float: left;
	width: 2.6rem;
	
	margin-right: 0.25rem;
}
.xiaopic,.xiaopic img{
	height: 160px;
	width: 100%;
}
.xiaolist li:last-child{margin-right: 0;}

.xiaolist li a{
	display: block;
}
.xiaolist li a h2{
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	margin-top: 10px;
	text-overflow: ellipsis;
}























.footer{
	/* border-top: 8px solid #024E8A; */
	padding: 30px 0;
	background: #006fc5;
}
.link{width: 29%;}
.contact{width: 30%;}
.link>h2,.contact>h2{
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 15px;
}
.link a{
	display:inline-block;
	color:#fff;
	font-size:15px;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #fff;
	line-height: 16px;
	margin-bottom: 15px;
}
.copy p,.contact p,.copy{
	font-size: 15px;
	line-height: 1.5;
	color: #FFFFFF;
}
.copy,.copy p{
	text-align: center;
	background-color: #00599e;
	line-height: 45px;
}



/* 内页 */
.neiimg {
	position: relative;
}

.neiimg>img {
	width: 100%;
}


.nav_left {
	margin-top: 30px;
	width: 220px;
	/* max-width: 250px; */
	position: relative;
	/* background: #F3F3F3; */
}

.nav_left>img {
	position: absolute;
	z-index: 0;
	left: -10px;
	top: 0px;
}

.nav_left>h2 {
	font-size: 22px;
	text-align: center;
	height: 80px;
	line-height: 82px;
	/* padding: 16px 0; */
	color: #fff;
	font-weight: normal;
	background: #0A70C5;
	position: relative;
}

.nav_left>ul>li {
	background-color: #fff;
	/* text-align: center; */
	border-bottom: 1px solid #eaf0ed;
	/* margin: 0 15px; */
	box-sizing: border-box;
}

.nav_left>ul>li>a {
	font-size: 17px;
	display: block;
	/* padding-left: 20px; */
	margin-left: -8px;
	text-align: center;
	height: 58px;
	line-height: 58px;
	box-sizing: border-box;
	color: #333;
	border-left: 8px solid #0A70C5;
	position: relative;
}


.nav_left>ul>li:hover {
	background: #e6f4ec;
}

.nav_left dl {
	background-color: #f6f6f6;
	display: block;
	border-left:8px solid #0A70C5;
	margin-left:-8px;
	padding:8px 0;
}
.nav_left dl dd {
	
}
.nav_left dl dd a {
	font-size: 15px;
	color: #666666;
	display: block;
	line-height: 28px;
	/* padding-left: 96px; */
	text-align: center;
}

.nav_left dl dd:hover a {
	color: #0A70C5;
	text-decoration: underline;
}
.nav_left ul{padding-bottom: 55px;background: #fff;margin-left: 8px;}
.nav_left ul .act {
	background: #e9f0f6;
}
.nav_left dl{display: none;}
.nav_left ul .act dl{display: block;}
.nav_left ul .hov>a{
	/* background: url(../img/jia.png) no-repeat 92% center;  */
}
.nav_left ul li img{
	position: absolute;
	right: 15px;
	top: 20px;
}
.nav_left ul .act img{
	transform: rotate(-45deg);
}
.nav_left ul .act>a {
/* 	color: #fff; */
	/* background: url(../img/sandot2.png) no-repeat 92% center; */
}







/*右侧*/
.nav_right {
	width: 79%;
	/* max-width: 1100px; */
	margin-top: 30px;
	margin-bottom: 50px;
	overflow: hidden;
	background: #fff;
	/* padding: 20px; */
	box-sizing: border-box;
}

.right_inner {
	/* margin: 20px 30px; */
}

.right_top {
	border-bottom: 1px solid #d5d8db;
	padding-bottom: 6px;
}

.right_top>h3 {
	font-size: 26px;
	color: #333;
	height: 50px;
	line-height: 50px;
	font-weight: normal;
	/* border-bottom: 3px solid #210D62; */
}

.right_top>p,
.right_top>p a {
	font-size: 14px;
	color: #888888;
	margin-top: 16px;
}

.right_top>p {
	margin-right: 15px;
	padding-left: 25px;
	background: url(../img/di.png) no-repeat left center;
}



/* 列表 */
.list>ul {
	/* margin-top: 20px; */
}

.list>ul li {
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	border-bottom: 1px solid #b0b0b0;
}

.list>ul li a {
	float: left;
	display: block;
	width: 75%;
	height: 50px;
	line-height: 50px;
	color: #1A1A1A;
	padding-left: 15px;
	box-sizing: border-box;
	background: url(../img/dot.png) no-repeat left center;
	overflow: hidden;
	font-size: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
}

.list>ul li a i {
	padding: 0px 15px;
}

.list .date1 {
	color: #666666;
	float: right;
	margin-right: 10px;
	padding-left: 20px;
	background: url(../img/icontime.png) no-repeat left center;
}

.list>ul li:hover {
	background: #FAFAFA;
}

.list>ul li a:hover {
	color: #164806;
	/* font-weight: bold; */
}

.list {

	margin-bottom: 60px;
}



/* pic */
.pic_list {
	margin-top: 25px;
	margin-bottom: 60px;
	overflow: hidden;
}

.pic_list ul li {
	float: left;
	width: 33.3%;
	position: relative;
	margin-bottom: 30px;
}



.pic_list ul li a {
	display: block;
	margin: 0px 4%;
}

.pic_list ul li h2,.jiao_wrap ul li h2{
	background: #0A70C5;
	padding: 7px 18px 10px;
	color: #fff;
	/* text-align: center; */
	font-size: 18px;
	line-height: 1.5;
	box-sizing: border-box;
	position: relative;
	width: 86%;
	z-index: 2;
	margin: auto;
	height: 70px;
	margin-top: -40px;
	text-align: justify;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	/* bottom: 0; */
	/* left: 0; */
	font-weight: normal;
}




.img_wrap,.teach_img {
	position: relative;
	height: 0;
	padding-top: 68%;
	overflow: hidden;
}

.img_wrap img,.teach_img img{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}
.pic_list ul li:hover .img_wrap img{
	-webkit-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
	transform:scale(1.1,1.1);
}



/*内容*/
.content{margin-top:30px;}
.content_title>h1,
.dp>h1 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 25px;
}

.content_title>p {
	text-align: center;
	color: #666666;
	padding-bottom: 20px;
	border-bottom: 1px solid #E7E7E7;
	margin-bottom: 25px;
}

.cont {
	margin-top: 30px;
}


.cont p {
	text-indent: 2em;
	line-height: 30px;
	font-size: 16px;
	margin-top: 10px;
}

.fen {
	background: #eeeeee;
	height: 45px;
	margin: 20px 0px;
	overflow: hidden;
}

.fen .popup_renren {
	background-position: 1px -208px;
}

.fen .popup_tqq {
	background-position: 1px -260px;
}

.ye {
	margin-top: 40px
}

.ye p {
	color: #747474;
	margin: 15px 0px;
	font-size: 16px;
}

.ye p a {
	color: #747474;
	font-size: 16px;
}

.ye p a:hover {
	color: #164806;
}

.fen .bdsharebuttonbox {
	width: 185px;
	margin: 5px auto;
}

.content {
	padding-bottom: 50px;
	/* margin: 0px 5%; */
}

.dp {
	margin-bottom: 80px;
}


/*列表*/
.xb-list{
    margin-top: 0.4rem;
}
.xb-list ul li{
    position: relative;
    /* margin-bottom: 25px; */
    border-bottom: 1px dashed #dfdfdf;
}

.xb-list .xblist-date{
    width: 63px;
    border-top: 2px solid #158d48;
    color: #158d48;
}
.xb-list .xblist-date p{
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 8px;
    text-align: right;
}
.xb-list .xblist-date h2{font-size: 24px;text-align: right;}
.xblist-oli{
    padding: 25px 0;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.xblist-pic {
    width: 180px;
    height: 120px;
    overflow: hidden;
}
.xblist-pic a,.xblist-pic span{
    display: block;
    width: 100%;
    height: 100%;
}
.xblist-pic span{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.xb-list ul li:hover .xblist-pic span{
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.xblist-title{
    width: 70%;
}
.xb-list .xblist-title2{width:85%;}
.xblist-title a{display: block;}
.xblist-title h2{
    color: #333333;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 10px;
}
.xblist-title div{
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /* margin-bottom: 7px; */
}


.xb-list ul li:hover .xblist-title h2{    color: #158d48;}

.teach_list ul li{
	width: 48%;
	background: url(../img/teachbg2.png) no-repeat left top;
	background-size: cover;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 35px;
}
.teach_list ul li a{/* display: block; */}
.teach_img{width: 39%;padding-top: 51%;}
.teach_right{width: 53%;}
.teach_right h2{font-size:22px;line-height:1.5;color:#333;margin-top:25px;padding-bottom:10px;border-bottom:1px solid #dfdfdf;position: relative;}
.teach_right h2::after{
	position: absolute;
	content: '';
	width: 50px;
	height: 2px;
	background-color: #158d48;
	bottom: 0;
	left: 0;
}
.teach_right div{
	font-size: 16px;
	line-height: 25px;
	margin-top: 20px;
}
.jiao_list{margin-top:30px;}
.jiao_list ul li{
	width: 20%;
	float: left;
	margin-bottom:25px;
}
.jiao_list ul{overflow: hidden;}
.jiao_list ul li a{
	display:block;
	margin:0 6%;
}
.jiao_list .img_wrap{
	padding-bottom: 37%;
	border:1px solid #f2f2f2;
	border-bottom:
	none;
}
.jiao_list ul li h2{
	height:45px;
	background-color: #0A70C5;
	color:#fff;
	text-align:center;
	line-height:45px;
	font-size:17px;
	border:1px solid #f2f2f2;
	border-top:none;
}