/* 织梦58（dede58.com）做最好的织梦整站模板下载网站 */
.columns-center, .columns-view {
	border-right: 1px solid #dedede
}
.header-nav h2, .header-nav li a {
	text-align: center;
	display: block
}
.columns-left, .columns-view {
	border-top: 1px solid #dedede
}
.content-container {
	background: #666
}
.columns-left {
	width: 120px;
	float: left
}
.columns-view {
	margin-left: 120px;
	border-bottom: 1px solid #dedede;
	overflow: hidden
}
.columns-center {
	width: 720px;
	background: #fff;
	float: left;
	min-height: 600px;
}
.columns-center.full {
	width: 100%
}
.columns-right {
	margin-left: 721px
}
.b-ad, .t-ad {
	width: 1200px;
	margin: 0 auto
}
.b-ad iframe {
	padding-bottom: 20px
}
.columns-right .ad-view {
	overflow: hidden;
	width: 320px;
	margin: 0 auto
}
.columns-right .ad-view iframe {
	padding: 20px 0
}
.columns-center .list-ad-view {
	overflow: hidden;
	width: 680px;
	margin: 0 auto
}
.columns-center .list-ad-view iframe {
	padding-bottom: 20px;
	margin-bottom: 20px
}
/*nav*/
.header-nav {
	overflow: hidden;
	padding: 0 0 7px
}
.header-nav h2 {
	font-size: 70px;
	text-shadow: 0 0 5px #333;
	color: #fff;
	padding: 15px 0;
	font-family: Verdana light, SimHei;
	font-weight: bolder;
	background-color: rgba(0, 0, 0, .05)
}
.header-nav h2 a {
	color: #FFF;
}
.header-nav ul {
	overflow: hidden;
	border-top: 1px solid rgba(0, 0, 0, .15);
	border-bottom: 1px solid rgba(255, 255, 225, .14)
}
.header-nav li a {
	font-size: 15px;
	color: #fff;
	padding: 10px;
	font-weight: 400;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	border-bottom: 1px solid rgba(0, 0, 0, .15);
	border-top: 1px solid rgba(255, 255, 225, .14)
}
.header-nav li a:hover {
	background-color: rgba(0, 0, 0, .05);
	border-bottom-color: rgba(0, 0, 0, .05);
	border-top-color: rgba(0, 0, 0, .05)
}
.ie7 .header-nav li a:hover, .ie8 .header-nav li a:hover {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)
}
.header-nav li a.active {
	background-color: rgba(0, 0, 0, .2);
	border-bottom: 0;
	border-top-color: rgba(0, 0, 0, .35)
}
.ie7 .header-nav li a.active, .ie8 .header-nav li a.active {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8000000, endColorstr=#c8000000)
}
/*news*/

