﻿/* 定位 */
.flex{
	display:-webkit-box;
	display:-moz-box;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flexbox;
	display:flex;
}
.flex-x{
	-webkit-box-direction:normal;
	-webkit-box-orient:horizontal;
    -ms-flex-direction:row;
	-moz-flex-direction:row;
	-webkit-flex-direction:row;
	flex-direction:row;
}
.flex-x-r{
	-webkit-box-direction:normal;
	-webkit-box-orient:horizontal;
    -ms-flex-direction:row-reverse;
	-moz-flex-direction:row-reverse;
	-webkit-flex-direction:row-reverse;
	flex-direction:row-reverse;
}
.flex-y{
	-webkit-box-direction:normal;
	-webkit-box-orient:vertical;
    -ms-flex-direction:column;
	-moz-flex-direction:column;
	-webkit-flex-direction:column;
	flex-direction:column;
}
.flex-x-start{
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    -moz-justify-content:flex-start;
    -webkit-justify-content:flex-start;
    justify-content:flex-start;
}
.flex-x-center{
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    -moz-justify-content:center;
    -webkit-justify-content:center;
    justify-content:center;
}
.flex-x-end{
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    -moz-justify-content:flex-end;
    -webkit-justify-content:flex-end;
    justify-content:flex-end;
}
.flex-x-between{
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    -moz-justify-content:space-between;
    -webkit-justify-content:space-between;
    justify-content:space-between;
}
.flex-x-around{
    -webkit-box-pack:around;
    -ms-flex-pack:around;
    -moz-justify-content:space-around;
    -webkit-justify-content:space-around;
    justify-content:space-around;
}
.flex-y-start{
    -webkit-box-align:start;
    -ms-flex-align:start;
    -moz-align-items:flex-start;
    -webkit-align-items:flex-start;
    align-items:flex-start;
}
.flex-y-center{
    -webkit-box-align:center;
    -ms-flex-align:center;
    -moz-align-items:center;
    -webkit-align-items:center;
    align-items:center;
}
.flex-y-end{
    -webkit-box-align:end;
    -ms-flex-align:end;
    -moz-align-items:flex-end;
    -webkit-align-items:flex-end;
    align-items:flex-end;
}
.flex-wrap{
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    -o-flex-wrap:wrap;
    flex-wrap:wrap;
}
.pos-abs{
    position:absolute; 
    z-index:99;
}
.pos-fix{
    position:fixed; 
    z-index:99;
}

