@charset "utf-8";
body{
	/* background-color: #e7edea; */
min-width:1200px;
}
.inner {
	max-width: 1200px;
	margin: 0px auto;
}
.header .inner{
	max-width: 1500px;
	margin: 0px auto;
}
.header {
	/* position: fixed; */
	/* top: 0; */
	/* z-index: 999; */
	width: 100%;
	/* height: 145px; */
	background: url(../img/headbg.png) no-repeat center top #055aa9;
	opacity: 1;
}

.header .inner {
	padding: 30px 0;
}
.logo_right{position:relative;/* width: 34%; *//* margin-top: 12px; */}
.logo_link{/* margin-right: 6%; */margin-bottom: 10px;}
.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;
	/* position: absolute; */
	/* right: 0; */
	/* top: -3px; */
	height: 35px;
	/* border: 1px solid #ffffff; */
}

.search .sub {
	width: 40px;
	height: 40px;
	/* 	border-radius: 50%; */
	/* margin-top: 5px; */
	opacity: 1;
	/* border: 1px solid #9fa0a0; */
	background: url(../img/search.png) no-repeat center #023780;
}

.search input {
	border: none;
	outline: none;
	background: none;
}

.search .inp {
	line-height: 35px;
	float: left;
	height: 38px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	border: 1px solid #ffffff;
	width: 197px;
	background-color: #fff;
}

.search .inp::-webkit-input-placeholder {
	font-size: 14px;

}

.search:hover .inp {
	width: 195px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

/*导航*/

.nav_wrap {
	width: 100%;
	/* margin-top: 12px; */
	position: relative;
	/* box-shadow: 0 3px 5px #c0ddcd; */
	z-index: 9;
	background: #003b85;
}

.nav {
	width: 100%;
	height: 50px;
	line-height: 50px;
	position: relative;
	z-index: 9;
}

.nav li {
	background: url(../img/line.png) no-repeat right center;
	float: left;
	/* width: 16.6%; */
	position: relative;
	height: 50px;
	padding: 0 84px;
	position: relative;
}

.nav li:last-child{background:none;}

.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: 160px;
	z-index: 99;
	top: 100%;
	background: #003b85;
	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: #1966c7;
}

.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;
} 


/* 新闻 */
.main1{
	background-color: #EBEFF2;
	padding-top: 30px;
}

.news_title{
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 15px;
	overflow: hidden;
	border-bottom: 1px solid #C9C9C9;
}
.news_title h2{
	font-size: 30px;
	font-weight: bold;
	position: relative;
	line-height: 1.5;
	color: #1161AA;
	float: left;
}
.news_title h2 p{
	display: inline-block;
	font-size: 18px;
	color: #8BB0D3;
	font-weight: normal;
	font-family: "arial, helvetica, sans-serif";
}
.news_title a{
	float: right;
	line-height: 1.5;
	font-size: 16px;
	margin-top: 20px;
}
.news_list ul li{
	width: 31.33%;
	margin-right: 3%;
	margin-bottom: 35px;
}
.news_list ul li a{
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 80%;
	height: 0;
	overflow:hidden;
}
.news_list ul li:nth-child(3),.news_list ul li:last-child{
	margin-right: 0;
}
.news_img{
	
}
.news_list ul li:hover .news_img img{
	transform:scale(1.1,1.1);
}
.news_img img{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: .6s;
	-o-transition: .6s;
	-moz-transition: .6s;
	transition: .6s;
}
.news_list ul li p{
	position: absolute;
	height: 70px;
	line-height: 70px;
	left: 0;
	bottom: 0;
	font-size: 17px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #FFFFFF;
	padding: 0 10px;
	background-color: #055AA9;
	z-index: 2;
	box-sizing: border-box;
}


