/**************************************/
/*************[公用start]**************/
/**************************************/

/*主站变灰*/
/*html {
-webkit-filter:grayscale(100%);
-moz-filter:grayscale(100%);
-ms-filter:grayscale(100%);
-o-filter:grayscale(100%);
filter:grayscale(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)
}
* {
-moz-filter: grayscale(100%); 
-ms-filter: grayscale(100%); 
-o-filter: grayscale(100%); 
filter: gray;
}*/
/*主站变灰*/

/*淘宝变灰*/
/* body, html {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    }*/

/*淘宝变灰*/

/*百度百科變灰*/


/*body.memorial>* {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1)
}
*/


/*百度百科變灰*/


html,body{
	overflow-x: hidden;
}









div.clear{
	clear: both;
	height: 0;
	width: 0;
}




a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}

img{
	border:0;
	max-width: 100%;
}


div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

.tran{
	transition: all .3s ease-out 0s;
}
.tver{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}



/*图片中心放大代码区域*/

.img-box{/*图片盒子类名*/

	overflow: hidden;
}

.img-box img{
	transition: .3s;
	width: 100%;
	max-width: 100%;
}

.img-box:hover img{
	/*图片中心放大代码*/
	  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*图片中心放大代码区域*/


.imgbox_a{
	position:relative;
	padding-bottom: 100%;
	overflow:hidden;
	display: block;
}

.imgbox_a>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%!important;
	height: 100%!important;
}
.imgbox_hover>img{
	/* ueco 时间曲线*/
	/*transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; */
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s;

}
.imgbox_hover:hover>img{
	-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/**************************************/
/************[公用over]****************/
/**************************************/




/*header-start*/
/**************************************************************/

#header{
	background-color: #fff;
	position: relative;
	z-index: 999;
}

.logo{
	width: 406px;
	margin-left: 9px;
	margin-top: 12px;
}
.logo a,.logo img{
	display: block;
	width: 100%;
}

.header-1{
	height: 103px;
	background-color: #fff;
}



.search{
	width:335px;
	margin: 35px 0 0;
	position: relative;
}


.search input:focus{
	outline: none;
}

.search input[type="text"]{
	display: block;
	width: 100%;
	height: 34px;
	border:1px solid #d9dee3;
	border-radius: 34px;
	font-size: 14px;
	color: #333;
	line-height: 1.428571;
	padding:6px 38px 6px 24px;
}

.search input[type="image"]{
	position: absolute;
	right:15px;
	top: 9px;
	width: 14px;
}

.nav-wp{
	background-image: linear-gradient(to right, #14619d , #277aba);
}

.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	position: relative;
	width: 8.333333333%;
	text-align: center;
}







.nav>ul>li>a{
	display: block;
	height: 57px;
	line-height: 57px;
	font-size: 16px;
	color:#fff;
	font-weight: bold;
}
.nav>ul>li:last-child>a{
	color: #f9e193;
}


.nav>ul>li>ul{
	position: absolute;
	width: 100px;
	left: 50%;
	margin-left: -50px;
	top:100%;
	z-index: 600;
	display: none;
	background-color: #f7fafe;
}

.nav>ul>li>ul>li>a{
	display: block;
	padding: 8px 5px;
	text-align: center;
	line-height: 1.6;
	font-size: 14px;
	color:#333;
	text-align: center;

}


.nav>ul>li>ul>li>a:hover{
	background-color: #14619d;
	color:#fff;
}








/**************************************************************/
/*header-over*/





/*main-start*/
/**************************************************************/

#main{

}
.fafa .flex-control-nav{
	height: 0;
	bottom: 42px;
}
.fafa .flex-control-nav li{
	margin:0 19px;
}
.fafa .flex-control-paging li a{
	width: 12px;
	height: 12px;
}

