﻿body {
	font: "微软雅黑";
	position: relative;
}
.col-lg-9 {
	width: 760px;
	padding: 0px;
}
.col-lg-3 {
	width: 304px;
	padding: 0px;
}
.col-lg-12 {
	width: 1080px;
	padding: 0px;
}
/*头部*/
.c-container {
	position: relative !important;
}
.c-header {
	height: 110px;
}
.c-logo {
	padding-top: 15px;
}
.c-header-ad {
    position: absolute;
    right: 20px;
    bottom: 12%;
    height: 70%;
}
.c-header-ad a {
	width: 100%;
    height: 100%;
    background-size: contain;
    display: block;
}

/*面包屑*/
.bor-bot {
	position: relative;
}
.c-breadcrumb {
    height: 48px;
    padding: 0px 2px;
    max-width: 1080px;
    margin: 0 auto;
    border-bottom: 2px solid #C7000A;
}
.breadcrumb-l {
	float: left;
	width: 62px;
}
.breadcrumb-le {
	float: left;
	/*width: 405px;*/
}
.c-breadcrumb a.img {
	display: block;
	width: 32px;
	/*float: left;*/
	margin-right: 12px;
	margin-top: 15px;
}
.c-breadcrumb a.img img {
	width: 80%;
}
.c-breadcrumb .br-ri {
    position: absolute;
    margin-top: -38px;
    height: 47px;
    line-height: 47px;
    display: block;
    margin-left: 35px;
}
.breadcrumb-le li {
	float: left;
	width: auto;
}
.breadcrumb-le li a {
	color: #333;
	font-size: 12px;
}
.breadcrumb-le li a:hover {
	color: #FD3D3D !important;
}
.breadcrumb-le li span {
	padding-left: 10px;
	padding-right: 10px;
}
/*导航*/
.c-letter {
	letter-spacing: 2px;
}
/*内容*/
/*冲掉*/
.c-box .c-box-con p {
	/*text-indent: inherit;*/ 
    line-height: none !important; 
    margin-top: 0px !important; 
    margin-bottom: 0px !important;
}
.c-box {
	max-width: 1080px;
	margin: 0 auto;
}
.pc-le {
	float: left;
}
.pc-ri {
	float: right;
}
.c-box-con {
	/*background: #F7F7F7;*/
	padding: 0px 30px 0px 0px;
}
h1.title {
	line-height: 40px;
	width: 100%;
	/*overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;*/
	padding: 25px 0px;
	color: #433d3d;
	line-height: 35px;
}
.c-data {
	padding-bottom: 25px;
	font-size: 12px !important;
	width: 700px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 0px !important;
    text-indent: inherit !important; 
}
.c-data a {
	color: #666;
}
.c-data a:hover {
	color: #FD3D3D !important;
}
.c-bor {
	/*background: #E6E6E6;*/
	background: #F7F7F7;
	/*width: 719px;*/
	width: 100%;
	min-height: 60px;
	position: relative;
	text-align: center;
}
.c-bor span {
	position: absolute;
	background: #BF0008;
	padding: 6px;
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
	margin-left: 10px;
}
.index-text p {
	
	font-size: 16px;
	line-height: 30px !important;
	padding: 14px 0px;
	color: #666;
}
/*.index-text div a {
	width: 551px;
	height: 341px;
	text-align: center;
}*/
.index-text div a img {
	/*width: 100%;*/
}
.index-text b {
	font-size: 16px;
	font-weight: bold;
	text-indent: 2em;
	color: #363535;
}
/*.index-text span {
	color: #ff0000;
}*/
.index-text font {
	color: #ff0000;
}
/*分页*/
.c-page {
	text-align: center;
	padding: 40px 0px;
}
.c-page .c-a {
	background: #999999;
	color: #fff !important;
	font-size: 16px;
	padding: 6px 10px;
    border: 1px solid #fff;
}
.index-text .c-page .c-a span {
	color: #fff !important;
}
.c-page a.c-a:hover {
    background: #666666;
}
.c-page .c-a.active {
	background: #666666;
}
.mo-page {
	display: inline-block;
}
/*虚框*/
.c-x {
	border: 1px dotted #C5000A;
	padding: 0px 6px;
	margin: 20px 0px;
}
.c-x p {
	color: #C5000A;
	font-size: 15px;
	line-height: 24px;
	padding: 6px 2px !important;
}
/*相关阅读*/
.c-about {
	padding-top: 30px;
}
.c-about-title:before {
	content: "";
    width: 5px;
    height: 18px;
    background: #C5000A;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
    margin-bottom: 2px;
}
.c-about-title {
	color: #0056cd;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
}
.c-about-body {
	color: #0056cd;
	font-size: 16px;
	line-height: 32px;
}
.c-about-footer {
    margin: 18px 0px;
    height: 35px;
}