@keyframes loading {
 0% {
 transform: translate(0, -6px);
 opacity: .5
}
 80% {
 transform: translate(0, -2px);
 opacity: .9
}
 100% {
 transform: translate(0, 0);
 opacity: 1
}
}
 @-moz-keyframes loading {
 0% {
 -moz-transform: translate(0, -6px);
 opacity: .5
}
 80% {
 -moz-transform: translate(0, -2px);
 opacity: .9
}
 100% {
 -moz-transform: translate(0, 0);
 opacity: 1
}
}
 @-webkit-keyframes loading {
 0% {
 -webkit-transform: translate(0, -6px);
 opacity: .5
}
 80% {
 -webkit-transform: translate(0, -2px);
 opacity: .9
}
 100% {
 -webkit-transform: translate(0, 0);
 opacity: 1
}
}
 @-o-keyframes loading {
 0% {
 -o-transform: translate(0, -6px);
 opacity: .5
}
 80% {
 -o-transform: translate(0, -2px);
 opacity: .9
}
 100% {
 -o-transform: translate(0, 0);
 opacity: 1
}
}
.news-view {
	overflow: hidden;
	animation: loading .5s;
	-moz-animation: loading .5s;
	-webkit-animation: loading .5s;
	-o-animation: loading .5s
}
.news-view.position {
	position: relative
}
.news-view.position .news-position {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px 5%;
	width: 90%;
	background: rgba(0, 0, 0, .7)
}
.ie7 .news-view.position .news-position, .ie8 .news-view.position .news-position {
	background: url(../image/l-bg.png) 0 center repeat-x #000;
	opacity: .7;
	filter: alpha(opacity=70)
}
.news-view.position .news-position .news-header a {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
	font-size: 24px;
	line-height: 30px
}
.news-view.position .news-position .news-header a:hover {
	color: #f1f1f1;
	text-shadow: 0 0 10px rgba(0, 0, 0, .9)
}
.news-view.position .news-position .news-main p, .news-view.position .news-position p .author a, .news-view.position .news-position p .comment, .news-view.position .news-position p .date {
	color: #fff
}
.news-view.left .news-img {
	float: left;
	width: 210px
}
.news-view.left .news-right {
	margin-left: 230px;
	height: 105px
}
.news-view .news-img img {
	width: 100%;
	height: auto
}
.news-view .news-right {
	position: relative
}
.news-view .news-right .news-header, .news-view .news-right .news-tag {
	padding: 0 0 5px
}
.news-tag, .news-view .news-header {
	padding: 5px 0
}
.news-view .news-right .news-main {
	height: 40px;
	overflow: hidden
}
.news-tag .tags {
	font-size: 12px;
	color: #27757b;
	margin-right: 5px
}
.news-view .news-header h3 span img {
	display: inline-block;
	vertical-align: -5px
}
.news-view .news-header h1 {
	margin-top: 10px
}
.news-view .news-header a {
	font-size: 16px;
	line-height: 24px;
	color: #333;
	font-weight: 700;
	padding-right: 5px;
	transition: color .3s;
	-moz-transition: color .3s;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
}
.news-list .news-view .news-header a {
	display: block;
	font-size: 22px;
	font-weight: normal;
}
.news-view .news-header a:hover {
	color: #2e6e9e
}
.news-view .news-main p {
	font-size: 14px;
	line-height: 20px;
	color: #777
}
.news-view .news-footer p {
	position: relative;
	color: #999;
	line-height: 25px;
	overflow: hidden
}
.news-view .news-footer p span {
	float: left
}
.news-view .news-footer p .author-avatar {
	margin-right: 6px
}
.news-view .news-footer p .author-avatar img {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	box-shadow: 0 0 1px rgba(0, 0, 0, .2)
}
.news-view .news-footer p .author a, .news-view .news-footer p .date {
	color: #777
}
.news-view .news-footer p .comment {
	float: right
}
.news-view .news-footer p .comment i {
	width: 14px;
	height: 16px;
	background: url(../image/jm-icon.png) -83px -141px no-repeat;
	display: inline-block;
	vertical-align: -4px;
}
.news-view .news-footer p i {
	margin-right: 3px
}
.ie7 .news-view .news-footer p .comment i {
	vertical-align: 0
}
.columns-right .sidebar-main .news-view.href {
	padding: 10px
}
.columns-right .sidebar-main .news-view.href .news-img {
	width: 175px;
	height: 100px
}
.columns-right .sidebar-main .news-view.href .news-right {
	height: 100px;
	margin-left: 185px
}
.columns-right .sidebar-main .news-view.href .news-header a {
	font-size: 14px
}
.load-view {
	overflow: hidden;
	width: 100%
}
.load-more {
	display: block;
	color: #666;
	font-size: 16px;
	width: 100px;
	padding: 8px 0 9px;
	text-align: center;
	margin: 10px auto 50px;
	cursor: pointer;
	background-color: #f8f8f8;
	border: 1px solid #a6a6a6;
	border-radius: 10px;
}
.load-more.loading {
	border-color: #8a8a8a;
}
.columns-top {
	background: #141414;
	border-bottom: 1px solid #dedede;
	height: 350px;
	overflow: hidden
}
.columns-top .bx-wrapper {
	padding: 0 190px 0 189px;
	position: relative;
	height: 350px
}
.columns-top .bx-controls-direction a {
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	-moz-transition: all .2s;
	position: absolute;
	top: 0;
	width: 190px;
	background: rgba(0, 0, 0, .7);
	height: 350px;
	text-align: center;
	font: 700 60px/350px leeter;
	color: #222
}
.ie7 .columns-top .bx-controls-direction a, .ie8 .columns-top .bx-controls-direction a {
	background: url(../image/l-bg.png) 0 center repeat-x #000;
	opacity: .7;
	filter: alpha(opacity=70);
	font-weight: 400
}
.columns-top .bx-controls-direction a:hover {
	background: rgba(0, 0, 0, .9);
	color: #FFF;
	text-shadow: 0 0 10px #fff
}
.ie7 .columns-top .bx-controls-direction a:hover, .ie8 .columns-top .bx-controls-direction a:hover {
	opacity: .8;
	filter: alpha(opacity=80)
}
.columns-top li .news-img a:hover img, .list-view .news-view.left .news-img a:hover img, .top-grid .news-view .news-img a:hover img {
	filter: brightness(.9);
	-webkit-filter: brightness(.9);
	-moz-filter: brightness(.9);
	-o-filter: brightness(.9);
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	-moz-transition: all .2s
}
.columns-top .bx-controls-direction .bx-prev {
	left: 0;
	border-right: 1px solid #FFF
}
.columns-top .bx-controls-direction .bx-next {
	right: 0;
	border-left: 1px solid #fff
}
.columns-top li {
	float: left;
	width: 700px;
	min-width: 700px
}
.columns-top li .news-view.position .news-position {
	width: 300px;
	bottom: 20px;
	padding: 10px 15px;
	left: -340px;
	box-shadow: 0 0 5px #000
}
.columns-top li .news-img {
	width: 700px;
	height: 350px;
	position: relative
}
.columns-top li .news-img a:hover img {
	-ms-filter: grbrightness(.9);
	filter: brightness(.9)
}
.columns-top.white {
	border-bottom-color: #000
}
.columns-top.white .bx-controls-direction a {
	background: rgba(255, 255, 255, .7);
	border-color: #000
}
.columns-top.white .bx-controls-direction a:hover {
	background: rgba(255, 255, 255, .9);
	color: #000;
	text-shadow: 0 0 10px #000
}
.columns-top.white li .news-view.position .news-position {
	background: rgba(255, 255, 255, .6)
}
.ie7 .columns-top.white li .news-view.position .news-position, .ie8 .columns-top.white li .news-view.position .news-position {
	background: #fff
}
.columns-top.white li .news-view.position .news-position .news-header a {
	color: #000;
	font-size: 26px;
	text-shadow: 0 0 1px #fff
}
.columns-top.white li .news-view.position .news-position .news-footer span, .columns-top.white li .news-view.position .news-position .news-footer a {
	color: #000
}
.top-grid {
	min-height: 400px;
	position: relative;
	margin-bottom: 10px;
}
.top-grid .top-grid-mate {
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 99
}
.bottom-grid, .partner-list {
	overflow: hidden;
	position: relative
}
.top-grid .top-grid-mate span {
	display: inline-block;
	background: #cf2a27;
	line-height: 30px;
	padding: 0 15px;
	font-size: 15px;
	color: #fff;
	font-weight: 700
}
.top-grid .top-grid-mate span a {
	color: #fff
}
.top-grid .left-card {
	width: 490px;
	height: 399px;
	padding-bottom: 1px;
	float: left
}
.top-grid .left-card .news-view .news-img img {
	height: 399px
}
.top-grid .news-view .news-position {
	background: rgba(0, 0, 0, .5)
}
.top-grid .right-card {
	margin-left: 491px
}
.top-grid .right-card .news-view {
	margin-bottom: 1px
}
.top-grid .right-card .news-view .news-img img {
	height: 199px
}
.top-grid .right-card .news-view.position .news-position .news-header a {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400
}
.top-grid .top-card {
	padding: 20px 20px 10px
}
.top-grid .top-card .news-position {
	width: 400px;
	bottom: 20px;
	padding: 10px 15px;
	left: auto;
	right: 20px;
	box-shadow: 0 0 5px #000
}
.top-grid .top-card .news-img img {
	height: 340px;
	width: 680px
}
.top-grid .news-view .news-img a:hover img {
	-ms-filter: grbrightness(.9);
	filter: brightness(.9)
}
.bottom-grid {
	background: #fff
}
.bottom-grid .grid-mate {
	padding-top: 15px;
	border-top: 3px solid #343434
}
.bottom-grid .grid-mate span {
	display: inline-block;
	line-height: 20px;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	padding: 0 20px;
	color: #3b900e
}
.bottom-grid .grid-view {
	margin: 20px;
	background: #000;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0, 0, 0, .7)
}
.bottom-grid .grid-view .grid-item {
	width: 519px;
	float: left
}
.bottom-grid .grid-view .grid-item-1 {
	width: 700px;
	height: 350px;
	border-bottom: 1px solid #fff
}
.bottom-grid .grid-view .grid-item-2 {
	width: 338px;
	height: 350px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff
}
.bottom-grid .grid-view .grid-item .news-img img {
	width: 519px;
	height: 260px;
	opacity: .7
}
.bottom-grid .grid-view .grid-item-1 .news-img img {
	width: 700px;
	height: 350px
}
.bottom-grid .grid-view .grid-item-2 .news-img img {
	width: 338px;
	height: 350px
}
.bottom-grid .grid-view .grid-item-3 {
	border-right: 1px solid #fff
}
.bottom-grid .news-view.position .news-position .news-header a {
	line-height: 24px;
	font-size: 20px;
	font-weight: 400
}
.bottom-grid .news-view .news-position {
	width: 300px;
	bottom: 20px;
	padding: 10px 15px;
	left: 20px;
	box-shadow: 0 0 5px #000
}
.bottom-grid .grid-item-2 .news-view .news-position {
	width: 240px
}
.bottom-grid .news-view .news-img img {
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	-moz-transition: all .2s
}
.bottom-grid .news-view .news-img a:hover img {
	transform: scale(1.01);
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-o-transform: scale(1.01);
	opacity: 1
}
.news-flash {
	padding: 15px 0;
	height: 28px;
	overflow: hidden;
	border-bottom: 1px solid #dcdcdc
}
.news-flash .news-title {
	float: left;
	width: 100px;
	text-align: center;
	border-right: 1px solid #dcdcdc
}
.news-flash .news-title a {
	font-size: 20px;
	font-weight: bold;
	line-height: 28px
}
.news-flash .news-info {
	margin-left: 101px;
	padding-left: 10px;
	overflow: hidden;
	height: 28px
}
.news-flash .nf-list {
	min-width: 968px
}
.news-flash .news-info .bx-wrapper {
	height: 28px
}
.news-flash .news-info .bx-wrapper li {
	overflow: hidden;
	min-width: 968px
}
.news-flash .news-info .news-header {
	float: left;
	width: 750px
}
.news-flash .news-info .news-header a {
	font-size: 16px;
	line-height: 28px
}
.news-flash .news-info .news-header a:hover {
	color: #009bff
}
.news-flash .news-info .news-footer {
	float: right;
	padding-right: 20px;
	line-height: 28px
}
.partner-list {
	padding: 60px 30px 10px;
	background: #fff
}
.partner-list .mate {
	position: absolute;
	left: 22px;
	top: 12px
}
.partner-list .mate span {
	display: inline-block;
	background: #666;
	line-height: 30px;
	padding: 0 15px;
	font-size: 15px;
	color: #333;
	font-weight: 700
}
.partner-list ul {
	text-align: center;
	overflow: hidden
}
.partner-list li {
	display: inline-block;
	margin: 0 25px;
	width: 50px
}
.partner-list li img {
	width: 50px;
	height: 50px;
	margin: 0 auto 5px;
	border-radius: 10px;
	border: 2px solid #666;
	display: block;
	float: left
}
.partner-list li span {
	display: block;
	width: 50px;
	line-height: 14px;
	height: 28px;
	word-break: break-all;
	float: left
}
.partner-list li a:hover {
	color: #666
}
.card-list {
	padding: 12px 20px;
	position: relative;
	overflow: hidden
}
.card-list h5 {
	float: left;
	line-height: 30px;
	color: #333;
	font-size: 15px;
}
.card-list h5 a {
	color: #333
}
.card-list p {
	float: left;
	margin-left: 15px;
	line-height: 30px;
	color: #666;
	font-size: 12px
}
.card-list ul {
	float: right;
	background: #333
}
.card-list ul li {
	display: inline-block;
	float: left;
	color: #666;
	line-height: 30px;
	padding: 0 10px;
	background: #fafafa;
	cursor: pointer;
	border: 1px solid #bdbdbd
}
.card-list ul li i {
	display: inline-block;
	height: 14px;
	width: 16px;
	background: url(../image/card-list.png) no-repeat;
	vertical-align: -3px;
	margin-left: 3px
}
.ie7 .card-list ul li i {
	vertical-align: 0
}
.card-list ul li.card-btn i {
	background-position: -3px -23px
}
.card-list ul li.card-btn.active i {
	background-position: -3px -3px
}
.card-list ul li.list-btn i {
	background-position: -22px -23px
}
.card-list ul li.list-btn.active i {
	background-position: -22px -3px
}
.card-list ul li.active {
	background: 0;
	color: #fff;
	border: 0
}
/**/
.news-list {
	padding: 5px 0;
}
.news-list .list-view {
	padding: 5px 10px;
	overflow: hidden
}
.news-list .list-view {
}
.news-list .list-view .news-view {
	padding: 0 40px 20px 10px
}
.news-list .list-view .news-view .news-img a:hover img {
	-ms-filter: grbrightness(.9);
	filter: brightness(.9)
}
.news-list .list-view .news-view .news-tag {
	padding: 0;
}
.news-list .list-view .news-view .news-tag .tags {
	line-height: 19px;
	display: inline-block;
	border-bottom: 1px solid transparent;
}
.news-list .list-view .news-view .news-tag .tags:hover {
	color: #2e6e9e;
	border-color: #2e6e9e;
}
.news-list .list-view .news-view .news-header {
	padding: 0 0 6px;
}
.news-list .list-view .news-view .news-header a {
	display: block;
	font-size: 22px;
	line-height: 28px;
	font-weight: normal;
}
.news-list .list-view .news-view .news-right .news-footer, .news-list .list-view .news-view .text-news .news-footer {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0
}
/*left*/
.news-list .list-view .news-view.left {
}
.news-list .list-view .news-view.left .news-right {
	height: 118px;
}
.news-list .list-view .news-view.left .news-main {
	display: none
}
/*full*/
.full .news-list .list-view .news-view.left .news-main {
	display: block;
}
.full .news-list .list-view .news-view.card .news-main {
	display: none;
}
/*card*/
.news-list .list-view .news-view.card {
	float: left;
	padding: 0;
	width: 330px;
	margin: 0 10px 20px;
	box-shadow: 0 0 1px rgba(0, 0, 0, .2)
}
.news-list .list-view .news-view.card .news-img {
	width: 100%;
	height: 186px;
	overflow: hidden;
}
.news-list .list-view .news-view.card .news-right {
	margin: 186px 0 0 0;
	padding: 4px 10px 10px;
	overflow: hidden;
	height: 130px;
}
.news-list .list-view .news-view.card .news-main {
	display: none
}
.news-list .list-view .news-view.card .text-news .news-main {
	display: block
}
.news-list .list-view .news-view.card .news-footer p {
	padding: 0 10px
}
.news-list .list-view .news-view.card .text-news {
	padding: 10px;
	height: 310px;
	position: relative
}
.ie7 .news-list .list-view .news-view.card, .ie8 .news-list .list-view .news-view.card {
	border: 1px solid #dedede;
	width: 328px
}
.news-carousel {
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	position: relative;
	padding: 20px;
	background: #f9f9f9;
	height: 422px;
	overflow: hidden
}
.news-carousel .carousel-mate {
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 99
}
.news-carousel .carousel-mate span {
	display: inline-block;
	background: #cf2a27;
	line-height: 30px;
	padding: 0 15px;
	font-size: 15px;
	color: #fff;
	font-weight: 700
}
.news-carousel .carousel-mate span a {
	color: #fff
}
.news-carousel .bx-wrapper {
	position: relative;
	height: 340px
}
.news-carousel .news-view {
	animation: none;
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none
}
.carousel-list li {
	float: left;
	width: 680px;
	min-width: 680px
}
.carousel-list li .news-view.position .news-position {
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 54;
	padding: 10px 0
}
.carousel-list li .news-footer, .carousel-list li .news-header {
	padding: 0 10px
}
.carousel-list li .news-header {
	padding-bottom: 10px
}
.carousel-list li .news-header h3 a {
	color: #fff;
	line-height: 40px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
	width: 100%;
	display: block
}
.carousel-list li .news-footer p {
	font-size: 14px;
	font-weight: 700;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .4)
}
.carousel-list li .news-img img {
	width: 680px;
	height: 340px
}
.carousel-list li .news-img a:hover img {
	-ms-filter: grbrightness(.9);
	filter: brightness(.9)
}
.carousel-pager {
	overflow: hidden;
	background: #000;
	background: rgba(0, 0, 0, .7);
	width: 680px;
	z-index: 75
}
.carousel-pager li {
	cursor: pointer;
	float: left;
	padding: 10px;
	position: relative;
	text-align: center
}
.carousel-pager li img {
	border: 1px solid #363636;
	display: block;
	overflow: hidden;
	transition: border-color .2s;
	height: 60px;
	width: 113px
}
.news-slide, .news-slide .bx-wrapper {
	height: 360px
}
.carousel-pager li .active img, .carousel-pager li a:hover img {
	border-color: #09f
}
.news-slide {
	position: relative;
	background: #f9f9f9;
	overflow: hidden
}
.news-slide .news-view .news-img img {
	height: 360px;
	width: 720px
}
.news-slide .bx-viewport li {
	float: left;
	width: 720px;
	min-width: 720px
}
.news-slide .news-view.position .news-position {
	background: rgba(0, 0, 0, .4)
}
.news-slide .bx-controls-direction a {
	position: absolute;
	top: 115px;
	line-height: 130px;
	width: 31px;
	height: 59px;
	background: url(../image/slide-arrow.png) no-repeat;
	overflow: hidden
}
.news-slide .bx-controls-direction a.bx-prev {
	left: 0;
	background-position: 0 0
}
.news-slide .bx-controls-direction a.bx-prev:hover {
	background-position: 0 -60px
}
.news-slide .bx-controls-direction a.bx-next {
	right: 0;
	background-position: -31px 0
}
.news-slide .bx-controls-direction a.bx-next:hover {
	background-position: -31px -60px
}
.columns-view {
	background: #f9f9f9;
}
.columns-right .sidebar-header {
	overflow: hidden;
	background-color: #ececec;
	border-bottom: 1px solid #dfdfdf
}
.columns-right .k-list, .sidebar-tab .tab-header {
	border-bottom: 1px solid #dcdcdc
}
.columns-right .sidebar-header h3 {
	font-size: 16px;
	line-height: 40px;
	padding-left: 15px;
	font-weight: 700;
	float: left;
	color: #282828;
	text-shadow: 0 1px 1px #fff
}
.columns-right .sidebar-header h3 a {
	color: #282828
}
.columns-right .sidebar-header .more {
	float: right;
	line-height: 40px;
	padding: 0 10px;
	font-size: 13px
}
.columns-right .sidebar-main .news-view {
	padding: 15px 20px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #dcdcdc
}
.columns-right .sidebar-main .news-view:hover {
	background-color: #FFF;
	border-top-color: transparent
}
.columns-right .sidebar-main .news-right {
	margin-left: 70px
}
.columns-right .sidebar-main .news-right .news-header {
	padding: 0
}
.columns-right .sidebar-main .news-header a {
	line-height: 20px;
	font-size: 16px;
	font-weight: 400
}
.columns-right .k-list li a {
	color: #444;
	padding: 10px 15px 5px;
	line-height: 18px;
	font-size: 15px;
	display: block;
	font-weight: 700
}
.columns-right .k-list li span {
	display: block;
	padding: 5px 15px 10px;
	text-align: left;
	font-weight: 400;
	color: #666
}
.columns-right .k-list li:hover {
	background: #fff
}
.columns-right .left .news-img {
	width: 80px;
	height: 80px
}
.columns-right .left .news-right {
	margin-left: 100px;
	height: 80px
}
.columns-right .left .news-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%
}
.sidebar-tab .tab-header {
	overflow: hidden;
	background-color: #ececec
}
.sidebar-tab .tab-header li {
	display: inline-block;
	line-height: 40px;
	float: left;
	cursor: pointer
}
.sidebar-tab .tab-header li span {
	text-align: center;
	display: block;
	padding: 0 10px;
	color: #666;
	font-size: 15px;
	border: 1px solid #e7e7e7
}
.sidebar-tab .tab-header li.active span {
	background: #fff;
	border-color: #fff;
	color: #333
}
.sidebar-tab .tab-main .tab-main-item {
	display: none
}
.sidebar-tab .tab-main .tab-main-item.current {
	display: block
}
.tab-main-item .main-list li {
	border-bottom: 1px solid #dcdcdc;
	height: 32px;
	line-height: 32px;
	padding: 2px 14px;
	display: block
}
.tab-main-item .main-list li:hover {
	background: #fff
}
.tab-main-item .main-list li span {
	position: absolute;
	left: 0;
	top: 7px;
	width: 20px;
	display: inline-block;
	text-align: center;
	color: #000;
	font: 12px/18px georgia
}
.tab-main-item .main-list a {
	position: relative
}
.tab-main-item .main-list li a {
	color: #000;
	font-size: 13px;
	padding-left: 30px;
	display: block;
	padding-right: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.special-list {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px
}
.special-list .list-view {
	overflow: hidden;
	padding: 0;
}
.special-list .card-list h5 {
	float: none;
	text-align: center;
	font-size: 20px;
	font-weight: 400
}
.special-list .card-list h5 a {
	display: inline-block;
	line-height: 34px;
	padding: 0 10px;
	border-bottom: 1px solid #333
}
.special-list .list-view .news-view.left {
	padding: 20px 280px 20px 40px;
	border-bottom: 1px solid #ddd
}
.special-list .list-view .news-view:last-of-type {
	border: 0
}
.special-list .list-view .news-view.left .news-img {
	width: 350px
}
.special-list .list-view .news-view .news-right .news-main {
	padding-top: 10px;
	height: auto
}
.special-list .list-view .news-view .news-right .news-main p {
	color: #333
}
.special-list .list-view .news-view.left .news-right {
	margin-left: 370px;
	height: 200px
}
.special-list .list-view .news-view.left .news-header a {
	font-size: 24px;
	line-height: 30px;
}
.special-list .list-view .news-view.position .news-position {
	background-color: transparent;
 background-image: url(data:image/svg+xml;
base64, PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgi鈥ZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
	background-size: 100%;
	background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .35)));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .35));
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .35));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .35))
}
.special-list .list-view .news-view.position .news-position .news-header a {
	text-shadow: 0 0 5px #000
}
.special-list .list-view .news-view {
	padding: 0
}
.special-list .list-view .news-view .text-news {
	padding: 20px 280px 20px 40px;
	border-bottom: 1px solid #ddd;
}
.special-list.item-three {
	padding: 0 5px
}
.special-list.item-three .list-view {
	padding-bottom: 10px
}
.special-list.item-three .list-view .news-view {
	width: 346px;
	margin: 0 5px;
	float: left
}
.special-list.item-three .list-view .news-view .news-img {
	height: 346px
}
.special-list.item-two {
	padding-bottom: 0
}
.special-list.item-two .list-view {
	padding: 0 20px
}
.special-list.item-two .list-view .news-view {
	width: 479px;
	margin: 0 20px 40px;
	float: left
}
.special-list.item-two .list-view .news-view .news-img img {
	width: 479px;
	height: 240px
}
/*澶╀笅*/
.channel-32, .channel-32 .card-list ul {
	background: #9e1d0a
}
.channel-32 .news-view .news-header a:hover {
	color: #9e1d0a
}
.channel-32 .columns-right .sidebar-tab {
	width: 358px
}
.channel-32 .sidebar-tab .tab-header li {
	width: 179px
}
/*涓浗*/

