/*header*/

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img,
body {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

* {
	box-sizing: border-box;
	font-family: "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

body {
	overflow-x: hidden;
}


/*搜索框*/

div.search {
	float: right;
}

form {
	position: relative;
	width: 350px;
	margin: 0 auto;
}

input,
button {
	border: none;
	outline: none;
}

#searchform {
	display: block;
	height: 36px;
}

.inp_srh {
	border: 1px solid #666;
	float: left;
	display: inline;
	height: 40px;
	width: 350px;
	font-size: 14px;
	padding-left: 15px;
	padding-right: 45px;
	border-radius: 10px;
}

.btn_srh {
	background: url(http://www.shigao.yzbytv.com/wap_static/img/sear.png) no-repeat;
	width: 30px;
	height: 29px;
	border: none;
	cursor: pointer;
	margin-top: 9px;
	position: absolute;
	right: 0;
	border-radius: 20px;
	background-size: 80%;
}

.w1200 {
	width: 1200px;
	margin: auto;
}

input::-webkit-input-placeholder {
	color: #666;
	font-size: 12px;
}

input::-moz-placeholder {
	color: #666;
	font-size: 12px;
}

input:-moz-placeholder {
	color: #666;
	font-size: 12px;
}

input:-ms-input-placeholder {
	color: #666;
	font-size: 12px;
}


/*=====*/

img {
	border: none;
}

.logo {
	float: left;
	width: 200px;
}

.logo img {
	width: 190px;
	max-height: 42px;
}

.gao_zhuan {
	width: 153px;
	height: 106px;
}

.nav_logo .guangao {
	width: 950px;
	height: 80px;
	float: right;
	margin: 0;
}

.nav_logo .guangao img.guang {
	width: 100%;
	height: 80px;
}

.nav_logo .guangao img.close {
	top: 0;
	right: 0;
}

.nav_logo .header {
	height: 50px;
	background: #CC0210
}

.header_list {
	background: #1E2736;
}

.nav_logo .logo_width {
	padding: 15px 0;
}

.nav ul.cons {
	list-style: none;
	overflow: hidden;
	width: 100%;
	overflow: hidden;
}

.nav ul.cons li a {
	font-size: 18px;
	color: #fff;
	float: left;
	height: 50px;
	line-height: 50px;
	padding: 0 22px;
}

.nav ul.cons li.active a {
	color: #fcff00;
}

.nav ul.cons li:hover a {
	color: #fcff00 !important; 
}

.header .search {
	float: right;
}

.cons li.active a i {
	display: block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #000;
}

.guangao {
	width: 1200px;
	height: 90px;
	position: relative;
	margin-top: 15px;
}

.guangao img.guang {
	width: 100%;
	height: 90px;
}

.guangao img.close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -16px;
	right: -15px;
	z-index: 99;
	cursor: pointer;
}

.gaoindex {
	width: 300px;
	height: 300px;
	position: relative;
}

.gaoindex img.guang {
	width: 300px;
	height: 300px;
	border: 1px solid #eee;
	box-sizing: border-box;
}

#div_kuaixun::-webkit-scrollbar {
	width: 4px;
	/*height: 4px;*/
}

#div_kuaixun::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}

#div_kuaixun::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}


/*left*/

.project_one {
	margin-top: 30px;
}

.project_left {
	width: 280px;
	position: relative;
}

.project_right {
	width: 900px;
}

#news h2 {
	width: 60px;
	height: 24px;
	line-height: 24px;
	margin: 12px 0 0 12px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background-color: #cc0210;
}

#news h2 a {
	color: #fff;
}

#news {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 420px;
	width: 280px;
	background: url(http://www.shigao.yzbytv.com/wap_static/images/bg060p.png) 0 0 repeat;
	background: hsla(0, 0%, 0%, 0.6);
}

.carousel .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: rgba(0, 0, 0, 0.9);
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)";
}

#news h2 a {
	color: #fff;
}

#news .list {
	height: 378px;
	*position: relative;
	overflow-y: scroll;
}

#news ul {
	margin-left: 12px;
	border-left: 1px solid #555;
}

:root #news ul {
	border-left-color: hsla(0, 100%, 100%, 0.25);
}

#news li {
	position: relative;
	margin: 0 24px 0 12px;
	padding: 14px 0;
	border-bottom: 1px solid #555;
	zoom: 1;
}

