@charset "utf-8";


.wal {
	max-width: 16rem;
	margin: 0 auto;
}
.neiinner {max-width:14rem;margin: 0 auto;}


/* 首页底部按钮列表组件 */
.tool{
	width:23%;
	background:#fff;
	margin-bottom: 0px;
	text-align: left;
	padding: 0.2rem;
	box-sizing: border-box;
	box-shadow: 0 0 10px #ccc;
}
.tool a {
    width: 100%;
    display: flex;
    align-items: center;
}
.tool img {
    display: inline-block;
    width: 72px;
    height: 72px;
    text-indent: -9999em;
    white-space: nowrap;
}
.tool .tool_title{
    font-size: 32px;
    text-align: left;
    margin-left: 16px;
}
.tool .tool_subtitle{
    font-size: 24px;
    text-align: left;
    margin-left: 16px;
    margin-top: 12px;
    color: grey;
}



/* 头部*/
.header {
	width: 100%;
	overflow: hidden;
}

.header {
	padding: 20px 0;
}

.search {
	line-height: 45px;
	margin-top: 20px;
}

.search input {
	outline: none;
	border: none;
}

.search .inp {
	background: none;
	text-indent: 15px;
	color: #333333;
	width: 220px;
	float: left;
	height: 43px;
	border: 1px solid #C1C1C1;
}

.search .sub {
	float: left;
	width: 65px;
	height: 45px;
	font-size: 18px;
	background-color: #6d747e;
	color: #FFFFFF;
}

.top_link a,
.top_link {
	font-size: 18px;
	padding: 0 10px;
}






/*导航*/
/*nav*/
.navwrap {
	background: url(../img/menubg.gif) repeat-x;
	background-size: cover;
}

.nav {
	position: relative;
	z-index: 9;
	width: 100%;
}

