<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
a{ font-family: 寰蒋闆呴粦;}
.mianContent {
  margin: 0 auto;
  width: 1206px;
}

.mianContent .headerImg {
  width: 100%;
  margin-top: 24px;
}
.mianContent .headerImg img{
  width: 100%;
}
.mianContent .columnNav{
  width: 100%;
	background: #b91414;
	height:48px;
	margin-top:8px;
	
}
.mianContent .columnNav ul{
  display: flex;
  box-sizing: border-box;
  clear: both;
 
}
.mianContent .columnNav ul li{
  line-height: 48px;
  padding: 0 0px;
  margin-left: 4px;
	
}
.mianContent .columnNav ul li:first-child{
   padding-left:20px;
}
.mianContent .columnNav ul li&gt;a{
  color: #fff;
  font-size:19px;
  padding:0 5px;
	
}

.mianContent .midContent {
  width: 1206px;
   margin-top:30px;
  box-sizing: border-box;
  margin-bottom: 30px;
	
}

.mianContent .midContent .focusBox{
  width: 100%;
  height: 351px;
  background-color: #fff;
  display: flex;
  margin-top: 20px;
}

.mianContent .midContent .focusBox .focusBox_left{
  width: 50%;
  height: 351px;
  background-color: skyblue;
}
.mianContent .midContent .focusBox .focusBox_left .swiper-container,
.mianContent .midContent .focusBox .focusBox_left .swiper-container img{
  width: 100%;
  height: 100%;
}
.mianContent .midContent .focusBox .focusBox_left .swiper-container .swiper-slide{
  position: relative;
}
.mianContent .midContent .focusBox .focusBox_left .swiper-container p{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  line-height: 24px;
  background-color: rgba(0,0,0,.5);
  padding: 3px 15px;
  box-sizing: border-box;
  color: #fff;
}

.mianContent .midContent .focusBox .focusBox_left .swiper-pagination {
  position: absolute;
  bottom: 40px;
}
.mianContent .midContent .focusBox .focusBox_left  .swiper-pagination-bullet-active {
  opacity: 1;
}
.mianContent .midContent .focusBox .focusBox_right{
  width: 538px;
  height: 391px;
  padding-left: 30px;
}
.mianContent .midContent .focusBox .focusBox_right .focusBox_rightHeader{
  width: 100%;
  height:54px;
  margin-top:20px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: space-between;
}
.mianContent .midContent .focusBox .focusBox_right .focusBox_rightHeader span{
  color: #fff;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0 20px;
  font-weight: 600;
}
.mianContent .midContent .focusBox .focusBox_right .focusBox_rightHeader span:last-child&gt;a{
  color: #fff;
  font-size: 14px;
}

.mianContent .midContent .focusBox .focusBox_right .focusBox_rightList{
  width: 100%;
}
.mianContent .midContent .focusBox .focusBox_right .focusBox_rightList ul li{
  height: 45px;
  line-height: 45px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #e5e5e5;
}
.mianContent .midContent .focusBox .focusBox_right .focusBox_rightList ul li::before{
	display: block;
    position: absolute;
    content: " ";
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #e60012;
	margin-top: 21px;
	margin-left:-10px;
     
}
.mianContent .midContent .focusBox .focusBox_right .focusBox_rightList ul li a{
	font-size:20px;
}
.mianContent .midContent .focusBox .focusBox_right .focusBox_rightList ul li:first-child{
	
  height: 70px;
  line-height: 70px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom:10px;
  
}
.mianContent .midContent .focusBox .focusBox_right .focusBox_rightList ul li:first-child::before{

		margin-top: 31px;	
}
.mianContent .midContent .focusBox .focusBox_right .focusBox_rightList ul li:first-child a{
	font-size:30px;
	font-weight:bold;
	line-height: 70px;
	text-align: center;
	color:#b91414;
}

.mianContent .columnList {
  width: 100%;
 
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
  margin-bottom: 30px;
}
.mianContent .columnList .columnNavBox{
  width: 32.3%;
  height: 100%;
 
}
.mianContent .columnList .columnNavBox .columnNavBoxHeader{
  display: flex;
  justify-content: space-between;
  height: 29px;
  line-height:29px;
  text-align: center;
  border-bottom:1px solid #bd1a2c
}