:root #news li {
	border-bottom-color: hsla(0, 100%, 100%, 0.25);
}

#news .info {
	max-height: 40px;
	line-height: 20px;
	font-size: 15px;
}

#news .info a {
	color: #fff;
	opacity: 0.9;
	filter: alpha(opacity=80);
	zoom: 1;
}

#news .info a:hover {
	opacity: 1;
	color: #fff !important;
	filter: alpha(opacity=100);
	text-decoration: none !important;
}

#news .time {
	margin-top: 5px;
	color: #fff;
	opacity: 0.25;
	filter: alpha(opacity=25);
	zoom: 1;
}

#news .icon {
	position: absolute;
	left: -16px;
	top: 20px;
	width: 7px;
	height: 7px;
	background-color: #fb515c;
	border-radius: 50%;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

#news .more {
	padding: 20px 0;
	border-left: 1px solid #555;
}

:root #news .more {
	border-left-color: hsla(0, 100%, 100%, 0.25);
}

#news .more a {
	display: block;
	width: 100px;
	height: 24px;
	line-height: 24px;
	margin: 0 auto;
	text-align: center;
	color: #749ed9;
	border: 1px solid #555;
}

:root #news .more a {
	border-color: hsla(0, 100%, 100%, 0.25);
}

#news .more a:hover {
	color: #1291ea;
}

#news li:hover .icon {
	left: -18px;
	top: 18px;
	width: 11px;
	height: 11px;
	background-color: #fb515c;
}


/* ==轮播图= */

.slider_one {
	width: 720px;
}

.news_center {
	width: 460px;
	height: 765px;
}

.swiper-container {
	height: 412px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.swiper-container img {
	width: 100%;
	height: 412px;
}

.pagination {
	bottom: 12px !important;
	width: 300px !important;
	text-align: center;
	left: inherit !important;
	right: 0;
	text-align: right;
	padding-right: 20px;
}

.pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 50%;
	background: #fff;
	opacity: 1 !important;
	margin: 0 3px;
}

.pagination .swiper-pagination-bullet-active {
	background: #e33f3f;
}

.posi_p p {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 30px;
	background: rgba(0, 0, 0, 0.2);
	font-size: 16px;
	padding: 10px 300px 10px 10px;
	color: #fff;
	width: 100%;
}

.swiper {
	overflow: hidden;
	width: 100%;
	height: 300px;
}

.swiper .swiper-slide {
	position: relative;
}

.swiper p {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgb(0, 0, 0, 0.6);
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	color: #fff;
}

.swiper img {
	width: 100%;
	height: 100%;
}


/*内容*/

.km-floor {
	margin-bottom: 40px;
}

.clearfix {
	clear: both;
	content: '';
	*zoom: 1;
}

.km-floor-left {
	width: 860px;
	float: left;
}

.fb-panel-head {
	width: 100%;
	line-height: 50px;
	margin-bottom: 16px;
}

.fb-panel-title {
	display: inline-block;
	margin: 0 10px 0 0;
	border-bottom: 3px solid #e6e6e6;
	font-size: 32px;
	color: #ee0011;
	padding-bottom: 10px;
}

.floorFir-left {
	width: 340px;
	float: left;
	margin-right: 40px;
}

.floor-big-pic {
	width: 100%;
	height: 300px;
	overflow: hidden;
}

dd {
	margin-left: 0;
}

.big-pic-box .picbox {
	display: block;
	width: 340px;
	height: 255px;
	overflow: hidden;
}

