    @charset "utf-8";
/*
    .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #dddddd;
        padding-bottom: 10px;
    }
    
    .title h2 {
        position: relative;
        padding-left: 40px;
        line-height: 40px;
        font-size: 30px;
        color: #000;
        font-family: "sisong";
    }
    
    .title .more a {
        position: relative;
        right: 0;
        display: block;
        line-height: 30px;
        font-size: 14px;
        color: #000;
        transition: all .6s;
    }
    
    .title .more a:hover {
        right: 5px;
        color: #b20200;
    }

*/
.fl {
	float: left;
}

.fr {
	float: right;
}

.title {
	line-height: 40px;
	border-bottom: 1px solid #9e000c;
	overflow: hidden;
}

.title h2 {
	float: left;
	padding: 0 20px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #9e000c;
	border-radius: 2px;
	background-repeat: no-repeat;
	background-position: 5px bottom;
}

.more a {
	float: right;
	display: block;
	font-size: 14px;
	color: #999999;
	position: relative;
	right: 0;
	transition: all 0.3s;
}

.more a:hover {
	color: #9e000c;
	right: 5px;
}

    

.sect3>div {
	/* float: left; */
	width: 31%;
	/* margin-left: 2%; */
}

.sect3 ul {
	border: 1px solid #ddd;
	height: 468px;
	padding: 10px 20px;
}

.sect3-l {
	margin-left: 0;
}

.public-sjlist li {
	padding: 16px 0;
	border-top: 1px dashed #ddd;
}

.public-sjlist li:first-child {
	border-top: none;
}

.public-sjlist li a {
	display: block;
	position: relative;
	left: 0;
	transition: all 0.3s;
	color: #333;
}

.public-sjlist li .date {
	margin-right: 15px;
	text-align: center;
	border: 1px solid #b9424b;
	border-radius: 4px;
	width: 68px;
	height: 56px;
}

.public-sjlist li .date p {
	font-size: 20px;
	font-weight: bold;
	color: #b9424b;
	margin-top: 3px;
}

.public-sjlist li .date span {
	font-size: 14px;
	color: #999;
	display: block;
	margin-top: 2px;
}

.public-sjlist li h3 {
	overflow: hidden;
	font-size: 0;
	line-height: 56px;
	height: 56px;
	overflow: hidden;
}

.public-sjlist li h3 p {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 28px;
}

.public-sjlist li a:hover h3 p {
	color: #990000;
}

.public-sjlist li:hover a {
	left: 5px;
}

.sect3-r ul {
	padding-top: 12px;
}

.sect3-r ul li a {
	display: block;
	color: #000;
	padding: 10px 0;
	border-top: 1px dashed #ddd;
}

.sect3-r ul li:first-child a {
	border-top: none;
}

.sect3-r ul li p {
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	background: url(../images/list-sj.png) no-repeat left center;
	padding-left: 16px;
	position: relative;
	left: 0;
	transition: all 0.3s;
}

.sect3-r ul li span {
	display: block;
	font-size: 14px;
	color: #999;
	margin-top: 8px;
	padding-left: 16px;
}

.sect3-r ul li:hover h3 {
	color: #9e000c;
	left: 5px;
}


 .section4 {
        padding-top: 20px;
        padding-bottom: 60px;
        /* background: #edeff2; */
    }

