* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
}

html {
	font-family: '微软雅黑';
}

body {
	background: url(bigBg.png) no-repeat center top !important;
}

a:hover {
	color: #bb4249;
}


/*首页*/

.Container {
	width: 1200px;
	box-shadow: 1px 1px 3px #909090;
	margin: auto;
	background: #fff;
	margin-top: 575px;
	margin-bottom: 50px;
}

.Container::after {
	content: "";
	display: block;
	clear: both;
}

.nav {
	height: 35px;
	line-height: 35px;
	background: #116db8;
}

.nav ul {
	float: right;
}

.nav ul li,
.nav ul span {
	float: left;
	margin: 0 8px;
	color: #dee7f2;
}

.nav ul li a {
	color: #dee7f2;
}

.f1 {
	height: 490px;
	padding: 20px;
}

.f2,
.f3,
.f4 {
	height: 320px;
	margin-bottom: 10px;
	padding: 0 20px;
}

.f1 .f1List {
	width: 46%;
	float: left;
	margin-left: 4%;
}

.title {
	font-size: 24px;
	height: 75px;
	line-height: 35px;
	border-bottom: 1px solid #e5e5e5;
	color: #505050;
}

.title ul {
	padding-left: 320px;
}

.title ul li {
	padding: 20px 0;
	float: left;
}

.title p {
	float: left;
	font-weight: bold;
}

.title span {
	color: #E5E5E5;
	margin: 0 15px;
}

.title ul li:last-child span {
	display: none;
}

.f_active {
	color: #bb4249;
}

.content {
	font-size: 18px;
	background: #ffffff;
}

.content a {
	color: #000000;
}

