html,body,ul,li,dl,dt,dd,img,form,h1,h2,h3,h4,h5,h6,p{ margin:0;padding:0;border:none}

ul,li{list-style:none}

body {width: 100%;height: 100px;font-size:12px; color:#666;margin:0 auto; font-family:"微软雅黑";}

a{text-decoration:none;color:#000;}
a:hover{color: #CF1010; text-decoration:none;}

.floatl{float:left}
.floatr{float:right}

.flex{
	display:flex!important;
    justify-content: center;
    justify-items: center;
    align-items: center;
}

/*必要*/
.page-body {
    transform-origin: left top;
    width: 1900px;
    overflow-x: hidden;
}
.main{
	width:100%;
	min-width:1400px;
	position:relative;
	margin:0 auto;
	padding:0;
	overflow:hidden;
}
.main1400{
	width:1400px;
	position:relative;
	margin:0 auto;
	padding:0;
	overflow:hidden;
}

.w998{width:998px;}
.w371{width:371px;}
.w680{width:680px;}
.w860{width:860px;}
.w460{width:460px;}

.navList{
	width:auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 50px;
}

.margint25{margin-top:25px}
.m_t_30{margin-top:30px;}
.m_t_40{margin-top:40px;}
.m_t_50{margin-top:50px;}
.m_t_60{margin-top:60px;}

.m_b_30{margin-bottom:30px;}
.m_b_40{margin-bottom:40px;}
.m_b_50{margin-bottom:50px;}
.m_b_60{margin-bottom:60px;}

.navList ul{}
.navList ul li{
	position: relative;
    height: 100%;
	width: 60px;
    padding: 0 10px;
	text-align: center;
}
.navList ul li::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 0px;
    width: 1px;
    height: 10px;
	background: #00000040;
}

.navList ul li:last-child::after {
    display: none;
}
.navList ul li a{}
.div_homeLogo {
	width: 265px;
	height: auto;
	padding-top: 10px;
}
.div_homeTg {
	width: 184px;
	height: 162px;
	margin-left:64px;
    display: none;
}
.div_homeSearch{
	display:flex;
	height: auto;
	width: 65%;
	margin-bottom: 30px;
}

.roll_word {
	max-width: 584px;
	width: 100%;
	height: 30px;
	margin-top: 15px;
	margin-bottom: 22px;
	overflow: hidden;
	position: relative;
	margin-top: 15px;
	margin-bottom: 22px;
}
.roll_word a {
	font-weight: 600;
	font-size: 22px;
	color: #CF1010;
	letter-spacing: 2px;
	text-align: right;
	line-height: 30px;
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }
  33.33% {
    transform: translateY(-60px);
  }
  66.66% {
    transform: translateY(-120px);
  }
  100% {
    transform: translateY(0);
  }
}


.t_news{ height:30px;  color:#fff; padding-left:10px; margin:8px 0; overflow:hidden; position:relative;}
.t_news b{ line-height:30px; font-weight:bold; display:inline-block;}
.news_li,.swap{ line-height:30px; display:inline-block; position:absolute; top:0; left:0px;width: 425px;}
.news_li a,.swap a{ }
.swap{top:30px;}



.scroll_content {
  /*position: absolute;*/
  width: 100%;
  /*animation: scrollUp 16s linear infinite;*/
}

.scroll_content a {
  display: block;
  text-align: center;
  line-height: 30px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }
  33.33% {
    transform: translateY(-60px);
  }
  66.66% {
    transform: translateY(-120px);
  }
  100% {
    transform: translateY(0);
  }
}




.inputbox {
	width: 425px;
	height: 40px;
	padding-top: 5px;
	position: relative;
}
.input {
    width: 406px;
    height: 40px;
	border: 1px solid #CF1010;
	border-radius: 3px;
    outline: none;
    padding-left: 10px;
    border-radius: 3px;
	font-size: 18px;
	color: #00000059;
	letter-spacing: 0;
	line-height: 18px;
}
.btn {
    width: 18px;
    height: 18px;
    top: 18px;
    right: 18px;
    border: 0;
    outline: 0;
    position: absolute;
}
.nav_bg {
	width: 100%;
	height: 43px;
	background: #7A2222;
	margin-top: -18px;
}
.nav {
	margin: 0 auto;
	width: 1412px;
	height: 50px;
	background: #CF1010;
	margin-top: -43px;
	position: relative;
}
.nav::before, .nav::after {
	content: ''; /* 伪元素需要这个属性 */
	position: absolute;
	width: 20px; /* 斜切条的宽度 */
	height: 50px; /* 与矩形相同高度 */
	background: #CF1010;
}
.nav::before {
	top: 0px;
	left: -12px; /* 左斜切条的位置 */
	transform: skewX(15deg); /* 左斜切条斜切 */
}
.nav::after {
	top: 0px;
	right: -12px; /* 右斜切条的位置 */
	transform: skewX(-15deg); /* 右斜切条斜切 */
}
.nav ul {
	margin: 0 auto;
	width: 94%;
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.nav ul li {
    padding: 16px 10px;
    background: #A40808;
}
.nav ul li a {
    color: #ffffffd9;
    font-size: 18px;
    line-height: 18px;
	letter-spacing: 1.4px;
}

.toutiao {
	margin: 0 auto;
	width: 1390px;
	/*height: 510px; */
	margin-bottom: 40px;
	overflow: hidden;
	background: url(../images202505/img_home_immediately_comment@3x.png) no-repeat top left;
	background-size: 126px;
	/*background-image: linear-gradient(180deg, #FFF8F3 0%, #ffffff00 47%);*/
	margin-top: 40px;
}
.top_half {
	width:90%;
	margin: 0 auto;
    float: right;
	/*padding-bottom: 80px;
	border-bottom: 1px dashed #CC1F03;*/
}
.top_half h1 {
	/*padding-top: 39px;*/
	text-align: center;
	font-size: 40px;
	color: #000000;
	line-height: 40px;
}
.top_half .detail {
	padding-top: 31px;
	font-size: 20px;
	color: #000000a6;
	line-height: 30px;
}
.top_half .detail_a {
	color: #cc0000;
	font-size: 20px;
	line-height: 30px;
}
.top_half .last_line {
	padding-top: 23px;
    display: none;
}
.top_half .time {
	color: #00000073;
	font-size: 18px;
	line-height: 16px;
}
.fenxiang_t, .fenxiang_t0, .fenxiang_t1 {
	margin-top: 18px;
	font-size: 18px;
	color: #888888;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.fenxiang_t img, .fenxiang_t0 img, .fenxiang_t1 img {
    width: 30px;
    height: 30px;
    padding-right: 14px;
}
.bottom_half {
	margin-top: 33px;
	width:618px;
}
.bottom_half .detail{
	color: #000000a6;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0;
	text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.bottom_half .detail .detail_a{
	color:#CC0000
}

.div_cTitle{
	margin-top:20px;
	line-height:32px;
	padding-bottom:15px;
	margin-bottom:30px;
	border-bottom:1px solid #D8D8D8;
}
.div_cTitle a{
	float:right;
	display:flex;
	align-items:center;
}
.div_cTitle a img{margin-left:5px}

/**红椒交锋**/
.div_layanlyu{}
.div_layanlyu li{
	height: 106px;
	/*background: #F8F8F9;*/
	padding:25px;
	margin: 40px 0;
	cursor:pointer;
	margin-left:40px;
	position:relative;
}
.div_layanlyu li:before{
	content:'';
	position:absolute;
    width: 7px;
    height: 7px;
    border: 5px solid #CC0000;
	border-radius:100%;
	left:-30px;
	top:48%;
}
.div_layanlyu li:after{
	content:'';
	position:absolute;
	height: 115%;
	border-left:1px dashed #ccc;
	left: -22px;
	bottom: -115px;
}
.div_layanlyu li:last-child:after{
	border-left:none;
}
.div_layanlyu li:hover{
	background:url(../images202505/img_bg_chili@3x.png) right bottom no-repeat;
	background-size:100px;
	border: 1px solid #CF1010;
	box-shadow: 0 2px 30px 0 #0000000d;
}
.div_layanlyu li h2{
	line-height:40px;
}
.div_layanlyu li p{
	height:55px;
	font-size: 16px;
	font-face: PingFangSC;
	font-weight: 400;
	line-height: 24px;
}
.div_layanlyu li p a{color: #cc0000;}
.div_layanlyu li i{
	font-style:normal;
	font-weight: 400;
	font-size: 16px;
	color: #00000073;
}


.div_tanjinlunzhen{}
.div_tanjinlunzhen li{
	margin-bottom:24px;
	padding-bottom:24px;
	border-bottom:1px solid #0000000d;
    overflow: hidden;
}
.div_tanjinlunzhen li:last-child{border-bottom:none;}
.div_tanjinlunzhen li h2{
	font-weight: 600;
	font-size: 20px;
	color: #000000;
	letter-spacing: 0;
	text-align: justify;
	line-height: 30px;
	padding-bottom:16px;
}
.div_tanjinlunzhen li p{
	color: #000000a6;
	font-size: 16px;
	font-face: PingFangSC;
	font-weight: 400;
	line-height: 35px;
	letter-spacing: 0;
	paragraph-spacing: 0;
	text-align: justify;
	margin-bottom:10px;
	height:auto;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	position: relative;
 }
.div_tanjinlunzhen li p a{
	color: #cc0000;
	position: absolute;
	bottom: 0;
	right: 0;
	background: white; /* 或者使用与背景相同颜色 */
	padding: 0 0px; /* 根据需要调整 */
  }
.div_tanjinlunzhen li i{
    overflow: hidden;
    float: left;
    width: 100%;
	font-style:normal;
}


/****/
.div_gdzm_for_two{}
.div_gdzm_for_two li{
	height:140px;
	margin-bottom:40px;
	position:relative;
}
.div_gdzm_for_two li:before{
    content: '';
    background: url(../images202505/img_bg_vs@3x.png) center no-repeat;
    background-size: 108px;
    position: absolute;
    width: 196px;
    z-index: 9;
    height: 140px;
}


.div_gdzm_for_two li div{
	padding:0 104px;
	height:140px;
    display: grid;
    align-items: center;
	position:relative;
    width: 100%;
}
.div_gdzm_for_two li div:nth-child(1){
    /* background-image: linear-gradient(-41deg, #FFF9F7 24%, #FAE0D9 100%); */
    /* background-size: 100% 100%; */
    background: url(../images202505/img_bg_speaker_yellow@2x.png) center no-repeat;
    background-size: cover;
}
.div_gdzm_for_two li div:nth-child(1):after{
    content: '';
    position: absolute;
    background-image: linear-gradient(-41deg, #ffffff 0%, #ffffff 100%);
    width: 90px;
    height: 140px;
    z-index: 1;
    right: -45px;
    transform: skew(-35deg, 0deg);
}
.div_gdzm_for_two li div:nth-child(1):before{
	content:'';
	position:absolute;
	left: 2%;
	/* background:url(../images202505/img_bg_speaker_yellow@3x.png) left bottom no-repeat; */
	background-size:100%;
	width:64px;
	height:92px;
	/*bottom: 0;*/
}
.div_gdzm_for_two li div:nth-child(2){
    /* background-image: linear-gradient(-54deg, #D9E4FA 0%, #F1F5FB 93%); */
    /* background-image: linear-gradient(-54deg, #D9E4FA 87%, #ffffff 25%); */
    /* background-size: 100% 100%; */
    background: url(../images202505/img_bg_speaker_blue@2x.png) center no-repeat;
    background-size: cover;
}
.div_gdzm_for_two li div:nth-child(2):before{
	content:'';
	position:absolute;
	right:2%;
	/* background:url(../images202505/img_bg_speaker_blue@3x.png) left bottom no-repeat; */
	background-size:100%;
	width:64px;
	height:92px;
	/*bottom: 0;*/
}
.div_gdzm_for_two li div h3{
	font-weight: 600;
	font-size: 20px;
	color: #000000;
	letter-spacing: 0;
	line-height: 24px;
    margin-top: 10px;
    margin-bottom: -20px;
}
.div_gdzm_for_two li div p{
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	letter-spacing: 0;
	line-height: 24px;
}

/****/
.div_qjvideo{}
.div_qjvideo li{
	width:312px;
	height: 210px;
	float:left;
	margin-right:24px;
	position:relative;
	margin-bottom:24px;
	position:relative;
}
.div_qjvideo li:nth-child(2n){margin-right:0;}
.div_qjvideo li:after{
    content: '';
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: url(../images202505/icon_play@3x.png) right no-repeat;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
}
.div_qjvideo li a{
}
.div_qjvideo li a img{width:100%;}
.div_qjvideo li p{
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 20px;
    position: absolute;
    bottom: 0;
    height: 40px;
    width: 284px;
    background-image: linear-gradient(180deg, #00000000 0%, #000000 100%);
    padding: 0 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.no_border{
	border:none;
}
.paddingrl_10{padding: 0 20px;}
.div_qjps_img{width:100%;overflow: hidden;}
.div_qjps_img li{
	width: 304px;
	height: 192px;
	float:left;
	margin:0 18px;
	position:relative;
}
.div_qjps_img li:nth-child(2n){margin-right:0;}
.div_qjps_img li a{}
.div_qjps_img li a img{width:100%;}
.div_qjps_img li p{
	background-image: linear-gradient(180deg, #00000000 0%, #000000d9 100%);
	height: 38px;
	position:absolute;
	bottom:0;
	width:100%;
	font-weight: 500;
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 18px;
	text-align:center;
}

.div_qjps_list{width:100%;overflow: hidden;margin-top:20px;}
.div_qjps_list li{
	position:relative;
	margin-left:46px;
	font-weight: 400;
	font-size: 16px;
	color: #000000d9;
	letter-spacing: 0;
	line-height:45px;
}
.div_qjps_list li.on{
	position:relative;
    margin-top: 10px;
}
.div_qjps_list li.on a{
	font-weight: 600;
	font-size: 20px;
	color: #000000d9;
	letter-spacing: 0;
	line-height: 20px;
}
.div_qjps_list li i{
    float: right;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #AAAAAA;
    letter-spacing: 0;
    line-height: 14px;
    background: url(../images202505/icon_author@3x.png) 0px no-repeat;
    background-size: 14px 14px;
    width: 70px;
    text-align: right;
    padding-right: 10px;
}
.div_qjps_list li:before{
	content:'';
	position:absolute;
	left:-20px;
	top:48%;
	border:3px solid #00990D;
	border-radius:100%;
	width:1px;
	height:1px;
}
.div_qjps_list li.on:before{
	content:'';
	position:absolute;
	left:-20px;
	top:12%;
	border:3px solid #00990D;
	border-radius:100%;
	width:1px;
	height:1px;
}
.div_qjps_list li p{
	color: #000000a6;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.23px;
    margin: 10px 0;
	text-align: justify;
	display:none;
 }
.div_qjps_list li.on p, .div_qjps_list li:hover p{
	display:block;
    padding: 0 20px 0 0;
} 
.div_qjps_list li p a{
	color: #00990d!important;
	font-size: 14px!important;
	font-weight: 400;
	line-height: 24px;
}

/**/
.div_qjsj{
	
}
.div_qjsj li{
	width:100%;
	margin-right:50px;
    border-bottom: #0000000d 1px solid;
    margin-bottom: 20px;
    padding-bottom: 10px;
    overflow: hidden;
}
.div_qjsj li:nth-child(2n){
	margin-right:0;
}
.div_qjsj li div{
	font-weight: 600;
	font-size: 20px;
	color: #000000d9;
	letter-spacing: 0;
	line-height: 20px;
}
.div_qjsj li div i{
    float: right;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #AAAAAA;
    letter-spacing: 0;
    line-height: 14px;
    background: url(../images202505/icon_author@3x.png) 0px no-repeat;
    background-size: 14px 14px;
    width: 70px;
    text-align: right;
}
.div_qjsj li p{
	color: #000000a6;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
	text-align: justify;
	margin:15px 0;
}
.div_qjsj li p a{
	color: #00990d!important;
	font-size: 14px!important;
	font-weight: 400;
	line-height: 24px;
}

.div_qjsj_list{}
.div_qjsj_list li{
	float:left;
	width:45%;
	margin-right:0%;
	margin-left:40px;
	line-height:40px;
}
.div_qjsj_list li:nth-child(2n){
	margin-right:0;
	margin-left:90px;
}
.div_qjsj_list li a{
	font-weight: 400;
	font-size: 18px;
	color: #000000d9;
	letter-spacing: 0;
	line-height: 18px;
	position:relative;
}
.div_qjsj_list li a:before{
	content:'';
	position:absolute;
	left: -30px;
	top: 5px;
	width: 20px;
	height: 20px;
	/* transform: rotate(45deg); */
	background: url(../images202505/icon_title_green@3x.png) left no-repeat;
	border-radius: 2.83px;
	background-size: 100%;
}
.div_qjsj_list li a:after{
	content:'';
	position:absolute;
	left: -25px;
	top: 5px;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	/* border: 0.35px solid #488A2D; */
	border-radius: 2.83px;
}
.div_qjsj_list li i{
    float: right;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #AAAAAA;
    letter-spacing: 0;
    line-height: 30px;
    background: url(../images202505/icon_author@3x.png) 0px no-repeat;
    background-size: 14px 14px;
    width: 70px;
    text-align: left;
    padding-left: 30px;
}

/****/
.div_plzx_box{}
.div_plzx_box .div_hot_swiper{
	width:397px;
    overflow: hidden;
    position: relative;
}

.div_plzx_box .div_hot_swiper .swiper-slide{
	position:relative;
}
.div_plzx_box .div_hot_swiper .swiper-slide p{
    position: absolute;
    bottom: 0;
    height: 60px;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 40px;
    text-align: center;
    width: 100%;
    background: #0000004d;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.div_plzx_box .div_hot_swiper .pagination{
    position: absolute;
    bottom: 14px;
    z-index: 9;
    left: 2%;
}
.div_plzx_box .div_hot_swiper .pagination .swiper-pagination-bullet{
	width: 8.14px;
	height: 6px;
	background: #D8D8D8;
	border-radius: 4.07px;
	margin:0 3px;
}
.div_plzx_box .div_hot_swiper .pagination .swiper-pagination-bullet-active{
	width: 25.44px;
	height: 6px;
	background: #CC0000;
	border-radius: 4.07px;
}
.div_plzx_box .div_hotTitle_list{width: 560px;}
.div_plzx_box .div_hotTitle_list .div_hotTitle{
	border-bottom:1px solid #0000000d;
	padding-bottom:10px;
	margin-bottom:15px;
}
.div_plzx_box .div_hotTitle_list .div_hotTitle h2{
	font-weight: 600;
	font-size: 20px;
	color: #000000d9;
	letter-spacing: 0;
	line-height: 20px;
}
.div_plzx_box .div_hotTitle_list .div_hotTitle p{
	font-weight: 400;
	font-size: 16px;
	color: #000000a6;
	letter-spacing: 0;
	line-height: 24px;
	margin:16px auto;
}
.div_plzx_box .div_hotTitle_list .div_hotList{
	
}
.div_plzx_box .div_hotTitle_list .div_hotList li{
	font-weight: 400;
	font-size: 16px;
	color: #000000d9;
	letter-spacing: 0;
	line-height: 40px;
}
.div_plzx_box .div_hotTitle_list .div_hotList li a{
	
}

.div_collegeAlbum{
	margin-top: 20px;
	float:left;
	position:relative;
}
.div_collegeList{
	/* background:url(../images202505/img_bg_04.png) center no-repeat; */
	width:937px;
	/* height:321px; */
	overflow:hidden;
	margin: 0 15px;
}
.div_collegeList h2{
	position: absolute;
	left: 50%;
	margin-left: -99px;
	margin-top: -25px;
	z-index: 9;
	display: none;
}
.div_collegeList .swiper_college{
	margin: 0px 14px;
	position:relative;
}
.div_collegeList .arrow_left{
	width:40px;
	height:40px;
	background:url(../images202505/icon_more_right_big@3x.png) center no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0px;
	top: 55%;
	z-index: 9;
	transform: rotateY(180deg);
}
.div_collegeList .arrow_right{
	width:40px;
	height:40px;
	background:url(../images202505/icon_more_right_big@3x.png) center no-repeat;
	background-size: 100%;
	position: absolute;
	right: -5px;
	top: 55%;
	z-index: 9;
}
.div_collegeList .swiper-slide{
	text-align:center;
}
.div_collegeList .swiper-slide p{
	font-weight: 600;
	font-size: 20px;
	color: #000000d9;
	letter-spacing: 0;
	line-height: 20px;
	margin:20px auto;
}
.div_collegeList .swiper-slide img{
	width:120px;
	height:120px;
}

/**/
.div_qjpl{
    margin-top: -8px
}
.div_qjpl h2{
	font-weight: 600;
	font-size: 20px;
	color: #000000d9;
	letter-spacing: 0;
	line-height: 34px;
}
.div_qjpl p{
	font-weight: 400;
	font-size: 16px;
	color: #000000a6;
	letter-spacing: 0;
	line-height: 24px;
    max-height: 70px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

.div_pljb{}
.div_pljb li{
	width:99%;
	height: 67px;
	background: #F8F8F9;
	border-radius: 4px;
	margin:10px auto;
	float:left;
	line-height:70px;
	font-weight: 600;
	font-size: 22px;
	color: #000000d9;
	letter-spacing: 0;
	text-align: center;
	cursor:pointer;
}
.div_pljb li:hover{
	background: #FFFFFF;
	border: 1px solid #488A2D;
	box-shadow: 6px 6px 8px 0 #03570008, inset 1px 1px 4px 0 #0000000d;
	border-radius: 4px;
}
.div_pljb li a{
	width:100%;
	display:block;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	padding:0 5px;
}

.swiper_ymyd{}
.swiper_ymyd .swiper-slide{
	text-align:center;
	position:relative;
}
.swiper_ymyd .swiper-slide p{
	width:448px;
	height: 56px;
	background-image: linear-gradient(180deg, #00000000 0%, #000000 100%);
	position:absolute;
	bottom:0;
	z-index:9;
	font-weight: 600;
	font-size: 20px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 32px;
	text-align:center;
    margin: 0 8px;
}

/**/
.div_spxy_list{
    width: 100%;
}
.div_spxy_list li{
    margin-right: 0%;
    padding-left: 0px;
    line-height: 40px;
    width: 100%;
    display: block;
    height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.div_spxy_list li a{
	font-weight: 400;
	font-size: 18px;
	color: #000000d9;
	letter-spacing: 0;
	line-height: 28px;
	position:relative;
	width: 100%;
	display: block;
	height: 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
	overflow: hidden;
	padding-left: 30px;
}
.div_spxy_list li a:before{
	content:'';
	position:absolute;
	left: 0px;
	top: 5px;
	width: 20px;
	height: 20px;
	/* transform: rotate(45deg); */
	background: url(../images202505/icon_title@3x.png) left no-repeat;
	background-size: 100%;
	border-radius: 2.83px;
}
.div_spxy_list li a:after{
	content:'';
	position:absolute;
    left: -25px;
    top: 5px;
	width: 14px;
	height: 14px;
	transform: rotate(45deg);
	border: 0.35px solid #CC0000;
	border-radius: 2.83px;
}
.div_spxy_list li i{
    float: right;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #AAAAAA;
    letter-spacing: 0;
    line-height: 30px;
    background: url(../images202505/icon_author@3x.png) 0px no-repeat;
    background-size: 14px 14px;
    width: 70px;
    text-align: right;
}


/****/
.div_wj_list{width:100%;padding-bottom: 110px;padding-top: 30px;}
.div_wj_list .div_wj_person{}
.div_wj_list .div_wj_person div{
	width: 180px;
	height: 115px;
	background-image: linear-gradient(180deg, #FFF0E7 50%, #fff6e8c2 88%);
    padding: 15px;
}
.div_wj_list .div_wj_person div h2{
    font-weight: 600;
    font-size: 20px;
    color: #000000d9;
    letter-spacing: 0;
    line-height: 20px;
    border-bottom: 3px solid #CF1010;
    padding-bottom: 10px;
    margin-bottom: 10px;
    float: left;
}
.div_wj_list .div_wj_person div span{
    font-weight: 400;
    font-size: 14px;
    color: #000000d9;
    letter-spacing: 0;
    line-height: 22px;
    width: 100%;
    float: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.div_wj_person_list{
	width:100%;
    margin-left: 25px;
}
.div_wj_person_list li{
	width: 170px;
	height: 63px;
	background: #FFFFFF;
	box-shadow: 6px 6px 8px 0 #a671000d;
	font-weight: 600;
	font-size: 22px;
	color: #000000d9;
	letter-spacing: 0;
	text-align: center;
	line-height: 63px;
	float:left;
	margin:10px 12px;
}
.div_wj_person_list li a{
	font-weight: 600;
	font-size: 22px;
	color: #000000d9;
	letter-spacing: 0;
	text-align: center;
	line-height: 22px;
}

/****/
.div_link{
	width:100%;
	background-color:#CF1010;
	height: 469px;
}
.div_foot_logo{
	margin-top:60px;
}
.div_link_hzmt{
    margin-top: 30px;
}
.div_link_hzmt div{
	font-weight: 600;
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 0;
	height: 25px;
	width:100%;
}
.div_link_hzmt li{
	width:20%;
	float:left;
	margin:12px auto;
}
.div_link_hzmt li a{
	font-weight: 400;
	font-size: 16px;
	color: #ffffffcc;
	letter-spacing: 0;
}
.div_lxtd{
	margin-top:60px;
	font-weight: 500;
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height:35px;
}
.div_wx{
	margin-top:40px;
}



.div_footer{
	height: 100px;
	background: #0B1D30;
}
.div_footer p{
	font-weight: 400;
	font-size: 16px;
	color: #93BBE5;
	line-height: 26px;
	margin:10px auto;
}










