﻿*{
	margin: 0;
	padding: 0;
}
.pg{
	max-width: 1920px;
	min-width: 1400px;
	margin: 0 auto;
	position: relative;
	background: #faf9f7;
	display: flex;
	flex-direction: column;
}
.news_top{
	min-width: 800px;
	height: 420px;
	overflow-x: hidden;
	position: relative;
}

.wrap {
    height: auto;
}
.news_top img{
	width: 1920px;
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	top: 0;
}

.news_cont {
    width: 1280px;
    margin: 0 auto 100px;
}

.news_left {
    width: 850px;
    float: left;
}

.news_right {
    width: 400px;
    float: right;
}

.news_bg{
	background: #fff;
	margin-bottom: 40px;
	/*background: url("../images/news_bottom_bg.png") no-repeat center;*/
}

.news_mid {
    position: relative;
    width: 100%;
    height: 80px;
    top: 5px;
}

.news_mid_back{
    position: absolute;
	background: #d5bb7e;
	width: 100px;
	height: 36px;
	line-height: 36px;
	text-align: center;
}
.news_mid_back a{
	color: #fff;
	text-decoration: none;
}
.news_mid_navbar{
    position: absolute;
    margin-left: 120px;
    margin-top: 18px;
    border-bottom: 1px solid #ebebeb;
}

.news_mid_navbar ul{
	display: flex;
	flex-direction: row;
}
.news_mid_navbar li{
	list-style: none;
	color:#4b5255;
	font-size: 16px;
}
.news_mid_navbar a{
	text-decoration: none;
	color:#4b5255;
	font-size: 16px;
}

.news_article_title{
	width: 800px;
	margin: 0 auto;
	font-size: 14px;
	font-weight: 700;
	color:#4b5255;
	text-align: center;
	overflow:hidden;
	text-overflow:ellipsis;
}

.news_mid_right {
    position: relative;
    top: 80px;
    display: flex;
    flex-direction: row;
    color: #4b5255;
    font-size: 14px;
    align-items: center;
}

.news_article_time{
    width: 160px;
    margin: 0 auto;
}

.news_mid_share{
	display: flex;
	flex-direction: row;
}
.news_mid_weixin{
	width: 24px;
	height: 22px;
	background: url("../images/share_icon.png");
	background-position: 0 0;
	background-size: 72px 22px;
	display: inline-block;
}
.news_mid_weibo{
	width: 24px;
	height: 22px;
	background: url("../images/share_icon.png");
	background-position: -24px 0;
	background-size: 72px 22px;
	display: inline-block;
}
.news_mid_qqzone{
	width: 24px;
	height: 22px;
	background: url("../images/share_icon.png");
	background-position: -48px 0;
	background-size: 72px 22px;
	display: inline-block;
}

.news_article_body{
	width: 800px;
	margin: 0 auto;
}
.article_content{
	margin-top: 42px;
	line-height:26px;
}
.article_content img{
	width: auto;
	max-width: 800px;
	height: auto;
	text-align: center;
	display: inline-block;
}
.article_content video{
	 width: 600px;
	 margin: 0 auto;
	 text-align: center;
	 display: block;
	 padding-left: 34px;
 }
 
.article_content p{
	line-height: 2em;
	margin: 0 auto;
}


.news_rec{
    margin-top: 10px;
    background: #fff;
}

.newslist_gmnews{
    width: 410px;
    float: left;
}

.newslist_gmguide{
    width: 410px;
    float: right;
}

.news_rec tit {
    font-size: 20px;
}

.news_rec li{
	list-style: none;
	margin-bottom: 10px;
	width: 100%;
}

.news_rec a {
    text-decoration: none;
    color: #64605d;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
}

.news_title_wrap {
    width: 320px;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    line-height: 24px;
    height: 28px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_rec .news_category {
    color: #a9a9a9;
    padding: 0 15px 0 0;
}

.news_rec b {
    display: block;
    width: 100%;
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    color: #655b5b;
    margin-bottom: 10px;
}

.news_url {
    margin: 0 auto;
}
.news_tag {
    margin: 0 auto 20px;
}

.news_tag a {
    display: inline-block;
    padding: 4px 12px;
    margin: 4px;
    color: #eee;
    font-size: 12px;
    background-color: #4a4a4a;
    opacity: 0.80;
    border-radius: 40px;
}

.news_neighbor {
    width: 100%;
    margin: 20px auto;
}

.down_box {
    height:500px;
    background: #fff;
}

.down_box_inner {
    height: 480px;
    width: 240px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.down_box_inner p {
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
}

.down_box_inner .QRcode {
    width: 240px;
}

.down_box_inner .android {
    width: 240px;
    height: 65px;
    background: url(../images/btn_and.webp) center no-repeat;
    background-size: 100% 100%;
}

.down_box_inner .ios {
    width: 240px;
    height: 65px;
    background: url(../images/btn_ios.webp) center no-repeat;
    background-size: 100% 100%;
}

.down_box_inner .mnq {
    width: 240px;
    height: 65px;
    background: url(../images/btn_mumu.png) center no-repeat;
    background-size: 100% 100%;
}
