.contain {
	padding-top: 10px;
	min-height: 800px;
	padding-bottom: 50px;
	background: #f6f9fc;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.ad {
	margin-bottom: 25px;
}


/*.ad .siteAdvObj, .ad .advPlaceholder {margin-bottom: 25px;overflow: hidden;}*/

.ad .advPlaceholder {
	min-height: 100px;
}

.con {
	position: relative;
}


/*.navlist{float: left;}*/


/*左边导航*/

.hd {
	height: 44px;
	line-height: 44px;
	color: #fff;
	background: #FE3F7A;
	border-radius: 3px 3px 0 0;
}

.hd h2 {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
}


/*左侧浮动导航*/

.fudong-nav {
	position: relative;
	width: 170px;
	text-align: center;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
}

.fudong-nav .item {
	border-top: 1px solid #f0f0f0;
	width: 170px;
}

.fudong-nav .item:first-child {
	border-top: none;
}

.fudong-nav ul {
	max-height: 700px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.fudong-nav ul::-webkit-scrollbar {
	width: 2px;
}

.fudong-nav ul::-webkit-scrollbar-thumb {
	background: #d8d8d8;
	border-radius: 10px;
}

.fudong-nav ul::-webkit-scrollbar-track-piece {
	background: transparent;
}

* .fudong-nav ul>li {
	height: 56px;
	line-height: 56px;
	color: #6a6b6e;
	font-size: 16px;
	cursor: pointer;
}

.fudong-nav ul>li:nth-last-child(1) {
	margin-bottom: 20px;
}

.kong {
	clear: both;
}

.fudong-nav ul>li {
	box-sizing: border-box;
	border-left: solid 6px #fff;
}

.fudong-nav ul>li a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	height: 56px;
	line-height: 56px;
	text-align: center;
}

.fudong-nav ul>li i {
	display: block;
	width: 44px;
	height: 28px;
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	top: -13px;
	right: -8px;
}

.fudong-nav ul>li:hover {
	background-color: #FE3F7A;
	box-sizing: border-box;
	border-left: solid 6px #b70003;
	color: #fff;
}

.fudong-nav ul>li.active a span {
	color: #276de9;
}

.fudong-nav ul>li:hover>a {
	color: #fff;
}

.fudong-nav ul>li:hover>.secondnac-box {
	display: block;
	z-index: 9;
}

.secondnac-box {
	position: absolute;
	right: -150px;
	display: none;
}

.second-nav {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background-color: #de484b;
	width: 150px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.second-nav a {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.second-nav li a {
	color: #fff;
	display: block;
	height: 46px;
	line-height: 46px;
}

.second-nav li:hover {
	background-color: #FE3F7A;
}

.fudong-nav a {
	display: block;
}

.second-nav li.on_nav a {
	color: #fff;
}


/*中间*/

.channel_mod {
	float: left;
	width: 700px;
	min-height: 300px;
	background: #fff;
	margin-left: 180px;
}

.focus3,
.focus3_li {
	margin-bottom: 10px;
	/*height: 272px;*/
}

.focus3 .focus3_focus {
	float: left;
	width: 458px;
	height: 272px;
	overflow: hidden;
	position: relative;
	transition-property: transform;
	left: 0px;
	transition-duration: 0ms;
	transform: translate(0px, 0px) translateZ(0px);
}

.focus3 img {
	width: 100%;
	height: 100%;
	transition: all .4s ease-in-out;
}

.focus3 .focus3_focus:hover img {
	transform: scale(1.1);
}

.focus3 .txt {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .8)));
	background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, .8));
	background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, .8) 100%);
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .8));
	color: #fff;
	font-size: 20px;
	line-height: 30px;
}

