@charset "UTF-8";
ul.px1200 {
    width: 1200px;
    margin: 0 auto;
}
.tit {
	line-height: 50px;
	padding: 20px 0;
}

.tit h3 {
	float: left;
	position: relative;
        font-size: 28px;
        /*
        中间S1到S4，每块标题 
        修改日期:2022.05.28
        */
	/*font-size: 32px;*/
	color: #94070a;
}

.tit h3:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -8px;
	width: 80px;
	height: 4px;
	background: #94070a;
}

.more a {
	display: block;
	font-size: 20px;
	color: #94070a;
	height: 50px;
	line-height: 50px;
	transition: all 0.3s;
}

.more a:hover {
	color: #611819;
}

.section1 {
	background: #ebe6e5;
	padding-bottom: 65px;
}

.s1-l {
	width: 63.6%;
}

.s1-l-pic,
.s1-l-tx {
	width: 48%;
	height: 260px;
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
	margin-top: 20px;
}

.s1-l-pic {
	position: relative;
	overflow: hidden;
}

.s1-l-pic a {
	display: block;
	font-size: 0;
}

.s1-l-pic a img {
	vertical-align: middle;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.s1-l-pic p {
	position: absolute;
	bottom: -100%;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	font-size: 20px;
	color: #fff;
	padding: 0 10px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	transition: all 0.5s;
}



.s1-l-pic a:hover img {
	transform: scale(1.1);
}

.ml60 {
	margin-left: 20px;
}

.s1-l-tx {
	background: #fff;
	border-bottom: 5px solid #94070a;
}

.s1-l-tx ul {
	padding: 10px 30px;
}

.s1-l-tx ul li {
	margin: 20px 0;
}

.s1-l-tx ul li h3 a {
	display: block;
	font-size: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	color: #302a29;
	line-height: 40px;
}

.s1-l-tx ul li h3 a:hover {
	color: #94070a;
}

.s1-l-tx ul li em {
	display: block;
	font-size: 18px;
	color: #9c888a;
	margin-top: 10px;
	position: relative;
	z-index: 1;
}

.s1-l-tx ul li em:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 70%;
	height: 1px;
	background: #e8e3e3;
	z-index: -1;
}

.s1-r {
	width: 31.8%;
}

.s1-r ul {
	height: 540px;
	background: #fff;
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
	padding: 20px 30px;
	margin-top: 20px;
	border-bottom: 5px solid #94070a;
}

.s1-r ul li {
	line-height: 50px;
	margin: 10px 0;
	font-size: 20px;
    border-bottom: 1px solid #e8e3e3;
}

.s1-r ul li:first-child {
	margin-top: 0;
}

.s1-r ul li span {
	float: right;
	font-size: 18px;
}

.s1-r ul li a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s1-r ul li:hover a {
	color: #94070A;
}

.section2 {
	background: url(../img/s2-bg.png) no-repeat right bottom;
	padding: 20px 0 40px 0;
}

.s2-c ul li {
	height: 160px;
	margin-top: 22px;
	overflow: hidden;
}

.s2-c ul li:nth-child(1) {
	background: url(../img/s2-c1.png) no-repeat center;
}

.s2-c ul li:nth-child(2) {
	background: url(../img/s2-c2.png) no-repeat center;
}

.s2-c ul li:nth-child(3) {
	background: url(../img/s2-c3.png) no-repeat center;
}

.s2-c ul li .pic a {
	display: block;
	float: left;
	width: 287px;
	height: 130px;
	margin: 15px 40px 5px 15px;
	overflow: hidden;
}

.s2-c ul li .pic img {
	display: block;
	width: 100%;
	height: auto;
	transition: all 0.5s;
}

.s2-c ul li .pic a:hover img {
	transform: scale(1.1);
}

.s2-c ul li .s2-tx a {
	display: block;
	overflow: hidden;
	line-height: 160px;
	font-size: 23px;
        /*
        S2标题字体大小，从26px改为23px
        修改日期:2022.05.28
        */
	color: #fff;
	transition: all 0.5s;white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;width: 980px;
}

.s2-c ul li .s2-tx:hover a {
	text-decoration: underline;
	padding-left: 5px;
}

.section3 {
	padding: 40px 0;
	background: #ebe6e5;
}

.s3-l {
	width: 52.2%;
}

.s3-l .s1-l-pic {
	width: 100%;
	height: 270px;
}

.s3-l-l {
	width: 100%;
	height: 270px;
	background: #94070a;
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
	margin-top: 20px;
}

.s3-l-pic {
	width: 175px;
	height: 175px;
	overflow: hidden;
	margin: 47px 44px 0 36px;
}

.s3-l-pic a {
	display: block;
	width: 100%;
	height: 100%;background-color: #ebe6e5;border: 1px solid #fff;
}

.s3-l-pic a img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}

.s3-l-pic a:hover img {
	transform: scale(1.1);
}

.s3-l-r {
	overflow: hidden;
	color: #fff;
	padding: 47px 36px 0 0;
}

.s3-l-r h3 a {
	display: block;
	font-size: 22px;
        /*
        S3左边的标题字体大小，从24px改为22px
        修改日期:2022.05.28
        */
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s3-l-r h3 a:hover {
	text-decoration: underline;
}
.s3-r ul li .s3-tx h3 p {
    font-size: 18px;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    margin-top: 20px;
}
.s3-l-r p {
	font-size: 18px;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	margin-top: 20px;
}

.s3-r {
	width: 45.5%;
}

.s3-r ul {
	background: #fff;
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5);
	border-bottom: 5px solid #94070a;
	padding: 15px;
	margin-top: 20px;
	min-height: 560px;
}

.s3-r ul li {
	overflow: hidden;
	border-top: 1px solid #ebe6e5;
	padding: 15px;
}

.s3-r ul li:first-child {
	border-top: 0;
}

.s3-r ul li .pic {
	width: 35%;
	height: 228px;
	overflow: hidden;
}

.s3-r ul li .pic a {
	display: block;
}

.s3-r ul li .pic a img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.s3-r ul li .pic a:hover img {
	transform: scale(1.1);
}

.s3-r ul li .s3-tx {
	width: 61%;
}

.s3-r ul li .s3-tx h3 a {
        display: block;
        font-size: 22px;
        /*
        S3左边的标题字体大小，从24px改为22px
        修改日期:2022.05.28
        */
        color: #000;
        white-space: pre-wrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
}

.s3-r ul li .s3-tx h3 a:hover {
	color: #94070A;
}

.seciton4{
	background: url(../img/s2-bg.png) no-repeat right bottom;
	padding-bottom:60px;
}
.s4-l p,
.s4-r p {
	background: rgba(0, 0, 0, 0.4);
	bottom: 0;
}

.s4-l a:hover p,
.s4-r a:hover p {
	bottom: 0;
}

.s4-l,
.s4-r {
	width: 49%;
	height: 360px;
}

.s4-r {
	margin-top: 128px;
}


@media (max-width:1366px){
.px1366{width:1200px;}
}
