.logo1{
	display: block;
}
.logo2{
	display: none;
}

.w,img{
  width: 100%;
  height: 100%;
}

.section-box{
	background-color: #FFFFFF;
}
.mauto{
	background-color: #FFFFFF;
	margin-top: 24px;
	/*box-shadow: 0 0 10px rgba(0,0,0,0.15);*/
}
.nav-tip{
	padding-top: 4px;
    padding-bottom: 14px;
    /*border-bottom: 1px solid #e6e6e6;*/
}

.center {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.clear-float::after {
  content: '';
  display: block;
  clear: both;
}
.main {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  background-color: #fff;
}
.head {
  overflow: hidden;
  height: 320px;
  background-color: #666;
  position: relative;
  background: url(../img/consulting/bg.jpg);
  background-size: cover;
}


.head .head-menu {
  position: absolute;
  height: 50px;
  display: flex;
  width: 50%;
  min-width: 300px;
  right: 4%;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
}
.head .head-menu > li {
  flex-grow: 1;
  text-align: center;
}
.head .head-info {
  text-align: center;
  font-size: 24px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.head .head-info .zn {
  font-size: 30px;
}
.head .head-info .en {
  font-size: 28px;
  color: #A0A0A0;
  font-weight: 300;
}
.content {
  padding: 24px;
}
.info-wrap h3{
	font-size: 18px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.content .active-box {
  display: flex;
}
.content .active-box a{
	display: block;
	border: 1px solid #efefef;
	transition: all .5s;
}
.content .active-box a:hover{
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
	border-color: transparent;
}
.content .active-box > div {
  flex-grow: 1;
  width: calc(50% - 14px);
}
.content .active-box .box1 {
  margin-right: 12px;
}
.content .active-box .box2 {
  margin-left: 12px;
}
.content .active-box .img-box{
	display: block;
	width: 100%;
	height: 360px;
	overflow: hidden;
}
.content .active-box .img-box img{
	height: 100%;
	width: 100%;
}
.content .active-box .des-info {
  padding: 10px;
}
.content .active-box .des-info .title {
  color: #000000;
}
.text-box{
	width: calc(100% - 160px);
	display: inline-block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 18px;
}
.content .active-box .des-info .title .time {
  color: #A0A0A0;
  float: right;
  font-size: 12px;
  padding-top: 4px;
}
.content .active-box .des-info .des {
  color: #666666;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.active-list .active-item {
  width: calc(100% - 48px);
  padding: 24px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.active-list .active-item a{
  display: flex;
}
.active-list .active-item:after{
	content: '';
	position: absolute;
	display: block;
	height: 1px;
	left: 24px;
	right: 0;
	background-color: #F5F5F5;
	bottom: 0;
}
.active-list .active-item:last-child:after{
	height: 0;
}

.active-list .active-item:hover {
  /*background-color: #fbfbfb;*/
  box-shadow: 0 0 10px rgba(0,0,0,0.25);
}
.active-list .active-item:hover h3{
	color: #118AEF;
}
.active-list .active-item .img-wrap {
  width: 252px;
  height: 175px;
    overflow: hidden;
}

.active-list .active-item .info-wrap {
  flex-grow: 1;
  padding: 4px 18px;
  position: relative;
  width: 70%;
}


.active-list .active-item .info-wrap > p {
  color: #666666;
  -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
	margin-top: 10px;
}

.active-list .active-item .info-wrap > .time {
  color: #a0a0a0;
  position: absolute;
  bottom: 4px;
  left: 18px;
}
.grey-bg{
	background-color: #f4f4f4 !important;
}
.basic-pagination ul li a.grey-bg:hover, .basic-pagination ul li.active a.grey-bg {
    color: #222;
    border-color: #118AEF;
}
.footer {
  text-align: center;
  color: #6a6a6a;
  margin-top: 20px;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-Regular;
}

.ul-active-box li{
	float: left;
	width: calc(50% - 24px);
	padding: 12px;
}
.ul-active-box:after{
	clear: both;
	content: '';
	display: table;
}
.ul-active-box a {
	display: block;
	border: 1px solid #efefef;
	transition: all .5s;
}
.ul-active-box .des-info {
	padding: 14px 14px 8px 14px;
}
.ul-active-box .img-box {
	display: block;
	width: 100%;
	/* height: 360px; */
	overflow: hidden;
}
.ul-active-box .time {
	color: #A0A0A0;
	float: right;
	font-size: 12px;
}
.ul-active-box a:hover {
	box-shadow: 0 0 10px rgb(0 0 0 / 25%);
	border-color: transparent;
}
.basic-pagination ul li {
	margin-bottom: 10px;
	display: inline-block;
	margin: 0 5px;
}
.basic-pagination ul li a {
	height: 60px;
	width: 60px;
	background: transparent;
	color: #1b1d21;
	border: 1px solid #ededed;
	font-size: 16px;
	font-weight: 600;
	border-radius: 50%;
	line-height: 60px;
	margin: 0px;
	display: inline-block;
	text-align: center;
}
.news-list-icon {
	position: relative;
	display: inline-block;
	text-align: center;
}
.news-list-icon::after {
	content: '';
	display: block;
	background: url(../img/consulting/news-list-icon.png) no-repeat;
	width: 14px;
	height: 14px;
	background-position: center;
}
.basic-pagination ul li a:hover .news-list-icon::after {
	background-image: url(../img/consulting/news-list-x-icon.png);
}
.mb-30 {
	margin-bottom: 24px;
}
.pt-20 {
	padding-top: 20px;
}
.text-center{
	text-align: center;
}
.basic-pagination ul li a:hover, .basic-pagination ul li.active a {
	background: #118AEF;
	color: #ffffff;
	border-color: #118AEF;
}

@media only screen and (max-width: 1400px) {
	
	
}

@media only screen and (max-width: 1024px){
	.content .active-box .img-box{ height: 228px; }
	/*.section-box{ background-color: #EFF3F6; }*/
}
@media only screen and (max-width: 768px){
	.content .active-box .des-info .des{ display: none; }
	.text-box{ width: calc(100% - 5px);font-size: 14px; }
	.ul-active-box .time{display: none;}
	.content .active-box .des-info .title .time{ float: left; }
}
@media screen and (max-width: 736px) {
	.mauto { width: calc(100% - 28px);}
	.content{ padding: 14px 0; }
	.active-list .active-item{ padding: 14px 0; width: calc(100% - 0px); }
	.active-list .active-item:after{ left: 14px; }
	.active-list .active-item { align-items: center; }
	.active-list .active-item .info-wrap { padding: 6px; }
	.active-list .active-item .info-wrap > .time { font-size: 12px; left: 6px;bottom: 6px; }
	.active-list .active-item .info-wrap > p{ -webkit-line-clamp: 2; }
	.content .active-box .img-box{ height: 200px; }
	.active-list .active-item:hover{ box-shadow:none; }
}
@media only screen and (max-width: 449px){
	.head{ height: 156px; }
	.head .head-info .zn{ font-size: 1.5rem; }
	.head .head-info .en{ font-size: 1rem; }
	.active-list .active-item .info-wrap > h3 { font-size: 12px; }
	.active-list .active-item .info-wrap > p { font-size: 12px; }
	.active-list .active-item .img-wrap{ width: 100px;height: 78px; }
	.info-wrap h3{ -webkit-line-clamp: 1; }
	.active-list .active-item .info-wrap > p{ display: none; }
	.active-list .active-item .info-wrap > .time{  }
	.content .active-box .img-box{ height: 110px; }
}
@media only screen and (max-height:780px ) {
	.head .head-info .en{ margin-top: 4px; }
}