.channel-71, .channel-71 .news-carousel .carousel-mate span {
	background: #009bff
}
.channel-71 .card-list h5 {
	background: #009bff;
	padding: 0 15px;
	color: #fff
}
.channel-71 .card-list h5 a {
	color: #fff
}
.channel-71 .news-list .news-view .news-header a:hover, .channel-71 .sidebar-main .news-view .news-header a:hover {
	color: #009bff
}
/*濞变箰*/

.channel-63, .channel-63 .news-carousel .carousel-mate span, .channel-63 .sidebar-header, .channel-63 .partner-list .mate span {
	background: #741884
}
.channel-63 .card-list h5 {
	background: #741884;
	padding: 0 15px;
	color: #fff
}
.channel-63 .card-list h5 a, .channel-63 .partner-list .mate span {
	color: #fff
}
.channel-63 .news-list .news-view .news-header a:hover, .channel-63 .sidebar-main .news-view .news-header a:hover {
	color: #741884
}
.channel-63 .sidebar-header h3, .channel-63 .sidebar-header h3 a {
	color: #fff;
	text-shadow: none
}
/*浣撹偛*/
.channel-82, .channel-82 .news-carousel .carousel-mate span, .channel-82 .sidebar-header {
	background: #3b900e
}
.channel-82 .sidebar-header h3, .channel-82 .sidebar-header h3 a {
	color: #fff;
	text-shadow: 0 0 2px #000
}
.channel-82 .bottom-grid .grid-mate, .channel-82 .columns-left, .channel-82 .columns-view {
	border-color: #3b900e
}
.channel-82 .news-list .news-view .news-header a:hover, .channel-82 .sidebar-main .news-view .news-header a:hover {
	color: #3b900e
}
/*鏃跺皻*/