.focus3 .txt b {
	margin: 12px 20px 20px;
	display: inline-block;
	font-weight: 400;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.focus3_li {
	position: relative;
}

.focus3 .small {
	float: right;
	width: 230px;
	height: 130px;
	overflow: hidden;
}

.focus3 .small.focus3_3 {
	margin-bottom: 0;
}

.focus3 .small img {
	width: 230px;
	height: 130px;
	transition: all .4s ease-in-out;
}

.focus3 .small:hover img {
	transform: scale(1.1);
}

.focus3 .small .txt {
	font-size: 14px;
	line-height: 18px;
}

.channel_mod .list {
	/*padding: 0 10px;*/
}

.channel_mod .list li:first-child {
	border: none;
}

.channel_mod .list li {
	padding: 20px 10px;
	box-sizing: border-box;
	border-top: 1px solid #e6e6e6;
}

.channel_mod .list li:hover {
	background: #f3f6f8;
}

.channel_mod .list li .picture {
	float: left;
	margin-right: 20px;
	width: 223px;
	height: 130px;
	overflow: hidden;
	min-width: 223px;
	max-width: 223px;
	background: #f2f2f2;
}

.channel_mod .list li img {
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	-o-transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.channel_mod .list .item img:hover {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.channel_mod .list .binfo {
	padding-right: 10px;
	color: #666;
}

.channel_mod .list .detail h3 {
	line-height: 32px;
	font-size: 20px;
	color: #222;
	font-weight: 400;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.channel_mod .list .detail .tags {
	font-size: 15px;
	color: #666;
	margin: 10px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.channel_mod .list .detail h3 a:hover {
	color: #FE3F7A;
}

.channel_mod .list .icon-hots {
	display: inline-block;
	width: 24px;
	height: 23px;
	background: url('http://www.weishiwang.com.cn/static/img/icon-hot.png') 0 no-repeat;
}

.channel_mod .list .cmt {
	display: inline-block;
	cursor: pointer;
	line-height: 20px;
	height: 20px;
	color: gray;
	margin-left: 15px;
	padding-left: 18px;
	background: url('http://www.weishiwang.com.cn/static/img/pl.png') no-repeat 0;
}

.channel_mod .list .cmt:hover {
	background: url("http://www.weishiwang.com.cn/static/img/pl_h.png") no-repeat 0;
	color: #FE3F7A;
}

.channel_mod .list .souce {
	margin-right: 10px;
}

.channel_mod .list .souce:hover {
	color: #FE3F7A;
}

.channel_mod .list .t {
	display: inline-block;
	color: gray;
	height: 22px;
	line-height: 22px;
	padding-left: 18px;
	background: url('http://www.weishiwang.com.cn/static/img/fx.png') no-repeat 0;
	cursor: pointer;
}

.channel_mod .list .sharebtn:hover {
	background: url("http://www.weishiwang.com.cn/static/img/fx_h.png") no-repeat 0;
	color: #FE3F7A;
}

.channel_mod .list .item-pics h3 {
	font-size: 20px;
	font-weight: 400;
	height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.channel_mod .list .item-pics h3:hover a {
	color: #FE3F7A;
}

.channel_mod .list .item-pics .picture {
	float: left;
	margin: 0 0 0 5px;
}

.channel_mod .list .item-pics .pics {
	display: block;
	margin: 7px 0 11px;
	margin-left: -5px;
}

.channel_mod .list .item-pics .tags {
	margin: 0 0 0 10px;
}

.detail_left {
	margin-left: 0;
	width: 872px;
	padding: 20px;
	box-sizing: border-box;
}

.detail_left .newsArticle {
	border: 1px solid #efefef;
	margin-top: 15px;
}

.detail_left h4 {
	color: #333;
	font-size: 30px;
	text-align: center;
	line-height: 1.5em;
	width: 95%;
	margin: 0 auto;
	font-weight: 700;
}

.detail_left .art_remark {
	clear: both;
	margin: 14px 0 12px;
	text-align: center;
}

.detail_left .art_remark p {
	color: #787878;
	font-size: 14px;
	margin: 0 8px;
	display: inline-block;
}

.detail_left .newsArticle {
	padding-top: 20px;
}

.detail_left .page_navigate a {
	padding: 0 5px;
}

.detail_xq {
	padding: 20px 0;
}

.content_tex {
	font-size: 16px;
	line-height: 25px;
	color: #444;
	padding: 0 20px;
}

.content_tex p {
	text-indent: 2em;
	line-height: 35px;
}

.content_tex img {
	display: block;
	margin: 10px auto;
}


/*右边列表*/

.right-bar {
	width: 300px;
	float: right;
}

.right-bar .bar-tit {
	padding: 13px 0 13px 15px;
	background: #fff;
}

.right-bar .bar-tit h2 {
	position: relative;
	width: 120px;
	height: 20px;
	line-height: 20px;
}

.bar-tit h2 span {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 20px;
	color: #FE3F7A;
	font-weight: bold;
}

.bar-con {
	background-color: #fff;
	padding: 5px 15px;
	margin-bottom: 35px;
}

.bar-con .more {
	line-height: 35px;
	background: #fff;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	color: #666;
	position: relative;
}

.bar-con .more:hover a {
	color: #FE3F7A;
}

.bar-con .more:before {
	position: absolute;
	content: "";
	left: -15px;
	top: 0;
	border-top: 1px solid #eaeaea;
	width: 300px;
	height: 0;
	overflow: hidden;
}

.bar-con .item {
	font-size: 14px;
	color: #333;
	position: relative;
	padding: 10px 0;
}

.bar-con .item a:hover {
	color: #FE3F7A;
}

.bar-con .item .pic {
	position: relative;
	float: left;
	width: 120px;
	height: 80px;
	overflow: hidden;
}

.bar-con .item .pic img {
	width: 100%;
	height: 100%;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.bar-con .item .pic img:hover {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.bar-con .item .txt {
	position: relative;
	float: left;
	width: 140px;
	padding-left: 10px;
	line-height: 22px;
	z-index: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.news_right ul {
	margin-top: 16px;
	width: 300px;
	background: #fff;
}

.news_right ul.news_express {
	padding-bottom: 10px;
}

.news_right ul strong {
	width: 100%;
	text-indent: 18px;
	color: #FE3F7A;
	font-size: 20px;
	font-weight: bold;
	display: block;
	border-top: 2px solid #FE3F7A;
	line-height: 30px;
	padding: 10px 0;
}

.news_right ul li {
	width: 270px;
	margin: 0 auto;
}

.news_right ul.right_first li,
.news_right ul.news_list_switch>li {
	border-bottom: 1px solid #ececed;
	height: 40px;
	clear: both;
	display: block;
	padding: 5px 0;
}

.news_right ul.right_first li:last-child,
.news_right ul.news_list_switch li:last-child {
	border-bottom: 0;
}

.news_right ul.right_first li:last-child {
	padding-bottom: 11px;
}

.news_right ul li a {
	display: block;
	clear: both;
	position: relative;
}

.news_right ul li img {
	float: left;
	width: 62px;
	height: 40px;
}

.news_right ul:first-child li img,
.news_right ul.news_list_switch li img {
	width: 62px;
	height: 62px;
}

.news_list .nhc li {
	border-bottom: 1px solid #e6e6e6;
}

.news_right ul li h6 {
	float: right;
	width: 200px;
	overflow: hidden;
	text-overflow: clip;
	color: #1f1f1f;
	font-size: 12px;
	line-height: 20px;
	height: 40px;
}

.news_right ul li a:hover p {
	color: #FE3F7A;
}

.news_right ul.right_detailed {
	clear: both;
	display: inline-block;
}

.news_right ul.right_detailed li:nth-child(2n) {
	/*float:right;
    margin-left:0;
    margin-right:15px;*/
}

.news_right ul.right_detailed li {
	float: left;
	width: 129px;
	margin-bottom: 20px;
	margin-left: 15px;
}

.news_right ul.right_detailed li a {
	position: relative;
	display: block;
	width: 129px;
	overflow: hidden;
}

.news_right ul.right_detailed li img {
	width: 129px;
	height: 86px;
	float: none;
	margin-bottom: 5px;
}

.news_right ul.right_detailed li a em {
	font-size: 12px;
	color: #fff;
	text-align: center;
	display: block;
	width: 38px;
	height: 20px;
	line-height: 20px;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 57px;
	right: 6px;
	border-radius: 9px;
}

.news_right ul.right_detailed li p {
	color: #333;
	font-size: 12px;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	width: 100%;
	text-overflow: clip;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}


}
.news_right ul.news_express {
	padding-bottom: 10px;
}
.news_right ul.news_express li {
	margin: 7px auto;
}
.news_right ul.news_express li a {
	width: 276px;
	margin: 0 auto;
	display: inline-block;
	clear: both;
}
.news_right ul.news_express li label {
	float: left;
	color: #bcbcbc;
	font-size: 20px;
	font-family: MyanmarRegular;
	line-height: 21px;
	font-weight: bold;
}
.news_right ul.news_express li:nth-child(4) label,
.news_right ul.news_express li:nth-child(2) label,
.news_right ul.news_express li:nth-child(3) label {
	color: #ea8b11;
}
.news_right ul.news_express li p {
	float: left;
	color: #333;
	font-size: 14px;
	width: 255px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 8px;
}
.news_right ul.news_list_switch {}
.news_right ul.news_list_switch .switchTit {
	border-bottom: 0;
	height: auto;
}
.news_right ul.news_list_switch .switchTit ul {
	width: 270px;
	margin: 5px auto 0;
	display: flex;
	justify-content: space-between;
}
.news_right ul.news_list_switch .switchTit li {
	width: 33.3%;
	margin: inherit;
	text-align: center;
	font-size: 14px;
}
.news_right ul.news_list_switch .switchTit li:nth-child(2) {
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}
.news_right ul.news_list_switch .switchTit li strong {
	width: auto;
	display: inherit;
	text-indent: 0;
	line-height: inherit;
	border: 0;
	font-weight: bold;
}
.news_right ul.news_list_switch .switchTit li.focus {
	cursor: pointer;
	color: #FE3F7A;
}
.news_right ul.news_list_switch .switchList {
	height: auto;
	padding-top: 0;
}
.news_right ul.news_list_switch .switchList ul {
	display: none;
	width: 270px;
	margin-top: 12px;
}
.news_right ul.news_list_switch .switchList ul li {
	display: inline-block;
	clear: both;
	border-bottom: 1px solid #ececed;
	padding-bottom: 7px;
}
.news_right ul.news_list_switch .switchList ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.news_right ul.news_list_switch .switchList ul li .news_rank_pic {
	width: 62px;
	height: 62px;
	position: relative;
	float: left;
}
.news_right ul.news_list_switch .switchList ul li .news_rank_pic img {
	width: 100%;
	height: 100%;
}
.news_right ul.news_list_switch .switchList ul li .news_rank_pic em {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	color: #fff;
	background: #ea8b11;
	font-family: MyanmarRegular;
	font-size: 12px;
}
.news_right ul.news_list_switch .switchList ul.active {
	display: block;
}
.left5b ul {
	overflow: hidden;
}
.left5b li {
	width: 48%;
	line-height: 36px;
	background: url(http://www.weishiwang.com.cn/static/img/dian.png) no-repeat left center;
	text-indent: 10px;
	font-size: 15px;
	padding-left: 10px;
	box-sizing: border-box;
	float: left;
	margin-left: -7px;
	overflow: hidden;
	text-overflow: clip;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.left5b li:nth-child(2n) {
	float: right;
}
.tuijian {
	padding: 50px 0 20px 0;
}
.tuijian .title5 {
	font-size: 16px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
	font-weight: bold;
}
.tuijian .title5 a {
	padding-bottom: 10px;
	border-bottom: 2px solid #FE3F7A;
}
.content-ajax article {
	padding: 15px 0;
	border-bottom: 1px solid #f0f0f0;
	overflow: hidden;
}
.entry-img .sort {
	padding: 5px 12px;
	background: rgb(255, 90, 0);
	font-size: 14px;
	color: #fff;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
}
.entry-content {
	overflow: hidden;
	box-sizing: border-box;
}
.entry-title {
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	text-overflow: clip;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.entry-title:hover {
	color: #ff4f4f;
}
.entry-img {
	float: left;
	position: relative;
	overflow: hidden;
	padding-right: 20px;
}
.entry-img img {
	width: 180px;
	height: 110px;
	border-radius: 6px;
}
.entry-site {
	font-size: 15px;
	color: #666;
	line-height: 24px;
	text-overflow: clip;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.entry-content .time {
	color: #999;
	font-size: 13PX;
	padding-top: 6px;
}
.tuijian .hotkey{
	margin-top: 30px;
}
.tui_list{
	padding: 50px 20px 20px 20px;
	box-sizing: border-box;
}