.main-top{
  padding: 50px 0 60px;
  background-image: url(../2023img/erji-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}

.main-box{
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(9, 2, 4, 0.2);
}


.main-title{
	width: 91px;
	border-right: 1px solid #dddddd;
	text-align: center;
	padding: 40px 30px 0;
	position: relative;
}
.main-title h1{
	margin:0;
	font-size: 30px;
	font-weight: bold;
	color:#333;
}
.main-title a{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 40px;
	font-size:16px;
	color:#666;
	padding:  0 38px 25px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../2023img/jiao1.png);
	line-height: 1;
}
.main-title a:hover{
	color: #14619d;
	font-weight: bold;
}
.main1 .main-title{
	height: 516px;
}
.main2 .main-title{
	height: 616px;
}
.main3 .main-title{
	height: 500px;
}
.mm50{
	margin-top: 50px;
}

.main-box-div{
	overflow:hidden;
}


.main1-list dl{
	margin:0;
}

.main1-list dd{
	float: left;
	width: 33.3333333%;
	height: 258px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 30px 55px 0;
}
.main1-list dd:first-child+dd+dd{
	border-right: 1px solid #fff;
}

.main1-list dd:first-child+dd+dd+dd{
	border-bottom: 1px solid #fff;
}
.main1-list dd:first-child+dd+dd+dd+dd{
	border-bottom: 1px solid #fff;
}
.main1-list dd:first-child+dd+dd+dd+dd+dd{
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.main1-list dd h1{
	margin:0;
	font-size: 18px;
	color:#333;
	font-weight: bold;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
}
.main1-list dd h1 a:hover{
	color: #14619d;
}


.main1-list dd h2{
	margin:0;
	font-size: 14px;
	color:#999;
	height: 24px;
	line-height: 24px;
	padding-left: 35px;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-image: url(../2023img/time.png);
	margin:10px 0;
}


.main1-list dd p{
	margin:0;
	font-size: 14px;
	color:#666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
}

.main1-fl{
	display: inline-block;
	padding: 8px 16px;
	background-color: #14619d;
	color:#fff;
	font-size: 14px;
	margin-top: 15px;
	line-height: 1;
}

.main2 .main-box-div{
	padding: 45px 45px 0 55px;
}

.main2-1{
	width: 670px;
	margin-right: 50px;
}
.main2-1-pic .imgbox_a{
	padding-bottom: 54.6268%;
}
.main2-2{
	overflow: hidden;
	padding-top: 35px;
	position: relative;
}

.main2-2::before{
	position: absolute;
	width: 1px;
	background-color: #dddddd;
	content:"";
	left: 123px;
	top: 35px;
	bottom: 0px;
}

.main2-1-con{
	padding: 30px 15px 0;
}

.main2-1-con h1{
	margin:0;
	font-size: 16px;
	color:#333;
}
.main2-1-con h1 a:hover{
	color: #14619d;
	font-weight: bold;
}
.main2-1-con p{
	margin:0;
	font-size: 14px;
	color:#666;
	line-height: 1.8;
	height: 3.6em;
	overflow: hidden;
	margin:15px 0 35px;
}


.main2-1-con h2{
	margin:0;
	font-size: 14px;
	color:#999;
	height: 28px;
	line-height: 28px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: 0 center;
	background-image: url(../2023img/time2.png);

}


.main2-2 dl{
	margin:0;
	position: relative;
	z-index: 15;
}

.main2-2-date{
	width: 124px;
	font-size: 16px;
	color: #999;
	height: 24px;
	line-height: 24px;
	position: relative;
	z-index: 15;
	margin-top: 28px;
}
.main2-2-date::after{
	position: absolute;
	width: 24px;
	height: 24px;
	right: -12px;
	top: 0%;
	content:"";
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../2023img/time.png);
}

.main2-2-con{
	overflow: hidden;
	padding: 16px 30px;
	background-color: #fff;
}

.main2-2-a{
	font-size: 16px;
	color:#333;
	line-height: 1.5;
	height: 3em;
	overflow: hidden;
}