.channel-68, .channel-68 .header-nav h2 {
	background: #fff;
}
.channel-68 .columns-left {
	border-color: #fff
}
.channel-68 .news-view .news-header a:hover {
	color: #000;
}
.channel-68 .header-nav h2 a, .channel-68 .header-nav li a {
	color: #000;
	text-shadow: none
}
.channel-68 .header-nav li a {
	font-size: 18px
}
.channel-68 .columns-view {
	border-color: #000;
	background: #fff;
	border-left: 1px solid #000
}
/*鏃呰*/

.channel-105 {
	background: #ffa300
}
.channel-105 .columns-left {
	border-color: #ffa300
}
.channel-105 .news-list .news-view .news-header a:hover {
	color: #ffa300;
}
.channel-105 .columns-view {
	border-color: #000;
	background: #fff;
	border-left: 1px solid #000
}
/*鐢熸椿*/

.channel-135, .channel-135 .header-nav h2 {
	background: #fff;
}
.channel-135 .columns-left {
	border-color: #fff
}
.channel-135 .news-view .news-header a:hover {
	color: #000;
}
.channel-135 .header-nav h2 a, .channel-135 .header-nav li a {
	color: #000;
	text-shadow: none
}
.channel-135 .header-nav li a {
	font-size: 18px
}
.channel-135 .columns-view {
	border-color: #000;
	background: #fff;
	border-left: 1px solid #000
}
/*鏂囧寲*/
.channel-130 {
	background: #8a9fb3;
}
.channel-130 .columns-left {
	border-color: #8a9fb3
}
.channel-130 .news-view .news-header a:hover {
	color: #8a9fb3;
}
/*娓告垙*/
.channel-118 {
	background: #5ebdc7
}
.channel-118 .columns-top.white {
	border-bottom-color: #999;
}
.channel-118 .news-list .news-view .news-header a:hover {
	color: #5ebdc7;
}
/*鍐涗簨*/

