@charset "UTF-8";

body {
	overflow-x: hidden;
	background: url(../images/body-bg1.png) no-repeat center 440px;
	background-size: 100% auto;
}

/*首页主体*/

/* 头条 */
.Headline {
	margin-top: 25px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
	padding: 20px 40px;
	position: relative;
}

.Headline ul li a {
	display: block;
	overflow: hidden;
	padding-right: 60px;
}

.Headline ul li .date {
	width: 80px;
	height: 80px;
	background-color: #d30b15;
	color: #fff;
	text-align: center;
	margin-right: 26px;
}

.Headline ul li .date p {
	line-height: 40px;
	font-size: 20px;
	font-weight: bold;
}

.Headline ul li .date span {
	display: block;
	line-height: 39px;
	border-top: 1px dashed #fff;
	font-size: 16px;
}

.Headline ul li h3 {
	line-height: 80px;
	font-size: 24px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.Headline ul li:hover h3 {
	color: #d30b15;
}

.Headline .slick-prev,
.Headline .slick-next {
	width: 20px;
	height: 12px;
	transform: none;
	transition: all 0.3s;
	z-index: 2;
}

.Headline .slick-prev:hover,
.Headline .slick-next:hover {
	transform: scale(1.1);
}

.Headline .slick-prev {
	left: inherit;
	right: 0;
	top: 24px;
	background: url(../images/prev1.png) no-repeat center;
}

.Headline .slick-next {
	right: 0;
	top: 44px;
	background: url(../images/next1.png) no-repeat center;
}

/* 板块1 */

.section1 {
	margin-top: 25px;
}

.s1-l {
	width: 670px;
	margin-right: 60px;
}

.s1-l ul li a {
	display: block;
	position: relative;
}

.s1-l ul li .pic {
	padding-top: 480px;
}

.s1-l ul li .pic::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	height: 56px;
}

.s1-l .s1-linfo {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 56px;
	line-height: 56px;
}

.s1-l .s1-linfo h3 {
	padding-right: 180px;
	padding-left: 20px;
	font-size: 18px;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s1-l .slick-dots {
	width: auto;
	right: 18px;
	font-size: 0;
	bottom: 23px;
}

.s1-l .slick-dots li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fff;
	margin: 0 6px;
}

.s1-l .slick-dots li.slick-active {
	background-color: #d30b15;
}

.s1-l .slick-dots li button {
	display: none;
}

.s1-r {
	overflow: hidden;
}

.s1-r .tabBox .hd {
	background-image: none;
}

