@charset "utf-8";
@font-face {
    font-family: 'sySong';
    src: url('../style/sySong.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.clearfix {
    *zoom: 1;
    display: block;
}
.clearfix:after
{
	content:"";
	display:block;
	clear:both;
}
.sect {
    padding-top: 45px;
}

.s1-l {
    float: left;
    width: 680px;
}

.s1-l a {
    display: block;
    position: relative;
}

.s1-l a .pic {
    padding-top: 64%;
}

.s1-l a p {
   
}

.s1-l .slick-dots {
    width: auto;
    right: 20px;
    bottom: 15px;
}

.s1-l .slick-dots li {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 10px;
}

.s1-l .slick-dots li.slick-active {
    background-color: #c21319;
}

.s1-r {
    float: right;
    width: calc(100% - 685px);
}

.title {
    border-bottom: 1px solid #dddddd;
    overflow: hidden;
}

.title h2 {
    float: left;
    line-height: 54px;
    padding-left: 6px;
    border-left: 6px solid #ffa10e;
    padding-left: 20px;
    padding-right: 60px;
    background: url(../images/tit-bg.png) no-repeat left center;
    background-size: 100% 100%;
}

.title h2 span {
    font-size: 26px;
    color: #fff;
}

.title a {
    float: right;
    font-size: 16px;
    color: #666;
    margin-top: 25px;
}

.title a:hover {
    color: #c21319;
}

.s1-r-top {
    padding: 20px 0;
    border-bottom: 1px dashed #dddddd;
}

.s1-r-top h2 {
    font-size: 18px;
    color: #111;
    font-weight: bold;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1-r-top p {
    font-size: 14px;
    line-height: 22px;
    color: #919191;
    height: 44px;
    overflow: hidden;
}

.list {
    margin-top: 15px;
}

.list>li {
    padding-left: 15px;
    background: url(../images/list.png) no-repeat left center;
    line-height: 40px;
}

.list>li:hover a {
    color: #c21319;
    text-decoration: underline;
}

.list>li a {
    display: block;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s2-l {
    float: left;
    width: 48%;
}

.s2-r {
    float: right;
    width: 48%;
}

.tpp-list {
    overflow: hidden;
    margin-top: 25px;
}

.tpp-list>li {
    float: left;
    width: 48%;
    margin-left: 4%;
}

.tpp-list>li:nth-child(2n-1) {
    margin-left: 0;
}

.tpp-list>li a {
    display: block;
    position: relative;
}

.tpp-list>li a .pic {
    padding-top: 63%;
}

.tpp-list>li a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 45px;
    background: rgba(0, 0, 0, .52);
    font-size: 16px;
    color: #fff;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bt-list>li {
    float: left;
    border: 1px solid #dddddd;
    background-color: #fcfcfc;
    margin-top: 30px;
    width: 48%;
    margin-left: 4%;
    box-sizing: border-box;
}

.bt-list>li:nth-child(2n-1) {
    margin-left: 0;
}

.bt-list>li a {
    display: block;
    padding: 20px 20px 20px 25px;
    background: url(../images/txt-list.png) no-repeat left 20px;
}

.bt-list>li a p {
    line-height: 24px;
    font-size: 18px;
    color: #333;
    height: 48px;
    overflow: hidden;
}

.bt-list>li:hover {
    box-shadow: 0 0 10px #f6c2c2;
}

.bt-list>li:hover a p {
    color: #be1219;
}

.s3-l {
    float: left;
    width: 48%;
}

.s3-r {
    float: right;
    width: 48%;
}

.s3-l .s3-ll {
    float: left;
    width: 290px;
    background-color: #f8f3f3;
    padding: 25px;
    box-sizing: border-box;
    margin-top: 30px;
}

.s3-l .bt-list {
    overflow: hidden;
    padding-left: 30px;
}

.s3-l .bt-list li {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 22px;
}

.s3-l .s3-ll h2 {
    font-size: 18px;
    color: #be1219;
    font-weight: bold;
    padding-bottom: 30px;
    border-bottom: 2px solid #be1219;
}

.s3-l .s3-ll p {
    margin-top: 25px;
    line-height: 24px;
    font-size: 14px;
    color: #8d8a8a;
}

.s3-l .bt-list li a {
    background-image: none;
    background-color: #f8f3f3;
    background-position: 0 100%;
    background-size: 1% 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(#be1219, #be1219);
    transition: background-size .3s;
}

.s3-l .bt-list li:hover a {
    background-size: 100% 100%;
}

.s3-l .bt-list li:hover a p {
    color: #fff;
}

.s3-l .bt-list>li a p {
    line-height: 27px;
    height: 54px;
}

.s3r-top {
    padding-top: 30px;
    padding-bottom: 25px;
    border-bottom: 1px dashed #dddddd;
    overflow: hidden;
}

.s3r-top a {
    display: block;
    overflow: hidden;
}

.s3r-top .tpp {
    float: left;
    width: 240px;
}

.s3r-top .tpp .pic {
    padding-top: 63%;
}

.s3r-top .text {
    overflow: hidden;
    padding-left: 25px;
}

.s3r-top .text h2 {
    line-height: 30px;
    font-size: 18px;
    color: #111;
    height: 60px;
    overflow: hidden;
    font-weight: normal;
    margin-bottom: 20px;
}

.s3r-top .text p {
    line-height: 20px;
    font-size: 14px;
    color: #919191;
    height: 60px;
    overflow: hidden;
}

.zt {
    margin-top: 25px;
    /* margin-bottom: 65px; */
    height: 500px;
}

.zt>ul {
    margin-left: -15px;
    margin-right: -15px;
}

.zt ul li {
    margin: 0 15px;
}

.zt ul li a {
    display: block;
}

.zt ul li a .pic {
    padding-top: 63.5%;
}
.xqzc 
{
	
	    width: 50%;
    height: 556px;
    padding-right: 18px;
}

.xqzc .sift-main{
	width: 100%;
	margin-top: 20px;
}
.xqzc .sift-img{
	width: 100%;
	height: 290px;
	overflow: hidden;
	position: relative;
}

.xqzc .sift-img .a
{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in;
}
.xqzc .sift-img:hover .a {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.xqzc .sift-txt{
	width: 90%;
	height: 150px;
	background: #f9f9f7;
	padding: 20px 33px 0;
}
.sift-txt h2{
	color: #505050;
	font-size: 21px;
	text-align: center;
	margin-bottom: 28px;
}
.sift-txt p{
	color: #5c5c5c;
	font-size: 12px;
	line-height: 22px;
	max-height: 66px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	white-space: pre-wrap;
	-o-text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.sift-main:hover .sift-img img{
	transform: scale(1.1);
}
.sift-main:hover h2{
	color:#A32020;
}


.calendar{
	margin-top: 40px;
	width: 100%;
}
.calendar ul:after
{
	content:"";
	display:block;
	clear:both;
}
.calendar li{
	width: 23%;
	height: auto;
	background: #f9f9f7;
	float: left;
	margin-right: 2%;
	box-shadow: 0px 0px 6px 2px rgba(221,221,221,0.5);
}
.calendar .last{
	margin: 0;
}
.calendar li .calendar-img{
	width: 100%;
	height: 210px;
	overflow: hidden;
}
.calendar li .calendar-img img{
	width: 100%;
	height: 100%;
	vertical-align: middle;
	object-fit: cover;
	transition: all 0.6s;
}
.calendar li .calendar-txt{
	height: 225px;
	width: 90%;
	padding: 10px 15px 0 15px;
}
.calendar li .calendar-txt p,.calendar li .calendar-txt h2{
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.calendar-txt .sort{
	float: left;
	font-size: 14px;
	color: #a32035;
}
.calendar-txt .time{
	float: right;
	font-size: 14px;
	color: #5c5c5c;
}
.calendar-txt h2{
	font-weight: normal;
	font-size: 16px;
	color: #262626;
	line-height: 25px;
	width: 100%;
	margin: 15px 0 20px;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: pre-wrap;
	-o-text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
}
.calendar-txt .abstract{
	font-size: 14px;
	color: #696969;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	white-space: pre-wrap;
	-o-text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	max-height: 72px;
}
.calendar li:hover .calendar-img img{
	transform: scale(1.1);
}
.calendar li:hover p,.calendar li:hover h2{
	color: #a32020;
}

.video{
	width: 100%;
	margin-top: 52px;
	background-size: cover;
	padding-bottom: 40px;
}
.video .video-list{
	margin-top: 20px;
}
.video-list>.fl{
	width: 72%;
	height: 500px;
	float: left;
}
.video-list2{
	width: 25%;
	float: right;
}
.video-lb .slide{
	position: relative;
	height: 550px;
}
.video-lb img{
	width: 100%;
	height: 550px;
	vertical-align: middle;
	object-fit: cover;
	transition: all 0.6s;
}
.video-lb .slick-track{
	height: 100%;
}
.video-lb{
	height: 498px;
}
.video-lb .play{
	width:auto;
}
.video-lb p{
	width: 80px;
	height: 30px;
	color: #fff;
	background: #a32020;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
}

.video-lb .play{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -60px;
	margin-left: -60px;
	z-index: 10;
	height: auto;
}
.video-lb p{
	position: absolute;
	left: 25px;
	bottom: 80px;
	z-index: 10;
	display: none;
}
.video-lb h2{
	font-weight: normal;
	font-size: 24px;
	color: #fff;
	position: absolute;
	left: 25px;
	bottom: 45px;
	height: 33px;
	z-index: 10;
	overflow: hidden;
	width: 90%;
	text-overflow: ellipsis;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
}
.video-lb .video-jb{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	height: auto;
}
.video-lb .slick-dots{
	bottom: 15px;
	text-align: left;
	padding-left: 22px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.video-lb .slick-dots li{
	width: 10px;
	height: 10px;
	margin: 0 6px;
}
.video-lb .slick-dots li,.video-lb .slick-dots li button{
	width: 10px;
	height: 10px;
}
.video-lb .slick-dots li button:before {
    width: 10px;
    height: 10px;
    content: '';
    opacity: 1;
    border-radius: 50%;
    background: transparent;
}
.video-lb .slick-dots li button:before {
	background: #fff;
}
.video-lb .slick-dots li.slick-active button,.video-lb .slick-dots li.slick-active button:before{
	border-radius: 50%;
	background: #a32020;
}
.slick-dotted.slick-slider{
	margin-bottom: 0;
}
.video-list2 li{
	width: 100%;
	height: auto;
	background: #f9f9f7;
	box-shadow: 0px 0px 6px 2px rgb(221 221 221 / 50%);
}
.video-list2 li:first-child{
	margin-bottom: 22px;
}
.video-list2 li .video-img{
	width: 100%;
	height: 158px;
	overflow: hidden;
	position: relative;
}
.video-list2 li .video-img img{
	vertical-align: middle;
}
.video-list2 li .video-img img:first-child{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.video-list2 li .video-img .play{
	/*position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -34px;
	margin-left: -34px;*/
}
.video-lb .slide:hover img{
	transform: scale(1.1);
}
.video-lb .slide:hover .play{
	transform: scale(1);
}
.video-list2 li:hover img{
	transform: scale(1.1);
}
.video-list2 li:hover .play{
	transform: scale(1);
}
.video-txt{
	padding: 12px 15px;
	height: 80px;
}
.video-txt .fl{
	font-size: 14px;
	color: #262626;
	max-width: 54%;
	height: 25px;
	overflow: hidden;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
}
.video-txt .fr{
	font-size: 13px;
	color: #5c5c5c;
}
.video-txt h2{
	font-size: 16px;
	color: #a32020;
}

.zt:after
{
	content:"";
	display:block;
	clear:both;
}
.zt .video_img
{
	width: 100%;
	height: 100%;
}
.video_img .video-lb .slick-list
{
	width:100%;
	height:100%;
}
.video_img .video-lb .slick-list .slick-track .slick-slide a  h2
{
	font-weight: normal;
	font-size: 24px;
	color: #fff;
	position: absolute;
	left: 25px;
	bottom: 70px;
	height: 33px;
	z-index: 10;
	overflow: hidden;
	width: 90%;
	text-overflow: ellipsis;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
}
.video_img .video-lb .slick-list .slick-track .slick-slide a .video-jb
{
	position: absolute;
	left: 0;
	bottom: 52px;
	z-index: 1;
	height: auto;
}
.xyjy
{
   float:left;
   width: 33%;
}
.zfbdk
{
	float: right;
	width: 65%;
	height:500px;
}
.zf_box
{
   width:100%;
}
.submit-bless input,.submit-bless textarea{
	display: block;
	border-radius: 10px;
	padding-left: 14px;
	font-size: 12px;
	color: #5c5c5c;
	background: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 20px;
}
.xm,.sf
{
	width:100%;
	height:40px;
	line-height:40px;
}

.submit-bless .zf{
	width: 100%;
	height: 100px;
	line-height: 17px;
	margin: 15px 0;
	padding-top: 15px;
	border: 0;
	outline: 0;
	resize: none;
}
.submit-bless .js{
	width: 100%;
	height: 40px;
	line-height: 40px;
}
.submit-bless p{
	color: #5c5c5c;
	font-size: 12px;
	text-align: right;
	margin: 11px 0;
}
.bless-more
{

    right: 10px;
    width: 47%;
    height: 40px;
    background: #A31E1E;
    text-align: center;
    font-size: 13px;
    color: #fff;
    top: 10px;
    line-height: 40px;
    display: block;
    float: left;
    border-radius:10px
}
.submit-bless .submit{
	float: right;
	width: 47%;
	height: 40px;
	color: #fff;
	background: #a32020;
	padding: 0;
	border-radius: 0;
	border-radius: 10px;
	/* border-top-right-radius: 40px; */
	/* border-bottom-right-radius: 40px; */
}
.quote-item
{
	width:100%;
}
.quote-item .quote-text
{
	padding: 21px 40px 18px;
	background-size: 100% 100%;
	margin-bottom: 35px;
	height: 85%;
	background:#be1219;
	border-radius: 20px;
}
.quote-item .quote-text .xx
{
	    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.quote-item .quote-text .zfyu
{
	color: #fff;
	line-height: 24px;
	height: 95px;
	text-indent: 1.75rem;
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
	/* display: -webkit-box; */
	/* -webkit-line-clamp: 3; */
	/* -webkit-box-orient: vertical; */
}
.quote-item .quote-text .xx img
{
	width: 50px;
	height: 50px;
	max-width: auto;
	min-width: 50px;
	margin-right: 18px;
}
.quote-item .quote-text .xx .reg-tag
{
	width: calc(100% - 66px);
}
.quote-item .quote-text .xx .reg-tag h6
{
	font-size: 18px;
	color:#ffffff;
	margin-bottom:8px;
}

.quote-item .quote-text .xx .reg-tag p
{
	font-size:12px;
	color:#ffffff;
}

.quote-item .quote-text .xx .sj
{
	color: #fff;
	width: 32%;
}

.quote-text p
{
	color:#ffffff;
	font-size:14px;
	/* line-height:35px; */
	font-size: .875rem;
}
.agenda-main {margin-top: 22px;}
.agenda-main .fl{float:left;}
.agenda-main .fr{float:right;}
.agenda .agenda-main{
	margin-top: 20px;
	height: 470px;
	overflow: hidden;
}
.agenda-main .circle{
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 100%;
}
.agenda-main .circle.red{
	background: #a32020;
}
.agenda-main .line{
	width: 3px;
	height: 138px;
	background: #fff;
	margin-left: 6px;
}
.agenda-main .line.last{
	height: 128px;
}
.agenda-main .fr{
	width: 94%;
	width:100%;
}
.agenda-main li{
	width: 100%;
	height: 126px !important;
	background: #fff;
	border-top-right-radius: 144px;
	border-bottom-right-radius: 144px;
	padding: 13px 0 0 20px;
	margin-bottom: 19px;
	transition: all 0.5s;
	moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.agenda-main .last{
	margin: 0;
}
.agenda-main li .sort{
	width: 65px;
	height: 20px;
	background: #a32020;
	text-align: center;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	border-radius: 5px;
	margin-bottom: 2px;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.agenda-main li:hover{
	background: #a32020;
}
.agenda-main li:hover p,.agenda-main li:hover h2{
	color: #fff;
}
.agenda-main li:hover .sort{
	background: #fff;
	color: #a32020;
}
.agenda-main li h2{
	font-size: 16px;
	color: #85161b;
	width: 430px;
	transition: all .5s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: pre-wrap;
	-o-text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 50px;
	display: -webkit-box;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	margin-bottom:10px
}
.agenda-main li .address,.agenda-main li .time{
	width: 96%;
	font-size: 16px;
	color: #878787;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	margin: 5px auto;
	float: left;
}
.s4:after
{
	content:"";
	display:block;
	clear:both;
}