.main2{
	padding: 35px 0;
	background-color: #0555A3;
}
.main2 .news_title h2 p{
	color:#8BB0D3;
}
.main2 .news_title h2{
	color: #FFFFFF;
}
.main2 .news_title a{
	color: #E3E3E3;
}
.main2 .item{
	background: url(../img/line2.png) repeat-x left top;
	background-color: #FFFFFF;
	box-sizing: border-box;
	padding: 25px;
	height: 420px;
	margin: 0 15px;
}
.main2 .item .item_top h2{
	font-size: 20px;
	line-height: 1.5;
	padding-bottom: 15px;
	background: url(../img/line3.png) no-repeat left bottom;
}
.main2 .item .item_top div{
	font-size: 15px;
	margin-top: 20px;
	line-height: 1.5;
	color: #888888;
}
.main2 .teach_more{
	margin-top: 20px;
}
.main2 .inner{
	position: relative;
}
.main2 .inner .slick-arrow{
	position: absolute;
	color: transparent;
	top: 30%;
	width: 30px;
	height: 60px;
}
.main2 .inner .slick-prev{
	left: -3%;
	background: url(../img/leftnav.png) no-repeat center;
}
.main2 .inner .slick-next{
	
	right: -3%;
	background: url(../img/rightnav.png) no-repeat center;
}
.main3{
	margin: 30px 0;
}
.boxlist1{
	width: 280px;
}
.box1 {margin-bottom: 20px;}
.box1 a{
	display: block;
	position: relative;
	padding-bottom: 210px;
	height: 0;
	overflow: hidden;
}
.box1 a:hover img{
	transform: scale(1.1,1.1);
	-webkit-transition: .6s;
	-o-transition: .6s;
	-moz-transition: .6s;
	transition: .6s;
}
.box1 a p{
	font-size: 16px;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 15px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	background: rgba(0,0,0,0.5);
	color: #FFFFFF;
}
.box1 .boximg img{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: .6s;
	-o-transition: .6s;
	-moz-transition: .6s;
	transition: .6s;
}
.boxlist2{
	width: 600px;
}
.boxlist2 .itembox a{
	display: block;
	position: relative;
	padding-bottom: 440px;
	height: 0;
}
.boxlist2 .itembox a img{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.boxlist2 .itembox a p{
	font-size: 16px;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 15px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	background: rgba(0,0,0,0.5);
	color: #FFFFFF;
}
.boxlist2 .slick-dots{
	position: absolute;
	right: 15px;
	top: 20px;
}
.boxlist2 .slick-dots  li{
	display: inline-block;
	margin: 0 5px;
}
.boxlist2 .slick-dots  li button{
	color: transparent;
	width: 10px;
	height: 10px;
	background: url(../img/dot4.png) no-repeat left center;
}

.boxlist2 .slick-dots .slick-active button{
	background: url(../img/dot3.png) no-repeat left center;
}
.footer{
	padding: 30px 0;
	background: url(../img/footerbg.png) no-repeat center top #0451A1;
}
.contact p{
	font-size: 16px;
	line-height: 1.5;
	color: #FFFFFF;
}
.copy,.copy p{
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 50px;
	background-color: #003B85;
}



/* 内页 */
.neiimg {
	position: relative;
}

.neiimg>img {
	width: 100%;
}


.nav_left {
	margin-top: 30px;
	width: 17%;
	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: #003b85;
	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 #003b85;
	position: relative;
}


.nav_left>ul>li:hover {
	background: #e6f4ec;
}

.nav_left dl {
	background-color: #f6f6f6;
	display: block;
	border-left:8px solid #003b85;
	margin-left:-8px;
	padding:8px 0;
}
.nav_left dl dd {
	
}
.nav_left dl dd a {
	font-size: 15px;
	color: #666666;
	display: inline-block;
	line-height: 28px;
	padding-left: 96px;
}

.nav_left dl dd:hover a {
	color: #003b85;
	text-decoration: underline;
}
.nav_left ul{padding-bottom: 55px;/* background: #dcdcdc; */margin-left: 8px;}
.nav_left ul .act {
	background: #e6f4ec;
	
}
.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.5%;
	/* 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: 63px;
	line-height: 63px;
	overflow: hidden;
	border-bottom: 1px solid #b0b0b0;
}

.list>ul li a {
	float: left;
	display: block;
	width: 75%;
	height: 63px;
	line-height: 63px;
	color: #1A1A1A;
	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: #158d48;
	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: #003b85;
	color:#fff;
	text-align:center;
	line-height:45px;
	font-weight: normal;
	font-size: 16px;
	border:1px solid #f2f2f2;
	border-top:none;
}