.nav li {
	width: 8.3%;
	height: 80px;
	/* height: 60px; */
	/* line-height: 60px; */
	border-right: solid 0px #3d424b;
	border-left: solid 0px #767b83;
	float: left;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

.nav li:last-child {
	background: none;
}

.nav li>a {
	font-size: 24px;
	text-align: center;
	display: block;
	font-weight: normal;
	color: #FFFFFF;
	padding: 5px 0;
	padding-top: 16px;
}
.nav li>a span{
	display:block;
	font-size: 14px;
	padding-top: 8px;
}
.nav li:hover {
	background-color: #767b83;
}

.nav .v1 {
	display: block;
	text-align: center;
	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>a::before {
	content: "";
	background-color: #025aa5;
	position: absolute;
	bottom: 0px;
	width: 0px;
	height: 0px;
	left: 57%;
	-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>a::before {
	width: 100%;
	height: 3px;
	left: 0px;
}

.nav .down {
	position: absolute;
	width: 100%;
	min-width: 160px;
	z-index: 99;
	top: 100%;
	background: #ffffff;
	overflow: hidden;
	left: 50%;
	opacity: 0;
	visibility: hidden;
	/* margin-left:-70px; */
	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 .down dl {
	position: relative;
}

.nav .down dd {
	margin-bottom: 0px;
	text-align: center;
	padding: 0px 0.2rem;
	box-sizing: border-box;
}

.nav .down dd:hover {
	background: #767b83;
}

.nav .down dd:hover a {
	color: #ffffff;
}

.nav .down dd a {
	font-size: 14px;
}

.nav .down .s1 {
	font-size: 0.15rem;
	color: #333333;
	/* font-weight: bold; */
	line-height: 1.5em;
	display: block;
	padding-bottom: 8px;
	padding-top: 8px;
	position: relative
}


/* 手机 */
.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: #8b8a8a;
	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: 90px;
	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: #333333;
	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: #333333;
	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: #fff;
	height: 90px;
	padding-right: 3%;
	padding-left: 3%;
}

.headerm .logo img {
	/* height: 85px; */
	/* width: auto; */
}

.sermob {
	position: fixed;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	top: 90px;
	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 #e2dfdf;
	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开始**/
.banner_wrap {
	position: relative;
	width: 100%;
}

.banner_wrap .picBtnTop .bd {
	position: relative;
	z-index: 0;
}

.banner_wrap .picBtnTop .bd li {
	position: relative;
	zoom: 1;
	vertical-align: middle;
}

.banner_wrap .picBtnTop .bd li .pic {
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.banner_wrap .picBtnTop .bd li .pic div {
	width: 100%;
	vertical-align: middle;
	height: 25vw;
}

.banner_wrap .picBtnTop .bannertil {
	font-size: 0.24rem;
	position: absolute;
	z-index: 2;
	color: #FFFFFF;
	left: 5%;
	font-weight: bold;
	/* ldh 2024-03-18 Change: */
	bottom: 0.48rem;
	width: 90%;
	/* ldh 2024-03-18 Add: */
	text-shadow: 1px 1px 2px black;	/* offset-x | offset-y | blur-radius | color */
	text-align: center;
}

.banner_wrap .picBtnTop .hd {
	position: absolute;
	left: 50%;
	bottom: 20px;
	z-index: 2;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.banner_wrap .picBtnTop .hd ul li {
	width: 26px;
	float: left;
	height: 6px;
	margin: 0px 5px;
	color: transparent;
	background: #c5c5c5;
}

.banner_wrap .picBtnTop .hd ul li img {
	width: 100%;
	height: 100%;
}

.banner_wrap .picBtnTop .hd ul li.on {
	background: #535763;
}

.banner_wrap .picBtnTop .prev,
.banner_wrap .picBtnTop .next {
	width: 35px;
	height: 55px;
	top: 38%;
	position: absolute;
}

.banner_wrap .picBtnTop .prev {
	left: 50px;
	background: url(../img/barleft.png) no-repeat left top;
}

.banner_wrap .picBtnTop .next {
	right: 50px;
	background: url(../img/barright.png) no-repeat left top;
}



/* 新闻 */
.main1 {
	background-color: #e7eaef;
	padding: 0.4rem 0;
}

.news_title h2 {
	font-size: 36px;
	color: #071f4b;
	height: 45px;
	line-height: 45px;
}
.news_title h2 span{font-size: 26px;color: #9c9797;padding-left: 15px;}
.news_title a {
	font-size: 17px;
	line-height: 45px;
}

.news_left {
	max-width: 7.5rem;
	width: 47%;
	position: relative;
	margin-top: 30px;
}

.news_left .pic div {
	height: 4.7rem;
}

.news_left .bd ul li {
	position: relative;
}

.news_left .bannertil {
	/* position: absolute; */
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #15589f;
	box-sizing: border-box;
	padding: 8px 25px;
}
.news_left .bannertil h1{
	width: 78%;
	color: #FFFFFF;
	font-size: 18px;
	line-height:1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_left .bannertil p{
	color:#ffffff;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.5;
	margin-top: 6px;
}
.news_left .hd {
	position: absolute;
	bottom: 74px;
	right: 16px;
}

.news_left .hd li {
	width: 10px;
	height: 10px;
	display: inline-block;
	margin: 0 5px;
	background-color: #FFFFFF;
	border-radius: 50%;
}

.news_left .hd li.on {
	background-color: #f1570d;
}





.news_right {
	width: 51%;
	margin-top: 30px;
}

.xyxwy {
	width: 100%;
}

.xyxwy li {
	width: 100%;
	float: left;
	/* height: 0.5rem; */
	margin-bottom: 0.2rem;
	padding: 0px;
	position: relative;
}

.xyxwy li p {
	/* writing-mode: lr-tb; */
	/* transform: rotateZ(90deg); */
	position: absolute;
	top: 0px;
	background: #15589f;
	/* margin-top: 20px;
	margin-left: 20px; */
	line-height: 30px;
	/* padding: 0px 10px; */
	color: rgb(255, 255, 255);
}

.xyxwy li a {
	display: block;
	background: rgb(255, 255, 255);
	border-top: 5px solid rgb(21, 88, 159);
	/* margin-left: 8%; */
	/* height: 2.1rem; */
	padding: 0px;	/*20px*/
	padding-left: 110px;
	padding-right: 20px;
}

.xyxwbt {
	font-size: 18px;
	/* font-weight: bold; */
	line-height: 1.5;
	/* display: -webkit-box; */
	/* -webkit-line-clamp: 2; */
	/* -webkit-box-orient: vertical; */
	overflow: hidden;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-top: 0.1rem; /*0.35rem*/
	padding-bottom: 0.1rem;
}

.xyxwzy {
	font-size: 14px;
	font-weight: bold;
	color: rgb(102, 102, 102);
	margin-top: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.xyxwy li a:hover .xyxwbt{
	color: rgb(21, 88, 159);
}









/* 通知公告*/
.main2 {
	background: url(../img/bodybg1.jpg) repeat-y center;
	width: 100%;
	/* padding: 0.4rem 0px; */
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
	overflow: hidden;
}

.main2 .news_title {
	/* height: 75px; */
	margin-bottom: 25px;
	/* line-height: 70px; */
	/* padding-bottom: 10px; */
	/* text-align: center; */
}

.main2 .news_title>h2 {
	color: #fff;
	/* height: 75px; */
	font-size: 36px;
	font-weight: normal;
}

.main2 .news_title {
	/* position: relative; */
	/* padding-top: 0.4rem; */
	margin-top: 25px;
}.main2 .news_title span{color: #e8e6e6;/* display: block; *//* position: absolute; *//* text-align: center; *//* padding-top: 20px; *//* left: 50%; *//* font-size: 26px; *//* bottom: 0; */}

.notice {
	margin-top: 35px;
}

.tab-hd {
	width: 80%;
	margin: 40px auto;
}

.tab-hd li {
	float: left;
	color: #FFFFFF;
	padding: 3px 18px;
	border: 1px solid #fff;
	border-radius: 15px;
	font-size: 16px;
}

.tab-hd .active {
	background-color: #fff;
	color: #333;
}

.option li {
	float: left;
	width: 23.5%;
	/* margin-right: 2%; */
	background-color: #fff;
	margin-bottom: 30px;
	min-height: 164px;
	max-height: 164px;
}

.option .news_last {
	margin-right: 0;
}

.option li a {
	display: block;
	color: #333;
	margin: 20px;
}

.option li h3 {
	padding: 3px 13px;
	color: #fff;
	background-color: #960218;
	font-weight: normal;
	font-size: 16px;
}

.date2 {
	color: #960218;
}

.option li h2 {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	line-height: 28px;
	margin: 20px 0px;
}


.option li a:hover h2 {
	color: #004398;
}

.tab-bd .more {
	color: #FFFFFF;
	margin-top: 15px;
	text-align: center;
	font-size: 17px;
	/* font-weight: bold; */
	display: block;
	position: absolute;
	right: 0;
	top: -155px;
}

.tab-bd>li {
	display: none;
	width: 100%;
	position: relative;
	display: none;

}

.tab-bd .thisclass {
	display: block;
}




.main3{
	padding: 0.3rem;
	background-color: #e7eaef;
	padding-bottom: 0.6rem;
	padding-top: 0.4rem;
}
.main3 .news_title h2{
    color: #a62627;
}
.zhuan_title {
	position: relative;
}
.zhuan_title::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 8px;
	background-color: #ececec;
	left: 0;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
}
.zhuan_title h2{
	font-size: 26px;
	color: #333;
	position: relative;
	z-index: 2;
	line-height: 88px;
	padding-right: 25px;
	background-color: #FFFFFF;
}
.zhuan_title h2 img{padding-right: 25px;}
.zhuan_title a{
	color: #a62627;
	font-size: 16px;
	background-color: #FFFFFF;
	margin-right: 25px;
	padding: 0 15px;
	position: relative;
	z-index: 2;
	line-height: 85px;
}
.zhuan_list>div{
	width: 31%;
	margin-top: 30px;
	background: #ffffff;
}
.zhuan_img a,.zhuan_img a span{display: block;width: 100%;height: 2.5rem;}
.zhuan_img a span{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.zhuanlan{
	background-color: #a62627;
	width: 180px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	margin-top: -25px;
	position: relative;
	z-index: 2;
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
}
.zhuanname a{
	font-size: 18px;
	line-height: 1.5;
	display: block;
	margin-top: 40px;
	padding: 0 10px;
	box-sizing: border-box;
	padding-bottom: 10px;
}


.main4 {
	background: url(../img/bodybg1.jpg) repeat-y center;
	width: 100%;
	/* padding: 0.4rem 0px; */
	padding-bottom: 0.1rem;
	padding-top: 0.4rem;
	overflow: hidden;}












/* 页尾 */
.footer {
	color: #FFFFFF;
	padding: 30px 0;
	/* margin-top: 0.8rem; */
	background: url(../img/footerbg.png) repeat-y center;
}
.links, .contact{
	width: 44%;
}

.links .width{width:25%;}
.links ul li{
	float: left;
	/* width: 16%; */
	margin-right: 7%;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.links ul li a{
	color: #fff;
	font-size: 16px;
}
.links h3,.contact h3{
	font-size: 20px;
	font-weight: normal;
	
}
.contact h3{
	margin-bottom: 15px;
}
.contact p{
	margin-top: 15px;
}
.code img{width:110px;height:110px;}
.code p{font-size:16px;color:#fff;text-align:center;margin-top:10px;}
.yu a{
	width: 240px;
	height: 60px;
	display: block;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	line-height: 60px;
	text-align: center;
	margin-top: 30px;
}
.copy{
	line-height: 60px;
	color: #FFFFFF;
	background-color: #960218;
	text-align: center;
}





.nav_left {
	/* margin-top: 90px; */
	max-width: 280px;
	width: 20%;
	position: relative;
	z-index: 2;
}

.nav_left>h2 {
	font-size: 24px;
	text-align: center;
	height: 90px;
	line-height: 90px;
	color: #fff;
	background-color: #025aa5;
}


.nav_left ul li>a {
	font-size: 18px;
	display: block;
	text-align: center;
	padding:15px 0;
	/* line-height: 59px; */
	box-sizing: border-box;
	color: #333;
	/* border-left: 4px solid #16529f; */
	background-color: #e9edf4;
}
.nav_left ul li{border-bottom: 1px solid #dad1d1;}
.nav_left ul li:hover >a {
	color: #fff;
	border-left: none;
	background-color: #025aa5;
}
.nav_left ul li dl dd{
	background-color: #e9edf4;
	text-align:center;
	padding: 8px 0;
}
.nav_left ul li dl dd a{font-size:15px;}
.nav_left .act a{
	border-left: none;
	background-color: #025aa5;
	color: #fff;
}
.nav_left dl{display:none;}
.nav_left .play dl{display:block;}





/*右侧*/
.nav_right {
	width: 78%;
	max-width: 1040px;
	/* padding: 30px; */
	background-color: #fff;
	margin-bottom: 65px;
}

/* .right_inner {
	margin: 20px 25px;
} */

.right_top {
	border-bottom: 2px solid #05a4c3;
	/* margin-top: 20px; */
}

.right_top>h3 {
	font-size: 28px;
	color: #025aa5;
	height: 70px;
	font-weight: normal;
	line-height: 70px;
}


.right_top>p{
	padding-left: 25px;
}
.right_top>p,
.right_top>p a {
	font-size: 12px;
	color: #333;
	margin-top: 25px;
}

.right_top>p {
	margin-right: 10px;
}





/* 列表 */
.list>ul {
	min-height:400px;
}

.list>ul li {
	
	/* transition: .5s; */
	overflow: hidden;
	padding: 15px 0px;
	border-bottom: 1px dashed #bababa;
}

.list>ul li a {
	float: left;
	display: block;
	width: 73%;
	padding-left: 22px;
	box-sizing: border-box;
	font-size: 18px;
	color:#00204c;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../img/dot.png) no-repeat left center;
}

.list>ul li .date{
  float:right;
font-size:16px;
}

.list {
	margin-bottom: 70px;
}


/*内容*/
.content {}

.content_title>h1,
.dp>h1 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.5;
}

.content_title>p {
	text-align: center;
	color: #888888;
	padding-bottom: 20px;
	border-bottom: 1px dashed #cbbda6;
	margin-bottom: 25px;
}

.cont {
	padding: 0.2rem 1rem;
	margin-top: 30px;
	background: #FFFFFF;
}


.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: #0a5498;
}

.fen .bdsharebuttonbox {
	width: 185px;
	margin: 5px auto;
}



.dp {
	margin-bottom: 80px;
}

.dp .content_title {

	border-bottom: 1px solid #a7d1b3;

	text-align: center;
}

.dp .content_title h1 {
	font-size: 0.38rem;
	padding-bottom: 0.3rem;
	display: inline-block;
	border-bottom: 2px solid #1d6331;
	margin-bottom: 0;
}

.piclist ul li {
	float: left;
	width: 25%;
	margin-bottom: 0.3rem;
}

.piclist ul li a {
	display: block;
	margin: 0 3%;
}

.piclist ul li a p {
	text-align: center;
	font-size: 16px;
	overflow: hidden;
	line-height: 40px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.piclist .videopic {
	width: 100%;
	height: 2rem;
	overflow: hidden;
}

.piclist .videopic span {
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.piclist ul li:hover .videopic span {
	-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);
	transform: scale(1.1, 1.1);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.piclist ul li:hover p {
	color: #ed5700;
}


.teach>h2{font-size:22px;padding:10px 0;}
.jiao_list{overflow:hidden;margin-top: 0.3rem;}
.jiao_list li{width: 16.66%;float: left;margin-bottom:25px;}
.jiao_list li a{
 display:block;
 margin: 0 6%;
 position:relative;
 padding-bottom: 115%;
}
.jiao_list li a div{position: absolute;left:0;right:0;top:0;bottom:0;width:100%;/* height: 268px; *//* padding-bottom: 125%; */background-repeat:no-repeat;background-size: cover;background-position:center;}
.jiao_list li a p{
   text-align:center;
   font-size:16px;
   color:#fff;
   background: #084181;
   position: absolute;
   width: 100%;
   height: 40px;
   line-height: 40px;
   bottom: 0;
}