@charset "UTF-8";
/* CSS Document ahweilai.com*/
body {
	font-family: Arial, sans-serif;
	font-size: .18rem;
	line-height: 160%;
	color: #222;
	background-color: #f1f1f1;
}
* {
	margin: 0px;
	padding: 0px;
}
a {
	color: #333;
	text-decoration: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
li {
	list-style-type: none;
}
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.eot');
  src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),
       url('../font/iconfont.woff2') format('woff2'),
       url('../font/iconfont.woff') format('woff'),
       url('../font/iconfont.ttf') format('truetype'),
       url('../font/iconfont.svg#iconfont') format('svg');
}
.wl-iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wl-wid{
	width: 96%;
	margin: 0 auto;
}
.wl-head {
  background-image: url("../images/head_bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
  box-shadow: 0px 10px 6px 0px rgba(0, 0, 0, 0.1);
	position: fixed;
	top: 0;
	z-index: 1000;
	width: 100%;
}
.wl-head {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.wl-head  .wl-logo {
  /*padding: .1rem;*/
  height: .87rem;
}
.wl-head .wl-logo img {
  height: .38rem;
  padding-top:.26rem;
}
/*nav*/
.wl-head .wl-nav {
  line-height: .4rem;
  height: auto;
  position: absolute;
  top: 0rem;
  width: 100%;
  border-top: 0;
	background-color: transparent;
}
.wl-head .wl-nav .wl-wid{
	width: 100%;
}
.wl-head .wl-nav .wl-navtxt {
  display: none;
  background: #fff;
  overflow: hidden;
  overflow-y: scroll;
  position: absolute;
  top: .89rem;
  z-index: 10;
}
.wl-head .wl-nav .wl-navtxt ul {
  font-size: 0
}
.wl-head .wl-nav .wl-navtxt li {
  display: inline-block;
  width: 100%;
	padding: 2% 0;
  border-bottom: #ddd solid 1px;
}
.wl-head .wl-nav .wl-navtxt li a {
  line-height: .5rem;
  text-align: center;
  font-size: 0.26rem;
  color: #333;
  display: block;
	position: relative;
	width: 100%;
}
.wl-head .wl-nav .wl-navtxt li a i{
	position: absolute;
	display: none;
	transform: rotate(90deg);
  font-size: .16rem;
  color: #999;
	margin-left: .1rem;
}
/*.wl-head .wl-nav .wl-navtxt li#parent {
  background: #fff;
  color: #156BC6;
}
.wl-head .wl-nav .wl-navtxt li#parent a {
  background: #fff;
  color: #054e93;
}
.wl-head .wl-nav .wl-navtxt li#wl-selected {
  background: #fff;
  color: #054e93;
}
.wl-head .wl-nav .wl-navtxt li#wl-selected a {
  background: #fff;
  color: #333;
}
*/
.wl-head .wl-nav .wl-navtxt li:last-child {
  border: none;
}
.wl-head .wl-nav .wl-navico {
  width: 1rem;
  display: block;
  height: .86rem;
  right: 0;
  top: 0;
  background: url(../images/wap-menu.png) center center no-repeat;
  background-size: 50%;
  position: absolute;
}
.wl-head.on .wl-nav .wl-navico {
  background: url(../images/wap-menu2.png) center center no-repeat;
  background-size: 50%;
}
.mmask {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
}
.wl-head .wl-nav .wl-navtxt li dl {
  text-align: center;
}
.wl-head .wl-nav .wl-navtxt li dl dd {
  display: inline-block;
	/*width:40%;*/
	text-align: center;
	background-color: #0811A2;
	margin: 1.5% 2%;
	margin-bottom: .15rem;
	padding:0 2%;
}
.wl-head .wl-nav .wl-navtxt li:nth-child(2) dl dd{
	width: 80%;
	margin: .05rem;
}
.wl-head .wl-nav .wl-navtxt li dl dd a {
  display: inline-block;
  font-size: 0.22rem;
	line-height: .5rem;
  color: #fff;
}
.wl-head .wl-nav .wl-navtxt li.on dl dd a {
  color: #fff;
}

/*====banner====*/
.wl-banner{
	margin-bottom: .4rem;
	margin-top: 1.26rem;
}
.wl-banner .swiper-container{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.wl-banner .swiper-container .swiper-slide img{
	width: 100%;
}
.wl-banner .swiper-container .swiper-pagination {
  width: 100%;
  bottom: .2rem;
}
.wl-banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 .11rem;
}
.wl-banner .swiper-pagination-bullet {
  background: #fff;
  position: relative;
  opacity: .58;
}
.wl-banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0811A2;
}
.wl-banner .swiper-pagination-bullet-active:after {
  content: "";
  width: .2rem;
  height: .2rem;
  border: 1px solid #0811A2;
  position: absolute;
  border-radius: .2rem;
  left: 50%;
  top: 50%;
  margin-left: -0.115rem;
  margin-top: -0.115rem;
}
.wl-banner .swiper-container .swiper-button-next, .wl-banner .swiper-container .swiper-button-prev {
  color: #fff;
  left: 3%;
}
.swiper-button-next::after, .swiper-button-prev::after{
	font-size: .43rem;
}
.wl-banner .swiper-container .swiper-button-next {
  right: 3%;
  left: auto;
}


/*====mian====*/
.wl-main{
	
}
.wl-main .wl-notice{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: .4rem;
	background-color: #fff;
}
.wl-main .wl-notice .wl-title{
	background-image: none;
	width: 100%;
	height: .6rem;
	color: #fff;
	font-size: .26rem;
	line-height: .6rem;
	background-color: #0811A2;
	text-align: center;
	align-content: flex-start;
	margin-bottom: 0;
}
.wl-main .wl-notice .wl-con{
	width: 100%;
	
}
.wl-main .wl-notice .wl-con ul {
	display: flex;
	flex-wrap: wrap;
	padding: 3%;
}
.wl-main .wl-notice .wl-con ul li{
	font-size: .22rem;
	width: 100%;
	line-height: 210%;
	background-image: url("../images/li_icon2.jpg");
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 4%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.wl-main .wl-notice .wl-con ul li a:hover{
	color: #0811A2;
	text-decoration: underline;
}
.wl-main .wl-notice .wl-con span {
	padding-right:1.8%;
}

.wl-title{
	position: relative;
	text-align: center;
	/*background-image: url("../images/title-bg-3.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 95%;*/
	align-content: center;
	line-height: .6rem;
	margin-bottom: .3rem;
}
.wl-title h2{
	font-size: .28rem;
	color: #0811A2;
	font-weight: normal;
}
.wl-title h2 span i{
	display: inline-block;
	padding: 0 .1rem;
}
.wl-title h2 span{
	font-size: .18rem;
	display: inline-block;
	color: #666;
	position: relative;
	top: -2px;
}
.wl-title a{
	position: absolute;
	right: 0;
	display: inline-block;
	background-color: #0811A2;
	color: #fff;
	font-size: .16ewm;
	line-height: .3rem;
	border-radius: .06rem;
	padding: 0 .1rem;
	text-transform: uppercase;
	margin-top: .15rem;
}
.wl-main .wl-news{
	background-color: #fff;
	padding: .3rem 0;
	margin-bottom: .4rem;
}
.wl-main .wl-news .wl-con{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wl-main .wl-news .wl-con .wl-slide{
	width: 100%;
	display: flex;
	justify-content: space-between;
	/*margin-bottom: .3rem;*/
}
.wl-main .wl-news .wl-con .wl-slide .mySwiper-tit{
	width: 25%;
	height: 3rem;
	padding-right: 0;
	
}
.wl-main .wl-news .wl-con .wl-slide .mySwiper-tit .swiper-wrapper{
	width: 100%;
	height: 3rem;
}
.wl-main .wl-news .wl-con .wl-slide .mySwiper-tit .swiper-slide{	
	background-color: #0811A2;	
	height: 1.4rem;
	align-content: center;
	cursor: pointer;
}
.wl-main .wl-news .wl-con .wl-slide .mySwiper-tit .swiper-slide h4{
	width: 85%;
	height: .44rem;
	overflow: hidden;
	color: #fff;
	padding: 0 6.5%;
	margin: .1rem 0;
	font-size: .18rem;
	line-height: .22rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-weight:normal;
}
.wl-main .wl-news .wl-con .wl-slide .mySwiper-tit .swiper-slide-thumb-active{
	background-color: #c71721;
}
.wl-main .wl-news .wl-con .wl-slide .mySwiper-img{
	width: 70%;
	height: 3rem;
	overflow: hidden;
}
.wl-main .wl-news .wl-con .wl-slide .mySwiper-img .swiper-slide a{
	display: block;
	position: relative;
	width: 100%;
	height: 3rem;
}
.wl-main .wl-news .wl-con .wl-slide .mySwiper-img .swiper-slide a h3{
	position: absolute;
	width: 92%;
	padding: 0 4%;
	height: .6rem;
	color: #fff;
	font-size: .2rem;
	line-height: .6rem;
	background-color: rgba(0,0,0,.7);
	bottom: 0px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-weight: normal;
}
.wl-main .wl-news .wl-con .wl-slide .mySwiper-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.wl-main .wl-news .wl-con .wl-list{
	width: 100%;
}
.wl-main .wl-news .wl-con .wl-list ul li {
  border-bottom: dashed 1px #ccc;
  padding: 0 0 .12rem 0;
}
.wl-main .wl-news .wl-con .wl-list ul li a {
  font-size: .22rem;
  padding-left: .04rem;
}
.wl-main .wl-news .wl-con .wl-list ul li a h3 {
  font-size: .2rem;
  /*font-weight: normal;*/
  margin-bottom: .05rem;
  overflow: hidden;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
}
.wl-main .wl-news .wl-con .wl-list ul li a p {
  color: #777;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: .2rem;
	line-height: 160%;
}
.wl-main .wl-news .wl-con .wl-list ul li a:hover h3 {
  font-weight: bold;
  color: #0811A2;
}
.wl-main .wl-news .wl-con .wl-list ul li a:hover p {
  /*text-decoration: underline;*/
}
.wl-main .wl-news .wl-con .wl-list ul li i {
  font-size: .18rem;
  float: left;
  color: #0811A2;
}
.wl-main .wl-news .wl-con .wl-list ul li span {
  float: right;
  font-size: .2rem;
}
.wl-main .wl-news .wl-con .wl-list ul li:nth-child(1), .wl-main .wl-news .wl-con .wl-list ul li:nth-child(2) {
  margin-left: 5px;
}
.wl-main .wl-news .wl-con .wl-list ul.wl-ul.wl-ul li:nth-child(1), .wl-main .wl-news .wl-con .wl-list ul.wl-ul li:nth-child(2) {
  margin-left: 0px;
}
.wl-main .wl-news .wl-con .wl-list ul li:nth-child(3), .wl-main .wl-news .wl-con .wl-list ul li:nth-child(4), .wl-main .wl-news .wl-con .wl-list ul.wl-ul li:nth-child(1), .wl-main .wl-news .wl-con .wl-list ul.wl-ul li:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: none;
  padding: .1rem 0;
}
.wl-main .wl-news .wl-con .wl-list ul li:nth-child(3) a:hover, .wl-main .wl-news .wl-con .wl-list ul li:nth-child(4) a:hover, .wl-main .wl-news .wl-con .wl-list ul.wl-ul li:nth-child(1) a:hover, .wl-main .wl-news .wl-con .wl-list ul.wl-ul li:nth-child(2) a:hover {
  font-weight: bold;
  color: #0811A2;
}
.wl-main .wl-news .wl-con .wl-list ul.wl-ul li:nth-child(1) {
  padding-top: .15rem;
}
.wl-main .wl-law-industry{
	display: flex;
	justify-content: space-between;
	/*margin-bottom: .1rem;*/
	flex-wrap: wrap;
}
.wl-main .wl-law-industry .wl-law{
	width: 100%;
	padding: 5% 0;
	background-color: #fff;
	margin-bottom: .4rem;
}
.wl-main .wl-law-industry .wl-law .wl-title{
	margin-bottom: .1rem;
	/*background-image: url("../images/title-bg-3.png");
	background-position: center center;
	background-size: 86%;*/
	text-align: center;
}
.wl-main .wl-law-industry .wl-law .wl-title a{
	right: .1rem;
}
.wl-main .wl-law-industry .wl-law .wl-con .wl-pic{
	/*margin-bottom: 15px;*/
	padding: 0 3%;
	background-color: rgba(255,255,255,.6);
	transition: all .4s;
}
.wl-main .wl-law-industry .wl-law .wl-con .wl-pic:hover {
	background-color: rgba(255,255,255,.9);
}
.wl-main .wl-law-industry .wl-law .wl-con .wl-pic:hover .wl-txt h2{
	color: #0811A2;
}
.wl-main .wl-law-industry .wl-law .wl-con .wl-pic:hover .wl-txt p{
	text-decoration: underline;
}
.wl-main .wl-law-industry .wl-law .wl-con .wl-pic a{
	display: flex;
	justify-content: space-between;
}
.wl-main .wl-law-industry .wl-law .wl-con .wl-pic .wl-img{
	width: 33%;
	height: 1rem;
	overflow: hidden;
}
.wl-main .wl-law-industry .wl-law .wl-con .wl-pic .wl-img img{
	width: 100%;
	height: 1rem;
	object-fit: cover;
	transition: all .4s;
}
.wl-main .wl-law-industry .wl-law .wl-con .wl-pic:hover .wl-img img{
	transform: scale(1.1);
}
.wl-main .wl-law-industry .wl-law .wl-con .wl-pic .wl-txt{
	width: 65%;
	padding-top: .05rem;
}
.wl-main .wl-law-industry .wl-law .wl-con .wl-pic .wl-txt h2{
	font-size: .2rem;
	/*font-weight: normal;*/
	margin-bottom: .05rem;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.wl-main .wl-law-industry .wl-law .wl-con .wl-pic .wl-txt p{
	/*padding: 0 .1rem;*/
	color: #666;
	 display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.wl-main .wl-law-industry .wl-law .wl-con ul{
	padding: .15rem;
}
.wl-main .wl-law-industry .wl-law .wl-con ul li{
	line-height: .55rem;
	font-size: .22rem;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	border-bottom: dashed 1px #ccc;
}
.wl-main .wl-law-industry .wl-law .wl-con ul li:hover a{
	color: #0811A2;
	text-decoration: underline;
}
.wl-main .wl-law-industry .wl-law .wl-con ul li i{
	color: #0811A2;
	padding-right: 0px;
	font-size: .18rem;
	float: left;
	left: -.06rem;
	position: relative;
}
.wl-main .wl-law-industry .wl-law .wl-con ul li span{
	float: right;
	color: #666;
	font-size: .2rem;
	/*padding-left: .1rem;*/
}
.wl-main .wl-picnews{
	background-color: #fff;
	padding: .3rem 0;
	margin-bottom: .4rem;
}
.wl-picnews .wl-con {
  position: relative;
}
.wl-picnews .wl-con .wl-container{
	position: relative;
}
.wl-picnews .wl-con .wl-pic-swiper {
  position: relative;
  margin: 0 .5rem;
	  overflow: hidden;
}
.wl-picnews .wl-con .wl-pic-swiper .swiper-container {
  padding-bottom: .2rem;

}
.wl-picnews .wl-con .wl-pic-swiper .swiper-container .wl-item {
  width: 96%;
	padding: 2%;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;*/
  padding-bottom: 15px;
  transition: all 0.4s ease-out;
}
.wl-picnews .wl-con .wl-news-swiper .swiper-container .wl-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.wl-picnews .wl-con .wl-pic-swiper .swiper-container .wl-item .wl-img {
  width: 100%;
  height: 2.6rem;
  overflow: hidden;
  margin-bottom: 10px;
}
.wl-picnews .wl-con .wl-pic-swiper .swiper-container .wl-item .wl-img img {
  width: 100%;
  height: 2.6rem;
  object-fit: cover;
  transition: all .4s;
}
.wl-picnews .wl-con .wl-pic-swiper .swiper-container .wl-item:hover .wl-img img {
  transform: scale(1.1);
}
.wl-picnews .wl-con .wl-pic-swiper .swiper-container .wl-item h4 {
  font-size: .22rem;
	font-weight: normal;
  margin-bottom: .1rem;
  padding: 0 .1remx;
/*  overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;*/
	text-align:center
}
.wl-picnews .wl-con .wl-container .swiper-button-prev, .wl-picnews .wl-con .wl-container .swiper-button-next {
  
  outline: none;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #0811A2;
  /*box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	border: 1px solid #ccc;*/
  background-size: 100% 100%;
  position: absolute;
  margin-top: 0;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
  top: 35%;
}
.wl-picnews .wl-con .wl-container .swiper-button-prev {
  left: 0px;
}
.wl-picnews .wl-con .wl-container .swiper-button-next {
  right: 0px;
}
.wl-picnews .wl-con .wl-container .swiper-pagination {
  width: 100%;
  bottom: 0px;
}
.wl-picnews .wl-con .wl-container .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 12px;
}
.wl-picnews .wl-con .wl-container .swiper-pagination-bullet {
  background: #999;
  position: relative;
  opacity: .58;
}
.wl-picnews .wl-con .wl-container .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0811A2;
}
.wl-picnews .wl-con .wl-container .swiper-pagination-bullet-active:after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #0811A2;
  position: absolute;
  border-radius: 20px;
  left: 50%;
  top: 50%;
  margin-left: -11px;
  margin-top: -11px;
}




/*====smain====*/
.wl-smain {
  min-height: 4rem;
  margin-bottom: .4rem;
  display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-wrap: wrap;
}
.wl-smain .wl-l{
	width: 100%;
	background-color: #fff;
	margin-bottom: .3rem
}
.wl-smain .wl-l .wl-title{
	text-align: left;
	background-color: #0811A2;
	background-image: url("../img/smain-l-title-bg.jpg");
	padding: 3% 5%;
	font-size: .26rem;
	line-height: .4rem;
	margin-bottom: 0;
	color: #fff;
}
.wl-smain .wl-l .wl-title p{
	display: block;
	height: 2px;
	width: 23%;
	background-color: #fff;
	margin-top: .1rem;
}
.wl-smain .wl-l ul{
	padding: 0 5%;
}
.wl-smain .wl-l ul li {
	line-height: .5rem;
	border-bottom: solid 1px #ccc;
	padding: 3% 3%;
	transition: all 0.4s ease-out;
}
.wl-smain .wl-l ul li:hover{
	padding: 3% 3%;
}
.wl-smain .wl-l ul li.selected{
	padding: 3% 3%;
}
.wl-smain .wl-l ul li.selected a{
	color: #0811A2;
	font-weight: bold;
}
.wl-smain .wl-l ul li:hover a{
	color: #0811A2;
	font-weight: bold;
	transition: all 0.4s ease-out;
}
.wl-smain .wl-l ul li:last-child{
	border-bottom: none;
}
.wl-smain .wl-l ul li a{
	display: block;
	font-size: .23rem;
	color: #555;
}
.wl-smain .wl-l ul li a i{
	float: right;
}
.wl-smain .wl-r,.wl-smain .wl-nolr {
	width: 96%;
	padding: 5% 2%;
	background-color: #fff;
}
.wl-smain .wl-stitle {
	width: 100%;
  border-bottom: solid 1px #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .3rem;
}
.wl-smain  .wl-stitle h1 {
  font-size: .26rem;
  line-height: 200%;
  border-bottom: solid 2px #0811A2;
  font-weight:normal;
}
.wl-smain .wl-stitle .wl-sloc {
	display: none;
  font-size: 16px;
  color: #777;
}
.wl-smain.wl-stitle .wl-sloc i {
  padding-right: 10px;
}
.wl-smain .wl-stitle .wl-sloc a {
  color: #777;
  padding: 0 10px;
}
.wl-smain .wl-r .wl-con {
}
.wl-smain .wl-r .wl-con img,.wp_entry img {
  max-width: 100%;
  height: auto !important;
  margin: .15rem 0;
}
.wl-smain .wl-r .wl-dy,.wp_entry {
	font-size: .22rem;
	line-height: 200%;
}
.wl-smain .wl-r .wl-dy p,.wp_entry p{
	margin-bottom:5px;
	font-size: .22rem !important;
	line-height: 200% !important;
	font-family: Arial, sans-serif !important;
}
.wp_entry span{
	font-size: .22rem !important;
	line-height: 200% !important;
	font-family: Arial, sans-serif !important;
}
.wp_entry table {
    border-collapse: collapse;
    border-spacing: 0;
}
.wp_entry tr td {
    padding:4px;
	line-height:160%;
}
.wl-smain .wl-r .wl-con .wl-snews {}
.wl-smain .wl-r .wl-con .wl-snews .wl-item {
  border-bottom: solid 1px #ccc;
  margin-bottom: .2rem;
  padding-bottom: .2rem;
  transition: all .4s;
}
.wl-smain .wl-r .wl-con .wl-snews .wl-item:hover {
  transform: translateY(-10px);
}
.wl-smain .wl-r .wl-con .wl-snews .wl-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wl-smain .wl-r .wl-con .wl-snews .wl-item a .wl-info {
  width: 74%;
  padding: 2%;
  transition: all .4s;
}
.wl-smain .wl-r .wl-con .wl-snews .wl-item:nth-child(2n) a .wl-info, .wl-smain .wl-r .wl-con .wl-snews .wl-item:hover a .wl-info {
  background-color: #f8f8f8;
}
.wl-smain .wl-r .wl-con .wl-snews .wl-item a .wl-info h2 {
  font-size: .215rem;
  line-height: 180%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .4s;
}
.wl-smain .wl-r .wl-con .wl-snews .wl-item a .wl-info h2 i{
	position: relative;
	left: -7px;
	font-size: .24rem;
}
.wl-smain .wl-r .wl-con .wl-snews .wl-item:hover a .wl-info h2 {
  color: #0811A2;
}
.wl-smain .wl-r .wl-con .wl-snews .wl-item a .wl-info p {
  font-size: .2rem;
  line-height: 170%;
  color: #777;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.wl-smain .wl-r .wl-con .wl-snews .wl-item a .wl-date {
  width: 20%;
  height: 1rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-left: solid 1px #ccc;
  color: #0811A2;
}
.wl-smain .wl-r .wl-con .wl-snews .wl-item a .wl-date span:first-child {
  font-size: .34rem;
  width: 100%;
}
.wl-smain .wl-r .wl-con .wl-snews .wl-item a .wl-date span:last-child {
  font-size: .2rem;
  width: 100%;
}
.wl-smain .wl-r .wl-nry .wl-nrytitle,.wl-smain .wl-nolr .wl-nry .wl-nrytitle {
  margin-bottom: .3rem;
  text-align: center;
}
.wl-smain .wl-r .wl-nry .wl-nrytitle h1,.wl-smain .wl-nolr .wl-nry .wl-nrytitle h1 {
  font-size: .22rem;
	line-height: 160%;
  padding: 3% 0;
  margin-bottom: .2rem;
  border-bottom: solid 1px #ddd;
}
.wl-smain .wl-r .wl-nry .wl-nrytitle span,.wl-smain .wl-nolr .wl-nry .wl-nrytitle span {
  font-size:.22rem;
}
.wl-smain .wl-r .wl-nry .wl-txt,.wl-smain .wl-nolr .wl-nry .wl-txt {
	font-size: .22rem;
	line-height: 200%;
}
.wl-smain .wl-r .wl-nry .wl-txt p,.wl-smain .wl-nolr .wl-nry .wl-txt p{
	font-size: .22rem !important;
	line-height: 200% !important;
	margin-bottom:5px;
	font-family: Arial, sans-serif !important;
}
.wl-smain .wl-r .wl-nry .wl-txt span,.wl-smain .wl-nolr .wl-nry .wl-txt span{
	font-size: .22rem !important;
	line-height: 200% !important;
	font-family: Arial, sans-serif !important;
}

.wl-smain .wl-r .wl-nry .wl-txt img,.wl-smain .wl-nolr .wl-nry .wl-txt img {
  max-width: 100%;
  height: auto !important;
  margin: 0 auto;
  display: block;
}

/*pic*/
.wl-smain .wl-r .wl-spic ul{
	display: flex;
	justify-content: space-between;
  	flex-wrap: wrap;
	padding-top:.2rem;
}
.wl-smain .wl-r .wl-spic .innertitle {
	text-align: center;
	padding: 20px 0 20px;
}
.wl-smain .wl-r .wl-spic .innertitle span {
	background: #0811A2;
	padding: 8px 26px;
	position: relative;
	font-size: .25rem;
	color: #fff;
	font-weight: normal;
}
.wl-smain .wl-r .wl-spic ul li{
	width: 48%;
	padding-bottom: .25rem;
	background-color: #f1f1f1;
	border-bottom: solid 2px #103675;
	margin:0 0% 5%;
	transition: all ease .4s;
}
/*.wl-smain .wl-r .wl-spic ul li:hover,.wl-smain .wl-r .wl-spic ul li.selected{
	border-bottom: solid 3px #6f3a1f;
	transform: translateY(-10px);
  	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}*/
.wl-smain .wl-r .wl-spic ul li .wl-img{
	height: 1.6rem;
	overflow: hidden;
	margin-bottom: .2rem;
}
.wl-smain .wl-r .wl-spic ul li .wl-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all ease .4s;
}
/*.wl-smain .wl-r .wl-spic ul li:hover .wl-img img{
	transform: scale(1.1);
}*/
.wl-smain .wl-r .wl-spic ul li h3{
	font-size: .215rem;
	padding: 0 5%;
	font-weight: normal;
	line-height: 1.4;
	display: -webkit-box;
  	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 3;
  	overflow: hidden;
	color:#000;
}
.wl-smain .wl-r .wl-spic ul li p{
	font-size: .215rem;
	padding-top: 10px;
	line-height: 1.4;
	color: #103675;
	text-align:center;
}
/*.wl-smain .wl-r .wl-spic ul li:hover h3,.wl-smain .wl-r .wl-spic ul li.selected h3{
	color: #014DA1;
}*/

