@charset "utf-8";

.banner a {
    display: block;
    overflow: hidden;
}
.banner .slick-slide{
overflow:hidden;
}
.banner img{
    display: block;
    width: 100%;
    transform: scale(1.1);
    transition: 5s;
    opacity: .9;
}
.banner .slick-arrow{
    position: absolute;
    top: 50%;
    width: 0.64rem;
    height: 0.8rem;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    cursor: pointer;
    transform: translateY(-50%);
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
}
.banner .slick-prev{
    left: 0.2rem;
}
.banner .slick-next{
    right: 0.2rem;
}
.banner .slick-prev::before,.banner .slick-next::before{
	font-family: "iconfont" !important;
	font-size: 0.42rem;
	width: 100%;
}
.banner .slick-prev::before{
	content: "\e693";
}
.banner .slick-next::before{
	content: "\e694";
}
.banner:hover .slick-arrow,
.s1-banner:hover .slick-arrow{
    opacity: 1;
    visibility: visible;
}
.banner .slick-dots{
    width: auto;
    right: 1.88rem;
    height: 0.14rem;
    bottom: 0.3rem;
}
.banner .slick-dots button,.s1-banner .slick-dots button{
    display: none;
}
.banner .slick-dots li{
    width: 0.14rem;
    height: 0.14rem;
    border: 0.01rem solid #d4d4e7;
    border-radius: 50%;
    margin-left: 0.19rem;
}
.banner .slick-dots li.slick-active{
    background-color: #ed9036;
    border-color: #ed9036;
}
.banner div.slick-active img{
    transform:scale(1)
}

.gg-tit1 {
    position: relative;
	margin-bottom: 0.35rem;
}
.gg-tit1 h4{
    font-size: 0.3rem;
    color: #9e1e1e;
    line-height: 1;
    font-weight: 600;
}
.gg-tit1 h4 i{
	margin-right: 0.2rem;
	font-size: 0.3rem;
}
.gg-tit1 a{
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 0.14rem;
    color: #666666;
    line-height: 1;
    transform: translateY(-50%);
}
.gg-tit1 a:hover{
    color: #9e1e1e;
}
.s1-l{
    width: 67%;
    overflow: hidden;
}
.s1-banner{
    width: 50%;
}
.s1-banner a{
	position: relative;
    display: block;
    overflow: hidden;
}
.s1-banner a .pic{
    padding-top: 70%;
}
.s1-banner a p{
	position: absolute;
	left: 0;
	bottom: 0;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
    padding:0 1.2rem 0 0.1rem;
	width: 100%;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
}
.s1-banner .slick-arrow{
    position: absolute;
    top: 50%;
    width: 0.4rem;
    height: 0.6rem;
    transform: translateY(-50%);
    z-index: 99;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
	background-color: rgba(0, 0, 0, 0.3);
	color: #fff;
}

.s1-banner .slick-prev{
    left: 0;
	border-radius: 0 0.05rem 0.05rem 0;
}
.s1-banner .slick-next{
    right: 0;
	border-radius: 0.05rem 0 0 0.05rem;
}
.s1-banner .slick-prev::before,.s1-banner .slick-next::before{
	font-family: "iconfont" !important;
	font-size: 0.3rem;
	width: 100%;
}
.s1-banner .slick-prev::before{
	content: "\e693";
}
.s1-banner .slick-next::before{
	content: "\e694";
}
.s1-banner .slick-dots{
	width: auto;
	right: 0.1rem;
	bottom: 0.05rem;
	text-align: right;
}
.s1-banner .slick-dots li{
    width: 0.18rem;
    height: 0.05rem;
    background-color: #fff;
    margin-left: 0.05rem;
}
.s1-banner .slick-dots li.slick-active{
    background-color: #ed9036;
}
.s1-list{
    width: 48%;
}
.topnew{
	background-color: #f4faff;
	padding: 0.16rem 0.16rem 0.11rem;
}
.topnew h4{
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1;
	margin-bottom: 0.1rem;
}
.topnew h4 a{
	font-size: 0.16rem;
	color: #9e1e1e;
}
.topnew p{
	font-size: 0.14rem;
	line-height: 1.6;
	color: #878787;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.s1-list li{
    line-height: 0.34rem;
    position: relative;
}
.s1-list li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 7px;
    height: 6px;
    transform: translateY(-50%);
    background: url("../images/img11.png") no-repeat 50%;
}
.s1-list li a{
    display: block;
    font-size: 0.16rem;
    color: #333333;
    padding-left: 0.16rem;
    padding-right: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}