.main2-2 dd:hover .main2-2-con{
	background-color: #14619d;
}
.main2-2 dd:hover .main2-2-a{
	color: #fff;
}
.main2-2 dd+dd{
	margin-top: 10px;
}


.main3 .main-box-div{
	padding: 0 30px;
}


.main3-item{
	display: block;
	position: relative;
	height: 500px;
	padding: 60px 20px 0;
}



.main3-title{
	font-size: 16px;
	color: #333;
	line-height: 1.5;
	height: 3em;
	overflow:hidden; 
	text-align: center;
}

.main3-linetime{
	height: 24px;
	position: relative;
	margin:25px 0;
}
.main3-linetime::before{
	position: absolute;
	left: -20px;
	right: -20px;
	top: 50%;
	height: 1px;
	background-color: #ddd;
	content:"";
	z-index: 10
}
.main3-linetime::after{
	position: absolute;
	width: 24px;
	height: 24px;
	top: 0%;
	left: 50%;
	margin-left: -12px;
	content:"";
	z-index: 20;
	background-image: url(../2023img/time.png);
	background-repeat: no-repeat;
	background-position: center;
}

.main3-dl dl{
	margin:0;
}

.main3-dl dd{
	font-size: 14px;
	color:#333;
	line-height: 18px;
	padding-left: 28px;
	background-repeat: no-repeat;
	background-position: left center;
}
.main3-dl dd:first-child{background-image: url(../2023img/dd1.png);}
.main3-dl dd:first-child+dd{background-image: url(../2023img/dd2.png);}
.main3-dl dd:first-child+dd+dd{background-image: url(../2023img/dd3.png);}



.main3-dl dd+dd{
	margin-top: 20px;
}

.main3-more{
	position: absolute;
	left: 0;
	bottom: 60px;
	font-size:14px;
	color: #999;
	text-align: center;
	width: 100%;
}

.main3-more::before{
	position: absolute;
	width: 1px;
	background-color: #dddddd;
	height: 78px;
	bottom: 42px;
	content:"";
	left: 50%;
}

.main3-item:hover{
	background-color: #14619d;
}

.main3-item:hover .main3-title{
	color: #fff;
}
.main3-item:hover .main3-linetime::after{background-image: url(../2023img/timeh.png);}
.main3-item:hover .main3-dl dd{
	color: #fff;
}
.main3-item:hover .main3-dl dd:first-child{background-image: url(../2023img/dd1h.png);}
.main3-item:hover .main3-dl dd:first-child+dd{background-image: url(../2023img/dd2h.png);}
.main3-item:hover .main3-dl dd:first-child+dd+dd{background-image: url(../2023img/dd3h.png);}