.s4 ul{/* padding: 10px 0 0; */display: flex;justify-content: space-between;}
.s4 ul li{width: 31%;/* padding: 0 15px; */}
.s4 ul li a{justify-content: center;align-items: center;height: 100px;opacity: .8;display: flex;}
.s4 ul li .img{width: 0.64rem;height: 0.64rem;border-radius: 50%;display: flex;justify-content: center;align-items: center;margin-right: .2rem;}
.s4 ul li h3{font-size: 24px;color: #292929;line-height: 32px;padding-bottom: 10px;}
.s4 ul li h3::after{content: ""; z-index: -1; position: absolute; left: 0px; bottom: 0px;width: 47px;height: 5px;border-radius: 0.025rem;background: #ecb737;}
.s4 ul li:nth-child(1) a{border: 1px solid #eac25a;background: #fbf1d7;}
.s4 ul li:nth-child(2) a{border: 1px solid #f6b9b9;background: #ffe5dd;}
.s4 ul li:nth-child(3) a{border: 1px solid #a1cae0;background: #d4f0ff;}
.s4 ul li:nth-child(4) a{border: 1px solid #c4bee4;background: #e8e3ff;}
.s4 ul li:nth-child(5) a{border: 1px solid #9bc2a8;background: #e4f3e9;}
.s4 ul li:nth-child(6) a{border: 1px solid #acb9e5;background: #cdd4ef;}

.s4 ul li:nth-child(1) .img,.s4 ul li:nth-child(1) h3:after{background: #eac25a;}
.s4 ul li:nth-child(2) .img,.s4 ul li:nth-child(2) h3:after{background: #ff7575;}
.s4 ul li:nth-child(3) .img,.s4 ul li:nth-child(3) h3:after{background: #52a1cc;}
.s4 ul li:nth-child(4) .img,.s4 ul li:nth-child(4) h3:after{background: #8c76ff;}
.s4 ul li:nth-child(5) .img,.s4 ul li:nth-child(5) h3:after{background: #35ad9d;}
.s4 ul li:nth-child(6) .img,.s4 ul li:nth-child(6) h3:after{background: #8b98c6;}

.s4 ul li a:hover .img img{transform: rotateY(360deg);transition: 0.5s;}

.s4 ul li h3.wl { position: relative; z-index: 1; transition: 0.5s }


.home5 ul{margin: 0 -0.1rem;}
.home5 ul li{width: 25%;padding: 0 0.1rem;}
.home5 ul li .imged{padding-bottom: 40%;}

    
    .list li {
        position: relative;
        padding-left: 15px;
        padding-right: 80px;
        line-height: 52px;
        background: url(../images/list.png) no-repeat left center;
    }
    
    .list li span {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 14px;
        color: rgba(0, 0, 0, .6);
    }
    
    .list li a {
        display: block;
        font-size: 16px;
        color: #111;
    }
    
    .list li:hover a {
        color: #B40202;
    }
    
    .section2 {
        padding-top: 45px;
        padding-bottom: 60px;
        background: url(../images/s2-bg.jpg) no-repeat center center;
        background-size: cover;
    }
    
    .sect2 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .sect2>div {
        width: 31%;
    }
    
    .text-list {
        margin-top: 20px;
    }
    
    .text-list ul li {
        position: relative;
        border-bottom: 1px dashed #dddddd;
    }
    
    .text-list ul li a {
        display: block;
        padding: 15px 0;
    }
    
    .text-list ul li a span {
        padding-left: 20px;
        background: url(../images/time.png) no-repeat left center;
        font-size: 14px;
        color: rgba(0, 0, 0, .6);
    }
    
    .text-list ul li a p {
        margin-bottom: 10px;
        font-size: 16px;
        color: #111;
    }
    
    .text-list ul li:hover a p {
        color: #B40202;
    }
    
    .sect2-r ul {
        margin-top: 20px;
    }
    
    .sect2-r .list li {
        position: relative;
        border-bottom: 1px dashed #dddddd;
        line-height: 47px;
        padding-right: 50px;
        background: transparent;
    }
    
    .sect2-r .list li::after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 2px;
        height: 18px;
        background: #B40202;
    }
    
    .section3 {
        padding-top: 80px;
        padding-bottom: 50px;
        /* background: url(../images/sect3-bg.png) no-repeat center center; */
        /* background-size: cover; */
    }
    
    .sect3 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
  
    @media screen and (min-width: 1920px) {
        .section4::after {
            width: 48%;
            background-size: cover;
        }
    }
    
    @media screen and (max-width: 1200px) {
        .s1-l {
            width: 550px;
        }
        .list li {
            line-height: 40px;
        }
    }
    
    @media screen and (max-width: 1024px) {
        .s1-l {
            width: 100%;
        }
        .s1-r {
            width: 100%;
            padding-top: 20px;
        }
        .sect2>div,
        .sect3>div {
            width: 100%;
            margin-bottom: 15px;
        }
        .section1,
        .section2,
        .section3,
        .section4 {
            padding: 20px 0;
        }
        .sect3 .list li a p {
            height: auto;
        }
		.s4 ul li h3{
			font-size:16px;
		}

    }
    
    @media screen and (max-width: 700px) {
        .title h2 {
            font-size: 22px;
            line-height: 40px;
            padding-left: 49px;
        }
        .s1 {
            margin-top: 15px;
        }
        .s1-l a .text p {
            padding: 0 10px;
            font-size: 14px;
        }
        .s1r-top a {
            padding-bottom: 15px;
        }
        .date-list li a .text p {
            font-size: 16px;
        }
        .date-list li a .date p {
            font-size: 20px;
        }
        .sect2-m,
        .sect3-m {
            margin-top: 20px!important;
            margin-bottom: 20px!important;
        }
        .date-list li a .date span {
            font-size: 12px;
        }
        .text-list ul li a {
            padding: 5px 0;
        }
        .sect2-r ul {
            margin-top: 10px;
        }
        .sect3 .list li a {
            padding: 10px 0;
        }
        .s4 {
            display: block;
        }
		
       
    }
@media screen and (max-width: 600px) {
	.s4 ul{
		display:block;
	}
	.s4 ul li{
		width:100%;
		margin-bottom:10px;
	}
}