/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;}
body{ font-size:12px; color:#666;/*font-family:'Microsoft YaHei';*/    background-color: var(--body-bg-color);}
a{color:var(--main-color);}
a:hover{ color:var(--focus-color);/* text-decoration:underline;*/}
p{line-height:1.8em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper{max-width:1320px !important;margin:0 auto;width: 90% !important;}
.wapper01{max-width:1530px;margin:0 auto;width: 90%;}

body {
	
    --mian-max-width: 1200px;
    --posts-card-scale: 70%;
    --posts-list-scale: 70%;
    --single-cover-scale: 35%;
    --theme-color: #f04494;
    --focus-color: var(--theme-color);
    --focus-shadow-color: rgba(253, 83, 161, 0.4);
    --key-color: #333;
    --main-color: #4e5358;
    --main-shadow: rgba(116, 116, 116, 0.08);
    --muted-color: #777;
    --muted-2-color: #999;
    --muted-3-color: #b1b1b1;
    --body-bg-color: #f5f6f7;
    --main-bg-color: #fff;
    --muted-bg-color: #eee;
	 --main-color-white: #ffffff;
    --main-color-333: #333333;
    --main-color-555: #555555;
    --main-color-666: #666666;
    --main-color-999: #999999;
    --main-color-888: #888888;
    --main-border-color: rgba(50, 50, 50, 0.06);
    --muted-border-color: rgba(0, 0, 0, 0.03);
    --main-radius: 8px;
    --blur-bg: rgba(255, 255, 255, 0.8);
    --float-btn-bg: rgba(200, 200, 200, 0.4);
    --header-bg: var(--blur-bg);
    --header-color: var(--main-color);
    --footer-bg: var(--main-bg-color);
    --footer-color: var(--muted-2-color);
	--main-linear: linear-gradient(45deg, #79bd28 0%, #00653b 100%);
}

.header-bg{ position:fixed; width:100%; left:0; top:0; z-index:99; padding:8px 0; background:#fff;}
.header{ display: flex;   align-items: center;justify-content: space-between;}
.logo{ width:15%; height:36px;}
.logo a{ width:100%; height:100%; display: flex;  align-items: center;}
.logo a img{ max-height:100%; max-width:100%;}




/*menu*/
.menu{ flex:1}
.menu ul li{ float:left; position:relative;}
.menu ul li>span>a{ padding:15px 10px; box-sizing:border-box; position:relative;}
.menu ul li dl{background:#fff;width:100%;position:absolute;left: 50%;top:100%;box-shadow:2px 2px 5px rgba(0,0,0,0.2);padding:10px 0;display:none;z-index:99;min-width:120px;transform: translate(-50%, 0);}
.menu ul li dl dd{ line-height:28px;border-bottom:#ddd dotted 1px; margin:0 10px; position: relative; }
.menu ul li dl dd>dl{ position: absolute; left: 100%; top: 10px;}
.menu ul li dl dd a{ font-size:12px; color:#666; font-weight:normal; display:inline; padding:0; text-align:left;}
.menu ul li dl dd a:hover{ color:#f60;}
.menu a{ font-size:15px;color:var(--header-color); text-decoration:none; font-weight:normal;display:block;text-align:center;}
.menu a:hover{color:#f04494;}
a.menu_hover{ color:#f04494;}
/*.menu_down span{ display:block;background:url(../images/menu_down.gif) right 10px center no-repeat;}
*/
.menu ul li>span>a:before {content: ' ';position: absolute;width: 100%;top: -10px;background: #f04494;height: 5px;border-radius: 0 0 15px 15px;opacity: 0;left: 50%;transform: translate(-50%, 0);}
.menu a:hover:before{ opacity:1 !important}
a.menu_hover:before{ opacity:1 !important}
.menu ul li.on span a{  color:#f04494 !important;}
.menu ul li.on span a:before{ opacity:1 !important}

.header .search {height: 50px;}
.header .search .btn { padding: 0 20px 0 20px; height: 100%; border-radius: 6px; display: flex; align-items: center; font-size: 12px; color: var(--header-color); font-weight: bold; letter-spacing: 2px; cursor: pointer; font-size:14px; }
.header .search form { width: 0; overflow: hidden; display: flex; transition: all .3s ease-out; background-color: #fff; border-radius: 4px; margin: 12px 10px 0; }
.header .search.toggle form { width: 180px; height: 22px; border: 1px solid #ddd; }
.header .search form .submit { background: url(../images/ico_search1.png) no-repeat center; width: 30px; height: 22px; display: block; cursor: pointer; }
.header .search .text { width: 150px; border-radius: 4px; padding: 0 5px; }


.header-bg.active{ background:#fff;    box-shadow: 0 4px 10px var(--main-shadow);}
.header-bg.active .menu a{ color:#000;}
.header-bg.active .search .btn{ color:#000;}

.sp_header{ display:none}
.sjj_nav{ display:none}
.top{display:none}

@media only screen and (max-width: 980px) {
	.header-bg{ display:none}
	
	
 .search {height: 100%;/* width: 40px; */float: right;}
 .search .btn { padding: 0 20px 0 20px; height: 100%; border-radius: 6px; display: flex; align-items: center; font-size: 12px; color: #fff; font-weight: bold; letter-spacing: 2px; cursor: pointer; }
 .search form { width: 0; overflow: hidden; display: flex; transition: all .3s ease-out; background-color: #fff; border-radius: 4px; margin: 12px 10px 0; }
 .search.toggle form { width: 180px; height: 22px; border: 1px solid #ddd; }
 .search form .submit { background: url(../images/ico_search1.png) no-repeat center; width: 30px; height: 22px; display: block; cursor: pointer; }
 .search .text { width: 150px; border-radius: 4px; padding: 0 5px; }	/*---------------------------------------------------------------------------------------------------------------手机站导航开始----------*/
.sp_header{height:50px;overflow:hidden;background:#fff;position:fixed;z-index:10;width:100%; display:block}
.sp_logo{padding:10px;float:left;height:50px;box-sizing: border-box;}
.sp_logo img{margin:auto;max-height:30px;}
.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:15px}
.sp_nav span{display:block;background: var(--focus-color);width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:9;background:#eee;width:100%;height:calc(100% - 104px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s; display:block}
.nav_show{top:50px}
.sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
.sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 70px)}
.sjj_nav>ul>li:first-child .language{float:right;width:70px;overflow:hidden;line-height:30px;margin-top:5px}
.sjj_nav>ul>li:first-child .language a{width:35px;float:left;border-left:1px #ddd solid;text-align:center;color:#999;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;border-left:1px #ddd solid;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px #ddd solid;margin-left:20px;position:relative;line-height:40px;font-size:14px}
.sjj_nav>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#666;width:80%}
.sjj_nav ul li ul li a{color:#999;display:block;text-align:left;}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#555;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#c9141e}
.sjj_nav ul li ul li>ul{margin-left:10px}
/*---------------------------------------------------------------------------------------------------------------手机站导航结束----------*/
.top{display:block;height: 50px !important;!i;!;}

	}


.banner{ position:relative; width:100%; overflow:hidden;}
.banner img{ width:100%; vertical-align:bottom;}
.banner .swiper-button-next:after, .banner .swiper-button-prev:after{ color:#fff; font-size:14px;}
.banner .swiper-pagination{ text-align:right;}
.banner .swiper-pagination span{ background:#fff; border-radius:5px;}
.banner .swiper-pagination span.swiper-pagination-bullet-active{ width:20px;}


.cent01{    margin-top: -40px; position:relative; z-index:1}
.cent01 ul{ display: flex;  align-items: center;justify-content: space-between;}
.cent01 ul li{background:#fff;border-radius:5px;width:calc((100% - 30px)/4);padding: 15px;box-sizing: border-box;box-shadow: 0 0 10px rgba(0, 0, 0, .1);}
.cent01 ul li .nr_box {/* border:1px solid #eee; *//* border-radius:10px; */overflow: hidden;transition: all .3s ease;display: flex;align-items: center;justify-content: space-between;}
.cent01 ul li:hover .nr_box {/* border-color: var(--primary-color); *//* box-shadow: 0 0 10px rgba(0,0,0,.1); */}
.cent01 ul li .img {/* padding-bottom: 70%; *//* position: relative; */overflow: hidden;/* background: #f9f9f9; */width: 45px;height: 45px;border-radius: 50%;}
.cent01 ul li .img img {max-height: 100%;max-width: 100%;transition: all .3s ease;}
.cent01 ul li .txtbg {width: calc(100% - 60px);}
.cent01 ul li .txt {color: #666;}
.cent01 ul li .txt .h2 {font-size: 16.8px;/* line-height: 1.5em; *//* height: 1.5em; */color: var(--main-color);margin-bottom: 0.2rem;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;font-weight: bold;}
.cent01 ul li:hover .txt .h2 {color: var(--focus-color);}
.cent01 ul li .txt .h3 {font-size: 14px;line-height: 1.5em;margin-top: 6px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;color: var(--muted-color);}
.cent01 ul li .time { font-size: 14px; line-height: 24px; color: #999;/* padding-left:24px; */ position: relative; }
.cent01 ul li .time i { width: 20px; height: 24px; background: url(../images/ico_time.png) center no-repeat; position: absolute; left: 0; top: 0; display: none; }
@media(max-width:999px) {
	.cent01{ margin-top:5%}
.cent01 ul{flex-wrap: wrap; }
.cent01 ul li { float: left;width:calc((100% - 20px)/2); margin: 0 0 20px 20px; padding: 5%; }
.cent01 ul li:nth-child(2n-1){ margin-left:0; clear:left;}
.cent01 ul li .img{ width:30px; height:30px;}
.cent01 ul li .txtbg{    width: calc(100% - 40px);}
.cent01 ul li .txt {  }
.cent01 ul li .txt .h2 { font-size: 14px; line-height: 1.5em; height: 1.5em; margin-bottom: 5px; }
.cent01 ul li .txt .h3 {font-size: 12px;line-height: 1.5em;margin-bottom: 5px;}
}

.cent02{ color:var(--main-color); margin-top:1%;display: flex;align-items: center;}
.cent02 span{ font-size:14px; color:var(--main-color); padding:5px 10px; position:relative;}
.cent02 span:before { content: ''; width: 1px;  height: 1.1em; position: absolute;  display: inline-block; background: var(--main-color); left: auto;  right: 0;  top: 50%; opacity: .2 !important; transform: translateY(-50%);}
.cent02-r{ margin-left: 10px;}
.cent02-r a{ font-size:14px;}
.cent02-r a:before {  content: '';  width: 4px; height: 4px; margin: 0 .5em; border-radius: 50%; display: inline-block; vertical-align: middle; background: var(--main-color); opacity: .3; vertical-align: .2em;}
.cent02-r a:first-child:before{  display:none}


.cent03{ margin-top:1%; margin-bottom:2%}
.cent03 ul li { float: left; width: calc((100% - 16px)/2); margin: 0 0 16px 16px; background: #fff; border-radius:10px; overflow:hidden; padding:20px; box-sizing:border-box;}
.cent03 ul li:nth-child(2n-1) { margin-left: 0; clear: left; }
.cent03 ul li .nr_box {display: flex;justify-content: space-between;}
.cent03 ul li .nr_box .imgbg{
    width: 190px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
.cent03 ul li .img { padding-bottom: 70%; position: relative; overflow: hidden; background: #f9f9f9; }
.cent03 ul li .img img { width: 100%; height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto auto; transition: all .3s ease; object-fit:cover}
.cent03 ul li:hover .img img { transform: scale(1.1); }
.cent03 ul li .txtbg {width: calc(100% - 212px););););}
.cent03 ul li .txt {color: #666;width: 100%;height: 100%;}
.cent03 ul li .txt .h2 {font-size: 18px;line-height: 1.5em;height: 1.5em;color: var(--key-color);margin-bottom: 0.2rem;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;font-weight: bold;}
.cent03 ul li:hover .txt .h2 { color: var(--primary-color); }
.cent03 ul li .txt .h3 {font-size: 14px;line-height: 1.5em;height: 3em;margin-bottom: 0.2rem;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;color: var(--muted-color);margin-top: 5%;}
.cent03 ul li .txt .mun>a{ color:#2997f7; font-size:11px; background:rgba(41, 151, 247, 0.1); padding:2px 5px; display:inline-block; border-radius:5px;}
.cent03 ul li .txt .mun>a i{ margin-right:2px;}
.cent03 ul li .txt .mun .adin{ display: flex;   align-items: center;justify-content: space-between; margin-top:6px;}
.cent03 ul li .txt .mun .adin span{ display: flex;   align-items: center; font-size:13px; color:var(--muted-2-color)}
.cent03 ul li .txt .mun .adin span img{ width:20px; height:20px; display:block; border-radius:50%; margin-right:6px;}
.cent03 ul li .txt .mun .adin .mim-r{ display: flex; justify-content: center;  align-items: center;}
.cent03 ul li .txt .mun .adin .mim-r em{ font-style:normal; font-size:13px; color:var(--muted-2-color); margin-left:8px;}
.cent03 ul li .txt .mun .adin .mim-r em i{ margin-right:4px;}
.cent03 ul li .swiper-pagination{ opacity:0;}
.cent03 ul li .swiper-pagination span{ width:4px; height:4px; border-radius:5px; background:#fff;}
.cent03 ul li .swiper-pagination span.swiper-pagination-bullet-active{ width:8px;}
.cent03 ul li:hover .swiper-pagination{ opacity:1;}
@media(max-width:999px) {
.cent03 ul li { float: left; width: 100%; margin: 0 0 20px 0px; }
.cent03 ul li .nr_box{flex-wrap: wrap; }
.cent03 ul li .nr_box .imgbg{ width:100%;}
.cent03 ul li .txtbg{width:100%;}
.cent03 ul li .txt { padding: 10px 5%; }
.cent03 ul li .txt .h2 { font-size: 14px; line-height: 1.5em; height: 1.5em; margin-bottom: 5px; }
.cent03 ul li .txt .h3 { font-size: 12px; line-height: 1.5em; height: 3em; margin-bottom: 5px; }


}


.footer-bg{ background:#fff; padding:3% 0; color:var(--footer-color)}
.footer{ display: flex;   align-items: center;justify-content: space-between; }
.footer01{ width:20%; padding:5px 15px;font-size:11.7px;}
.footer02{flex: 1;    margin: 5px 15px;}
.footer02 span{ font-size:11.7px; color:var(--footer-color)}
.footer02 .fme{ display: flex;  align-items: center; margin-top:10px;}
.footer02 .fme a{ width:35px; height:35px; display: flex; justify-content: center;  align-items: center; background:var(--this-bg); color:var(--footer-color);  --this-bg: var(--main-border-color); border-radius:50%; margin:5px; position:relative;}
.footer02 .fme a em{position:absolute;right:100%;left:50%;transform: translate(-50%, 0);bottom: 120%;line-height:30px;border-radius:5px;background: #000;color: #fff;height: 30px;width: 100px;text-align: center;box-sizing: border-box;font-style: normal; display:none}
.footer02 .fme a em::before {content: " ";bottom: -9px;left: 50%;margin-top: -5px;position: absolute;width: 0;height: 0;border: 5px solid transparent;border-top-color: #000;transform: translate(-50%, 0);}
.footer02 .fme a .img{position:absolute;right:100%;left:50%;transform: translate(-50%, 0);width:140px;bottom: 120%;box-shadow: 0px 0px 15px #ccc;border-radius: 10px;overflow: hidden; display:none}
.footer02 .fme a .img img{ width:100%; vertical-align:bottom;}
.footer02 .fme a:hover em{ display:block}
.footer02 .fme a:hover .img{ display:block}

@media(max-width:999px) {
	.footer{flex-wrap: wrap; }
	.footer01{ width:100%;}
	.footer02{ width:100%;}
	.footer-bg{ padding:5% 0;}
	}
	
	
.cent04{ margin-top:1%;  clear: both; background: var(--main-bg-color);  padding:25px 15px;  box-shadow: 0 0 10px var(--main-shadow);  border-radius: var(--main-radius);  margin-bottom: 20px; box-sizing:border-box;}	
.cent04 h2{ position:relative;    padding-bottom: 8px; font-weight:normal; color:var(--main-color)}
.cent04 h2 i{ font-size:23px; margin-left:6px; margin-right:10px;}
.cent04 h2:before { transition: .4s;  transform-origin: left; position: absolute; content: ''; width: 40px; height: 3px; background: var(--theme-color);left: 0; bottom: 3px; border-radius: 5px; box-shadow: 1px 1px 3px -1px var(--theme-color);
}
.cent04 h2:hover:before{width: 60px;}
@media(max-width:999px) {
	.cent04{ margin-top:0%; padding:5%;}
	}

.banner02{ overflow:hidden; border-radius:10px; margin-top:1%; position:relative;}
.banner02 .img { padding-bottom: 30%; position: relative; overflow: hidden; background: #f9f9f9; }
.banner02 .img img { width: 100%; height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto auto; transition: all .3s ease;     object-fit: cover;}
.banner02 .swiper-pagination{ text-align:right; opacity:0;}
.banner02 .swiper-pagination span{ width:4px; height:4px; border-radius:5px; background:#fff;}
.banner02 .swiper-pagination span.swiper-pagination-bullet-active{ width:8px;}
.banner02:hover .swiper-pagination{ opacity:1;}
.banner02 .shue{display: flex;justify-content: center;align-items: center;position:absolute;top:2%;right:1%;z-index:2;background: #0000004d;padding:2px 6px;color: #fff;border-radius: 100px;}
.banner02 .shue em{ font-style:normal; font-size:13px; color:var( --main-color-white); margin-left:8px;}
.banner02 .shue em i{ margin-right:4px;}
.banner02 .shue em:first-child{margin-left:0}
.gie{ position:absolute; bottom:0; left:0; width:100%; box-sizing:border-box; z-index:2;    background-image: linear-gradient(0deg, rgba(29, 41, 49, .5), rgba(255, 255, 255, 0)); padding:28px 15px 10px; color:#fff;}
.gie>h2{ position:relative;    padding-bottom: 8px; font-weight:normal; font-size:18px; font-weight:bold;}
.gie>h2:before { transition: .4s;  transform-origin: left; position: absolute; content: ''; width: 40px; height: 3px; background: var(--theme-color);left: 0; bottom: 3px; border-radius: 5px; box-shadow: 1px 1px 3px -1px var(--theme-color);}
.gie>h2:hover:before{width: 60px;}
.gie .breadcrumb{    font-size: 13px;  margin: 5px 0 0 -6px;  opacity: unset;}
.gie .breadcrumb>li {
    display: inline-block
}
.gie .breadcrumb>li a{color:var( --main-color-white);}
.gie .breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.gie .breadcrumb>.active {
    color: #777
}


@media(max-width:999px) {
	.banner02{ margin-top:5%;}
	.gie>h2{ font-size:16px;}
	.banner02 .img{ padding-top:86%;}
	}
	
	
	
	
.cent05{ margin-top:1%;    box-shadow: 0 0 10px var(--main-shadow); background:#fff; padding:0 30px 2% 30px; box-sizing:border-box;    border-radius: 10px;}	
.cent0501{ display: flex;   align-items: center;justify-content: space-between; padding:15px 0; border-bottom:1px solid #f3f3f3;}
.cent0501-l{ display: flex;   align-items: center;}
.cent0501-l .img{ position:relative; width:38px; height:38px;}
.cent0501-l .img .img02{ width:100%; height:100%; border-radius:50%; overflow:hidden;}	
.cent0501-l .img .img03{ width:15px; height:15px; position:absolute; bottom:0; right:0;}
.cent0501-l .ane{ margin-left:10px;}
.cent0501-l .ane h2{ display: flex;  align-items: center; font-size:14px; font-weight:normal;    color: var(--main-color);}
.cent0501-l .ane h2 img{ width:39px; margin-left:8px;}
.cent0501-l .ane span{    color: var(--muted-2-color); font-size:14px;}
.cent0501-r{}
.cent0501-r a{ font-size:14px; padding:4.2px 8.4px; border-radius:4px;}
.cent0501-r a i{ margin-right:4px; display:inline-block;}
.cent0501-r .gianhzu{ background:rgba(255, 84, 115, 0.1);    color:#ff5473;}
.cent0501-r .six{ background:rgba(41, 151, 247, 0.1);    color:#2997f7;}
.cent0501-r a:hover{ opacity:0.8;}
.cent0502{ font-size:14px; color:var(--main-color); margin-top:2%;}
.cent05 .smfw{ border:1.5px dashed #008cff; padding:10px;     border-radius: 5px;  line-height: 2em;    font-weight: 700;   color: var(--key-color);   background-color: var(--body-bg-color); margin-top:2%;}
.cent05 .smfw .fem{    margin-top: -2%; width: 30%;  text-align: center; background-color: #008cff;  border-radius: 999px; background-image: linear-gradient(to right, #FFCC99, #FF99CC); border: 1.5px dashed #008cff;   font-size: 21px;}
.cent05 .smfw .img{ text-align:center; margin:1% auto;}
.cent05 .smfw .img img{ max-width:100%;}
.cent05 .text-center{   text-align: center; margin-top:1%; display: flex; justify-content: center;align-items: center;    color: var(--muted-3-color); font-size:14px;}
.cent05 .text-center::after,.cent05 .text-center::before {  content: '';  background: var(--main-border-color); max-width: 20%;  height: 1px;  margin: 0 1em; flex: 1}

@media(max-width:999px) {
	.cent05{ margin-top:5%;}
.cent05 .smfw .fem{ width:60%;}	
.cent05 .smfw{ margin-top:5%;}
.cent05 .smfw .fem{ margin-top:-9%;}
	}

.cent06{margin-top:1%;    box-shadow: 0 0 10px var(--main-shadow); background:#fff; padding:10px 15px; box-sizing:border-box;    border-radius: 10px; text-align:center; font-size:14px; color:var(--main-color)}	
.cent06 .en{ font-size:11px;    color: var(--main-color);}

@media(max-width:999px) {
	.cent06{ margin-top:5%;}
	}



.cent07{ display: flex; align-items: center;justify-content: space-between; margin-top:1%;}
.cent07 .main-bg{    width: calc(50% - 7px); margin: 0; display: inline-block;    padding: 15px; background:#fff; box-sizing:border-box; border-radius: 10px;    box-shadow: 0 0 10px var(--main-shadow);}
.cent07 .main-bg+.main-bg{   margin-right: 0; text-align: right;}
.cent07 .main-bg p{ font-size:14px; color:var(--muted-2-color); display:block; padding:0; margin-bottom:8px;}
.cent07 .main-bg .text-ellipsis-2{height: 2.8em;font-size:14px;color:var(--main-color);overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}


@media(max-width:999px) {
	.cent07{ margin-top:5%;flex-wrap: wrap; }
	.cent07 .main-bg{ width:100%; margin-top:5%;}
	.cent07 .main-bg+.main-bg{ text-align:left;}
	}
	
.cent08{ margin-top:1%; margin-bottom:3%;}
.cent08 .xie{}
.cent08 .xie h2{ font-size:14px; font-weight:normal; color:var(--main-color);    padding-left: 1.2em; position:relative}
.cent08 .xie h2:before { position: absolute; content: ''; width: 4px; background: var(--theme-color);  top: 10%;
left: 2px; bottom: 10%; border-radius: 5px; box-shadow: 1px 1px 3px -1px var(--theme-color);}
.cent0801{margin-top:1%;    box-shadow: 0 0 10px var(--main-shadow); background:#fff; padding: 15px; box-sizing:border-box; border-radius:10px; overflow:hidden;}
.cent08 .swiper-slide { width:220px; }
.cent08 .swiper-slide .img-bg{ position:relative; overflow:hidden; border-radius:10px;}
.cent08 .swiper-slide .img-bg .img{ padding-bottom: 154px; position: relative; overflow: hidden; background: #f9f9f9; }
.cent08 .swiper-slide .img-bg .img img { width: 100%; height: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto auto; transition: all .3s ease; }
.cent08 .swiper-slide .img-bg .img:hover img { transform: scale(1.1); }
.cent08 .swiper-slide .txtbg{ background:rgba(0,0,0,.2); position:absolute; bottom:0; left:0; width:100%; color:#fff; padding:5px 10px; box-sizing:border-box; transition: all 0.5s; height:30px}
.cent08 .swiper-slide .img-bg:hover .txtbg{ height:auto; }
.cent08 .swiper-slide .txtbg .txt .h2{ font-size:14px;}
.cent08 .swiper-slide .txtbg .dije{ opacity:0;  display: flex;  align-items: center;justify-content: space-between;    margin-top: 6px;}
.cent08 .swiper-slide .txtbg .dije .h3{ font-size:12px;}
.cent08 .swiper-slide .txtbg .dije .jcne{ font-size:12px;}
.cent08 .swiper-slide .img-bg:hover .txtbg .dije{ opacity:1;}
.cent08 .swiper-button-next:after, .cent08 .swiper-button-prev:after{ font-size:14px; color:#fff;}
.cent08 .swiper-button-prev{ left:0;}
.cent08 .swiper-button-next{ right:0;}
.cent08 .swiper-button-next, .cent08 .swiper-button-prev{ opacity:0; background:rgba(0,0,0,.5); width:26px; height:40px;}
.cent0801:hover .swiper-button-next, .cent0801:hover .swiper-button-prev{ opacity:1;}

@media(max-width:999px) {
	.cent08{ margin-top:5%; }
	
	}
	
.inside_con{ padding:10px 0; min-height:300px;}	