/* 文字版块 */
.sy_txt{line-height:1.8;}
.sy_txt h1{font-size:18px; text-align:justify;}
.sy_txt h2{font-size:30px; line-height:1.5; text-align:center;}
.sy_txt h2 a{color:#DC0B25;}
.sy_txt i{
    color:#666;
    font-size:16px;
    text-align:justify;
    padding-top:5px;

    /* overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical; */
}
.sy_txt dt i a{color:#c0392b;}
.sy_txt dt,.sy_txt dd{padding-bottom:8px;}
.sy_txt dd h1{
    font-weight:normal;

    overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.sy_txt dd h1:before{
    content:'•';
    padding-right:10px;
}

/* 图片版块 */
.sy_pic{line-height:1.8;}
.sy_pic img{width:100%; height:100%; display:block;}
.sy_pic h1{
    font-size:18px;
    text-align:justify;

    overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.sy_pic i{
    color:#666;
    font-size:14px;
    text-align:justify;
    padding-top:5px;

    overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:4;
	-webkit-box-orient:vertical;
}
.sy_pic a{
    display:block;
    position:relative;
    text-align:center;
    overflow:hidden;
}
.sy_pic a span{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    padding:3px 10px;
    color:#fff;
    box-sizing:border-box;
	background:rgba(0,0,0,0.6);
}
.sy_pic span a{font-weight:bold; text-align:justify;}
.sy_pic span h1{font-size:16px; font-weight:normal;}
.sy_pic dt{display:flex; flex-direction:row;}
.sy_pic dt img{width:250px;}
.sy_pic dt span{flex:1; width:100%; margin-left:20px;}
.sy_pic dt span h1{white-space:normal;}

.sy_pic.lr dt:nth-child(4n),.sy_pic.lr dt:nth-child(4n-1){display:flex; flex-direction:row-reverse;}
.sy_pic.lr dt:nth-child(4n) span,.sy_pic.lr dt:nth-child(4n-1) span{width:100%; flex:1; margin:0; margin-right:20px;}
.sy_pic.t dt{display:block;}
.sy_pic.t dt a{display:unset;}
.sy_pic.t dt h1{border-bottom:1px #ccc solid; margin-bottom:10px;}
.sy_pic.t dt span{display:flex; flex-direction:row; margin:0;}
.sy_pic.t dt span img{width:200px;}
.sy_pic.t dt span i{flex:1; width:100%; line-height:2; margin-left:20px;}

.flex-30{width:30%; padding:10px;}
.flex-40{width:40%; padding:10px;}
.flex-1{flex:1; padding:10px;}
.flex-2>*{width:50%; padding:10px;}
.flex-3>*{width:33%; padding:10px;}
.flex-4>*{width:25%; padding:10px;}
.flex-5>*{width:20%; padding:10px;}

/* 焦点图 */
.swiper-container{
	width:100%;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}
.swiper-slide{
	text-align:center;

	/* Center slide text vertically */
	display:-webkit-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align:center;
	-ms-flex-align:center;
	-webkit-align-items:center;
	align-items:center;
    transition-property:all;
}
.swiper-slide img{width:100%; height:100%; object-fit:cover;}
.swiper-slide a{
	display:block;
    width:100%;
    height:100%;
    text-align:center;
	color:#fff;
    line-height:1.5;
	position:relative;
	overflow:hidden;
}
.swiper-slide a h1{
	position:absolute;
	bottom:0;
	width:100%;
	padding:5px;
	font-size:18px;
    font-weight:normal;
	box-sizing:border-box;
	background:rgba(102,0,0,0.7);

    overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.swiper-slide i{
	font-size:14px;
    font-style:normal;
    line-height:1.8;
	text-align:justify;
}
.swiper-slide span h1{
    position:relative;
    padding:5px 0;
    font-weight:bold;
    background:none;
}
.swiper-slide span h1 a{color:#000; text-align:left;}
.swiper-button-prev,
.swiper-button-next{
	--swiper-navigation-size:33px;
    --swiper-navigation-color:#333;
	outline:none;
}
.swiper-button-prev:hover,
.swiper-button-next:hover{
    --swiper-navigation-color:#c00;
}
.swiper-pagination-bullet{
	width:8px;
	height:8px;
	background:rgba(255, 255, 255, 1);
	opacity:1;
}
.swiper-pagination-bullet-active{
	background:rgba(255, 0, 0, 1);
	opacity:1;
}

.swiper_sy{width:690px; height:415px; margin:0 auto; position:relative;}
.swiper_sy .swiper-pagination{bottom:50px;}
.swiper_sy .swiper-button-prev,
.swiper_sy .swiper-button-next{
	--swiper-navigation-color: #fff;
}
.swiper_sy .swiper-button-prev:hover,
.swiper_sy .swiper-button-next:hover{
	--swiper-navigation-color:#ff0;
}

/* 自定义CSS */
.sy{
	position:relative;
    margin:0 auto;
    width:1460px;
    height:1192px;
    background:url('images/2023/230302_bg.png') no-repeat center top;
	background-size:100%;
	box-sizing:border-box;
	margin-bottom:10px;
}
.sy ::-webkit-scrollbar {/*滚动条宽和高*/
	width:5px;
	height:1px;
}
.sy ::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	box-shadow:inset 0 0 5px rgba(240,0,0,0.2);
	border-radius:5px;
	background:#c00;
}
.sy ::-webkit-scrollbar-track {/*滚动条里面轨道*/
	box-shadow:inset 0 0 5px rgba(240,0,0,0.2);
	border-radius:5px;
	background:#FFE8CE;
}
.sy_m{
	position:relative;
    margin:0 auto;
    width:1400px;
	box-sizing:border-box;
	padding:10px;
    clear:both;
    /* border:1px #000 solid; */
}
.sy_r{
	position:absolute;
	top:550px;
	left:50px;
	width:650px;
	height:130px;
	font-size:14px;
	line-height:1.8;
	/* border:1px #c00 solid; */
}
.sy_r i{
	position:absolute;
	top:55px;
	left:50px;
	width:163px;
	color:#DC0B25;
	font-size:30px;
	font-weight:bold;
}
.sy_r ol{
	position:absolute;
	top:15px;
	left:190px;
	width:440px;
	height:100px;
	padding-right:10px;
	overflow-y:auto;
	font-size:16px;
	text-align:justify;
}
.sy_r ol h1{font-size:18px; text-align:center;}

.sy_picTop{
	position:absolute;
	top:870px;
	right:0;
	height:140px;
	overflow:hidden;
	/* border:1px #c00 solid; */
}
.sy_picTop .bd{padding:10px;}
.sy_picTop .bd ul{overflow:hidden; zoom:1;}
.sy_picTop .bd ul li{zoom:1; display:flex;}
.sy_picTop .bd ul li img{width:100px; height:100px; border-radius:50%; padding:2px; margin-right:10px; display:block;}
.sy_picTop .bd ul li a{float:left; font-size:16px; line-height:1.8;}
.sy_picTop .bd ul li a:last-child{width:500px;}
.sy_picTop .bd ul li a h1{
	font-size:20px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}

.sy_picLeft{
	position:absolute;
	top:230px;
	right:65px;
	height:132px;
	overflow:hidden;
	/* border:1px #c00 solid; */
}
.sy_picLeft .bd{padding:0;}
.sy_picLeft .bd ul{overflow:hidden; zoom:1;}
.sy_picLeft .bd ul li{margin:0 15px; float:left; _display:inline; overflow:hidden;}
.sy_picLeft .bd ul li img{width:330px; height:100%; display:block;}

.sy_btn{
	position:absolute;
	bottom:30px;
	left:300px;
	width:330px;
	height:130px;
	/* border:1px #c00 solid; */
}
.sy_btn img{width:100%; height:100%;}

.tl dd{margin-bottom:3px;}
.tl dd:nth-of-type(4){border-bottom:1px #c00 solid; margin-bottom:15px; padding-bottom:15px;}