.c-about-footer span {
	font-size: 12px;
	margin: 0px 5px;
	color: #666 !important;
}
.c-about-footer a span {
	color: #666 !important;
	font-size: 12px;
	border: 1px solid #E3E3E3;
	background: #F2F2F2;
	padding: 4px 10px;
	margin: 0px 5px;
}
.c-about-footer a:hover span {
	color: #FD3D3D !important;
}
.about-p {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-indent: inherit !important;
	color: #0056cd !important;
	line-height: 16px !important;
	text-align: left;
	padding: 4px 0px !important;
	margin: 0px !important;
}
.c-about-body a:hover p {
	color: #FD3D3D !important;
} 
/*为您推荐*/
.c-box-tui {
    padding: 0px;
    border-top: 2px solid #C7000A;
    height: auto;
}
.c-recommend {
    position: relative;
    padding: 0px;
    height: auto;
}
.c-recommend-ctrl {
    padding-right: 10px;
    margin-top: 5px;
    margin-top: 5px;
    border-right: 1px solid #999999;
    height: auto;
    float: left;
    margin-bottom: 0px;
}
.c-recommend-ctrl h3 {
	color: #C7000A;
	text-align: center;
}
.c-recommend-titles {
    text-align: center;
}
.c-recommend-title {
	cursor: pointer;
	font-size: 16px;
	padding: 10px 10px;
}
.c-recommend-title a {
	color: #000;
    font-size: 16px;
}
.c-recommend-title.active, 
.c-recommend-title:hover {
	background: #C7000A;
	padding: 10px 10px;
}
.c-recommend-title.active a, 
.c-recommend-title:hover a {
	color: #fff;
}
.c-recommend-news {
	padding-top: 20px;
    min-height: 600px;
    padding-left: 160px;
}
.c-recommend-new {
    padding: 15px 0;
    min-height: 104px;
    border-bottom: 1px solid #CECECE;
}
.c-t-img {
    float: left;
    background: #f8f8f8;
    margin-right: 15px;
    width: 131px;
    height: 79px;
}
.c-t-img img {
	width: 131px;
    height: 79px;
}
h2.c-t-title {
	height: 60px;
    padding-bottom: 0px;
    color: #000;
	font-size: 20px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 30px;
    white-space: initial;
}
a:hover h2.c-t-title {
    color: #FD3D3D !important;
}
.c-t-body {
    /*float: left;*/
    max-width: 460px;
    min-height: 24px;
    overflow: hidden;
    font-size: 12px;
    width: 420px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.c-t-body p {
	overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    padding-top: 6px;
}
.c-t-body p a {
    color: #666;
}
.c-t-body a:hover span {
	color: #FD3D3D !important;
}
.c-t-body span {
	padding-right: 6px;
}
.c-t-body span,
.c-t-body font {
	color: #666;
}
.tab-pane.active{
	display: block;
}
.tab-pane{
	display: none;
}
/*栏目导航*/
.c-l-nav {
    padding: 0px 2px;
    max-width: 1080px;
    margin: 0 auto;
    margin-top: 62px;
    position: relative;
}
.c-n-title {
    border-bottom: 2px solid #C7000A;
    padding-bottom: 10px;
}
.c-n-body {
	padding: 0px 0;
    width: 100%;
}
.c-n-body table {
	position: relative;
	width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
}
.c-n-body tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
.c-n-body table tr td:nth-child(1) {
    width: 120px;
    font-weight: bold;
    color: #333;
    text-align: right;
    vertical-align: text-top;
    padding-top: 10px;
}
.c-n-body table tr td:nth-child(1) a {
	font-size: 14px;
    color: #000;
}
.c-n-body table tr td:nth-child(2) {
    font-size: 13px;
    color: green;
    padding-left: 20px;
}
.c-n-body table tr td:nth-child(2) a {
	font-size: 14px;
    color: #4B4B4B;
    display: inline-block;
    padding: 10px;
    white-space: nowrap;
}
.c-n-body table tr td:nth-child(1) a:hover, 
.c-n-body table tr td:nth-child(2) a:hover {
    color: #FD3D3D !important;
}
.c-z-b {
	width: 100%;
    font-weight: bold;
    color: #333;
    margin-top: 20px;
    line-height: 26px;
}
.c-z-b a {
	font-size: 14px;
    color: #000;
    padding: 10px 20px;
}
.c-z-b a:hover {
    color: #FD3D3D;
}
/*友情链接*/
.c-f-title {
    border-bottom: 2px solid #B7B7B7;
    color: #000000;
    margin-top: 30px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 8px;
    padding-bottom: 10px;
    
}
.c-f-body {
	padding: 0px 0;
    width: 100%;
    font-size: 14px;
    font-weight: 100;
}
.font-100 {
	font-weight: 100;
}
/*尾部*/
.c-foot {
	text-align: center;
	margin-top: 50px;
}
.c-foot-p {
    padding: 0px 2px;
    max-width: 1080px;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
}
.c-foot-p-item {
	padding: 10px;
	color: #000000;
	font-size: 14px;
	line-height: 24px;
}
.c-m-t {
	margin-top: 10px;
}
.c-foot-p a:hover .c-foot-p-item {
	color: #FD3D3D !important;
}
/*右侧*/
.c-box-ce {
	background: #FFFFFF;
	padding: 10px 0px;
}
.ce-img {
	width: 304px;
    height: 304px;
    margin-bottom: 10px;
}
.ce-title {
	background: #EEEEEE;
	border-left: 2px solid #ED1B23;
	position: relative;
	margin: 6px 0px;
	height: 45px;
}
/*.ce-title:before {
	content: " ";
	position: absolute;
	width: 3px;
	height: 36px;
	background: #ED1B23;
    display: inline-block;
    vertical-align: middle;
}*/
.ce-tit-h {
	padding-left: 10px;
	float: left;
	line-height: 45px;
	width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    color: #bf0008;
}
.ce-tit-h a {
    color: #bf0008;
}
.ce-tit-ri {
	float: right;
	color: #433d3d;
	font-size: 14px;
	padding-right: 5px;
	line-height: 45px;
	width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.ce-body-img {
	display: block;
	
}
.ce-body-img img {
	width: 100%;
}
.ce-body-foot {
	text-align: center;
	background: #EEEEEE;
	height: 49px;
	line-height: 49px;
	color: #433d3d;
	font-size: 16px;
	width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ce-body-foot a {
	color: #433d3d !important;
}
.c-ce-title {
	color: #BF0008;	
	border-bottom: 2px solid #BF0008;
	padding-bottom: 4px;
	margin-top: 10px;
}
.c-ce-body {
	background: #FFFFFF;
	margin-bottom: 10px;
}
.c-ce-item {
	/*border-bottom: 2px dotted #F1F1F1;*/
	line-height: 42px;
	line-height: 42px;
}
.c-ce-item img {
	float: left;
	width: 25px;
	height: 25px;
	margin-top: 10px;
	vertical-align: middle;
}
.c-ce-item span {
	color: #433d3d;
	font-size: 16px;
	width: 275px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	padding-left: 10px;
}
.c-ce-item a:hover span {
	color: #FD3D3D !important;
}
/*浮动，定位*/
.fixed {
	position: fixed;
	top: 0px;
	z-index: 1;
}
.fi_x {
	display: none;
}
.pc-hide {
	display: none;
}
/*手机端底部浮动*/
.mo-foot-fixed {
	position: fixed;
	bottom: 0px;
	z-index: 1;
}
/*广告链接*/
.ad-bor a {
    /*display: inline-block;*/
    color: #0056cd !important;
    font-size: 26px;
    text-align: center;
    line-height: 52px;
    text-decoration: none;
    padding:0 0 0px 0;
    border-bottom-width:1px; 
    border-bottom-style:solid;
}
.ad-bor p {
	font-size: 20px;
    text-align: center;
    line-height: 64px;
    vertical-align: middle;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*右侧打开关闭的广告*/
#keleyislide {
	width: 300px;
	height: 200px;
	border: 1px solid #000;
	position: fixed;
	bottom: 2px;
	right: 2px;
	display: none;
	background-color: White;
	z-index: 9999;
}
#keleyislide a {
	position: absolute;
	top: 8px;
	right: 8px;
	font-size: 12px;
	text-decoration: none;
	color: Blue;
}
/*视频音频*/
.s-video {
	width: 100%;
	height: auto;
	border-right: 1px solid #fff;
	margin-top: 20px;
	cursor: pointer;
}
.video {
	position: relative;
}
#pass {
	width: 106px;
	height: 106px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -53px;
	margin-left: -53px;
	cursor: pointer;
}

#pass img {
	display: block;
	width: 106px;
	height: 106px;
}
.audio {
	position: relative;
	margin-bottom: 100px;
}
.s-audio {
	width: 100%;
    height: auto;
    margin-top: 50px;
    position: relative;
    z-index: 1;
    top: 27px;
}
.s-audio-ab {
	position: absolute;
    width: 100%;
    height: 88px;
    background: #FAFAFA;
    opacity: 1;
    top: 17px;
    border-radius: 16px;
}
.s-style {
	width: 100%;
	height: auto;
	margin-top: 20px;
}
.s-style a {
	display: block;
	width: 100%;
	height: auto;
}
.s-style a img {
	width: 100%;
	height: auto;
}
/*去掉下载按钮*/
video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 30px); 
}
audio::-internal-media-controls-download-button {
    display:none;
}
audio::-webkit-media-controls-enclosure {
    overflow:hidden;
}
audio::-webkit-media-controls-panel {
    width: calc(100% + 30px); 
}




