@charset "utf-8";

/* CSS Document */

html,
body {
	/* you need to set this to assign to the main element a min height of 100% */
	height: 100%;
}

@media screen and (max-device-width: 320px) {
	body {
		-webkit-text-size-adjust: none
	}
}

@media screen and (max-device-width: 480px) {
	body {
		-webkit-text-size-adjust: none
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	body {
		-webkit-text-size-adjust: none
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	body {
		-webkit-text-size-adjust: none
	}
}

ul,
li,
h1,
h2,
h3,
a,
img,
p {
	font-family: "微软雅黑";
	font-size: 100%;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style-type: none;
	font-weight: normal;
}

body {
	font-family: "微软雅黑";
	color: #313030;
	margin: 0px;
	padding: 0px;
}
a{
 color:#333;
}
.mt20 {
	margin-top: 20px;
}

.mt10 {
	margin-top: 10px;
}

.pad20 {
	padding: 0 20px;
}

.fd {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right
}

.clearfix {
	zoom: 1;
}

.cot{
	width: 95%;
	margin: 0 auto;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

.main_1 {
	padding-top: 10px;
}

.header {
	position: relative;
	/*height: 65px;*/
	background: url(header-bg.png) no-repeat ;
	background-size:cover;	
	/*background-position:center;*/
	/*background-size: 160%;*/
}

.header .logo {
	display: block;
	max-width: 50%;
	height: 47px;
	padding: 8px 0 0 20px;
	position: relative;
	z-index: 99999;
}

.header .logo img {
	display: block;
	height: 50px;
}

.header .search {
	position: absolute;
	top: 0;
	right: 50px;
	z-index: 1000;
	display: block;
	width: 50px;
	height: 65px;
	text-indent: -9999em;
	background: url(search_but.png) no-repeat center center;
	background-size: 70%;
}


.header .search span {
	display: none;
}

.header .back {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 50px;
	height: 50px;
	text-indent: -9999em;
	background: url(icon-back.png) no-repeat center center;
	background-size: 12px 20px;
}

.search_con {
	width: 100%;
	height: 30px;
	display: none;
	position: absolute;
	right: -0px;
	z-index: 10;
	/*background-color: rgba(188, 59, 54, 0.8)!important;
	filter: Alpha(opacity=80);*/
	background: url(header-bg.png) no-repeat center;
	background-size: auto;
	text-align: left;
	padding: 10px 0px;
	top: 100%;
	text-align: center;
}

.search_but {
	position: relative;
	display: block;
}

.search_con input {
	vertical-align: top;
}

.search_con .text {
	width: 80%;
	border: none;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	background: #e8e8e8;
	color: #333333;
}

.search_con .sub {
	width: 12%;
	border: none;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	font-size: 12px;
	background: #8c0000;
	color: #FFFFFF;
}

.con_bg {
	background: #FFFFFF;
}

.link ul {
	padding-top: 10px;
}

.link ul li {
	width: 25%;
	float: left;
	text-align: center;
}

.link ul li a {
	display: block;
	padding: 15px;
}

.link ul li img {
	width: 80%;
}

.link ul li p {
	font-size: 0.875em;
	text-align: center;
	line-height: 180%;
	color: #878787;
	padding: 5px 0;
}


/*焦点图开始*/

.slideBox {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
	/* 设置焦点图最大宽度 */
}

.slideBox .hd {
	position: absolute;
	height: 28px;
	line-height: 28px;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	text-align:  center;
}

.slideBox .hd li {
	display: inline-block;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 10px;
	background: #eb6873;
	text-indent: -9999px;
	overflow: hidden;	
	margin: 0 6px;
}

.slideBox .hd li.on {
	background: #f68827;
}

.slideBox .bd {
	position: relative;
	z-index: 0;
}

.slideBox .bd li {
	position: relative;
	text-align: center;
}

.slideBox .bd li img {
	background: url(loading.gif) center center no-repeat;
	vertical-align: top;
	width: 100%;
	/* 图片宽度100%，达到自适应效果 */
}

.slideBox .bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* 去掉链接触摸高亮 */

.slideBox .bd li .tit {
	display: block;	
	width:100%;
	position: absolute;
	bottom: 0;
	text-indent: 10px;
	height: 28px;
	line-height: 28px;
	background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0 !important;
	/*实现FF背景透明，文字不透明*/
	filter: Alpha(opacity=60);
	background: #000000;
	color: #fff;
	text-align: left;
}

.slideBox .bd li .tit span.bt{
	display: block;	
	width:calc(100% - 100px);	
	color: #fff;	
}

/*新闻*/


.xxxw{
	margin-top: 1em;
}

.xxxw .lm{
	border-bottom: 5px solid #dd0817;
	padding-bottom: 0.5em;
	display: block;
	font-size: 1em;
}

.xxxw .lm h2{
	font-size: 1.5em;
	font-weight: bold;
}
.xxxw .lm .more{
	font-size: 1em;
	color: #b0b0b0;
	line-height: 1.9em;
}

.xxxw .xxxw-first img{
	width: 100%;
}


.xxxw .xxxw-first .xxxw-tit{
	font-size: 1em;
	color: #d90a18;
	line-height: 180%;
		display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	padding-top: 0.3em;
}
.xxxw .xxxw-first .xxxw-zy{
	line-height: 200%;
	color: #8c8c8c;
	font-size: 0.8em;
		display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	overflow:hidden;
	text-indent: 2em;
	padding-top: 0.6em;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 0.8em;
}
.xxxw ul li{
	font-size: 1em;
	background: url(xxxw-li.png) no-repeat left center;
	background-size:1.8%;
	line-height: 3.3em;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	overflow:hidden;
	padding-left: 1em;
	border-bottom: 1px dashed #ccc;
}
.xxxw ul li.last{
	border-bottom:none
}

.xxxw ul li a{
    color:#333;
    height:  3.3em;
    /* display:  block; */
    width:  100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.cx{
	margin: 0.5em 0;
	width: 100%;
	height: 0.3em;
	background: #ebebeb;
}




/*通知tab切换*/

.tabBox_1 .hd {
	padding: 0;
	font-size: 20px;
	position: relative;
	height: 50px;
}

.tabBox_1 .hd ul {
	padding: 10px 0;
	overflow: hidden;
	border-bottom: 4px solid #dd0817;
}

.tabBox_1 .hd ul li {
	float: left;
	padding: 0px;
	margin-right: 1.5em;
	font-size: 1em;
	font-weight: bold;
}

.tabBox_1 .hd ul li a {
	color: #222222;
}

.tabBox_1 .hd ul .on {
	color: #dc0f1c;
	font-weight: bold;
}

.tabBox_1 .hd ul .on a {
	display: block;
	color: #860907;
	font-weight: bold;
	/* 修复Android 4.0.x 默认浏览器当前样色无效果bug */
}

.tabBox_1 .hd ul span {
	float: left;
	padding: 3px 15px;
	font-size: 14px;
	color: #bebebe;
}

.tabBox_1 .bd ul {
	padding-bottom: 15px;
	/* width: 96% !important; */
	background:  #f5f5f5;
	/* padding: 10px 0px; */
}

.tabBox_1 .bd ul li {
	margin: 15px auto;
	/* background: #FFFFFF; 
	border-bottom: 1px solid #dc0f1c;*/
	width: 96%;
	/* margin:  0 auto; */
	padding-bottom: 0.5em;
}

.tabBox_1 .bd ul li .date {
	text-align: center;
	margin-top: 0.9em;
	width:  3.4em;
}

.tabBox_1 .bd ul li .date span {
	display: block;
	color: #FFFFFF;
	font-size: 1em;
	background: #dc0f1c;
}

.tabBox_1 .bd ul li .date span.ny {
	color: #8a8a8a;
	font-size: 0.75em;
	background:  #fff;
	padding: 1.1px;
}

.tabBox_1 .bd ul li .title {
	width: calc(100% - 87px);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 0.7em 1em;
	color: #313030;
	font-size:  1em;
	min-height: 2.63em;
}

.tabBox_1 .bd ul li.last{
	border-bottom: none;
}

.kjlj{
	margin-top: 1.5em;
}

.kjlj li{
	margin-bottom: 0.5em;
	width: 48%;
	text-align: center;
	height: 3em;
	background-size: 13%;
	line-height: 3em;
}
.kjlj li a{
	color: #fff;
	width: 100%;
	height: 100%;
	display: block;
} 
.kjlj .kjlj1{
	background: #c3405f url(kjdh1.png) no-repeat 10% center;
	background-size: 13%;
           float:left;
}
.kjlj .kjlj2{
	background: #af4989 url(kjdh2.png) no-repeat 10% center;
	background-size: 13%;
           float:right;
}
.kjlj .kjlj3{
	background: #e2690f url(kjdh3.png) no-repeat 10% center;
	background-size: 13%;
           float:left;
}
.kjlj .kjlj4{
	background: #e2690f url(kjdh4.png) no-repeat 10% center;
	background-size: 13%;
	padding-left: 0%;
	box-sizing: border-box;
           float:right;
}
.kjlj .kjlj5{
	background: #069586 url(kjdh5.png) no-repeat 10% center;
	background-size: 13%;
           float:left;
}
.kjlj .kjlj6{
	background: #804e8e url(kjdh6.png) no-repeat 10% center;
	background-size: 13%;
           float:right;
}

footer{
	text-align: center;
	background: #dc0917;
	padding: 0 15px;
	margin-top: 2em;
}

footer>img{
	margin: 1.3em auto;
	height: 3.3em;
}

footer ul{
	width:9em;
	margin: 0 auto;
	padding:1.5em 0;
}

footer ul li{
	margin-right: 1em;
}

footer ul li img{
	height: 2.3em;
}

footer ul li:last-child{
	margin-right: 0;
}

footer p span{
	color: #fff;
	font-size: 0.9em;
	display: block;
	line-height: 1.8em;
}
.more1 {
	width: 120px;
	margin: 15px auto;
	border: 1px solid #dc0f1c;
	border-radius: 17px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}

.more1 a {
	display: block;
	color: #dc0f1c;
}

/*列表页*/

.list ul {
	padding: 10px 0;
}

.list ul li {
	margin: 10px 0;
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid #ccc;
}

.list ul li .title {
	font-size: 1em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 8px 0;
	color: #313030;
}

.list ul li .date {
	font-size: 0.75em;
	color: #999;
}
.list ul li .date span.click{
	float: right;
	padding-right: 10px;
}
.list ul li .zhaiyao {
	padding: 5px;
	font-size: 0.75em;
	line-height: 1.8em;
	color: #999;
}

.list ul li .zhaiyao p {
	color: #999;
	text-indent: 2em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


/*内容页开始*/

.content {
	padding: 20px;
}

.content .title {
	font-size: 1em;
	line-height: 1.5em;
}

.content .title_2 {
	font-size: 0.875em;
	line-height: 2em;
}

.content .date {
	padding: 10px 0;
	line-height: 2em;
	color: #999999;
	font-size: 0.75em;
	border-bottom: 1px solid #dddddd;
}

.content .zhengwen {
	padding: 10px 0;
}

.content .zhengwen p {
	font-size: 0.875em;
	/*text-indent: 2em;*/
	line-height: 1.8em;
}

.content .zhengwen img {
	width: 80%;
	margin: 10px auto;
}
.v_news_content video{max-width:100%!important;}