.banner{
	width: 100%;
	height: 450px;
	background-image: url(../images/AD0Iion8BxACGAAgz77E1wUo7ILu7gUwgA843gI.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.newsContent{
	margin: 0 auto;
	width: 1200px;
	padding: 10px;
}
.tit{
	font-size: 25px;
	color: #333;
	text-align: left;
	font-weight: 400;
	margin: 5px 0;
	line-height: 33px;
}
.date{
	font-size: 13 px;
	color: #adadad;
	margin-top: 30px;
	margin-bottom: 20px;
}
.line1 {
    border: 1px solid #f0efef;
    border-bottom: none;
    margin: 20px 0;
}
.line2 {
    border: 1px dashed #f0efef;
    border-bottom: none;
    margin: 20px 0;
}
.content {
	font-size: 14px;
	color: #666666;
}
.content img{
	max-width: 100%;
}
.showBottom::after{
	display: block;
	content: "";
	clear: both;
}
.shareInfo {
    max-width: 50%;
    height: 32px;
    float: right;
    clear: right;
    overflow: hidden;
}
.shareInfo .shareTag {
    font-size: 13px;
    color: #666;
    padding-top: 10px;
    float: left;
    font-style: normal;
    font-weight: 400;
}
.shareListPanel {
    overflow: hidden;
}
.shareListPanel .shareIcon {
    width: 33px;
    height: 33px;
    margin: 0 0 12px 12px;
    display: inline-block;
    background-color: #fff;
}
.shareListPanel .Weixin {
    background: url(../images/vbg01.png) -1302px -100px no-repeat;
}
.shareListPanel .sina_weibo {
    background: url(../images/vbg01.png) -1302px -190px no-repeat;
}
.shareListPanel .qq_share {
    background: url(../images/vbg01.png) -1302px -145px no-repeat;
}
.shareListPanel .qq_zone {
    background: url(../images/vbg01.png) -1302px -235px no-repeat;
}
.shareListPanel .douban {
    background: url(../images/vbg01.png) -1302px -730px no-repeat;
}
.shareListPanel .baidu_tieba {
    background: url(../images/vbg01.png) -1302px -595px no-repeat;
}
.popupBg {
    position: fixed;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    _position: absolute;
    _height: expression(document.documentElement.clientHeight);
    background-color: #000;
    filter: alpha(opacity=50);
    z-index: 9031;
    overflow: hidden;
    display: none;
	opacity: 0.5;
}
.fk-popupWindowVT {
    position: fixed;
    background: #fff;
    margin: auto;
    overflow: hidden;
    z-index: 9032;
    border-radius: 2px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.15);
    font-family: 微软雅黑,microsoft yahei,宋体,新宋体,sans-serif;
    -webkit-animation: fk-popupWindowVT .3s ease;
    animation: fk-popupWindowVT .3s ease;
	height: 480px;
	top: 50%;
	left: 50%;
	margin-left: -240px;
	margin-top: -240px;
	display: none;
}
.fk-popupWindowVT .pWHead {
    position: relative;
    width: 100%;
    height: 64px;
    border-bottom: 1px solid #e3e2e8;
    cursor: move;
}
.fk-popupWindowVT .pWHead .pWHead_title {
    position: absolute;
    margin-left: 35px;
    padding-top: 22px;
    font-size: 16px;
    color: #333;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fk-popupWindowVT .pWHead .pWHead_close {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 23px;
    right: 30px;
}
.fk-popupWindowVT .pWHead .pWHead_close_img {
    width: 18px;
    height: 18px;
    background: url(../images/mbg01.png) -449px -187px no-repeat;
    cursor: pointer;
}
@-webkit-keyframes fk-popupWindowVT {
	0% {
		transform: scale(.6)
	}

	to {
		transform: scale(1)
	}
}

@keyframes fk-popupWindowVT {
	0% {
		transform: scale(.6)
	}

	to {
		transform: scale(1)
	}
}
.wxShare {
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.wxShare .wxShareContent {
    width: 378px;
    margin: 0 auto;
    padding-top: 45px;
}
.wxShare .wxShareContent .wxShareDesc {
    width: 100%;
    height: 30px;
    font: 14px 微软雅黑,宋体;
    color: #222;
    text-align: center;
}
.wxShare .wxShareContent .wxShareQrcode {
    width: 190px;
    height: 190px;
    margin: 50px auto;
}