@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.col-lg-9 {
	    width: 70%;
	    padding: 0px;
	}
	.col-lg-3 {
	    width: 30%;
	    padding: 0px 0px 0px 10px;
	}
	.col-lg-12 {
	    width: 100%;
	    padding: 0px;
	}
	.c-box-con {
		padding: 0px 30px 0px 2px;
	}
	/*头部*/
	.c-header-ad {
		height: 70%;
		text-align: right;
	}
	.c-header-ad a img {
		width: 90%;
	}
	/*导航*/
	.navbar-header {
	    float: left;
	    display: none;
	}

	/*为您推荐*/
	.c-box-tui {
	    margin: 0px 2px 0px 2px;
	}
	.c-recommend-title {
	    padding: 10px 0px;
	}
	.c-recommend-title a {
		font-size: 14px;
	}
	.c-recommend {
	    position: relative;
	    padding: 0px 0 0 160px;
	}
	.c-recommend-ctrl {
		padding-right: 4px;
		left: 40px;
	}
	.tab-pane:first-child .c-recommend-new {
		padding-top: 0px;
	}
	h2.c-t-title {
        width: 100%;
	    min-height: 34px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    font-size: 17px;
	}
	.c-recommend-news {
	    padding-top: 3px;
	}
	.c-recommend-new {
	    padding: 10px 0px;
	    min-height: 80px;
	    margin: 10px 0px;
	}
	.c-recommend-new a {
		display: block;
		overflow: -webkit-paged-x;
	}
	.c-t-body {
	    float: left;
    	width: 50%;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    font-size: 12px;
	    height: 14px;
	}
	.c-t-body span {
		display: inline-block;
	}
	.c-t-img {
	    width: 131px;
	    height: 79px;
	}
	.c-t-img img {
	    width: 100%;
	    height: auto;
	}
	/*24小时热门阅读*/
	.c-ce-item span {
	    width: 270px;
	}
}
@media only screen and (max-width: 768px) {
	.mo-hide {
		display: none;
	}
	.pc-hide {
		display: block;
	}
	/*导航*/
	.mo_xian {
		display: block;
	}
	.m_to {
		float: right !important;
	}
	/*.navbar-header {
	    float: left;
	    display: none;
	}*/
	/*面包屑*/
	.c-breadcrumb {
		border-bottom: 1px solid #999;
		padding: 0 2px 0 2px;
		margin: 0px;
	}
	.c-breadcrumb a.img {
		display: none;
	}
	.c-breadcrumb .br-ri {
		margin-top: 0px;
		width: 98%;
		padding-left: 6px;
		margin-left: 0px;
	}
	.breadcrumb-le {
	    float: none;
	}
	/*.breadcrumb-le li a {
		max-width: 93px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    display: block;
	}*/
	.breadcrumb-le li span {
		padding-left: 2px;
		padding-right: 2px;
	}
	/*内容*/
	.col-sm-12 {
		width: 100%;
		padding: 0px;
	}
	.index-text img {
	    width: 80%;
	}
	h1.title {
	    width: 100%;
	    font-size: 20px;
	}
	.c-data {
	    width: 100%;
	}
	.c-box-con {
		padding: 0 6px;
	}
	.index-text b {
		padding-top: 12px;
		width: 100%;
	    font-size: 16px;
	}
	.index-text p {
		padding: 10px 0px;
		/*text-indent: inherit;*/
		font-size: 16px;
	}
	.about-p {
		width: 100%;
		font-size: 16px;
	}
	.c-about-footer {
		height: auto;
	}
	.c-about-footer a {
	    margin: 2px -2px 20px 0px;
	    display: inline-block;
	}
	.c-box-con {
		background: #fff;
	}
	.mo-img a {
		width: 100%;
		height: auto;
	}
	.mo-img a img {
		width: 100%;
	}
	/*分页*/
	/*.mo-page {}*/
	.c-page .c-a {
		padding: 6px 5px;
	}
	.c-page {
		margin-bottom: 10px;
	}
	/*为您推荐*/
	.c-box-tui {
	    margin: 0px 2px 0px 2px;
	    height: auto;
	}
	.c-recommend-title {
	    padding: 10px 0px;
	}
	.c-recommend-title a {
		font-size: 14px;
	}
	.c-recommend {
	    position: relative;
	    padding: 2px;
	}
	.c-recommend-ctrl {
		padding-right: 4px;
	}
	.tab-pane:first-child .c-recommend-new {
		padding-top: 0px;
	}
	h2.c-t-title {
        /*width: 100%;*/
	    height: 45px;
	    font-size: 16px;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	    overflow: hidden;
	    line-height: 22px;
	    white-space: initial;
	}
	.c-recommend-news {
	    padding-top: 3px;
	    padding-left: 106px;
	}
	.c-recommend-new {
	    padding: 10px 0px;
	    min-height: 80px;
	    margin: 10px 0px;
	}
	.c-recommend-new a {
		color: #666;
		/*display: block;
		overflow: -webkit-paged-x;*/
	}
	.c-t-body {
	    float: left;
    	width: 59%;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    font-size: 12px;
	    min-height: 14px;
	}
	.c-t-body p {
		overflow: hidden;
	    text-overflow: ellipsis;
	    width: 100%;
	    white-space: nowrap;
	    padding-top: 5px;
	}
	.c-t-body span {
		display: inline-block;
		padding-right: 0px;
	}
	.c-t-img {
		width: 104px;
		height: 62px;
	}
	.c-t-img img {
	    width: 100%;
	    height: auto;
	}
	/*老丁说股*/
	.ce-tit-ri {
	    float: left;
	    color: #000000;
	    font-size: 14px;
	    padding-right: 5px;
	    line-height: 45px;
	    width: 62%;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    display: block;
	    padding-left: 13px;
	}
	.c-box-ce {
	    background: #FFFFFF;
	    padding: 10px 2px;
	}
	.ce-body {
	    padding: 10px 30px;
	}
	/*热门栏目推荐*/
	.mo-box {
		background: #F7F7F7;
		padding: 0px 2px;
	}
	.mo-title {
		border-top: 2px #C7000A solid;
		line-height: 34px;
		height: 34px;
	}
	.mo-title p {
		font-size: 16px;
		font-weight: bold;
	}
	/*漂浮*/
	.fi_x {
		display: none !important;
	}
	/*广告*/
	.ad-bor a {
	    color: #0056cd !important;
	    font-size: 18px;
	    text-align: center;
	    line-height: 58px;
	    vertical-align: middle;
	}
	.ad-bor p {
		font-size: 20px;
	    text-align: center;
	    line-height: 52px;
	    vertical-align: middle;
	    width: 100%;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	}
	/*视频*/
	.s-video {
	    width: 100%;
	    height: auto;
	    border-right: 3px solid #fff;
	    margin-top: 20px;
	}
}
@media only screen and (min-width: 375px) and (max-width: 414px) {
	.c-t-body {
	    width: 54%;
	}
}
@media only screen and (min-width: 320px) and (max-width: 375px) {
	.c-t-body {
	    width: 50%;
	}
}
@media only screen and (max-width: 320px) {
	.c-page {
	    margin-bottom: 10px;
	    width: 100%;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	}
	.c-t-body {
	    width: 40%;
	}
	/*广告*/
	/*.ad-bor a {
	    display: block;
	    color: #FD3D3D !important;
	    font-size: 20px;
	    text-align: center;
	    line-height: 26px;
	    padding: 30px 2px;
	    vertical-align: middle;
	}*/
}

/*ie兼容*/
.c-n-body > table > tr > td {
    width: 120px;
    font-weight: bold;
    color: #333;
    text-align: right;
}
.c-n-body > table > tr > td a {
	font-size: 14px;
    color: #000;
}
.c-n-body > table > tr > td + td {
    font-size: 13px;
    color: green;
    padding-left: 20px;
}
.c-n-body > table > tr > td + td a {
	font-size: 14px;
    color: #4B4B4B;
    display: inline-block;
    padding: 10px;
    white-space: nowrap;
}