.picbox img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.picbox:hover img {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.big-pic-box .titlebox {
	width: 340px;
	display: block;
	margin-top: 10px;
	text-align: center;
	text-overflow: ellipsis;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 10px;
	color: #222;
	font-size: 16px;
}

.big-pic-box .titlebox b {
	font-weight: normal;
}

.floor-pic-list {
	width: 340px;
}

.floor-pic-list>dl {
	margin-bottom: 0;
	margin-right: -8px;
}

.floor-pic-list dd {
	float: left;
	margin: 0 4px 0 0;
}
.floor-pic-list dd{
	width: 168px;
}
.floor-pic-list .picbox {
	width: 168px;
	height: 126px;
	overflow: hidden;
}

.floor-pic-list .titlebox {
	width: 100%;
	display: block;
	margin-top: 10px;
	text-align: center;
	text-overflow: ellipsis;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 10px;
	color: #222;
	font-size: 16px;
}

.floor-pic-list .titlebox:hover {
	text-decoration: underline;
}

.floorFir-center {
	width: 440px;
	float: left;
}

.fnt-contbox>dl {
	margin-bottom: 0;
}

.fnt-contbox dt {
	overflow: hidden;
	margin-bottom: 10px;
}

.fnt-contbox dt .title {
	font-size: 24px;
	line-height: 34px;
	font-weight: normal;
	display: block;
	width: 100%;
	text-overflow: ellipsis;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
}

.fnt-contbox dd .point {
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	margin-top: 16px;
	float: left;
	background-color: #8095bf;
	line-height: 20px;
}

.fnt-contbox dd a {
	font-size: 18px;
	line-height: 34px;
	display: block;
	width: 425px;
	text-overflow: ellipsis;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	margin-left: 14px;
	color: #222;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-weight: 500;
}

.km-floor-right {
	width: 340px;
	float: right;
}

.fr-panel {
	width: 340px;
}

.fr-panel-head {
	margin-bottom: 12px;
	line-height: 30px;
}

.fr-panel-classify {
	width: 353px;
	overflow: hidden;
	*zoom: 1;
}

.fr-panel-classify a {
	display: block;
	float: left;
	width: 350px;
	height: 30px;
	background: #f0f8fe;
	text-align: center;
	line-height: 30px;
	margin-right: 10px;
	margin-bottom: 6px;
	font-size: 14px;
}

.fr-panel-classify a:hover {
	color: #ee0011;
}

.mt-30 {
	margin-top: 30px !important;
}

.fr-panel-head {
	margin-bottom: 12px;
	line-height: 30px;
}

.fr-panel-head>h3 {
	float: left;
	margin: 0 10px 0 0;
	padding-bottom: 12px;
	border-bottom: 3px solid #e6e6e6;
	font-size: 20px;
	color: #ee0011;
	font-weight: 500;
}

.tips-left {
	float: left;
}

.fr-panel-head .tips-left>a {
	font-size: 14px;
	color: #af8251;
	letter-spacing: 1px;
}

.km-floor {
	margin-bottom: 40px;
}

.mt-40 {
	margin-top: 40px !important;
}

.fr-panel-head {
	margin-bottom: 12px;
	line-height: 30px;
	overflow: hidden;
}

.frp-news-list {
	margin: 0 auto;
	width: 100%;
}

.frp-news-list li {
	line-height: 24px;
	margin-bottom: 10px;
	overflow: hidden;
}

.frp-news-list li .point {
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	margin-top: 10px;
	float: left;
	background-color: #8095bf;
	line-height: 20px;
}

.frp-news-list li .point~a {
	padding-left: 10px;
	width: 95%;
}


/*列表*/

.list_left {
	width: 820px;
}

.list_right {
	width: 340px;
}

.content-ajax article {
	padding: 20px 0;
	position: relative;
	box-sizing: border-box;
	border-radius: 5px;
	border-bottom: 1px dashed #e8e8e8;
}

.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 {
	font-size: 18px;
	font-weight: 700;
	color: #444;
}

.entry-title:hover {
	color: #ee0011;
}

.entry-img {
	float: left;
	position: relative;
	overflow: hidden;
	padding-right: 20px;
}

.entry-img img {
	width: 280px;
	height: 190px;
	border-radius: 6px;
}

.entry-site {
	font-size: 14px;
	color: #999;
	padding-top: 10px;
	line-height: 24px;
	font-weight: 400;
}

.entry-content .time {
	color: #bbbbbb;
	font-size: 14PX;
	line-height: 25PX;
	margin-right: 18px;
	padding-top: 10px;
}


/*详情*/

.list_content_xq .detail_all {
	border: 1px solid #ebebeb;
	padding: 15px;
	box-sizing: border-box;
}

.title_xq {
	margin: 30px 0 15px 0;
	margin-bottom: 30px;
}

.detail_top {
	width: 100%;
	text-align: center;
}

.title_xq h2 {
	font-size: 22px;
	line-height: 40px;
	font-weight: bold;
}

.userCreateTime {
	padding: 20px 0;
	font-size: 14px;
	line-height: 14px;
	color: #949494;
	margin-right: 20px;
}

.userCreateTime span {
	display: inline-block;
	color: #333;
	padding-left: 20px;
}

.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;
}