.channel-103 {
	background: #4b7126
}
.channel-103 .columns-center {
	width: 100%
}
.channel-103 .inner-view .card-list h5 {
	float: left
}
.channel-103 .inner-view .card-list h5 span, .channel-103 .inner-view .card-list h5 a {
	font-size: 14px
}
.channel-103 .news-list .news-view .news-header a:hover, .channel-103 .inner-view .card-list h5 span {
	color: #4b7126
}
/*蹇*/
.channel-4 .header-nav h2 {
	font-size: 20px
}
.channel-4 .col-title {
	line-height: 50px;
	height: 50px;
	border-bottom: 1px solid #dcdcdc;
	padding: 0 20px;
}
.channel-4 .col-title h3 {
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	color: #000;
}
.channel-4 .col-title span {
	float: right;
	font-size: 13px;
	color: #b9b9b9;
}
.channel-4 .col-date {
	line-height: 64px;
	font-size: 13px;
	color: #8c8c8c;
	text-align: center;
	background: #f9f9f9;
}
.channel-4 .item-news {
	overflow: hidden;
	padding: 20px 20px 20px 0;
}
.channel-4 .item-news .item-date {
	float: left;
	width: 100px;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #000;
}
.channel-4 .a-item .item-date {
	color: #f12b15;
}
.channel-4 .item-news .item-main {
	margin-left: 100px;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 20px;
}
.channel-4 .d-list .item-news:last-of-type .item-main {
	border-bottom: none;
}
.channel-4 .item-news .item-main p {
	color: #333;
	line-height: 26px;
	font-size: 16px;
}
.channel-4 .a-item .item-main p a {
	color: #f12b15;
}
.channel-4 .item-news .item-main p a:visited, .channel-4 .item-news .item-main p a:hover {
	color: #2e6e9e;
}
/*jmedia*/
.channel-21 {
	background: #f5f5f5
}
.channel-21 .jmedia-top {
	height: 200px;
	padding: 25px;
	background: #1793d1;
	overflow: hidden
}
.channel-21 .jmedia-top .jmedia-banner {
	float: left;
	width: 810px
}
.channel-21 .jmedia-top .jmedia-banner p {
	font-size: 14px;
	line-height: 24px;
	padding-left: 10px;
	color: #fff;
	width: 490px
}
.channel-21 .jmedia-top .jmedia-nav {
	margin-left: 810px;
	padding: 0 20px;
	position: relative;
	height: 200px
}
.channel-21 .jmedia-top .jmedia-nav p {
	font-size: 12px;
	line-height: 24px;
	color: #fff
}
.channel-21 .jmedia-top .jmedia-nav p a {
	color: #fff;
	font-size: 17px;
	font-weight: 700
}
.channel-21 .jmedia-top .jmedia-nav ul {
	position: absolute;
	bottom: 0;
	right: 0
}
.channel-21 .jmedia-top .jmedia-nav li {
	display: inline-block;
	padding: 0 3px
}
.channel-21 .jmedia-top .jmedia-nav li a {
	width: 60px;
	height: 60px;
	display: block;
	background: rgba(255, 255, 255, .5);
	border-radius: 50%;
	line-height: 60px;
	text-align: center;
	color: #333;
	font-weight: 700
}
.channel-21 .jmedia-view {
	background: #f5f5f5;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	display: inline-block
}
.channel-21 .jmedia-left {
	float: left;
	width: 810px;
	padding: 0 15px;
	background: #fff;
	border-right: 1px solid #dedede
}
.channel-21 .top-grid {
	padding: 5px;
	background: #fff;
	margin: -40px 10px 20px;
	box-shadow: -3px -2px 10px rgba(0, 0, 0, .5)
}
.channel-21 .top-grid .left-card {
	width: 531px;
	height: 433px
}
.channel-21 .top-grid .left-card .news-view .news-img img {
	height: 433px
}
.channel-21 .top-grid .right-card .news-view .news-img img {
	height: 216px
}
.channel-21 .top-grid .right-card {
	margin-left: 532px
}
.channel-21 .jmedia-news {
	padding: 0 15px 20px;
	float: left;
	width: 375px
}
.channel-21 .jmedia-header {
	background: #1793d1;
	padding: 0 15px;
	margin-bottom: 1px
}
.channel-21 .jmedia-header h3 {
	font-size: 16px;
	line-height: 26px;
	color: #fff
}
.channel-21 .jmedia-header h3 .more {
	font-size: 12px;
	float: right;
	color: #fff
}
.channel-21 .jmedia-news .news-img img {
	height: 190px
}
.channel-21 .jmedia-news .news-position {
	padding: 10px 0;
	width: 375px
}
.channel-21 .jmedia-news .news-view .news-footer, .channel-21 .jmedia-news .news-view .news-header {
	padding: 0 10px
}
.channel-21 .jmedia-news .news-view .news-header h3 a {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400
}
.channel-21 .jmedia-news .news-view.list {
	border-bottom: 1px solid #dedede;
	padding: 10px 0
}
.channel-21 .jmedia-news .news-view.list .news-header {
	height: 20px;
	overflow: hidden
}
.channel-21 .jmedia-news .news-view.list .news-header a {
	font-size: 14px;
	line-height: 20px
}
.channel-21 .jmedia-news .news-view.list:last-of-type {
	border-bottom: 0
}
.channel-21 .jmedia-news .news-footer .point {
	float: left;
	padding-right: 5px
}
.channel-21 .jmedia-news .news-footer .point i {
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #f12b35;
	border-radius: 50%
}
.channel-21 .columns-right {
	margin-left: 841px;
	border-top: 1px solid #fff
}
.channel-21 .sidebar-header {
	background-color: #1793d1
}
.channel-21 .sidebar-header h3 {
	color: #fff;
	text-shadow: none;
	font-weight: 400;
	line-height: 26px
}
.channel-21 .tab-main .news-view {
	animation: none;
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none
}
.channel-21 .sidebar-main .news-view .news-header a:hover {
	color: #1793d1
}
.channel-21 .columns-right .news-view .news-img img {
	border-radius: 50%
}
.channel-21 .sidebar-tab .tab-header li {
	width: 118px
}
.channel-21 .sidebar-tab .tab-header li span {
	border-color: #1793d1;
	background: #fff
}
.channel-21 .sidebar-tab .tab-header li.active span {
	background-color: #1793d1;
	color: #fff
}
.channel-21 .hot-read {
	padding: 10px 0
}
.channel-21 .hot-read .news-view {
	padding: 0 15px
}
.channel-21 .hot-read .news-view .news-header h3 {
	position: relative;
	padding-left: 20px
}
.channel-21 .hot-read .news-view .news-header h3 span {
	font-size: 16px;
	position: absolute;
	left: 0;
	top: 5px
}
.channel-21 .hot-read .news-view .news-header h3 a {
	font-size: 16px;
	font-weight: 400
}
.channel-21 .hot-default {
	padding: 10px 0
}
.channel-21 .hot-default .news-view {
	padding: 10px 20px
}
.channel-21 .hot-default .left .news-img {
	width: 40px;
	height: 40px
}
.channel-21 .hot-default .left .news-img img {
	border: 1px solid #ccc;
	height: 40px;
	width: 40px
}
.channel-21 .hot-default .left .news-header {
	padding: 0
}
.channel-21 .hot-default .left .news-header a {
	font-size: 14px;
	color: #231815;
	font-weight: 400
}
.channel-21 .hot-default .left .news-main p {
	color: #666;
	line-height: 20px
}
.channel-21 .hot-default .left .news-right {
	margin-left: 55px;
	height: auto
}
/*姹借溅*/
.channel-51 {
	background: #fc0;
	border-bottom: 1px solid #ccc
}
.channel-51 .header-nav h2 a, .channel-51 .header-nav li a {
	color: #333;
	text-shadow: 0 1px 1px #fff;
	font-weight: 700
}
.channel-51 .news-list-grid .news-view {
	box-shadow: none
}
.channel-51 .news-list-grid .news-view .news-header {
	background: #3a3a3c
}
.channel-51 .news-list-grid .news-view .news-header a {
	color: #fc0;
	font-weight: 400
}
.channel-51 .news-list-grid .news-view .news-img {
	background: #141414
}
.channel-51 .news-list-grid .news-view .news-img img {
	opacity: .9;
	height: 140px
}
.channel-51 .columns-view {
	border-bottom: 0
}
.channel-51 .news-carousel .carousel-mate span {
	background: #fc0;
	color: #333;
	font-weight: 700
}
.channel-51 .partner-list .mate span, .channel-51 .sidebar-header {
	background-color: #fc0
}
.channel-51 .partner-list li a:hover, .channel-51 .sidebar-main .news-view .news-header a:hover {
	color: #fc0
}
.channel-51 .card-list h5 {
	background: #fc0;
	padding: 0 15px
}
/*鍦颁骇*/
.channel-62, .channel-62 .news-slide .news-slide-mate span, .channel-62 .sidebar-header {
	background: #119e9e
}
.channel-62 .card-list h5 {
	background: #119e9e;
	padding: 0 15px;
	color: #fff
}
.channel-62 .card-list h5 a, .channel-62 .sidebar-header h3, .channel-62 .sidebar-header h3 a {
	color: #fff;
	text-shadow: 0 0 2px #000
}
.channel-62 .carousel-pager {
	padding: 10px;
	width: 660px
}
.channel-62 .carousel-pager li img {
	width: 198px;
	height: 99px
}
.channel-62 .news-view .news-header a:hover {
	color: #119e9e
}
/*绉戞妧*/
.channel-65 {
	background: #fff
}
.channel-65 .columns-left {
	border-color: #fff
}
.channel-65 .header-nav h2 {
	background: 0
}
.channel-65 .header-nav h2 a, .channel-65 .header-nav li a {
	color: #000;
	text-shadow: none
}
.channel-65 .columns-view {
	border-color: #000;
	background: #fff;
	border-left: 1px solid #000
}
.channel-65 .list-view.card {
	padding: 5px 14px
}
.channel-65 .even {
	background: #efefef;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd
}
.channel-65 .inner-view .card-list h5 {
	color: #fff;
	text-align: center;
	float: none
}
.channel-65 .inner-view .card-list h5 a {
	color: #000;
	font-size: 20px;
	border: 0;
	font-weight: bold
}
.channel-65 .list-view .news-view.card {
	box-shadow: none
}
.channel-65 .list-view .news-view.card .news-header a {
	font-size: 18px
}
.channel-65 .news-flash .news-title a {
	color: #000
}
/*鎶曡祫*/


