* {
	margin: 0;
	padding: 0;
}

html,
body {
	font-size: 16px;
	-webkit-text-size-adjust: 100% !important;
	padding: 0;
	margin: 0;
	word-break: break-all;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

em,
i {
	font-style: normal;
}

.nowrap {
	white-space: nowrap;
}

input,
textarea {
	outline: none;
}


.w750 {
	max-width: 750px;
	margin: 0 auto;
	background: #ffffff;
}

.info-h1 {
	color: #4a4f5a;
	font-size: 18px;
	margin: 0px 15px 0 15px;
	line-height: 20px;
	padding-top: 20px;
}

.top-content {
	display: flex;
	align-items: center;
	padding: 10px 15px;
	background-color: #fff;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}



.top-search-input {
	border: 0;
	width: 100%;
	font-size: 14px;
	line-height: 25px;
	padding: 0 12px;
}

.top-search-btn {
	background: #fff;
	color: #23b433;
	white-space: nowrap;
	font-size: 14px;
	line-height: 25px;
	padding: 0 12px;
}

.top-logo {
	flex: 3;
	font-size: 0;
}

.top-logo img {
	width: 100%;
}

.top-more,
.top-return {
	flex: 1;
	font-size: 0;

}

.top-return {
	flex: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.left-arrow {
	position: relative;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid black;
	transform: rotate(90deg);
	}
   
  .left-arrow:after {
	content: '';
	position: absolute;
	left: -10px;
	top: -12px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid white;
	}
.top-return span{
	color: #222;
	margin-left: 5px;
	font-size: 18px;
}

.top-more img {
	width: 60%;
	float: right;
}

.top-search-wrap {
	flex: 4;
	display: flex;
	align-items: center;
	margin-left: 10px;
	height: 25px;
	border-radius: 20px;
	overflow: hidden;
}

.top-list {
	width: 100%;
	display: flex;
	font-size: 18px;
	box-sizing: border-box;
	justify-content: space-between;
	align-items: center;
	text-align: left;
	padding: 15px 0px;
	border-bottom: #efefef 1px solid;
	background: #efefef;
	overflow: auto;
}

.top-list a {
	flex: none;
	align-items: center;
	color: #444;
	/* background-color: #f4f4f4; */
	border-radius: 40px;
	display: flex;
	font-size: 16px;
	justify-content: center;
	line-height: 16px;
	padding: 4px 16px;
	margin: 0 6px;
	transition: color .1s, background-color .1s;
}

.top-list a.after,
.more-box #more-tab a.after {
    /* background-color: #077d1d; */
    color: #bd0509;
}

.info-list {
	display: flex;
	align-items: center;
	margin: 15px 15px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #dadada;
	position: relative;
	cursor: pointer
}

.info-list-text {
	width: 68%;
	font-size: 14px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.info-list-text h2 {
	width: 100%;
	font-size: 16px;
	line-height: 18px;
	color: #333;
	font-weight: normal;
}

.info-list-text .text-time {
	font-weight: 500;
	color: #999999;
	line-height: 22px;
	font-size: 13px;
	/* margin-top: 15px; */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.info-more-img .info-list-text .text-time {
	margin-top: 5px;
}

.info-list-text .text-time em {
	margin-right: 6px;
}

.info-list-img {
	width: 123px;
	height: 70px;
	border-radius: 5px;
	flex: none;
    margin-right: 10px;
}

.info-list-img>div {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
}
.info-list-img>div img {
	width: 100%;
   height: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
   -o-object-fit:cover;
      object-fit:cover;
}

.info-list-img img {
	width: 100%;
}

.info-more-img {
	display: block;
	padding-bottom: 0px;
}

.info-more-img .info-list-text,
.info-more-img .info-list-img {
	width: 100%;
	display: flex;
}

.info-more-img .info-list-text {
	flex-direction: column;


}

.info-more-img .info-list-img {
	margin: 15px 0;
}

.info-more-img .info-list-img>div {
	width: 32%;
	height: 70px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.info-more-img .info-list-img>div img {
   width: 100%;
   height: 100%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
   -o-object-fit:cover;
      object-fit:cover;
}

.info-more-img .info-list-img>div:nth-of-type(2) {
	margin: 0 2%;
}

.center-ad {
	display: block;
	margin: 0 5px;
	/* padding-bottom: 15px; */
	border-bottom: #efefef 1px solid;
}
#content{
   font-size: 8px;
   font-weight: 500;
   line-height: 40px;
   padding: 0 10px;
   color: #4a4f5a;
   background: #fff;
}
.center-info {
	padding: 0px 10px; 
   font-size: 16px;
}
.center-info .center-info-text>p{
   margin-bottom: 25px;
   text-indent: 4ch;
}
.center-info .text-time {
   font-size: 12px;
   font-weight: 500;
   color: #808080;
   line-height: 25px;
   margin-top: 10px;
   padding-bottom: 10px;
   border-bottom: 1px solid #e6e6e6;
   margin-bottom: 10px
}

.center-info .text-time em {
	margin-right: 15px;
}

.center-info .center-info-text {
	margin: 10px 0;
}

.bottom-text {
	max-width: 750px;
	margin-bottom: 30px;
	font-size: 12px;
	color: #666;
	text-align: center;
	line-height: 20px;
}


.pop-ad{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 2;
}
.pop-ad-close{
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 30px;
	color: #fff;
}
.pop-ad-content{
	width: 90%;
	min-height: 140px;
	max-height: 80%;
	overflow: auto;
	border-radius: 10px;
	padding: 10px 0;
	background: #fff;
}
.pop-ad-title{
	font-weight: bold;
	font-size: 18px;
	padding: 0px 20px 10px;
	color: #333;
}