.sn_list {
	display:flex;
	height:308px;
}
.sn_item {
	width:400px;
	height:218px;
	margin-right:10px;
}
.sn_right_new {
	width: 840px;
	height: 300px;
	/*padding: 10px 0px;*/
}
.sn_left_new {
	width: 400px;
	height: 300px;
}
.sn_title_style {
	width:240px;
}
.sn_title_name {
	height: 58px;
	font-size: 24px;
	font-weight: 700;
	color: #323333;
	line-height: 68px;
	/*padding-left: 30px;*/
}
.sn_content__left {
	width: 400px;
	height: 280px;
	margin-right: 15px;
}
.sn_content__left a {
	width: 100%;
	height: 100%;
}
.sn_content__left a img {
	width: 100%;
	height: 284px;
	box-shadow: 0px 0px 10px 0px rgba(237,109,29,0.10); 
	display: block;
}
.sn_content__text {
	width: 503px;
	height: 110px;
	background: #ffffff;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.08); 
	padding: 33px 14px;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 25px;
}
.sn_content__right {
	width: 762px;
}

.news_top_list {
	width: 416px;
}

.news_top_list ul {
	background-color: #fff;
}

.news_top_list ul li {
	padding: 4px 24px;
}

.list_top {
	width: 100%;
	height: 43px !important;
	background: url(../images/listtop.png?v=20230530103521);
	background-size: 100%;
	font-size: 24px;
	text-align: center;
	color: #ffebd2;
	border-radius: 4px;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
	line-height: 43px !important;
}

.news_top_list ul li a {
	font-size: 18px;
	color: #333333;
}

.news_top_list ul li a:hover {
	color: #ca1117;
}

.news_dynamic_box{
	background: #FFFFFF;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.08);
	border-radius: 4px;
	padding: 15px 10px 10px 10px;
}
.news_dynamic_list{
	width: 100%;
    height: 275px;
    overflow: hidden;
	background: #F7F7F7;
}
.news_dynamic_list li img{
    display: block;
    width: 400px;
    height: 225px;
    float: left;
    margin: 19px 19px;
}
.news_dynamic_list li{
	margin-bottom: 20px;
}
.news_dynamic_list li:last-child{
	margin-bottom: 0;
}
.news_dynamic_list li .desc{
	width: 192px;
}
.news_dynamic_list li .desc p{
	font-size: 18px;
	font-weight: 700;
	color: #333333;
	line-height: 28px;
	margin-bottom: 10px;
}
.news_dynamic_list li .desc p:hover{
	color: #ca1117;
}
.news_dynamic_list li .desc .brief{
	font-size: 14px;
	font-weight: 700;
	color: #999999;
}
.news_dynamic_list li .desc .sn_news_time{
	font-size: 12px;
	color: #CCCCCC;
}
.sn_news {
    display:flex;
    height:176px;
    padding: 10px;
    background: #ffffff;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.14); 
}
.sn_news_img {
     width:400px;
     /*height:280px;*/
     margin-right: 10px;
     /*transition: all .6s ease .2s;*/
}
/*.sn_news_img:hover {*/
/*    transform: scale(1.05);*/
/*}*/