.content li {
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.content li p {
	float: left;
height: 40px;
    width: 80%;
overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content li span {
	color: #a7a7a7;
	float: right;
}

.f1 .slideBox {
	width: 50%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}

.f1 .slideBox .hd {
	height: 40px;
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	display: none;
}

.f1 .slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: right;
	height: 40px;
	padding-right: 10px;
}

.f1 .slideBox .hd ul li {
	float: left;
	margin-right: 5px;
	width: 10px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	background: url(li_b.png) no-repeat center;
}

.f1 .slideBox .hd ul li.on {
	background: url(li_r.png) no-repeat center;
}

.f1 .slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.f1 .slideBox .bd a {
	display: block;
}

.f1 .slideBox .bd img {
	width: 580px;
	height: 410px;
	display: block;
}

.f1 .slideBox .bd a span {
	position: absolute;
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	bottom: 0;
	background: #000;
	color: #FFFFFF;
	padding-left: 20px;
}

.f1 .prev,
.f1 .next {
	height: 82px;
	width: 82px;
	position: absolute;
	top: 50%;
	margin-top: -41px;
}

.f1 .prev {
	left: 0;
	background: url(btn_prev.png) no-repeat;
}

.f1 .next {
	right: 0;
	background: url(btn_next.png) no-repeat;
}

.f1 .title {
	border: none;
	background: url(titleBg1.png) no-repeat left center;
}

.f1 .content li {
	height: 30px;
	line-height: 30px;
	display: inline-block;
	padding: 0;
}

.f1 .content a {
	display: inline-block;
	width: 100%;
	border-bottom: 1px dashed #909090;
}

.f1 .content p,
.f1 .content span {
	width: 100%;
	float: left;
}

.f2 .title {
	background: url(titleBg2.png) no-repeat left center;
}

.f2 .content li,
.f4 .content li {
	background: url(li_r.png) no-repeat left center;
	text-indent: 20px;
}

.f3 .title {
	background: url(titleBg3.png) no-repeat left center;
}

.f3 {
	height: 280px;
	margin-bottom: 20px;
}

.f3 .f_content {
	position: relative;
}

.f3 .roll {
	padding-top: 30px;
}

.f3 .roll div {
	margin: auto;
}

.f3 .roll li {
	width: 310px;
	height: 170px;
	margin: 0 5px;
	float: left;
}

.f3 .roll li img {
	display: inline-block;
	width: 310px;
	height: 170px;
	box-shadow: 3px 3px 5px #909090;
}

.f3 .roll .prev,
.f3 .roll .next {
	display: none;
}

.f3 .tempWrap>a {
	display: block;
}

.f3 .prev,
.f3 .next {
	width: 18px;
	height: 33px;
	position: absolute;
	top: 63%;
}

.f3 .prev {
	left: 0;
	background: url(btn_left.png) no-repeat;
}

.f3 .next {
	right: 0;
	background: url(btn_right.png) no-repeat;
}

.f4 {
	height: 260px;
	
}

.f4 .title {
	background: url(titleBg4.png) no-repeat left center;
}


/*栏目页*/

.lanm {
	padding: 40px;
	min-height: 600px;
	box-sizing: border-box;
}

.f5 {
	width: 1120px;
	height: 35px;
	line-height: 35px;
	color: #C5494D;
	font-size: 18px;
	background: #ececec;
	margin-bottom: 20px;
	padding: 0 20px;
}

.f6 .titleLm {
	height: 65px;
	line-height: 50px;
	font-size: 15px;
	border-bottom: 1px solid #c5c5c5;
}

.f6 .titleLm  a {
	color: #C5494D;
}

.f6 .contentLm .lucidity_pgContainer li {
	width: 100%;
	height: 50px;
	line-height: 25px;
	display: inline-block;
	padding: 0;
}

.f6 .contentLm .lucidity_pgContainer li:last-child a {
	border: none;
}

.f6 .contentLm .lucidity_pgContainer a {
	color: #000000;
	display: inline-block;
	width: 100%;
	border-bottom: 1px dashed #909090;
	padding: 20px 0;
}

.f6 .contentLm .lucidity_pgContainer p,
.f6 .contentLm .lucidity_pgContainer span {
	width: 100%;
	float: left;
}

.f6 .contentLm .lucidity_pgContainer span {
	color: #A7A7A7;
}


/*文章页*/

.wenz {
	width: 890px;
	margin: 0 auto;
	padding: 20px 0;
}

.wenz h1 {
	font-size: 36px;
	line-height: 1.2em;
	text-align: center;
	font-weight: 400;
	margin-bottom: 20px;
	color: #ba1414; 
}

.article-info {
	background: url(article_titlt_bg.png) bottom left repeat-x;
	padding-bottom: 30px;
	color: #999;
	text-align: center;
}

.article-info span {
	float: left;
}

.bshare-custom.icon-medium {
	font-size: 14px;
	line-height: 20px !important;
	float: right;
}

.ctrl {
	display: inline-block;
	float: right;
	margin-right: 30px;
}

.ctrl a {
	color: #999;
	margin: 0 10px;
}

.article-content {
	font-size: 16px;
	line-height: 200%;
	padding-top: 20px;
}

.article-content {
	font-size: 16px!important;
}

.article-content p {
	margin-bottom: 15px;
}

.article-content img {
	max-width: 100%;
	margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
	body {
		background: url(bigBg.png) no-repeat center top !important;
		background-size: 600px auto !important;
	}

	.Container {
		width: 96%;
		margin: 0 2%;
		margin-top: 180px;
		margin-bottom: 20px;
	}
	.title{ font-size: 20px; }
	.title ul {
		padding: 0;
		padding-top: 75px;
	}
	.title ul li {
		padding: 15px 0;
	}
	.title span {
		margin: 0 4px;
	}
	.content {
		padding-top: 60px;
	}
	.content li {
		height: auto;
	}
	.f1,
	.f2,
	.f3,
	.f4 {
		height: auto;
		float: left;
		/*width: 89%;*/
	}
	.f1 {
		margin: 0;
width: 100%;
	}
	.f1 .slideBox {
		width: 100%;
		height: 250px;
	}
	.f1 .slideBox .bd ul{ width: 100% !important; overflow: auto; }
	.f1 .slideBox .bd ul li{width: 100% !important; overflow: auto; }

	.f1 .slideBox .bd img {
		width: 100%;
		height: 250px;
	}
	.f1 .prev,
	.f1 .next {
		background-size: 50% 50%;
	}
	.f1 .prev {
		background-position: center left;
	}
	.f1 .next {
		background-position: center right;
	}
	.f1 .f1List {
		width: 100%;
		margin: 0;
		margin-top: 10px;
	}
	.f1 .content {
		padding: 0;
	}
	.f1 .content p {
		height: auto;
	}
	.f2 .content p,
	.f4 .content p {
		background: url(li_r.png) no-repeat left center;
		background-position: top 18px left;
	}
	.f2 {
		width: 100%;
	}
	.f3 {
		width: 100%;
		overflow: hidden;
	}
	.f3 .roll {
		width: 98%;
		overflow: hidden;
		padding: 0;
	}
	.f3 .roll div {
		margin-left: -5%;
	}
	.f3 .roll>ul {
		margin-left: -5%;
	}
	.f3 .prev,
	.f3 .next {
		top: 67%;
	}
	.f3 .prev {
		left: -6%;
	}
	.f3 .next {
		right: -5%;
	}
	.f4 .content {
		padding-top: 120px;
	}
	.logo2021 {
		top: -170px !important;
	}
	.lanm {
		padding: 4%;
	}
	.f5 {
		width: 100%;
		height: auto;
		display: none;
	}
	.wenz {
		width: 100%;
	}
	.article h1 {
		font-size: 0.32rem;
	}
	.article-info{
		padding: 0;
	}
	.article-info span {
		float: none;
	}
	.article-info .source {
		padding-left: 0.5rem;
	}
	.bshare-custom.icon-medium{
		float: inherit;
		margin: 15px 0;
	}
	.f_more {
		height: 65px;
		line-height: 65px;
		font-size: 18px;
		display: none;
	}
	.f1 .title{background-size: 55%;}
	.f2 .title{background-size: 55%;}
	.f3 .title{background-size: 55%;}

	.jamoveli{
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
}