.contain {
	padding-top: 20px;
	min-height: 800px;
	padding-bottom: 50px;
	background: #ffffff;
}

.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: #3977a1;
	border-radius: 3px 3px 0 0;
}

.hd h2 {
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	background: url('../images/navlist.png') 50% no-repeat;
	text-indent: -9999em;
}

/*左侧浮动导航*/
.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>li {
	height: 56px;
	line-height: 56px;
	color: #6a6b6e;
	font-size: 16px;
	cursor: pointer;
}

.fudong-nav>li:nth-last-child(1) {
	margin-bottom: 20px;
}

.kong {
	clear: both;
}

.fudong-nav>li {
	box-sizing: border-box;
	border-left: solid 6px #fff;
}

.fudong-nav>li a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	height: 56px;
	line-height: 56px;
	text-align: center;
}

.fudong-nav>li i {
	display: block;
	width: 44px;
	height: 28px;
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	top: -13px;
	right: -8px;
}

.fudong-nav>li i.icon-1 {
	background-image: url(../images/hot_icon1.png);
}

.fudong-nav>li i.icon-2 {
	background-image: url(../images/hot_icon2.png);
}

.fudong-nav>li:hover {
	background-color: #4a89ff;
	box-sizing: border-box;
	border-left: solid 6px #3965f7;
	color: #fff;
}

.fudong-nav>li.active a span {
	color: #276de9;
}

.fudong-nav>li:hover>a {
	color: #fff;
}

.fudong-nav>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: #67a3ff;
	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: #4a89ff;
}

.fudong-nav a {
	display: block;
}

.second-nav li.on_nav a {
	color: #fff;
}

/*中间*/
.channel_mod {
	float: left;
	width: 100%;
	min-height: 300px;
	background: #fff;
}

.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 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

.channel_mod .list li {
	width: 33%;
	margin-right: 0.5%;
	padding: 8px;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.channel_mod .list li:nth-child(3n){
	margin-right:0;
}

.channel_mod .list li .picture a {
	border-radius: 10px;
	float: left;
	width: 100%;
	height: 210px;
	overflow: hidden;
	background: #f2f2f2;
}

.channel_mod .list li .picture img {
	width: 100%;
	height: 210px;
	object-fit: cover;
	-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 .picture 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 .binfo .fl{
	display: flex;
	align-items: center;
}

.channel_mod .list .binfo img {
	width: 40px;
	height: 40px;
	object-fit: cover;
	border-radius: 50px;
}

.channel_mod .list .binfo .name{
	margin: 0 10px 0 5px;
}

.channel_mod .list .tips-list {
	display: flex;
	flex-wrap: wrap;
}

.channel_mod .list .tips-list .tips-li {
	background-color: #f8f8ff;
	color: #2d4ed7;
	padding: 4px 6px;
	margin: 10px 0;
}

.channel_mod .list .detail h3 {
	line-height: 32px;
	min-height: 70px;
	font-size: 20px;
	font-weight: 400;
	height: 36px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.channel_mod .list .detail h3 a:hover {
	color: #3977a1;
}

.channel_mod .list .icon-hots {
	display: inline-block;
	width: 24px;
	height: 23px;
	background: url('../images/icon-hot.png') 0 no-repeat;
}

.channel_mod .list .tags {
	height: 20px;
	line-height: 20px;
	margin-bottom: 13px;
}

.channel_mod .list .tag {
	display: inline-block;
	font-size: 12px;
	background-color: #f0f0f0;
	border-radius: 20px;
	padding: 0 10px;
	color: #999;
	margin-right: 10px;
}

.channel_mod .list .tag:hover {
	background: #e3f3fe;
	color: #3977a1;
}

.channel_mod .list .cmt {
	display: inline-block;
	cursor: pointer;
	line-height: 20px;
	height: 20px;
	color: gray;
	margin-left: 15px;
	padding-left: 18px;
	background: url('../images/pl.png') no-repeat 0;
}

.channel_mod .list .cmt:hover {
	background: url("../images/pl_h.png") no-repeat 0;
	color: #3977a1;
}

.channel_mod .list .souce {
	margin-right: 10px;
}

.channel_mod .list .souce:hover {
	color: #3977a1;
}

.channel_mod .list .t {
	display: inline-block;
	color: gray;
	height: 22px;
	line-height: 22px;
	padding-left: 18px;
	background: url('../images/fx.png') no-repeat 0;
	cursor: pointer;
}

.channel_mod .list .sharebtn:hover {
	background: url("../images/fx_h.png") no-repeat 0;
	color: #3977a1;
}

.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: #3977a1;
}

.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;
}

/*右边列表*/
.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: 18px;
	color: #3977a1;
}

.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: #3977a1;
}

.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: #3977a1;
}

.bar-con .item .pic {
	position: relative;
	float: left;
	width: 70px;
	height: 60px;
	overflow: hidden;
}

.bar-con .item .pic img {
	width: 60px;
	height: 60px;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	object-fit: cover;
	border-radius: 50%;
}

.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;
	padding-top: 20px;
	width: 140px;
	padding-left: 10px;
	line-height: 22px;
	z-index: 1;
}

.item-deta {
	color: #999;
}

.news-see {
	color: #3977a1;
	margin-left: 10px;
}

.tab-list {
	display: flex;
	flex-wrap: wrap;
	padding: 0 10px;
	font-size: 16px;
	overflow: auto;
	border-bottom: 1px solid #cccccc;
}

.tab-active {
	color: #3977a1;
}

.tab-list li {
	min-width: max-content;
	text-align: center;
	padding: 0 20px;
	cursor: pointer;
	margin: 10px 0;
}

.search {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #676767;
	border-radius: 50px;
	overflow: hidden;
}

.search-l {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(100% - 120px);
	border-radius: 50px;
	padding: 0 10px;
}

.search-l img {
	width: 25px;
	height: 25px;
	object-fit: contain;
}

.search-l input {
	border: 0;
	width: calc(100% - 30px);
}

.search .submit {
	width: 120px;
	text-align: center;
	line-height: 45px;
	border: 0;
	background-color: #000000;
	color: #ffffff;
	font-size: 18px;
}

.banner {
	width: 100%;
	height: 380px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner .title {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	background-color: rgba(0, 0, 0, .6);
	font-size: 24px;
}