.post-navigation {
	overflow: hidden;
	padding: 20px 0;
	margin-bottom: 20px;
}

.post-navigation div {
	display: inline-block;
	width: 100%;
	padding: 0 5px;
	box-sizing: border-box;
}

.post-navigation a {
	margin: 10px;
	color: #666;
	font-size: 15px;
}

.post-navigation a span:hover {
	color: #4192e7;
}

.mt-20 {
	margin-top: 20px;
}

.location-img {
	width: 13px;
	height: 15px;
	display: inline-block;
	float: left;
	margin: 17px 5px 0 0;
	background: url(http://www.shigao.yzbytv.com/wap_static/img/hot-line.png) no-repeat;
}

.location>p {
	display: inline-block;
	line-height: 50px;
	color: #888888;
	font-size: 12px;
	margin: 0;
}

.location>p>a {
	color: #979797;
}

.location>p>a:last-child,
.location>p>span:last-child,
#channel_url {
	color: #222;
}

.km-inner-title {
	width: 100%;
	height: 40px;
	padding: 5px 10px;
	background: #e9f5fe;
	position: relative;
}

.km-inner-title>h4 {
	font-size: 16px;
	color: #222;
	margin: 0;
	line-height: 30px;
}


/* 内页右侧标题 */

.inr-panel-head {
	border-bottom: 1px solid #dbdbdb;
	position: relative;
	height: 36px;
	line-height: 36px;
}

.inr-panel-head>h3 {
	position: absolute;
	bottom: -1px;
	left: 0;
	border-bottom: 2px solid #ee0011;
	line-height: 36px;
	font-size: 16px;
	margin: 0;
	padding: 0 3px;
	color: #222;
	font-weight: bold;
}

.inr-panel-head a.tips-right {
	font-size: 12px;
	color: #999;
}

.inr-panel-head a.tips-right:hover {
	text-decoration: none;
	color: #d6000f;
}


/* 每周热点 */

.frp-news-list {
	margin: 0 auto;
	width: 100%;
	margin-top: 15px;
}

.frp-news-list li,
.frp-news-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.frp-news-list li {
	line-height: 24px;
	margin-bottom: 10px;
	overflow: hidden;
}

.frp-news-list li:last-child {
	margin-bottom: 0;
}

.frp-news-list li .order {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	background: #d0d0d0;
	text-align: center;
	color: #fff;
	line-height: 20px;
}

.frp-news-list li .order~a {
	padding-left: 10px;
	width: 92%;
}

.frp-news-list li .point {
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	margin-top: 10px;
	float: left;
	background-color: #8095bf;
	line-height: 20px;
}

.frp-news-list li .point~a {
	padding-left: 10px;
	width: 95%;
}

.frp-news-list li>a {
	display: block;
	float: left;
	width: 100%;
	font-size: 16px;
	text-overflow: ellipsis;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
}

.list_right .frp-news-list ul li:nth-of-type(1) span {
	background: #be090f;
}

.list_right .frp-news-list ul li:nth-of-type(2) span {
	background: #be090f;
}

.list_right .frp-news-list ul li:nth-of-type(3) span {
	background: #be090f;
}

.km-inner-right {
	margin-bottom: 20px;
}

.list_right {
	margin-bottom: 30px;
}

.list_right .titlebox b {
	font-weight: 500;
}

.list_right .fnt-contbox {
	width: 100%;
}

.list_right .fnt-contbox dd a {
	width: 330px;
}

.list_right .fnt-contbox dt {
	margin-bottom: 0;
}

.list_right .fnt-contbox dt .title {
	font-size: 16px;
	font-weight: bold;
}

.list_right .fnt-contbox dd a {
	font-size: 15px;
}


/*tuijian*/

.inr-panel-head {
	border-bottom: 1px solid #dbdbdb;
	position: relative;
	height: 36px;
	line-height: 36px;
}

.inr-panel-head>h3 {
	position: absolute;
	bottom: -1px;
	left: 0;
	border-bottom: 2px solid #ee0011;
	line-height: 36px;
	font-size: 16px;
	margin: 0;
	padding: 0 3px;
	color: #222;
	font-weight: bold;
}

.second_content .fr-panel {
	width: 100%;
}