.wl-smain .wl-r .wl-result{
	padding: .3rem 0;
}
.wl-smain .wl-r .wl-result .wl-img{
	width: 40%;
	margin: 0 auto;
	margin-bottom: .3rem;
}
.wl-smain .wl-r .wl-result .wl-img img{
	width: 100%;
	border-radius: 5px;
}
.wl-smain .wl-r .wl-result ul{
	width: 100%;
	margin: 0 auto;
	font-size:.21rem;
}
.wl-smain .wl-r .wl-result ul li{
	background-color: #f8f8f8;
	border-radius: 5px;
	padding: 1%;
	margin-bottom: .12rem;
	line-height: .5rem;
}
.wl-smain .wl-r .wl-result ul li span{
	background-color: #efebea;
	width: 35%;
	padding-right: 2%;
	background-color: ;
	text-align: right;
	display: inline-block;
	margin-right: 3%;
	border-radius: 5px;
}
.wl-smain .wl-r .wl-mzsm{
	font-size: .21rem;
	padding-top: .3rem;
	line-height: 180%;
}
.wl-smain .wl-online{
	
}
.wl-smain .wl-online ul li{
	background-color: #fff;
	padding: 2%;
	margin-bottom: .2rem;
	padding-bottom: .2rem;
	transition: all .4s;
}
.wl-smain .wl-online ul li:hover{
	transform: translateY(-10px);
}
.wl-smain .wl-online ul li a h3{
	width: 55%;
	padding: 0 22.5%;
	font-size: .22rem;
	line-height: 120%;
	/*text-align: center;
	background-image: url("../images/title-bg-2.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 90%;*/
	padding-top: .15rem;
	margin-bottom: .15rem;
	position: relative;
	min-height: .4rem;
}
.wl-smain .wl-online ul li a h3 span{
	display: inline-block;
	background-color: #0811A2;
	color: #fff;
	font-size: .18rem;
	font-weight: normal;
	padding: 1% 3%;
	border-radius: 8px;
	line-height: 160%;
	margin-top: 0%;
	position: absolute;
	right: 0px;
	transition: all .4s ease;
}
.wl-smain .wl-online ul li a h3 span:hover{
	background-color: #a91d1f;
}
.wl-smain .wl-online ul li img{
	width: 100%;
	border-radius: 8px;
}
.wl-smain .wl-gbook{
  padding: 0 3%;
}
.wl-smain .wl-gbook h1{
	font-weight: normal;
	position: relative;
  padding-bottom: .2rem;
	padding-top: .2rem;
  padding-left: .2rem;
  font-size: .26rem;
  color: #0811A2;
}
.wl-smain .wl-gbook h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -.15rem;
  width: 7px;
  height: .3rem;
  background-color: #0811A2;
}
.wl-smain .wl-gbook ul {
  padding-left:3%;
  padding-right:0;
}
.wl-smain .wl-gbook ul li:nth-child(n+2) {
  margin-top:.2rem;
}
.wl-smain .wl-gbook ul li .wl-item {
  position:relative;
	box-sizing: border-box;
	background-color: #fff;
}
.wl-smain .wl-gbook ul li .wl-item span.rule {
  position:absolute;
  right:100%;
  top:0;
  margin-right:1%;
  font-size:.16rem;
  color:red;
  line-height:.5rem;
	box-sizing: border-box;
}
.wl-smain .wl-gbook ul li .wl-item .wrap {
  min-height:.4rem;
  border:solid 1px #909090;
  border-radius:5px;
  -webkit-transition:all .3s;
  transition:all .3s;
	box-sizing: border-box;
}
.wl-smain .wl-gbook ul li .wl-item .wrap .label {
  padding-left:.1rem;
  min-width:15%;
  font-size:.22rem;
  color:#0811A2;
  line-height:.5rem;
	box-sizing: border-box;
}
.wl-smain .wl-gbook ul li .wl-item .wrap input {
  display:block;
  padding-left:.1rem;
  padding-right:.1rem;
  width:100%;
  height:.5rem;
  font-size:.22rem;
  color:#333;
  line-height:.5rem;
	box-sizing: border-box;
	outline: none;
	border:none;
}
.wl-smain .wl-gbook ul li .wl-item .wrap textarea {
  display:block;
  padding-left:.1rem;
  padding-right:.1rem;
  padding-top:.1rem;
  padding-bottom:.1rem;
  width:100%;
  max-width:100%;
  min-width:100%;
  height:1.2rem;
  min-height:1.2rem;
  font-size:.22rem;
  color:#333;
  line-height:.3rem;
  border:none;
	box-sizing: border-box;
	outline: none;
}
.wl-smain .wl-gbook ul li .wl-item .wrap .yzm {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  padding-left:.15rem;
  padding-right:.15rem;
  height:.5rem;
  cursor:pointer;
	box-sizing: border-box;
}
.wl-smain .wl-gbook ul li .wl-item .wrap .yzm img {
  display:block;
  width:10%;
  height:.3rem;
	box-sizing: border-box;
}
.wl-smain .wl-gbook ul li .wl-item .wrap:hover {
  border-color:var(--blue);
  -webkit-box-shadow:0 3px 6px rgba(0,0,0,.1);
  -ms-box-shadow:0 3px 6px rgba(0,0,0,.1);
  -o-box-shadow:0 3px 6px rgba(0,0,0,.1);
  box-shadow:0 3px 6px rgba(0,0,0,.1);
	box-sizing: border-box;
}
.wl-smain .wl-gbook button {
  width:60%;
  height:.56rem;
  font-size:.22rem;
  color:#fff;
  background-color:#0811A2;
  -webkit-transition:all .3s;
  transition:all .3s;
	box-sizing: border-box;
	border: none;
	margin-top: .3rem;
	cursor: pointer;
}
.wl-smain .wl-gbook button:hover {
  background-color:#a91d1f;
  -webkit-box-shadow:0 3px 6px rgba(0,0,0,.1);
  -ms-box-shadow:0 3px 6px rgba(0,0,0,.1);
  -o-box-shadow:0 3px 6px rgba(0,0,0,.1);
  box-shadow:0 3px 6px rgba(0,0,0,.1);
	box-sizing: border-box;
}
.wl-smain .wl-search{

}
.wl-smain .wl-search ul {
	padding: 3% 0;
	width: 100%;
	margin: 0 auto;
}
.wl-smain .wl-search ul li{
	display: flex;
	justify-content: flex-start;
	margin-bottom: .3rem;
	line-height: .56rem;
	font-size: .22rem;
	background-color: #f1f1f1;
	border-radius: 8px;
	padding: 0 2%;
}
.wl-smain .wl-search ul li i{
	font-size: .22rem;
	padding-right: .1rem;
	float: left;
	color: #0811A2;
}
.wl-smain .wl-search ul li span:first-child{
	width: 32%;
	text-align: justify;
	line-height: .6rem;
}
.wl-smain .wl-search ul li span:last-child{
	width: 66%;
}
.wl-smain .wl-search ul li:nth-child(4), .wl-smain .wl-search ul li:nth-child(5){
	background-color: transparent;
}
.wl-smain .wl-search ul li:nth-child(4) span:first-child{
	display: none;
}
.wl-smain .wl-search ul li:nth-child(5) span:first-child{
	display: none;
}
.wl-smain .wl-search ul li:nth-child(5) span:last-child{
	width: 100%;
}
.wl-smain .wl-search ul li:nth-child(4) span:last-child{
	width: 96%;
  padding: 0px 2%;
  color: #de1212;
  /*background: #fff9f5;*/
  font-size: .22rem;
	/*text-align: center;*/
  border-radius: 5px;
  margin-top: .2rem;
}