.sn_news_desc {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    margin: 10px;
    /*width: 490px;*/
}
.sn_news_desc_one {
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    margin: 20px;
    width: 800px;
    height: 230px;
}
.sn_news_twoLine {
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 10px;
}
.sn_news_brief {
    font-size: 16px;
    font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #7f7f7f;
    line-height: 20px;
    letter-spacing: 0.97px;
    /*text-indent: 2rem;*/
}
.sn_news_time {
    margin-top:10px;
    font-size: 14px;
    font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #aaaaaa;
    line-height: 20px;
    letter-spacing: 0.84px;
}
.news-list-more {
    display: flex;
    justify-content: space-between;
    /*width: 1200px;*/
}
.news-right {
	width: 840px;
}
.news-right li {
	margin-bottom: 8px;
}
.news-right li img {
	width: 300px;
	height: 149px;
}
.news-right li:nth-child(3n) {
	/*margin-right: 0;*/
}
.news-right__text {
	width: 265px;
	height: 69px;
	background: linear-gradient(180deg,#ffffff 0%, #ffffff 100%);
	border: 1px solid #ffffff;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.08); 
	padding: 11px 14px;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	font-size: 16px;
	font-weight: 400;
	color: #323333;
	line-height: 26px;
}

.left_news_list{
	width: 100%;
	background: #F7F7F7;
}
.left_news_list li img{
	display: block;
	width: 400px;
	height: 200px;
	float: left;
	margin-right: 10px;
}
.left_news_list li{
	margin-bottom: 20px;
}
.left_news_list li:last-child{
	margin-bottom: 0;
}
.left_news_list li .desc{
	width: 192px;
}
.left_news_list li .desc p{
	font-size: 18px;
	font-weight: 700;
	color: #333333;
	line-height: 28px;
	margin-bottom: 10px;
}
.left_news_list li .desc p:hover{
	color: #ca1117;
}
.left_news_list li .desc .brief{
	font-size: 14px;
	font-weight: 700;
	color: #999999;
}
.left_news_list li .desc .sn_news_time{
	font-size: 12px;
	color: #CCCCCC;
}
.special-programs-list li{
	/*width: 380px;*/
	float: left;
	/*margin-right: 6px;*/
	background: #ffffff;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 8%);
    margin-bottom: 10px;
}
.special-programs-list li:last-child{
	margin-right: 0;
}
.special-programs-list li img{
	width: 400px;
	height: 100px;
}
.special-programs-list li .desc{
	padding: 8px 4px;
}
.special-programs-list li .desc p{
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	margin-bottom: 4px;
	/*text-indent: 2rem;*/
}
.special-programs-list li .desc p:hover{
	color: #ca1117;
}
.special-programs-list li .desc span{
	font-size: 14px;
	color: #cccccc;
}
.news_rank_box {
	background: #FFFFFF;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.08);
	border-radius: 4px;
}
.zk_swiper2_shadow{
	width: 474px;
	height: 170px;
	background: rgba(0,0,0,0.50);
	margin-top: -233px;
	position: relative;
	border-left:5px solid #CA1117;
}
.zk_swiper2_shadow p{
	font-size: 24px;
	font-weight: 700;
	color: #ffffff;
	padding: 20px;
	position: absolute;
	bottom: 39px;
}
.column_style1 .column_name1::before{
	content: "";
	display: inline-block;
	width: 3px;
	height: 26px;
	background: #ca1117;
	border-radius: 3px;
	margin-right: 10px;
	margin-bottom: -6px;
}
.column_style1 .column_name1{
	height: 58px;
	font-size: 24px;
	font-weight: 700;
	color: #323333;
	line-height: 68px;
	/*padding-left: 30px;*/
}
.column_style1 .sn_title_name::before{
	content: "";
	display: inline-block;
	width: 3px;
	height: 26px;
	background: #ca1117;
	border-radius: 3px;
	margin-right: 10px;
	margin-bottom: -6px;
}
.column_style1 .sn_title_name{
	height: 58px;
	font-size: 24px;
	font-weight: 700;
	color: #323333;
	line-height: 68px;
	/*padding-left: 30px;*/
}
.column_style1 .more{
	font-size: 14px;
	color: #333333;
	line-height: 58px;
}
.news-left {
    width: 400px
}
.news_live_content{
    width: 100%;
    background-color: #fff;
}
  .news-left__bottom {
    margin-top: 5px;
    width: 415px;
    height: 276px;
    background: linear-gradient(180deg,#ffffff 0%, #ffffff 100%);
    /*border: 1px solid #ffffff;*/
    /*box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.08); */
  }
  .news-left__bottom li {
    padding: 16px 26px 16px 40px;
    border-bottom: 1px solid #F0F0F0;
  }
  .news-left__bottom li:hover a span {
     color: #ca1117;
  }
  .news-left__bottom li a span{
    font-size: 16px;
    font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
    font-weight: 400;
    color: #333333;
  }
  .sn_news_one {
    display:flex;
    padding: 6px;
    background: #f7f7f7;
  }
  .news_sannong_list {
    width: 400px;
    height: 276px;
    border: 1px solid #ffffff;
  }
  .news_sannong_list li {
    padding: 16px 26px 16px 40px;
    border-bottom: 1px solid #F0F0F0;
  }
  .news_sannong_list li:hover a span {
     color: #ca1117;
  }
  .news_sannong_list li a span{
    font-size: 16px;
    font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
    font-weight: 400;
    color: #333333;
  }
  .question_rank li p {
    /*width: 369px;   */
    width: 354px;   
  }
  .ztlt_desc {
    font-size: 18px;
    font-family: MicrosoftYaHei, MicrosoftYaHei-Regular;
    font-weight: 400;
    /*color: #333333;*/
    line-height: 25px;
    letter-spacing: 1.08px;
    margin-top:10px;
    text-indent:2rem;
    padding-bottom: 10px;
  }
  
  /* 二级栏目样式 */
.bg_black_two{
    width: 100%;
    height: 55px;
    background: #ffffff;
    padding: 13px 0;
    border-bottom: 4px solid #ba2c25;
}
.navwrap li{
    float: left;
    line-height: 29px;
    font-size: 15px;
    color: #000000 !important;
    letter-spacing: 0.9px;
    text-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45); 
    /*margin-right: 45px;*/
}
  .navwrap li a{
    color: #000000 !important;
}
.navwrap li a:hover{
    color: #000000 !important;;
    font-size: 17px;
    font-weight: 500;
}
.navwrap li:nth-child(2)::after,.navwrap li:nth-child(3)::after,.navwrap li:nth-child(15)::after{
    content: "";
    display: inline-block;
    width: 14px;
    height: 10px;
    background: url(../images/down_black.png?v=20230530103521) no-repeat left bottom;
    background-size: 14px 8px;
    margin:0 0 2px 2px;
}
.navwrap li:nth-child(2):hover::after,.navwrap li:nth-child(3):hover::after,.navwrap li:nth-child(15):hover::after{
    background: url(../images/down_black.png?v=20230530103521) no-repeat left bottom;
    background-size: 14px 8px;
}
.navwrap{
    border-right: 1px solid rgba(225,225,225,0.5);
}
  .short-video__text {
    width: 503px;
    height: 110px;
    background: #F7F7F7;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.08); 
    padding: 33px 14px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
  }
  .bw_dynamic_list li .imgbox{
    width: 160px;
    height: 90px;
    overflow:hidden;
    display: block;
    float: left;
    margin-right: 5px;
  }
  .bw_dynamic_list li .imgbox img {
    width:auto;
    height: auto;
    display:inline;
    margin-right:0;
  }
  .bw_dynamic_list li .desc {
    width: 225px;
    margin-left: 10px;
  }
  .last_color li a:last-child{
	color:red;
  }
  .img_enlarge {
    transition: all .6s ease .2s;
  }
  .img_enlarge:hover {
    /* 移入放大效果 */
    transform: scale(1.05);
  }