.second_content .section_news ul li {
	width: 50%;
	float: left;
	padding-right: 15px;
}

.second_content .frp-news-list li .point {
	background: #8095bf !important;
}

.inr-panel-head a.tips-right {
	font-size: 12px;
	color: #999;
}

.floor-pic-list .titlebox b {
	font-weight: 500;
}

.container_last .floor-pic-list {
	width: 100%;
}

a:hover {
	color: #ee0011 !important;
}

.container_last .floor-pic-list dd {
	width: 297px;
	/*height: 166px;*/
	position: relative;
}

.container_last .floor-pic-list .picbox {
	width: 297px;
	height: 166px;
}

.container_last .floor-pic-list>dl {
	overflow: hidden;
}

.container_last .floor-pic-list .titlebox {
	width: 100%;
}

.container_last .floor-pic-list .titlebox b {
	font-weight: 500;
}

.container_last .floor-pic-list dd:hover b {
	text-decoration: underline;
}

.inr-panel-head a.tips-right:hover {
	text-decoration: none;
	color: #d6000f;
}

.kac-news-list {
	width: 100%;
}

.kac-news-list>ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 390px;
	box-sizing: content-box;
}

.kac-news-list>ul.w100 {
	width: 100%;
}

.kac-news-list>ul.dash-right {
	margin-left: 0;
	padding-right: 20px;
	border-right: 1px dotted #cfcfcf;
}

.kac-news-list li {
	display: block;
	width: 100%;
	overflow: hidden;
	float: left;
	margin: 0;
	line-height: 24px;
	margin-bottom: 10px;
}

.kac-news-list li:last-child {
	margin-bottom: 0;
}

.kac-news-list li>a {
	display: block;
	float: left;
	width: 82%;
	font-size: 16px;
	text-overflow: ellipsis;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
}

.kac-news-list .point {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	background: url(http://www.shigao.yzbytv.com/wap_static/img/dian.png) no-repeat center;
	text-align: center;
	color: #fff;
	line-height: 20px;
}

.kac-news-list .date {
	color: #999;
	float: right;
	font-size: 14px;
}

.line-pic-list {
	width: 100%;
	overflow: hidden;
}

.line-pic-list>dl {
	margin-bottom: 0;
	margin-right: -8px;
}

.line-pic-list dd {
	float: left;
	margin-right: 8px;
}

.line-pic-list .picbox {
	width: 165px;
	height: 125px;
	position: relative;
	overflow: hidden;
}

.line-pic-list .picbox span {
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-overflow: ellipsis;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 10px;
	background: rgba(0, 0, 0, 0.6) none repeat scroll !important;
	background: #000;
	filter: Alpha(opacity=60);
	color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.line-pic-list .picbox span>b {
	position: relative;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
}

.line-pic-list a>img {
	display: block;
	width: 165px;
	height: 125px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.line-pic-list a:hover>img {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.line-pic-list .picbox a:hover span {
	bottom: 0;
}

.tuijian {
	margin-bottom: 30px;
}

.tuijian .titlebox b {
	font-size: 14px;
}

.tuijian .floor-pic-list {
	width: 100%;
	overflow: hidden;
}

.tuijian .floor-pic-list .picbox {
	width: 190px;
	height: 140px;
	overflow: hidden;
}

.tuijian .floor-pic-list dd {
	margin-right: 20px;
	width: 190px;
	/*height: 140px;*/
}

.tuijian .floor-pic-list dd:last-child {
	margin-right: 0;
}

.km-article-cont {
	padding: 40px;
	border: 1px solid #dbdbdb;
	box-sizing: border-box;
}

.source-wrap {
	width: 100%;
}

.km-article-cont .title-wrap {
	font-size: 28px;
	font-weight: bold;
	color: #222;
	text-align: center;
	margin: 0;
	margin-bottom: 20px;
}

.km-article-cont .source-wrap {
	font-size: 12px;
	color: #999;
}

.content {
	font-size: 16px;
	line-height: 25px;
	color: #333;
	margin-top: 30px;
}

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

.content img {
	display: block;
	margin: 15px auto;
}
.post_next_prev{
	margin-top: 20px;
}
.post_next_prev a {
	font-size: 15px;
	color: #333;
	line-height: 30px;
}


/*========*/

.posi_p p,
.news-list ul li a,
.pcimg h3 a,
.arclist li,
.hot-news-content p,
.classify-img .channel-tag,
.about ul li a,
.post-navigation a,
.img_show p,
.frp-news-list li,
.entry-title,
.swiper p,
.post_next_prev a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
}

.vlist li a p,
.classify-content h3,
.hot-news-list ul li a,#news .info a {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.classify-content p,
.entry-site {
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}


/*{
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}*/


/*底部*/

.footbgs {
	padding: 20px 0;
	background: #1a1a1a;
	width: 100%;
}

.footer {
	padding: 20px;
	margin-top: 10px;
	color: #fff;
	overflow: hidden;
	width: 1170px;
	margin: auto;
	box-sizing: border-box;
}

.footer a {
	color: #fff;
}
.footer a:hover{
	color: #fff !important;
}
.youq {
	overflow: hidden;
	padding-bottom: 20px;
}

.youq li {
	float: left;
	padding: 0 10px;
	font-size: 14px;
}

.links {
	overflow: hidden;
}

.links ul.youq {
	width: 1040px;
	float: left;
}

.links .lian {
	float: left;
	width: 100px;
}

#link_896a3aee.links {
	text-align: left;
	font-size: 12px;
	padding-top: 20px;
}

#link_896a3aee.links ul {
	clear: both;
	padding-bottom: 20px;
}

#link_896a3aee.links li {
	float: left;
	margin-right: 10px;
	line-height: 1.8em;
	list-style: none;
	padding: 0;
}