.s1-list li span{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.16rem;
    color: #666666;
}
.s1-list li:hover a{
    color: #9e1e1e;
    font-weight: 600;
    transform: translateX(0.05rem);
}
.s1-list li:hover span{
    color: #9e1e1e;
}

.s1-r{
    width: 30%;
}
.s1-list2 {margin-top:0.35rem}
.s1-list2 a{
    display: block;
    overflow: hidden;
}
.s1-list2 a .date{
    float: left;
    padding: 0.06rem 0.1rem;
    background: #f4faff;
    border: 0.01rem solid #e8f5ff;
    transition: all .3s;
}
.s1-list2 a .date span{
    display: block;
    font-size: 0.14rem;
    color: #9e1e1e;
    line-height: 1;

}
.s1-list2 a .date span:first-child{
    font-size: 0.3rem;
    text-align: center;
    margin-bottom: 0.09rem;
}
.s1-list2 a .s1-tx {
    overflow: hidden;
    padding-left: 0.2rem;
}
.s1-list2 a .s1-tx p{
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.24rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 0.48rem;
    transition: all .3s;
	/*display: flex;
	align-items: center;*/
}
.s1-list2 a .s1-tx div{
    position: relative;
    text-align: right;
    /* margin-top: 0.08rem; */
    height: 0.12rem;
}
.s1-list2 a .s1-tx div:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    height: 0.01rem;
    background-color: #e3e3e3;
    /* border-bottom: 0.01rem solid #e3e3e3; */
    /* top: 50%; */
    bottom: 0;
}

.s1-list2{
    
}
.s1-list2 li{
    margin-top: 0.2rem;
}
.s1-list2 li:hover a .date{
    background: #9e1e1e;
}
.s1-list2 li:hover a .date span{
    color: #fff;
}
.s1-list2 li:hover a .s1-tx p{
    color: #9e1e1e;
    transform: translateX(0.05rem);
    font-weight: 600;
}
.s1{
    padding-top: 0.46rem;
    padding-bottom: 0.50rem;
}

.s2{
    padding-top: 0.6rem;
    padding-bottom: 0.7rem;
    background: url("../images/container2-bg.jpg") no-repeat 50%;
    background-size: cover;
	overflow: hidden;
}

.s2-l {width: 48.5%;}
.s2-r {width: 48.5%;position: relative;}