.main3-item:hover .main3-more{
	color: #fff;
}
.main3-item:hover .main3-more::before{
	background-color: #fff;
}
.main-bottom{
  padding: 70px 0;
  background-image: url(../2023img/main-bottom-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main4-list dl{
	margin:0;
}

.main4-list dd{
	float: left;
	width: 25%;
	padding-left:1px; 
}

.main4-list dd .imgbox_a{
	padding-bottom: 113.649%
}

.main4-list dd .imgbox_a::after{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 225px;
	background-repeat: repeat-x;
	background-position: left top;
	content:"";
	z-index: 10;
	background-image: url(../2023img/main4-after.png);
}


.main4-list dd .imgbox_a::before{
	position: absolute;
	width: 279px;
	left: 0;
	bottom: 0;
	top: 0;
	background-repeat: repeat-y;
	background-position: right top;
	content:"";
	z-index: 15;
	background-image: url(../2023img/main4-before.png);
}
.main4-list dd:first-child .imgbox_a::before{
	background-image: url(../2023img/main4-before0.png);
}

.main4-con{
	position: absolute;
	width: 100%;
	z-index: 50;
	left: 0;
	top: 320px;
	padding: 0	30px;
}
.main4-con h1{
	margin:0;
	font-size: 24px;
	color:#fff;
	font-weight: bold;
}
.main4-con p{
	margin:0;
	font-size: 14px;
	color:#fff;
	margin-top: 15px;
}
/**************************************************************/
/*main-over*/





/*footer-start*/
/**************************************************************/

#footer{

}


.footer-1{
	background-color: #fff;
}

.footer-1-div{
	font-size: 0;
}

.footer-1-item{
	display: inline-block;
	height: 70px;
	line-height: 70px;
	font-size: 14px;
	color:#333;
	margin-right: 50px;
}

.footer-1-item img{
	margin-top: -3px;
	margin-right: 15px;
	width: 22px;
	height: 20px;
}
.footer-1-item a:hover{
	color: #14619d;
}

.footer-2{
	padding: 70px 0;
	background-image: url(../2023img/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.foo2-1{
	width:660px;
}

.f-logo{
	width: 376px;
	padding-bottom: 30px;
}
.f-logo a,.f-logo img{
	display: block;
	width: 100%;
}


.foo-p{
	font-size: 14px;
	color:#fff;
	line-height: 2.6;
}

.foo-p span{
	padding-left: 15px;
}

.foo2-2{
	width: 290px;
}
.foo2-2 h1{
	margin:0;
	font-size: 20px;
	color:#fff;
	font-weight: bold;
}

.foo2-2 dl{
	margin:0;
	padding-top: 25px;
}

.foo2-2 dd+dd{
	margin-top: 20px;
}









/**************************************************************/
/*footer-over*/





/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/


#header-2{
	display: none;
	height: 75px;
	/*border-bottom:0px solid #035cac;*/
	box-shadow: 0 4px 8px -3px #000;
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1001;
	background-color: #fff;
	border-bottom: 1px dashed #ccc;

	/*background-color: #0089d0;*/
}
.nav-2{
	display: none;
	background-color: #fff;
	position: relative;
	z-index:900;
	max-height: calc(100vh - 75px);
	overflow-y: auto;
}
.nav-2>ul>li:last-child>a{
	color: #f9e193;
}
.nav-2>ul{
	margin:0;
	max-height: calc(100vh - 129px);
	overflow-y: auto;
}
.nav-2>ul>li{
	border-top: 1px dashed #ccc;
	position: relative;
}
.jiaspan{
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url(../2023img/jia2.png);
	background-repeat: no-repeat;
	background-position: center ;
	top: 5px;
	right: 14px;
}
.jiaspan.cur{
	background-image: url(../2023img/jia2h.png);
}
.nav-2>ul>li:first-child{
	/*border-top: 0;*/
}
.nav-2>ul>li>a{
	padding:8px 10px;
	display: block;
	font-size: 16px;
	width: 100%;
	color:#333;
	font-family: "anb";
	text-transform: uppercase;
}
.nav-2>ul>li>ul{
	padding-bottom: 10px;
	display: none;
}
.nav-2>ul>li>ul>li>a{
	padding: 4px 10px;
	display: block;
	font-size: 14px;
	padding-left: 25px;
	width: 100%;
	color:#666;
}
/*.downla-2 {
	padding: 5px 0 10px;
	display: none;
}
.downla-2 dd{
	padding-left: 30px;
}
.downla-2 dd a{
	font-size: 14px;
	display: inline-block;
	padding: 3px 0;
	width: auto;
}*/
/*.nav-2 li a:hover{
	color:#1a0d07;
}*/
.nav-2-form{
	padding: 10px;
	position: relative;
}
.nav-2-form input[type="image"]{
	position: absolute;
	right: 19px;
	top: 17px;
	width: 18px;
}
.nav-2-form .form-control{padding-right: 50px;}
.logo-2 {
	font-size: 0;
	width:240px;
	margin-left: 15px;
	margin-top: 14px;
	/*opacity: 0;*/
}
.logo-2 img{
	display: block;
	width: 100%;
}
.menu2{
	margin-right: 15px;
	height: 75px;
	font-size: 0;
}
.menu2 li{
	cursor:pointer ;
	margin-left: 15px;
	float: right;
	margin-top: 29px;
}
.menu2 li+li{
	margin-top: 21px;
}
.menu2 li img{
	/*vertical-align: middle;*/
}
.chenggao{
	display: none;
	height: 75px;
}
#nav-2-heidi{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 800;
	background-image: url(../2023img/heidi.png);
	display: none;
}


/**************************************/
/********[特殊css样式要求区域]**********/
/**************************************/


.banner-2{
	height: 300px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.erji{
	padding: 50px 0 60px;
	background-image: url(../2023img/erji-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.menu{
	width: 250px;

}

.menu-h1{
	font-size: 22px;
	color:#fff;
	background-color: #14619d;
	text-align: center;
	padding: 20px 15px;
}

.menu-dl dl{
	margin:0;
	border:1px solid #e0e0e0;
	border-top: 0;
	background-color: #fff;
}


.menu-dl dd{
	display: block;
	font-size: 16px;
	color:#333;
	line-height: 1.5;
	padding: 15px;
	padding-left: 40px;
}

.menu-dl dd+dd{
	border-top:1px solid #e0e0e0;
}
.menu-dl dd>a:hover{
	color: #14619d;
}
.menu-dl dd.cur>a{
	color:#14619d;
	font-weight: bold;
}

.erji-content{
	width: 1140px;
	background-color: #fff;
	padding: 30px 40px 50px;
	box-shadow: 0px 0px 20px 0px rgba(9, 2, 4, 0.2);
}
.erji-title{
	border-bottom: 1px solid #e0e0e0;
}
.erji-title h1{
	margin:0;
	font-size: 20px;
	color:#333;
	padding: 0 10px 10px;
	border-bottom: 3px solid #14619d;
	position: relative;
	top: 1px;
}

.mianbaoxie{
	font-size: 14px;
	color:#666;
	padding-left: 28px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-image: url(../2023img/mian.png);
	margin-top:6px;
}

.erji-content-div{
	margin-top: 30px;
}

.shizi_list ul{
	margin:0;
}

.shizi_list li{
	background-color: #f8f8f8;
	padding: 3px 0;
	margin-top: 20px;
}
.shizi-zc{
	width: 428px;
	padding-right: 25px;
	margin-right: 25px;
	border-right: 1px solid #e8e8e8;
	line-height: 36px;
	text-align: right;
	font-size:16px; 
	color:#14619d;
}
.shizi-dl{
	overflow:hidden;
	padding-right:100px;
}
.shizi-dl dl{
	margin:0;
}

.shizi-dl dd{
	float: left;
	width: 20%;
	line-height: 36px;
	font-size:16px; 
	color:#333;
}

.sanji-dl{
	padding-bottom: 30px;
}
.sanji-dl dl{
	margin:0;
	text-align: center;
	font-size: 0;
}
.sanji-dl dd{
	display: inline-block;
	
}
.sanji-dl dd+dd{
	margin-left: 15px;
}
.sanji-dl dd>a{
	display: block;
	padding: 8px 20px;
	background-color: #f8f8f8;
	min-width: 92px;
	text-align: center;
	font-size: 16px;
	color:#333;
}

.sanji-dl dd.cur>a,
.sanji-dl dd>a:hover{
	background-color: #14619d;
	color:#fff;
}
.js_list{
	overflow: hidden;
}
.js_list dl{
	margin:0;
	margin-left: -3%;
	margin-top: -3%;
}

.js_list dd{
	float: left;
	width: 22%;
	margin-left: 3%;
	margin-top: 3%;
	background-color: #f8f8f8;
	padding: 23px;
	padding-bottom: 0;
}

.js-pic .imgbox_a{
	padding-bottom: 118.5%
}

.js-title{
	font-size: 16px;
	color:#333;
	text-align: center;
	padding: 20px 0;
}

.js_list dd:hover .js-title{
	color: #14619d;
}

.fenye{
	text-align: center;
	margin-top: 50px;
}

.fenye ul{
	margin:0;
}



.danpian-h1{
	font-size: 28px;
	line-height: 1.6;
	color:#333;
	text-align: center;

}

.danpian-h2{
	font-size: 14px;
	line-height: 1.6;
	color:#999;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding: 10px 0 15px;

}
.bsBox,.bsBox *,#bsPanelHolder,#bsPanelHolder *{
	-webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.danpian-con{
	font-size: 14px;
	color:#666;
	line-height: 2;
	padding: 20px 0 20px;
}
.danpian-con *{
	font-size: 16px;
	color:#666!important;
	line-height: 2;
}
.danpian-con img{
	display: block;
	margin:15px auto;
}


.dan-page{
	padding-top: 10px;
	border-top: 1px solid #eee;
}

.dan-a{
	margin-top: 12px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dan-a a{
	font-size: 16px;
	color:#666;
}

.dan-a a:hover{
	color:#14619d;
}


.list001 dl{
	margin:0;
	padding-top: 5px
}
.list001 dd{
	position: relative;
	height: 46px;
	line-height: 45px;
	font-size: 16px;
	color: #666;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 80px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-image: url(../2023img/list001.jpg);
	border-bottom: 1px solid #ddd;
}
.list001 dd span.span_121{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color:#999;
}

.list001 dd a:hover{
	color: #14619d;
}

.list002 ul{
	margin:0;
	margin-left: -3%;

}

.list002 li{
	float: left;
	width: 30.33333%;
	margin-left: 3%;
	margin-top: 3%
}

.list002 .main3-dl dd+dd {
    margin-top: 15px;
}

.list002-item{
	display: block;
	border:1px solid #ddd;
	padding: 20px;
	height: 248px;
}


.list002-item:hover{
	background-color: #14619d;
}

.list002-item:hover .main3-title{
	color: #fff;
}
.list002-item:hover .main3-linetime::after{background-image: url(../2023img/timeh.png);}
.list002-item:hover .main3-dl dd{
	color: #fff;
}
.list002-item:hover .main3-dl dd:first-child{background-image: url(../2023img/dd1h.png);}
.list002-item:hover .main3-dl dd:first-child+dd{background-image: url(../2023img/dd2h.png);}
.list002-item:hover .main3-dl dd:first-child+dd+dd{background-image: url(../2023img/dd3h.png);}






.laoshi-title{
	padding: 25px 0;
	text-align: center;
	font-size: 18px;
	color:#0c72bd;
}
.laoshi-pic{
	width: 148px;
	margin-left: 180px;
	margin-top: 20px;
	margin-right: 20px;
}

.laoshi-wen{
	overflow: hidden;
	padding: 0 20px;
}

.laoshi-wen ul{
	margin:0;
}
.laoshi-wen li{
	color:#333;
	line-height: 2;
}
.laoshi-wen li span{
	color:#0c72bd;
	font-size: 16px;
	font-weight: bold;
}

.laoshi-pic img{
	display: block;
	width: 100%;
}

.laoshi-bottom-title{
	padding-left: 20px;
	color:#fff;
	font-size: 16px;
	background-color: #0c72bd;
	height: 43px;
	line-height: 43px;
	margin-top: 25px;
}

.laoshi-bottom-div{
	margin-top: 25px;
	font-size: 14px;
	color:#333;
	line-height: 1.8;
}

.laoshi-bottom-div p{
	margin:0;
}
.laoshi-bottom-div2 p{
	margin:0;
	margin-top: 5px;
}
.laoshi-bottom-div2 strong{
	font-size: 16px;
	
}

.laoshi-bottom-div2  dl{
	margin:0;
}

.laoshi-bottom-div2  dd{
	margin-top: 15px;
	font-size: 14px;
	color:#333;
	line-height: 2;
	padding:12px 20px;
}

.laoshi-bottom-div2  dd:hover{
	
	background-color: #f0efef; 
}