.mianContent .columnList .columnNavBox .columnNavBoxHeader span:first-child{
  font-size: 19px;
  color: #b91414;
  font-weight: 600;
  width: 123px;
}
.mianContent .columnList .columnNavBox .columnNavBoxHeader span:first-child::before{
	width:5px;
	height:10px;
	content: "  ";
	position: absolute;
	display: block;
	background: #bd1a2c;
	margin-top:18px;
	 
}
.mianContent .columnList .columnNavBox .columnNavBoxHeader span:last-child&gt;a{
  color: #BFBFBF;
  font-size: 14px;
  margin-right: 12px;
}
.mianContent .columnList .columnNavBox:nth-child(2){
  margin: 0 10px;
}


.mianContent .columnList .columnNavBox .columnNavBoxitemList{
  width: 100%;
  margin-top: 10px;
  padding-left: 20px;
  box-sizing: border-box;
  height: 170px;
  overflow-y: hidden;
  
}

.mianContent .columnList .columnNavBox .columnNavBoxImgList{
	 width: 100%;
  margin-top: 10px;
  padding-left: 20px;
  box-sizing: border-box;
 
  overflow-y: hidden;
}

.mianContent .columnList .columnNavBox .columnNavBoxImgList ul li {
	height: 85px;
	margin-top:20px;
}
.mianContent .columnList .columnNavBox .columnNavBoxImgList ul li a{
	font-size:16px;
	
}
.mianContent .columnList .columnNavBox .columnNavBoxImgList ul li img{
	width:130px;
	height:80px;
	border-radius:5px;
    float: left;
	margin-right:15px;
}
.mianContent .columnList .columnNavBox .columnNavBoxitem img{
	width:381px;
	height:246px;
	border-radius: 5px;
	margin: 20px auto;
}
.mianContent .columnList .columnNavBox .columnNavBoxitem a{
	font-size:16px;
	
}
.mianContent .columnList .columnNavBox .columnNavBoxitem a:last-child::before{
	display: block;
    position: absolute;
    content: " ";
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #e60012;
	margin-top: 11px;
	margin-left:-10px;
}
.mianContent .columnList .columnNavBox .imgVideoBox{
  width: 100%;
  margin-top: 10px;
  height: 165px;
  /* background-color: skyblue; */
}
.mianContent .columnList .columnNavBox .imgVideoBox video{
  width: 100%;
  margin-top: 10px;
  height: 165px;
}
.mianContent .columnList .columnNavBox .columnNavBoxitemList ul li{
  width: 100%;
  box-sizing: border-box;
  height: 30px;
  line-height: 30px;
  margin-top: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
 
}
.mianContent .columnList .columnNavBox .columnNavBoxitemList ul li::before{
	display: block;
    position: absolute;
    content: " ";
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #e60012;
    margin-top: 13px;
    margin-left: -10px;
}
.mianContent .greenXtBox{
  width: 100%;
  margin: 50px 0;
	
}
.mianContent .greenXtBox .greenXtBoxHeader img{
  width: 100%;
}
.mianContent .greenXtBox .greenXtListItem{
  width: 100%;
  
  display: flex;
  justify-content: space-between;
  margin-top: 15px; 
}
.mianContent .greenXtBox .greenXtListItem ul{
  position: relative;
	 margin-left:-30px;
}
.mianContent .greenXtBox .greenXtListItem ul li{
	float:left;
	 margin-left:30px;
	width:382px;
	
}
.mianContent .greenXtBox .greenXtListItem ul li img{
	margin-top:15px;
  width:382px;
  height:215px;
	border-radius: 10px;
}
.mianContent .greenXtBox .greenXtListItem ul li&gt;a:first-child{
	font-weight:normal;
	padding-left:65px;
	line-height: 30px;
}
.mianContent .greenXtBox .greenXtListItem ul li&gt;a:first-child::before{
	width:52px;
	content: "鍥剧墖";
	background: #b91414;
	color: #fff;
	position: absolute;
	text-align: center;
	margin-left:-65px;
}
.mianContent .greenXtBox .greenXtListItem ul li p{
	line-height: 30px;
	text-indent: 2em;
}</pre></body></html>