.tabBox .hd {
	border-bottom: 1px solid #d7a374;
	background-image: url(../images/title-bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	position: relative;
}

.tabBox .hd ul {
	width: 100%;
	overflow: hidden;
}

.tabBox .hd ul li {
	float: left;
	font-size: 20px;
}

.tabBox .hd ul li a {
	display: block;
	text-align: center;
	line-height: 52px;
	padding: 0 17px;
	color: #999;
}

.tabBox .hd ul li a img {
	vertical-align: -1px;
	padding-right: 7px;
	display: none;
}

.tabBox .hd ul .on a {
	background-color: #d30b15;
	color: #fff;
	font-size: 22px;
}

.tabBox .hd ul .on a img {
	display: inline-block;
}

.tabBox .hd ul .on a {
	display: block;
	/* 修复Android 4.0.x 默认浏览器当前样色无效果bug */
}

.tabBox .hd dl {
	position: absolute;
	right: 0;
	top: 0;
}

.tabBox .hd dl dd.on {
	display: block;
}

.tabBox .hd dl dd {
	display: none;
	font-size: 14px;
}

.tabBox .hd dl dd a {
	display: block;
	line-height: 52px;
	color: #d30b15;
	margin-right: 14px;
	transition: all 0.3s;
}

.tabBox .hd dl dd a:hover {
	font-weight: bold;
	margin-right: 10px;
}

.tabBox .bd {}

.tabBox .bd ul {
	position: relative;
}

.tabBox .bd li {
	height: 33px;
	line-height: 33px;
}

.tabBox .bd li a {
	color: #666;
}

.tabBox .bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 去掉链接触摸高亮 */
.tabBox .bd {
	display: table;
	table-layout: fixed;
}

.tw-list a {
	display: block;
}

.tw-list .tw-pic {
	width: 200px;
}

.tw-list .tw-pic .pic {
	padding-top: 70%;
}

.tw-list .tw-r {
	overflow: hidden;
	height: 140px;
	padding: 10px 20px;
	background-color: #eeeeee;
	border: 1px solid #cdcdcd;
}

.tw-list .tw-r h3 {
	font-size: 16px;
	line-height: 24px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.tw-list .tw-r p {
	font-size: 14px;
	line-height: 18px;
	color: #999;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 6px;
}

.tw-list .tw-r span {
	display: block;
	font-size: 14px;
	color: #999;

	padding-left: 22px;
	margin-top: 6px;
}

.tw-list a:hover .tw-r h3 {
	color: #245399;
}

.public-list {
	margin-top: 5px;
}

.public-list dd {
	font-size: 16px;
	line-height: 60px;
	border-top: 1px dashed #eeeeee;
}

.public-list dd:first-child {
	border-top: none;
}

.public-list dd span {
	float: right;
	padding-left: 15px;
	color: #999;
}

.public-list dd a {
	display: block;
	background: url(../images/h-dot.png) no-repeat left center;
	padding-left: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.public-list dd a:hover {
	color: #d30b15;
	font-weight: bold;
}

.tabBox .bd ul .gd {
	text-align: center;
	margin-top: 15px;
	display: none;
}

.tabBox .bd ul .gd a {
	display: block;
	font-size: 14px;
	color: #d30b15;
}

.section2 {
	margin-top: 41px;
}

.s2-c a {
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 46px;
	color: #d30b15;
	padding: 7px 30px;
	background-color: #ffebcd;
	transition: all 0.3s;
}

.s2-c a:hover {
	background-color: #d30b15;
	color: #ffebcd;
}

.section3 {
	margin-top: 45px;
}

.s3-c a {
	display: block;
	overflow: hidden;
}

.s3-c a img {
	display: block;
	width: 100%;
	transition: all 0.5s;
}

.s3-c a:hover img {
	transform: scale(1.05);
}

.title {
	height: 52px;
	line-height: 52px;
	background-image: url(../images/title-bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-bottom: 1px solid #d7a374;
}

.title h3 {
	float: left;
	line-height: 52px;
	background-color: #d30b15;
	font-size: 22px;
	color: #fff;
	padding: 0 30px;
}

.title h3 img {
	vertical-align: -3px;
	padding-right: 10px;
}

.title .more {
	float: right;
}

.title .more a {
	display: block;
	font-size: 14px;
	color: #d30b15;
	margin-right: 14px;
	transition: all 0.3s;
}

.title .more:hover a {
	margin-right: 10px;
	font-weight: bold;
}

.section4 {
	margin-top: 50px;
}

.s4-l {
	width: 320px;
	margin-right: 60px;
}

.s4-l .title {
	display: inline-block;
	border-bottom: none;
	background-image: none;
	position: relative;
}

.s4-l .title h3 {
	border-top-right-radius: 20px;
}

.s4-l .title i {
	display: block;
	content: "";
	position: absolute;
	width: 50px;
	height: 44px;
	background-color: #ffe8e9;
	border-top-right-radius: 20px;
	bottom: 0;
	right: -10px;
	z-index: -1;
}

.s4-l ul {
	margin-top: 33px;
}

.s4-l ul li a {
	display: block;
	overflow: hidden;
	height: 100px;
	border-radius: 10px;
	margin-top: 13px;
}

.s4-l ul li a img {
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.s4-l ul li:hover a img {
	transform: scale(1.05);
}

.s4-r .public-list {
	margin-top: 15px;
}

.s4-r .public-list dd {
	line-height: 58px;
}

.s4-r {
	overflow: hidden;
}

.section5 {
	margin-top: 34px;
}

.s5-l {
	width: calc(100% - 520px);
}

.s5-l .public-list dd {
	border-top: none;
	border-bottom: 1px dashed #eeeeee;
}

.s5-r {
	width: 460px;
	background-color: #fff;
	box-shadow: 0.629px 0.777px 20px 0px rgba(66, 66, 66, 0.2);
	padding: 0 30px;
}

.s5-tit {
	background: url(../images/s5-r-tit.png) no-repeat center;
	text-align: center;
	margin: 0 auto;
	width: 250px;
	height: 70px;
	font-size: 22px;
	color: #fff;
	padding-top: 10px;
}

.s5-t {
	margin-top: 80px;
}

.s5-t a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.s5-t a img {
	display: block;
	width: 100%;
	transition: all 0.5s;
}

.s5-t a:hover img {
	transform: scale(1.05);
}

.s5-d {
	margin-top: 20px;
	padding-bottom: 23px;
}

.s5-d ul li a {
	display: block;
	font-size: 18px;
	line-height: 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	background: url(../images/yd.png) no-repeat left center;
	padding-left: 22px;
	position: relative;
	left: 0;
	transition: all 0.3s;
}

.s5-d ul li a:hover {
	color: #d30b15;
	left: 5px;
}

.section6 {
	margin-top: 45px;
	margin-bottom: 45px;
}

.s6-c {
	margin-top: 43px;
}

.s6-c ul li {
	float: left;
	width: 300px;
}

.s6-c ul li:first-child {
	margin-left: 0;
}

.s6-c ul li a {
	display: block;margin: 0 15px;
}

.s6-c ul li h3 {
	text-align: center;
	font-size: 16px;
	margin-top: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s6-c ul li:hover h3 {
	color: #d30b15;
}






/* 响应 */

@media screen and (max-width: 1420px) {
	.tabBox .hd ul li {
		font-size: 18px;
	}

	.tabBox .hd ul li a {
		line-height: 52px;
		padding: 0 9px;
	}

	.tabBox .hd ul .on a {
		font-size: 20px;
	}
}

@media screen and (max-width: 1300px) {
	.s1-l {
		width: 600px;
		margin-right: 40px;
	}

	.s1-l ul li .pic {
		padding-top: 430px;
	}

	.s1-r .public-list dd {
		line-height: 54px;
	}

	.tabBox .hd ul li a {
		padding: 0 8px;
	}
}

@media screen and (max-width: 1200px) {
	.logo a p {
		font-size: 45px;
	}

	.logo a span {
		font-size: 20px;
		letter-spacing: 0;
	}

	.s1-l {
		width: 500px;
	}

	.s1-l ul li .pic {
		padding-top: 71.64%;
	}

	.s1-r .public-list dd {
		line-height: 43px;
	}
}

@media screen and (max-width: 1100px) {
	.tabBox .hd ul li {
		font-size: 16px;
	}

	.tabBox .hd ul .on a {
		font-size: 18px;
	}

	.tabBox .hd ul li a {
		padding: 0 5px;
	}
}

@media screen and (max-width: 1024px) {
	.Headline {
		padding: 10px 20px;
	}

	.Headline ul li .date {
		width: 70px;
		height: 70px;
	}

	.Headline ul li .date p {
		line-height: 35px;
		font-size: 18px;
	}

	.Headline ul li .date span {
		line-height: 34px;
		font-size: 14px;
	}

	.Headline ul li h3 {
		line-height: 70px;
		font-size: 20px;
	}

	.tabBox .hd ul li {
		font-size: 18px;
	}

	.tabBox .hd ul .on a {
		font-size: 20px;
	}

	.s1-l {
		float: none;
		width: 100%;
		margin-right: 0;
	}

	.s1-r {
		margin-top: 25px;
	}

	.tabBox .hd ul li a {
		padding: 0 15px;
	}

	.s1-r .public-list dd {
		line-height: 50px;
	}

	.section2 {
		margin-top: 15px;
	}

	.s2-c a {
		font-size: 18px;
		padding: 7px 20px;
	}

	.section3 {
		margin-top: 25px;
	}

	.section4 {
		margin-top: 25px;
	}

	.title h3 {
		font-size: 20px;
		padding: 0 20px;
	}

	.s4-l {
		margin-right: 40px;
	}

	.section5 {
		margin-top: 15px;
	}

	.s5-l,
	.s5-r {
		float: none;
		width: auto;
	}

	.s5-r {
		margin-top: 30px;
	}

	.s5-tit {
		font-size: 20px;
	}

	.section6 {
		margin-top: 25px;
		margin-bottom: 40px;
	}

	.s6-c {
		margin-top: 25px;
	}

}

@media screen and (max-width: 768px) {
	.Headline ul li .date {
		margin-right: 20px;
		width: 60px;
		height: 60px;
	}

	.Headline ul li .date p {
		line-height: 30px;
		font-size: 16px;
	}

	.Headline ul li .date span {
		line-height: 29px;
		font-size: 12px;
	}

	.Headline ul li h3 {
		line-height: 60px;
		font-size: 18px;
	}

	.Headline .slick-prev {
		top: 15px;
	}

	.Headline .slick-next {
		top: 35px;
	}

	.Headline .slick-prev,
	.Headline .slick-next {
		background-size: auto 10px;
	}

	.s1-l ul li .pic::after {
		height: 50px;
	}

	.s1-l .s1-linfo h3 {
		font-size: 16px;
		padding-right: 110px;
	}

	.s1-l .s1-linfo {
		height: 50px;
		line-height: 50px;
	}

	.s1-l .slick-dots {
		right: 10px;
		bottom: 20px;
	}

	.s1-l .slick-dots li {
		margin: 0 5px;
	}

	.tabBox .hd ul {
		white-space: nowrap;
		overflow-x: auto;
		height: 52px;
		display: flex;

	}

	.s2-c a {
		font-size: 16px;
		line-height: 34px;
	}

	.s4-l ul {
		margin-top: 15px;
	}

	.s4-l {
		float: none;
		width: auto;
		margin-right: 0;
	}

	.s4-l ul li a {
		height: auto;
	}

	.s4-r {
		margin-top: 25px;
	}

	.s5-d {
		margin-top: 15px;
		padding-bottom: 15px;
	}

	.s5-d ul li a {
		font-size: 16px;
		line-height: 34px;
	}
.s6-c{height:180px !important;margin-top: 0;}
	.s6-c ul li {
		/*width: 48.5%;*/
		/*margin-left: 3%;*/
                width:180px;
		margin-top: 25px;
	}

	/*.s6-c ul li:nth-child(3) {
		margin-left: 0;
	}

	.s6-c ul li:nth-child(1),
	.s6-c ul li:nth-child(2) {
		margin-top: 0;
	}*/
	.public-list dd{
		line-height: 50px !important;
	}

}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {
	.Headline {
		padding: 10px;
	}

	.Headline ul li a {
		padding-right: 30px;
	}
	.tabBox .hd ul{
		height: 42px;
	}
	.tabBox .hd ul li {
		font-size: 16px;
	}

	.tabBox .hd ul .on a {
		font-size: 18px;
	}
	.tabBox .hd ul li a {
		padding: 0 10px;
		line-height: 42px;
	}
	.s2-c a {
		line-height: 26px;
		padding: 10px 20px;
	}
	.title{
		height: 42px;
		line-height: 42px;
	}
	.title h3{
		line-height: 42px;
		padding: 0 10px;
	}
	.s5-r{
		padding: 0 20px;
	}
	.s5-tit{
		width: 200px;
		height: 56px;
		background-size: cover;
		padding-top: 5px;
	}
	.tabBox .hd dl{
		display: none;
	}
	.tabBox .hd{
		background-image: none;
	}
	.tabBox .bd ul .gd{
		display: block;
	}
}

@media screen and (max-width: 375px) {}