.channel-86, .channel-86 .partner-list .mate span, .channel-86 .sidebar-header, .channel-86 .top-grid-mate span {
	background: #97002e;
	color: #FFF
}
.channel-86 .news-list .news-view .news-header a:hover, .channel-86 .partner-list li a:hover, .channel-86 .sidebar-main .news-view .news-header a:hover {
	color: #97002e
}
.channel-86 .partner-list li img {
	border-color: #97002e
}
.channel-86 .top-grid-mate span {
	width: 30px;
	padding: 15px 5px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .9);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
	font-family: "妤蜂綋";
	line-height: 24px;
	display: inline-block
}
.channel-86 .sidebar-header h3, .channel-86 .sidebar-header h3 a {
	color: #fff;
	text-shadow: 0 1px 1px #000
}
.channel-86 .columns-inner {
	padding-bottom: 20px
}
.channel-86 .grid-view {
	padding: 20px 20px 0
}
.channel-86 .top-grid .top-card .news-img img {
	width: 640px;
	height: 320px
}
.channel-86 .top-grid .top-card .news-position {
	left: 20px;
	right: auto;
	width: 500px
}
.channel-86 .grid-view .top-grid {
	box-shadow: 2px 2px 10px #aaa;
	padding-bottom: 10px;
	background: #f5f5f5
}
.channel-86 .top-grid .top-grid-mate {
	left: auto;
	right: 40px;
	top: 0
}
.channel-86 .grid-view .news-list .news-view {
	padding: 5px 40px 5px 20px
}
/*璇佸埜*/
.channel-112, .channel-112 .sidebar-header {
	background: #d51900
}
.channel-112 .sidebar-header h3, .channel-112 .sidebar-header h3 a {
	color: #fff;
	text-shadow: 0 0 2px #000
}
/*鍒涗笟*/
.channel-141, .channel-141 .header-nav h2, .channel-141 .sidebar-header {
	background: #fff
}
.channel-141 .columns-view {
	border-color: #ddd;
	background: #fff;
	border-left: 1px solid #ddd
}
.channel-141 .header-nav h2 a, .channel-141 .header-nav li a, .channel-141 .sidebar-header h3, .channel-141 .sidebar-header h3 a {
	color: #000;
	text-shadow: none
}
/*鍑哄浗*/