.tu_text .news_list {background: #fff;padding: 0.35rem 3.9% 0.45rem 2.9%;}
.tu_text .news_list li {margin-bottom: 0.42rem;}
.tu_text .news_list li:last-child{margin-bottom: 0;}
.tu_text .news_list li.news .news_imgs{float: left;width: 1.76rem;height:  1.28rem;overflow: hidden;}
.tu_text .news_list li.news .news_imgs a{height: 100%; display:table-cell; vertical-align:middle; background-color:#efefef;}
.tu_text .news_list li.news .news_imgs img{width:100%;height: 99%;transition: all 0.5s ease-in-out;object-fit: cover;}
.tu_text .news_list li.news:hover .news_imgs img {transform: scale(1.2);filter: brightness(1.2);}
.tu_text .news_list li.news .news_wz{    width: 100%;
    float: none;
    height: 1.28rem;
    position: relative;} 
.tu_text .news_list li.news .news_wz .news_con {
    margin-left: 1.9rem;
}
.tu_text .news_list li.news .news_title{line-height: 0.24rem;font-size: 0.16rem;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;max-height: 0.48rem;height: auto;color: #333;transition: all .3s;}
.tu_text .news_list li.news .news_title a {color: inherit;}
.tu_text .news_list li.news:hover .news_title {font-weight: bold;color: #9e1e1e;transform: translateX(0.05rem);}
.tu_text .news_list li.news .news_text{line-height: 0.24rem;font-size: 0.14rem;color: #333;opacity: 0.7;filter: Alpha(opacity=70);display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;max-height: 0.48rem;height: auto;margin-top: 0.05rem;}
.tu_text .news_list li.news .news_time{    line-height: 0.24rem;
    font-size: 0.14rem;
    color: #9e1e1e;
    position: absolute;
    left: 1.9rem;
    bottom: 0px;}
.tu_text .news_list li.news .news_time i{font-size: 0.28rem;margin-left: 0.1rem;}

.s3{
    padding-top: 0.6rem;
    overflow: hidden;
}

.s3-l,.s3-c {width: 48.5%;}
.s3-c{margin-left: 3%;}
.s3-r {width:22.4%;position: relative;}
/*日历新闻样式1*/
.rili .news_list li.news {
    margin-top: 0.09rem;
    padding-bottom: 0.11rem;
    border-bottom: 0.01rem solid #e5e5e5;
}
.rili .news_list li.news.n5{border-bottom: none;}
.rili .news_list li.news .news_date {
    float: left;
    width: 0.9rem;
    height: 0.34rem;
    font-family: "Microsoft YaHei";
    text-align: center;
    vertical-align: middle;
}
.rili .news_list li.news .news_date .news_year {
	float: left;
    display: inline-block;
    width: 0.47rem;
    height: 0.34rem;
    line-height: 0.34rem;
    font-size: 0.16rem;
    color: #000;
    background: #fff;
    border: 0.01rem solid #9e1e1e;
}
.rili .news_list li.news .news_date .news_days {
    display: inline-block;
    width: 0.43rem;
    height: 0.34rem;
    line-height: 0.34rem;
    font-size: 0.16rem;
    color: #fff;
    background: #9e1e1e;
}
.rili .news_list li.news .news_wz {
    width: 100%;
    float: none;
}.rili .news_list li.news .news_wz .news_con {
    margin-left: 1rem;
}
.rili .news_list li.news .news_title {
    line-height: 0.34rem;
    font-size: 0.16rem;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	transition: all .3s;
}
.rili .news_list li.news .news_title  a {color: inherit;}
.rili .news_list li.news:hover .news_title{font-weight: bold;color: #9e1e1e;transform: translateX(0.05rem);}

.ksdh{
	height: 2.65rem;
	background: #f7f7f7;
}
.ksdh ul {
	padding-top: 0.1rem;
}
.ksdh li{
	float:left;
	margin-left: 9.5%;
	margin-top: 0.13rem;
	text-align: center;
}

.ksdh li i{
	display: block;
	width: 0.64rem;
	line-height: 0.64rem;
	text-align: center;
	color: #fff;
	background-color: #b12929;
	border-radius: 0.05rem;
	font-size: 0.36rem;
}
.ksdh li span{
	line-height: 0.44rem;
}
.ksdh li:hover i{
	background-color: #9e1e1e;
}
.ksdh li:hover span{
	color: #9e1e1e;
	font-weight: 600;
}


.s4{
    padding-top: 0.62rem;
	padding-bottom: 0.46rem;
}

.s4 .slick-arrow {
    width: 0.44rem;
    height: 0.6rem;
    z-index: 99;
	text-align: center;
}
.s4 .slick-prev {
    left: -0.44rem;
}
.s4 .slick-next {
    right: -0.44rem;
}
.s4 .slick-prev::before,.s4 .slick-next::before{
	font-family: "iconfont" !important;
	color: #d0d0d0;
	font-size: 0.42rem;
	width: 100%;
}
.s4 .slick-prev::before{
	content: "\e693";
}
.s4 .slick-next::before{
	content: "\e694";
}
.news_tu{}
.news_tu .news_list { margin:0px -0.18rem;}
.news_tu .news_list li.news{float:left;width:25%;}
.news_tu .news_list li.news .news_box{transition:all 0.4s ease-in-out;}
.news_tu .news_list li.news .news_imgs{padding-top:32.4%;position:relative;overflow:hidden;margin: 0 0.18rem;overflow: hidden;}
.news_tu .news_list li.news .news_imgs img{width:100%;height:100%;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;max-width:100%;transition: all 0.5s ease-in-out;}
.news_tu .news_list li.news:hover .news_imgs img {transform: scale(1.2);filter: brightness(1.2);}
.news_tu .news_list li.news .news_wz{}
.news_tu .news_list li.news .news_wz .news_con{} 
.news_tu .news_list li.news .news_title{line-height: 45px;height:45px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;font-size: 14px;} 
.news_tu .news_list li.news .news_title a{}

@media screen and (max-width: 1500px) {
.s4 .slick-prev {left: 0.19rem;}
.s4 .slick-next {right: 0.19rem;}
}
@media screen and (max-width: 1024px){

    .s1-banner a p{
        line-height: 0.38rem;
    }

    .banner .slick-dots{
        right: 0.2rem;
    }
    .gg-tit1 h4,.gg-tit1 h4 i{
        font-size: 0.38rem;
    }
	.gg-tit1 a{
		font-size: 0.24rem;
	}
    .s1-l,.s1-r,
    .s2-l,.s2-r,.s3-l,.s3-c,.s3-r{
        float: none;
        width: auto;
    }
    .s1-r,
    .s2-r,.s3-c,.s3-r{
        margin-top: 0.45rem;
    }
	.s3-c{margin-left: 0;}
    .s1-banner a p{
        font-size: 0.28rem;
        line-height: 0.48rem;
    }
    .s1-banner{
        margin: 0 0 0.35rem;
    }
    .s1-list li a,
    .s1-list li span,.topnew h4 a,.topnew p{
        font-size: 0.26rem;
    }
    .s1-list li a{
		padding-right: 1.5rem;
        padding-left: 0.25rem;
    }
    .s1-list li{
        line-height: 0.66rem;
    }
    .s1-list{
        margin-top: 0.2rem;
    }
    .s1-list2 a .date{
        padding: 0.2rem 0.15rem;
    }
    .s1-list2 a .date span:first-child{
        font-size: 0.38rem;
    }
    .s1-list2 a .date span{
        font-size: 0.24rem;
    }
    .s1-list2 a .s1-tx p{
        font-size: 0.26rem;
        line-height: 0.4rem;
        height: 0.8rem;
    }
    .s1-list2 a .s1-tx div{
        margin-top: 0.12rem;
    }
    .tu_text .news_list li.news .news_wz{
		height: 2.2rem;
	}
	.tu_text .news_list li.news .news_wz .news_con{
		margin-left: 3.14rem;
	}
	.tu_text .news_list li.news .news_imgs{
		width: 3rem;
		height: 2.2rem;
	}
    .tu_text .news_list li.news .news_title{
		font-size: 0.26rem;
		line-height: 0.4rem;
		max-height: 0.8rem;
	}
	.tu_text .news_list li.news .news_text{
		font-size: 0.24rem;
		line-height: 0.44rem;
		max-height: 0.88rem;
	}
	.tu_text .news_list li.news .news_time{
		font-size: 0.24rem;
		line-height: 0.44rem;
		left: 3.14rem;
	}
	.tu_text .news_list li.news .news_time i{
		font-size: 0.38rem;
	}
	
	.rili .news_list li.news .news_title{
		font-size: 0.26rem;
		line-height: 0.56rem;
	}
	.rili .news_list li.news .news_wz .news_con{
		margin-left: 2rem;
	}
	.rili .news_list li.news .news_date{
		width: 1.8rem;
	}
	.rili .news_list li.news .news_date .news_year{
		width: 0.94rem;
	}
	.rili .news_list li.news .news_date .news_days{
		width: 0.86rem;
	}
	.rili .news_list li.news .news_date .news_year,.rili .news_list li.news .news_date .news_days{
		font-size: 0.26rem;
		line-height: 0.56rem;
		height: 0.56rem;
	}
	.ksdh{
		height: auto;
	}
	.ksdh ul{
		padding-top: 0.2rem;
		display: flex;
		justify-content: space-evenly;
		flex-wrap: wrap;
	}
	.ksdh li{
		margin-top: 0;
	    margin-left: 0;
	}
	.ksdh li i{
		width: 1.1rem;
		line-height: 1.1rem;
		border-radius: 0.1rem;
		font-size: 0.66rem;
	}
	.ksdh li span{
		line-height: 0.8rem;
	}
}
@media screen and (max-width: 800px){
	.s1-banner,.s1-list{
		float: none;
		width: auto;
	}
	.s1-banner a p{
		padding-right: 1.8rem;
	}
	.s1-banner .slick-dots{
		bottom: 0.16rem;
	}
	.s1-banner .slick-dots li{
		width: 0.22rem;
		height: 0.06rem;
	}
}
@media screen and (max-width: 480px){
	.tu_text .news_list li.news .news_imgs{
		float: none;
		width: 100%;
		height: auto;
	}
	.tu_text .news_list li.news .news_imgs img{
		height: auto;
	}
	.tu_text .news_list li.news .news_wz{
		float: none;
		width: 100%;
		height: auto;
		padding-top: 0.36rem;
	}
	.tu_text .news_list li.news .news_wz .news_con{
		margin-left: 0;
	}
	.tu_text .news_list li.news .news_time{
		display: inline-block;
		position: relative;
		left: 0;
		bottom: 0;
	}
}