.wl-smain .wl-search .wl-cer{
  height: .6rem;
  line-height: .6rem;
  font-size: .22rem;
  padding-left: 3%;
  color: #888888;
  border: 0;
  outline: none;
  width: 97%;
	background-color: transparent;
}
.wl-smain .wl-search .wl-cer-btn{
	width: 60%;
  height: .5rem;
  outline: none;
  cursor: pointer;
  border: 0px;
  margin-bottom: .1rem;
	margin-left: 20%;
  background-color: #0811A2;
  color: #FFFFFF;
  font-size: .22rem;
  border-radius: 2px;
  font-weight: bold;
	transition: all .4s ease;
}
.wl-smain .wl-search .wl-cer-btn:hover{
	background-color: #a91d1f;
}
.wl-smain .wl-search p{
	/*text-align: center;*/
	color: #666;
	margin-bottom: .2rem;
	font-size: .21rem;
	line-height: 170%;
}
/*====foot====*/
.wl-foot{
	background-image: url("../images/footer.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	color:#fff;
}
.wl-foot a{
	color:#fff;
}
.wl-foot .wl-link .wl-con{
	display: flex;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
}
.wl-foot .wl-link .wl-title{
	position: relative;
	text-align: center;
	align-content: center;
	line-height: .6rem;
	padding:.3rem 0 0 0;
}
.wl-foot .wl-link .wl-title h2{
	font-size: .28rem;
	color: #fff;
	font-weight: normal;
}
.wl-foot .wl-link .wl-title h2 span i{
	display: inline-block;
	padding: 0 .1rem;
}
.wl-foot .wl-link .wl-title h2 span{
	font-size: .18rem;
	display: inline-block;
	color: #fff;
	position: relative;
	top: -2px;
}
.wl-foot .wl-link .wl-con a{
	font-size:.215rem;
	line-height:200%;
	color:#fff;
}
.wl-foot .wl-copy{
	align-content: center;
	text-align: center;
	padding: .3rem 0;
	font-size:.215rem;
	line-height:180%;
}
.wl-foot .wl-ncopy{
	align-content: center;
	text-align: center;
	padding-top: 80px;
	min-height: 70px;
}
.noinof {text-align:center;font-size:16px;padding:20px 0 20px 0}
#wl-teck {padding-top:13px;}