.channel-143, .channel-143 .header-nav h2 {
	background: #fff;
}
.channel-143 .columns-left {
	border-color: #fff
}
.channel-143 .news-list .news-view .news-header a:hover {
	color: #000;
}
.channel-143 .header-nav h2 a, .channel-143 .header-nav li a {
	color: #000;
	text-shadow: none
}
.channel-143 .header-nav li a {
	font-size: 18px
}
.channel-143 .columns-view {
	border-color: #000;
	background: #fff;
	border-left: 1px solid #000
}
/*鍥剧墖*/
.picture-page {
	background: #9e1d0a
}
.picture-page .header-nav h2 {
	background: #951b11
}
.picture-page .header-nav li a.active, .picture-page .header-nav li a:hover {
	background: #7d170e;
	border-top-color: #510e09;
	border-bottom-color: transparent
}
.picture-page .news-list .news-view .news-img {
	position: relative
}
.picture-page .news-list .news-view.first {
	margin: 10px 10px 20px;
	padding: 0;
	box-shadow: 0 0 5px #666
}
.picture-page .news-list .news-view.first .news-img img {
	width: 680px;
	height: 340px
}
.picture-page .news-view.position .news-position {
	left: 0;
	bottom: 0;
	padding: 10px;
	width: 660px
}
.picture-page .columns-right .news-view {
	padding: 15px
}
.picture-page .sidebar-header {
	background-color: #ececec;
	border-bottom: 1px solid #dfdfdf
}
.picture-page .sidebar-header h3 {
	color: #282828;
	text-shadow: 0 1px 1px #fff
}
.picture-page .sidebar-main .news-view {
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #e0e0e0
}
.picture-page .sidebar-main .news-view:hover {
	background-color: #FFF
}
.picture-page .sidebar-main .news-view .news-header a {
	color: #333
}
/*涓撻*/
.channel-special, .channel-special .header-nav h2 {
	background: #fff;
}
.channel-special .columns-left {
	border-color: #fff
}
.channel-special .news-view .news-header a:hover {
	color: #000;
}
.channel-special .header-nav h2 a, .channel-special .header-nav li a {
	color: #000;
	text-shadow: none
}
.channel-special .header-nav li a {
	font-size: 18px
}
.channel-special .columns-view {
	border-color: #000;
	background: #fff;
	border-left: 1px solid #000
}
.channel-special .columns-inner {
	position: relative;
}
.channel-special .list-search {
	padding: 20px;
	border-bottom: none;
	position: absolute;
	right: 0;
	top: 0;
}
.channel-special .list-search form {
	float: right;
}
.channel-special .list-search .search-text {
	width: 160px;
	line-height: 24px;
	height: 24px;
}
.channel-special .list-search .search-button {
	width: auto;
	padding: 0 10px;
	height: 36px;
	font-size: 16px;
	background: #ddd;
}
.channel-special .special-list .list-view .news-view.left {
	border-bottom: none;
}
.ajax-loading {
	display: block;
	margin: 30px auto
}
/*鎼滅储*/
.search-content {
	overflow: hidden;
	background: #f0f0f0;
	border: 1px solid #ccc
}
.search-content .columns-left {
	border-right: 1px solid #ccc;
	border-top: 0;
	background: #FFF;
	width: 843px;
	min-height: 500px;
	float: left
}
.search-content .columns-right {
	margin-left: 844px;
	padding: 20px
}
.list-search {
	padding: 50px 20px;
	overflow: hidden;
	border-bottom: 1px solid #ccc
}
.list-search .hot-tag {
	padding-top: 10px
}
.list-search .hot-tag p {
	display: inline-block;
	float: left;
	line-height: 24px;
	font-size: 14px;
	color: #b1afaf
}
.search-text {
	background-color: #f6f6f6;
	border: 1px solid #DDD;
	border-radius: 1px;
	cursor: text;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	width: 600px;
	padding: 5px;
	color: #333;
	float: left;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .125)
}
.search-text:focus {
	border-color: #f12b15
}
.search-button {
	width: 60px;
	height: 42px;
	display: inline-block;
	border: 0;
	color: #fff;
	letter-spacing: 1px;
	background: #f12b15;
	outline: 0;
	font-size: 18px
}
.tab-search {
	overflow: hidden;
	border-bottom: 1px solid #dbdbdb
}
.tab-search li {
	float: left;
	width: 210px;
	height: 40px;
	line-height: 40px;
	border-right: 1px solid #dbdbdb;
	background-color: #f9f9f9;
	text-align: center;
	color: #999;
	font-size: 16px
}
.tab-search li.last {
	border-right: 0
}
.tab-search li a {
	display: block
}
.tab-search li a.active {
	background: #f12b15;
	color: #FFF
}
.list-search-author {
	padding: 0 20px;
	border-bottom: 1px solid #e3e3e3;
	overflow: hidden
}
.list-search-author li {
	overflow: hidden;
	border-bottom: 1px dashed #dbdbdb;
	padding: 10px 0
}
.list-search-author li:last-of-type {
	border-bottom: 0
}
.list-search-author li .author-img {
	float: left;
	padding: 3px;
	border: 1px solid #ddd;
	line-height: 0;
	display: inline-block;
	background: #FFF
}
.list-search-author li .author-img img {
	height: 60px;
	width: 60px
}
.list-search-author li .author-info {
	margin-left: 80px;
	padding: 5px 0
}
.list-search-author li .author-info h3 {
	font-size: 16px;
	line-height: 24px
}
.list-search-author li .author-info p {
	font-size: 12px;
	color: #666;
	line-height: 20px
}
.list-search-tag {
	padding: 20px;
	border-bottom: 1px solid #e3e3e3;
	overflow: hidden
}
.list-search-tag .tags {
	background: #333;
	color: #FFF;
	display: inline-block;
	padding: 0 8px;
	line-height: 24px;
	margin-right: 10px;
	margin-bottom: 10px
}
.list-search-tag .tags.active {
	background: #f12b35
}
.list-search-news {
	padding: 0 20px;
	border-bottom: 1px solid #e3e3e3;
	overflow: hidden
}
.list-search-news .news-view {
	border-bottom: 1px dashed #ccc;
	padding: 15px 0
}
.list-search-news .news-view:last-of-type {
	border-bottom: 0
}
/*鏍囩*/
.tag-content {
	overflow: hidden;
	background: #f0f0f0;
	border: 1px solid #ccc
}
.tag-content .columns-left {
	border-right: 1px solid #ccc;
	background: #FFF;
	border-top: 0;
	width: 843px;
	min-height: 500px
}
.tag-content .columns-right {
	margin-left: 844px;
	padding: 20px
}
.tag-content .news-mate {
	padding: 30px 20px;
	border-bottom: 1px solid #e3e3e3
}
.tag-content .news-mate .news-mate-inner {
	background: #f6f5f2;
	display: block;
	padding-left: 16px
}
.tag-content .news-mate .news-mate-inner span {
	display: inline-block;
	color: #f12b15;
	font-size: 24px;
	line-height: 44px;
	border-bottom: 2px solid #f12b15
}
.tag-content .news-mate .news-mate-inner i {
	color: #333;
	font-size: 36px;
	margin: 0 10px;
	position: relative;
	top: 5px
}
.tag-content .tag-list-news {
	padding: 0 20px;
	border-bottom: 1px solid #e3e3e3;
	overflow: hidden
}
.tag-content .tag-list-news .news-view {
	border-bottom: 1px dashed #ccc;
	padding: 15px 0
}
.tag-content .tag-list-news .news-view:last-of-type {
	border-bottom: 0
}
.content-special {
	background: #f7f7f7
}
.content-special .content-inner .content-container {
	background: 0
}
.content-special .columns-left {
	width: 780px;
	padding: 15px;
	background: #fff;
	box-shadow: 1px 1px 2px 0 #d0d0d0;
	margin-bottom: 20px
}
.content-special .columns-right {
	margin-left: 825px
}
/*涓撻*/
.special-top {
	margin-bottom: 17px;
	border-bottom: 2px solid #f12b15;
	padding-bottom: 17px
}
.special-top .news-view {
	padding-top: 0;
	padding-bottom: 0
}
.special-top .news-view .news-header a {
	font-size: 42px;
	line-height: 61px;
	color: #141414;
	font-weight: normal
}
.special-top .news-view .news-main p {
	font-size: 20px;
	line-height: 26px;
	color: #666
}
.special-news {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e3e3e3
}
.special-news:last-of-type {
	border: 0
}
.special-news .news-view .news-header a {
	font-size: 18px;
	line-height: 24px;
	font-weight: normal
}
.special-news .news-view .news-img {
	width: 300px
}
.special-news .news-view .news-right {
	margin-left: 315px;
	height: 150px
}
.special-news .news-view .news-right .news-footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%
}
.special-news .news-view .news-right .news-footer span {
	margin-right: 0
}
.special-news .news-view .news-right .news-footer .comment-btn {
	display: inline-block;
	width: 14px;
	height: 14px
}
.special-news .news-view .news-right .news-footer .comment {
	float: right;
	display: block
}
.content-special .columns-right .top-header span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	background: #fff;
	line-height: 34px;
	padding: 0 10px
}
.content-special .columns-right .news-view {
	background: #fff;
	box-shadow: 1px 1px 2px 0 #d0d0d0;
	border: 0;
	padding: 0 0 10px;
	margin-bottom: 15px
}
.content-special .columns-right .news-view .news-img {
	position: relative
}
.content-special .columns-right .news-view .news-img .news-header {
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	padding: 0;
	width: 100%;
	z-index: 99
}
.content-special .columns-right .news-view .news-img .news-header h3 {
	padding: 5px
}
.content-special .columns-right .news-view .news-img .news-header a {
	color: #fff
}
.content-special .columns-right .news-view .story-packages {
	padding: 10px
}
.content-special .columns-right .news-view .story-packages li {
	color: #f12b15;
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	padding: 0 1px;
	list-style-position: inside;
	list-style-type: disc;
	overflow: hidden
}
.content-special .columns-right .news-view .story-packages .bullet {
	display: none;
	color: #ff0606
}
.list-pager {
	margin: 30px 0
}
.list-pager ul {
	text-align: center
}
.list-pager ul li {
	display: inline-block;
	margin: 0 5px
}
.list-pager ul li a:hover, .list-pager ul li.active a {
	color: #f12b15;
	border: 1px solid #f12b15
}
.list-pager ul li a {
	display: inline-block;
	vertical-align: text-bottom;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e1e2e3;
	cursor: pointer
}
.jiemian-show-red {
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
	padding-bottom: 20px
}
.jiemian-show-red table {
	width: 100%;
	background: #d13428;
	border-collapse: collapse
}
.jiemian-show-red table tr td {
	border: 1px solid #fff
}
.jiemian-show-red .jm-logo img {
	width: 258px;
	margin: 0 auto
}
.jiemian-show-red .login-reg a {
	display: block;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	color: #fff
}
.jiemian-show-red .ewm {
	padding: 20px 0 10px
}
.jiemian-show-red .ewm .ewm-box {
	width: 110px;
	height: 110px;
	margin: 0 auto;
	padding: 10px;
	background: #fff
}
.jiemian-show-red .ewm .ewm-box img {
	width: 100%
}
.jiemian-show-red .app-link {
	text-align: center;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	height: 30px;
	padding: 5px 0
}
.jiemian-show-red .app-link span {
	vertical-align: middle
}
.jiemian-show-red .app-link a {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../image/jmshow/jm-show.png) no-repeat;
	vertical-align: middle;
	margin-left: 5px
}
.jiemian-show-red .app-link .apple {
	background-position: -4px -5px
}
.jiemian-show-red .app-link .android {
	background-position: -112px -6px
}
.jiemian-show-red .weibo-link a, .jiemian-show-red .weixin-link a {
	line-height: 40px;
	display: block;
	color: #fff;
	font-size: 14px;
	text-align: center
}
.jiemian-show-red .weibo-link a i, .jiemian-show-red .weixin-link a i {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../image/jmshow/jm-show.png) no-repeat;
	vertical-align: middle;
	margin-left: 5px
}
.jiemian-show-red .weibo-link a i {
	background-position: -4px -58px
}
.jiemian-show-red .weixin-link a i {
	background-position: -112px -58px
}
.jiemian-show-red .weibo-link a:hover, .jiemian-show-red .weixin-link a:hover {
	background: #a72a20
}
.jiemian-show-red .more-link {
	line-height: 40px;
	display: block;
	font-size: 14px;
	text-align: center
}
.jiemian-show-red .more-link a {
	color: #fff
}
.j-media, .j-media .content-container {
	background: #fff
}
.j-media .columns-left {
	width: 920px;
	float: left;
	position: relative;
	border-top: 0
}
.j-media .columns-right {
	margin-left: 920px;
	padding-top: 60px
}
.c-nav li, .news-view.left .news-img {
	float: left
}
.c-nav {
	overflow: hidden;
	padding: 10px 0 7px;
	position: relative
}
.c-nav .c-key {
	float: left;
	width: 60px
}
.c-nav .c-key span {
	font-size: 14px;
	line-height: 24px;
	color: #333
}
.c-nav ul {
	margin-left: 60px;
	padding-right: 100px
}
.c-nav li {
	margin-right: 10px;
	font-size: 14px;
	line-height: 24px
}
.c-nav li a {
	color: #666;
	display: inline-block;
	padding: 0 7px
}
.c-nav li a.active, .c-nav li a:hover {
	background: #de3226;
	color: #fff
}
.c-nav .c-ext {
	position: absolute;
	top: 10px;
	right: 40px;
	width: 120px;
	height: auto;
	line-height: 22px;
	overflow: hidden;
	zoom: 1;
	text-align: right
}
.c-nav .c-ext span {
	font-size: 14px;
	line-height: 24px;
	color: #f12b35
}
.media-list {
	padding: 5px 0 0;
	overflow: hidden
}
.media-list li {
	float: left;
	width: 270px;
	margin: 0 34px 30px 0
}
.media-show-view {
	cursor: pointer;
	background: #fff;
	padding: 10px;
	border-radius: 2px;
	border: 1px solid #e6e6e9;
	overflow: hidden;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .15)
}
.media-show-view.bred {
	border-color: #f12b15
}
.media-show-view .media-avatar {
	float: left
}
.media-show-view .media-avatar img {
	border-radius: 10px;
	background: #e9e9e9;
	padding: 1px;
	width: 70px;
	height: 70px
}
.media-show-view .media-main {
	margin-left: 80px
}
.media-show-view .media-main .media-title {
	margin-bottom: 10px
}
.media-show-view .media-main .media-title h3 a {
	color: #000;
	font-size: 16px;
	line-height: 30px
}
.media-show-view .media-main .media-info {
	margin: 10px 0 0;
	height: 28px
}
.media-show-view .media-main .media-info p {
	color: #666;
	font-size: 13px;
	line-height: 14px
}
.tg_jmedia {
	border: 1px solid #f1f1f1;
	margin-bottom: 20px;
	width: 345px
}
.media-tips {
	width: 350px;
	font-size: 12px;
	color: #000;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
	background: #fff;
	display: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #CCC;
	overflow: hidden;
	padding: 10px
}
.media-loading {
	background: url(../image/jmedia-loading.gif) left center no-repeat;
	height: 154px;
	line-height: 154px;
	display: inline-block;
	padding-left: 18px
}
.tips-left {
	float: left;
	width: 150px
}
.tips-left img {
	width: 140px;
	height: 140px;
	padding: 5px;
	border: 1px solid #ccc
}
.tips-right {
	margin-left: 160px
}
.tips-right h3 em {
	line-height: 30px;
	color: #000;
	font-size: 14px;
	font-weight: 700
}
.tips-right p.fw {
	font-weight: 700;
	font-size: 13px;
	line-height: 24px
}
.tips-right p {
	line-height: 18px;
	color: #333;
	font-size: 12px
}
.tips-right p.tips-info {
	height: 54px;
	overflow: hidden;
	padding: 10px 0
}
.tips-right p .info-btn {
	display: inline-block;
	color: #fff;
	line-height: 24px;
	width: 80px;
	text-align: center;
	background: #d13428;
	float: right
}
