﻿/* reset css */

html * {
	outline: 0;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
input,
button,
textarea,
p,
th,
td {
	margin: 0;
	padding: 0;
	font-size: 18px;
}

fieldset,
img {
	border: 0;
}

address,
cite,
dfn,
em,
var {
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

a {
	color: #333;

}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
}

caption,
th {
	text-align: left;
	font-weight: normal;
}

h1 {
	height: 320px;
	text-indent: -999em;
	background: url(../img/hd.png) center 0 no-repeat;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 10px;
    padding-left:10px;
}


.fl {
	float: left;
}
.tc{
	text-align: center;
}
.nav {
	background-color: #EF1E24;

	margin-top: 30px;
	margin-bottom: 30px;
}

.nav li {
	line-height: 80px;
	width: 12%;
	text-align: center;
}

.nav li a {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
}
.gd{
	padding-top: 16px!important;/*30*/
}
.gd p{
	margin-bottom: 10px !important;
	color: #999;
}
.f20 {
	font-size: 20px;
	display: block;
}
.mb10{
	margin-bottom: 10px;
}
.mb20{
	margin-bottom: 20px!important;
}
.mb30{
	margin-bottom: 30px !important;
}
.mb40{
	margin-bottom: 40px;
}
.list-t,.list-a{
	line-height: 44px;
	position: relative;
}


/* 文字列表基础 */

.list-t li {
    position: relative;
    padding-left: 20px;
    line-height: 40px;
    font-size: 18px;
}

.list-t li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    margin-top: -2px;
    background-color: #ddd;
    border-radius: 100px;
}

.list-t li:hover:before {
    background-color: #EF1E24;
}

.list-t li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-t li .date {
    position: absolute;
    top: 0;
    right: 0;
    color: #bbb;
}



.title{
	position: relative;
	height: 70px;
	margin-bottom: 10px;

}
.t1,.t2{
	width: 282px;
	height: 60px;
}
.t1{
	
	position: absolute;
	background-color: #EF1E24;
	/*top: 10px;
	left: 10px;*/ top:2px; left:2px;
	text-align: center;
	line-height: 60px;
	font-size: 24px;
	
}

.t2{
		border: 1px solid #EF1E24;
		margin-bottom: 10px;
		position: absolute; 
		top:0px;
		left: 0px;
}
.t1 a{
	color: #fff;
	position: relative;
	font-weight: bold;
	z-index: 99;
}

.list-p li a{
	display: block;
	position: relative;
    color: #fff;
	
}
.list-p  img{
	width: 100%;

}
.list-p p{
	position: absolute;
	width:92%;
	/*left: 0;
	right: 0;*/
	font-size: 18px;
	color: #fff;
	bottom: 0;
	line-height: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: #333;
	background-color: rgba(0, 0, 0, .5);
	text-align: center;
	
	margin-bottom: 0;
}
.footer {
	border-top: 10px solid #EF1E24;
	padding: 60px 0;
}
	.swiper-slide {
				position: relative;
			}


			.swiper-slide p {

				position: absolute;
				bottom: 0;
				left: 0;
				right: 0;
				display: block;
				padding: 10px 80px 10px 10px;
				line-height: 26px;
				font-size: 18px;
				white-space: nowrap;
				overflow: hidden;
				text-overflow: ellipsis;
				background-color: #333;
				background-color: rgba(0, 0, 0, .5);
				color: #fff;
				text-align: left;
			}

			.swiper-slide p a {

				color: #fff !important;
			}

			.swiper-container {
				width: 100%;
				height: 360px;/*400px*/

			}

			.content-slide {
				padding: 20px;
				color: #fff;
			}

			.title {
				font-size: 25px;
				margin-bottom: 10px;
			}

			.pagination {
				position: absolute;
				right: 10px;
				text-align: right;
				bottom: 8px;
				margin: 0;
				width: 100%;

			}

			.swiper-pagination-switch {
				display: inline-block;
				width: 12px;
				height: 12px;
				border-radius: 12px;
				background: #999;
				margin: 0 8px;
				cursor: pointer;
			}

			.swiper-active-switch {
				background: #fff;
			}

 
	.menu{
		float: right;
		position: absolute;
		top: 10px;
		 color: #fff;
		margin: 20px;
	}

.title.title2{
	
	width: 292px;margin: 0 auto;
	margin-bottom: 30px;
	color: #fff;
}

.pages{
	text-align: center;
	margin-bottom: 60px;
}
.pages a{
/* 	display: block; */
	padding:8px 12px;
	background-color: #ccc;
}

.pages a.active{
	background-color: #EF1E24;
	color: #fff;
}
.article {
	line-height: 2em;
}
.article p{
	margin-bottom: 30px;
}
h2.tc{
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 26px;
	margin-top: 26px;
}
.article-info{
	border-top: 1px solid #eee;
	padding:12px 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
	font-size: 18px;
}
.article-info span.f{
	font-size: 16px;
}


.jfontsize {
    float: right;
    height: 32px;
    margin: -1px 0;
    padding: 0 20px;
}

.jfontsize a {
    float: left;
    box-sizing: content-box;
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #ddd;
    margin: 0 4px;
    padding: 3px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.share {
    float: right;
    margin: -7px 0;}
	

	
	.bshare-custom {
		margin-top: 6px;
	}
	.bshare-custom a{
		margin-top: -3px;
	}

/* .jfontsize span{
	padding:2px 6px ;
} */

/*焦点图*/
	@media (min-width: 1200px) {
		.swiper-container img {
			width:590px !important;
		}
		.nav{
			display: block;
			height: 80px !important;
		}
	}
	
	@media (min-width: 768px) {
		.swiper-container img {
			width:100% !important;
			height:100%;
		}
		.menu{
		display: none;
		}
		.article img{
			width:600px !important;
		}
	}
	@media (max-width: 480px) {
		.header h1{
			    background-size: 706px 120px;
				height: 120px;
				margin-bottom: 20px;
				
		}
		.nav{background-color: #fff;
		display: none;
		}
		.nav{
			
			margin-bottom: 20px;}
		.nav li{
			width: 100%;
			line-height: 60px;
			border: 1px solid #eee;
			margin-bottom: -1px;
		}
		.article img{
			width:320px !important;
		}
		.article-info {
		height: 120px;
		position: relative;
		}
		.article-info .jfontsize{
			position: absolute;
			bottom: 10px;
			right: 0;
			padding-right: 0px;
		}
		
		#menu{display: block!important;}
		.nav li a{color: #000000;}
		.swiper-container img {
			height:300px !important;
		}
		.swiper-container{
			height: 300px!important;
		}
		
		.focus:hover .prev, .focus:hover .next{
			top:46% !important;
		}
		.focus .pic>div{
			height:300px !important;
		}
	}
	
	@media (max-width: 360px) {
		.article img{
			width:300px !important;
		}
		
	}