#link_896a3aee.links em {
	clear: both;
	display: block;
}

#link_896a3aee.links #link_menu li {
	font-size: 14px;
	line-height: 2.5em;
	cursor: pointer;
	width: 5em;
	text-align: center;
}

#link_896a3aee.links #link_menu i {
	font-size: 12px;
	line-height: 2.9em;
	float: right;
	font-style: normal;
}

#link_896a3aee.links .on {
	font-weight: bold;
}

.goTop {
	position: fixed;
	bottom: 200px;
	right: 200px;
	width: 50px;
	height: 50px;
	overflow: hidden;
	background: url(http://www.shigao.yzbytv.com/wap_static/img/top.png) no-repeat center center #fff;
	/*border: 1px solid #ccc;*/
	text-indent: -999em;
	transition: all 0.3s;
	cursor: pointer;
	/*border-radius: 50%;*/
	background-color: #cc0210;
	background-size: 60%;
}

.goTop:hover {
	opacity: 0.8;
}

.beian {
	font-size: 14px;
	text-align: center;
}

@media only screen and (min-width: 1500px) and (max-width: 1700px) {
	.goTop {
		right: 100px;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1500px) {
	.goTop {
		right: 0;
	}
}

.page .pagination {
	list-style: none;
	display: block;
	padding: 0;
	margin: 30px auto;
	width: 435px !important;
}

.page .pagination li {
	display: inline;
	text-align: center;
}

.page .pagination a {
	float: left;
	display: block;
	font-size: 14px;
	text-decoration: none;
	padding: 8px 15px;
	color: #fff;
	margin-left: -1px;
	border: 1px solid transparent;
	line-height: 1.5;
}

.page .pagination a.active {
	cursor: default;
}

.page .pagination a:active {
	outline: none;
}

.page .modal-1 li:first-child a {
	-moz-border-radius: 6px 0 0 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px 0 0 6px;
}

.page .modal-1 li:last-child a {
	-moz-border-radius: 0 6px 6px 0;
	-webkit-border-radius: 0;
	border-radius: 0 6px 6px 0;
}

.page .modal-1 a {
	border-color: #ddd;
	color: #cc0210;
	background: #fff;
}

.page .modal-1 a:hover {
	background: #eee;
}

.page .modal-1 a.active,
.page .modal-1 a:active {
	border-color: #cc0210;
	background: #cc0210;
	color: #fff;
}

.beis {
	text-align: center;
	font-size: 12px;
	opacity: 0.8;
}

.show_content li a {
	width: 700px;
}

.show_content li span {
	display: inline-block;
	width: 150px;
	text-align: right;
}

.page .pagination span {
  color: #fff;
  float: left;
  font-size: 14px;
  text-decoration: none;
  padding: 8px 15px;
  margin-left: -1px;
  border: 1px solid #ddd;
  line-height: 1.5;
  background: #cc0210;
}
