/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input,button,textarea,dl,dt{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;font-family: normal;}
body{ font-size:14px;color:#111;overflow-x: hidden;}
a img{
  border: 0;
}
em {
  font-style: normal;
}
body.head_on{overflow:hidden;}
a{text-decoration:none;color: #333;transition: all .3s;}
*{box-sizing: border-box;}

.clear{ margin:0; padding:0; font-size:0; clear:both; }

.wapper{
	width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
	box-sizing: border-box;
}
@media only screen and (min-width: 1200px){
	.wapper{
		width: 1200px;
		margin: 0 auto;
	}
}

:root{
	--primary-color:#2a62ac;
	--font-color:#666;
	--main-white:#fff;
}





/* 轮播图通用 */
.swiper {width: 100%;height: 100%;}
.swiper-slide
{
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* 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;
}
.swiper-slide img{
	width: 100%;
}

.overflow1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}
.overflow2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}


.topimg{width: 100%;font-size: 0;}
.topimg img{width: 100%;}


.topbox{width: 100%;margin: 0 auto;}
.top{width: 100%;margin: 0 auto;display: flex;justify-content: space-between;padding: 10px 0;}
.h_logo{}
    .h_logo img {
        max-width: 100%;
        width: auto;
        max-height: 60px;
    }
.top_right{display: flex;align-items: center;}
.search{width: 235px;height: 32px;position: relative;margin-right: 30px;}
.search input{width: 100%;border: 1px solid #e50014;border-radius: 19px;height: 32px;}
.search button{position: absolute;right: 10px;top: 50%;transform: translateY(-50%);background-color: transparent;font-size: 14px;color: #000;}
.search button i{margin-right: 5px;}
.email{display: flex;align-items: center;}
.email img{width: 21px;margin-right: 10px;}
.email a{font-size: 14px;color: #333;}

/* 导航 */
.headerbox{
	width: 100%;
	margin:  0 auto;
	background-color:  rgb(204, 0, 0);
}
.headerbox .header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 50px;
}
.headerbox .header .menu ul{display: flex;align-items: center;}
.headerbox .header .menu ul li{
	position: relative;
	display: inline-block;
}
.headerbox .header .menu ul li a{
	font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 15px 25px;
    color: #ffe599;
    display: flex;
    position: relative;
    text-decoration: none;
}
.headerbox .header .menu ul li:hover>a{background-color: rgba(153, 0, 0, 0.81);text-decoration: underline;}
.headerbox .header .menu ul li .sub_menu{
	min-width: 200%;
    position: absolute;
    top: 140%;
    left: 0%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    background: rgba(204, 0, 0, 0.2);
    transition: all 400ms ease;
}
.headerbox .header .menu ul li:hover > dl {
    opacity: 1;
    visibility: visible;
    top: 100%;
	
}

.headerbox .header .menu ul li dd {
    position: relative;
    display: block;
	text-align: center;
	transition: all 400ms ease;
}
.headerbox .header .menu dl dd>.three_menu{
	min-width: 100%;
    position: absolute;
    left: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    background: rgba(204, 0, 0, 0.2);
    transition: all 400ms ease;
}
.headerbox .header .menu dl dd:hover>.three_menu {
    opacity: 1;
    visibility: visible;
    top: 0px;
}
.headerbox .header .menu ul li dl dd a {
    font-size: 14px;
    line-height: 45px;
    font-weight: 500;
    color: #ffff00;
    text-align: left;
    display: block;
    padding: 0 15px;
    position: relative;
    text-decoration: none;
    outline: none;
    text-transform: none;
    transition: all 400ms ease;
}
.headerbox .header .menu ul li dl dd:hover{
    background-color: rgba(229, 0, 20, 0.8);
}
.headerbox .header .menu ul li dl dd:hover>a{text-decoration: underline;}





/*mMenu*/
.m_header{width: 100%;}
.sp_header{height:70px;overflow:hidden;background:var(--main-white);position:fixed;z-index:999;width:100%;display: none;top: 0;}
.sp_logo{float:left;height:70px;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo img{margin:auto;max-height:50px;}
.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:25px}
/* 横杠 */
.sp_nav 
span{display:block;background:#000000;width:30px;height:3px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:9999;background:var(--main-white);width:100%;height:calc(100% - 70px);font-size:14px;line-height:40px;top:70px;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;display: none;transition:all ease 0.35s}
.nav_show{display: block;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-bottom: 1px dashed #ddd;;position:relative;line-height:45px;font-size:16px}
.sjj_nav>ul >li:last-child{border-bottom: 1px dashed #ddd;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:var(--font-color);width:100%;padding: 0 20px;display: block;box-sizing: border-box;}
.sjj_nav ul li a:hover{color: #000000;}
.sjj_nav ul li ul li a{color:var(--font-color);display:block;text-align:left;}
.sjj_nav ul li i svg{width:25px;height:25px;fill:var(--main-white);}
.sjj_nav ul li .sjj_nav_i_se svg{fill:var(--main-white)}
.sjj_nav ul li ul li>ul{margin-left:10px}
.sjj_nav ul li ul li{border-top: none;}
.sjj_nav ul li ul li a{padding: 0 30px;}








/* bannerbox */
.bannerbox{
	width: 100%;
}
.bannerbox .mySwiper1{
	width: 100%;
}
.bannerbox .mySwiper1 .swiper-slide a{
	display: block;
	font-size: 0;
	width: 100%;
}
.bannerbox .mySwiper1 .swiper-slide a img{
	width: 100%;
}



.pd50{padding: 50px 0;}
/* footer */
.footerbox{width: 100%;margin:  0 auto;}
.footer{width: 100%;margin: 0 auto;}
.share{width: 100%;display: flex;justify-content: center;margin-bottom: 20px;}
.share span{display: inline-block;font-size: 16px;color: #fff;}
.share ul{display: inline-flex;flex-wrap: wrap;}
.share ul li{padding: 0 5px;border-right: 1px solid #fff;}
.share ul li:last-child{border-right: 0;}
.share ul li a{font-size: 16px;color: #fff;}
.footer p{font-size: 16px;color: #fff;text-align: center;}

.f_botbox{width: 100%;margin: 0 auto;}
.f_bot{width: 100%;margin: 0 auto;text-align: center;}
.f_bot a{font-size: 12px;color: #989898;}
.f_bot .line{padding: 0 10px;}




/* 通用内页 */
.inbannerbox{
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.insidebox{
	width: 100%;
	margin: 0 auto;
}
.insidebox .inside{
	width: 100%;
	box-sizing: border-box;
}
.mt20{margin-top: 20px !important;}
.mt30{margin-top: 30px !important;}
.pd30{padding: 30px 0 !important;}
.pd10{padding: 10px 0 !important;}
.pd40{padding-bottom: 40px !important;}

.title_m{width: 100%;display: flex;justify-content: space-between;align-items: center;padding: 5px 10px;}
.title_m h3{display: flex;align-items: center;}
.title_m h3 img{width: 34px;margin-right: 8px;}
.title_m h3 span{font-size: 24px;color: #ffffcc;font-weight: bold;}
.title_m a{color: #fff;font-size: 15px;}

/* ================首页样式================= */
.box{width: 100%;margin: 0 auto;background-repeat: no-repeat;background-size: cover;}
.flex{display: flex;justify-content: space-between;}
.left{width: 23%;}
.right{width: 75%;}



.index1box{width: 100%;margin: 0 auto;padding-top: 20px;}
.index1{width: 100%;margin: 0 auto;display: flex;justify-content: space-between;}
.index1_left{width: 75%;height: 529px;}
.index1_right{width: 22%;}

.index1_left .mySwiper1{width: 100%;height: 100%;}
.index1_left .mySwiper1 .swiper-slide{width: 100%;background-color: transparent;height: 100%;}
.index1_left .mySwiper1 .swiper-slide a{display: block;width: 100%;position: relative;height: 100%;}
.index1_left .mySwiper1 .swiper-slide a img{width: 100%;height: 100%;object-fit: cover;}
.index1_left .mySwiper1 .swiper-slide a .text{width: 100%;bottom: 0;left: 0;width: 100%;height: 36px;line-height: 36px;font-size: 16px;color: #fff;background-color: rgb(204, 0, 0);position: absolute;z-index: 2;}

.index1_right ul li{width: 100%;margin-bottom: 15px;}
.index1_right ul li a{display: block;width: 100%;}
.index1_right ul li a img{width: 100%;}




.index2box{width: 100%;margin: 0 auto;}
.index2{width: 100%;margin: 0 auto;display: flex;justify-content: space-between;}
.index2_item{width: 49%;}

.index2_content{width: 100%;margin: 0 auto;}
.list_tab{width: 100%;background-color: rgb(204, 0, 0);border-top: 2px solid #e95a4c;}
.list_tab ul{display: flex;align-items: center;}
.list_tab ul li{cursor: pointer;padding: 5px 30px;}
.list_tab ul li.on{background-color: rgb(236, 112, 99);}
.list_tab ul li span{font-size: 16px;color: #fff;}

.list_box{width: 100%;min-height: 350px;background-color: #fff;max-height: 350px;overflow: hidden;}
.list_box ul li{width: 100%;padding-top: 20px;padding-left: 10px;padding-right: 10px;}
.list_box ul li dl dd{width: 100%;display: flex;align-items: center;justify-content: space-between;line-height: 29px;}
.list_box ul li dl dd a{font-size: 14px;color: #641800;width: 80%;overflow: hidden;position: relative;padding-left: 15px;}
.list_box ul li dl dd a:before{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 5px;height: 5px;border-radius: 50%;background-color: #666;}
.list_box ul li dl dd:hover a{text-decoration: underline;}
.list_box ul li dl dd span{font-size: 14px;color: #ea9999;}
.list_box ul li .more{padding-top: 10px;padding-bottom: 20px;font-size: 14px;color: #660000;text-align: right;display: block;}



.index3box{width: 100%;margin: 0 auto;}
.index3{width: 100%;margin: 0 auto;}
.index3 ul{display: flex;}
.index3 ul li{width: 23.5%;margin-right: 2%;margin-bottom: 20px;}
.index3 ul li:nth-child(4n){margin-right: 0;}
.index3 ul li a{display: block;width: 100%;}
.index3 ul li a img{width: 100%;}


.index4box{width: 100%;margin: 0 auto;}
.index4{ width:100%;overflow:hidden; position:relative;}
.index4_content{width: 100%;}
.index4_contentul{ overflow:hidden; zoom:1; }
.index4_content ul li{ margin:0 8px; float:left; display:inline; overflow:hidden; text-align:center;}
.index4_content ul li a{display: block;width: 300px;}
.index4_content ul li .imgbox{ text-align:center; }
.index4_content ul li .imgbox img{width: 300px; display:block; padding:2px;}
.index4_content ul li .textbox{line-height:24px;text-align: center;}



.index5box{width: 100%;margin: 0 auto;}
.index5{width: 100%;margin: 0 auto;}
.index5_content{width: 100%;margin: 0 auto;}
.index5_content ul{display: flex;flex-wrap: wrap;}
.index5_content ul li{width: 23.5%;margin-right: 2%;margin-bottom: 20px;position: relative;}
.index5_content ul li:nth-child(4n){margin-right: 0;}
.index5_content ul li a{display: block;width: 100%;}
.index5_content ul li a img{width: 100%;}



.index6box{width: 100%;margin: 0 auto;}
.index6{width: 100%;margin: 0 auto;}
.index6_content{width: 100%;margin: 0 auto;}
.index6_content ul{display: flex;flex-wrap: wrap;}
.index6_content ul li{width: 23.5%;margin-right: 2%;margin-bottom: 20px;position: relative;}
.index6_content ul li:nth-child(4n){margin-right: 0;}
.index6_content ul li video{width: 100%;}
.index6_content ul li .icon5{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 68px;cursor: pointer;z-index: 3;}






.index7box{width: 100%;margin: 0 auto;}
.index7{width: 100%;margin: 0 auto;}
.index7_content{width: 100%;}
.index7_content a{display: block;width: 100%;font-size: 0;}
.index7_content a img{width: 100%;}

.index8box{width: 100%;margin: 0 auto;}
.index8{width: 100%;margin: 0 auto;}
.title_i{width: 100%;padding-bottom: 10px;border-bottom: 2px solid #e50014;}
.title_i h3{font-size: 20px;color: #e50014;font-weight: bold;padding: 0 8px;}

.index8_content{width: 100%;margin-top: 20px;}
.index8_content ul{display: flex;flex-wrap: wrap;}
.index8_content ul li{width: 15%;margin-right: 2%;margin-bottom: 20px;}
.index8_content ul li:nth-child(6n){margin-right: 0;}
.index8_content ul li a{display: block;width: 100%;font-size: 0;}
    .index8_content ul li a img {
        height: 100px;
        width: 100%;
        object-fit: contain;
    }



.index9box{width: 100%;margin: 0 auto;}
.index9{width: 100%;}
.index9_content{width: 100%;display: flex;justify-content: space-around;padding: 10px 0;}
.index9_content .desc{}
.index9_content .desc p{display: flex;align-items: center;margin-bottom: 10px;}
.index9_content .desc p img{width: 23px;margin-right: 10px;}
.index9_content .desc p span{font-size: 14px;color: #434A54;}
.index9_content .ewmbox{text-align: center;}
.index9_content .ewmbox img{width: 102px;}
.index9_content .ewmbox p{font-size: 14px;color: #000;}




.index10box{width: 100%;margin: 0 auto;}
.index10{width: 100%;margin: 0 auto;}

.index10_content{width: 100%;margin-top: 20px;padding: 0 20px;}
.index10_content ul{display: flex;flex-wrap: wrap;}
.index10_content ul li{width: 18.4%;margin-right: 2%;margin-bottom: 20px;}
.index10_content ul li:nth-child(5n){margin-right: 0;}
.index10_content ul li a{display: block;width: 100%;font-size: 0;}
.index10_content ul li a img{width: 100%;}




/* news */
.newsbox{width: 100%;margin: 0 auto;padding: 20px 0;}
.news{width: 100%;margin: 0 auto;}
.left .title{width: 100%;padding: 10px 0;display: flex;align-items: center;justify-content: center;background-color: rgb(229, 0, 20);}
.left .title img{width: 34px;margin-right: 10px;}
.left .title span{font-size: 24px;color: #fff;}
.news_list{width: 100%;margin: 0 auto;background-color: #fff;}
.news_list ul li{width: 100%;padding: 0 35px 0 10px;line-height: 40px;border-bottom: 1px solid #f3f3f3;transition: all 0.3s;}
.news_list ul li a{font-size: 16px;color: #000;transition: all 0.3s;}
.news_list ul li:hover{background-color: rgb(229, 0, 20);}
.news_list ul li:hover a{color: #fff;}

.right{background-color: #fff;}
.right .title{width: 100%;padding: 5px 0;border-bottom: 2px solid #eeeeee;}
.right .title span{font-size: 18px;color: #000;padding-left: 15px;position: relative;}
.right .title span::before{width: 2px;height: 100%;position: absolute;left: 0;top: 50%;transform: translateY(-50%);background-color: rgb(229, 0, 20);content: "";}


.right_list{padding: 15px;}
.right_list ul li{width: 100%;border-bottom: 1px dotted #ddd;padding: 10px 0;}
.right_list ul li a{display: flex;justify-content: space-between;}
.right_list ul li a .imgbox{font-size: 0;overflow: hidden;}
.right_list ul li a .imgbox img{width: 204px;transition: all 0.5s;}
.right_list ul li a .imgbox:hover img{transform: scale(1.1);}
.right_list ul li a .textbox{width: calc(100% - 230px);}
.right_list ul li a .textbox h3{font-size: 16px;color: #404040;line-height: 24px;}
.right_list ul li a .textbox h3:hover{text-decoration: underline;color: rgb(229, 0, 20);}
.right_list ul li a .textbox p{font-size: 14px;color: #999;margin-top: 5px;line-height: 26px;}
.right_list ul li a .textbox span{display: block;font-size: 14px;color: #bbb;}



.s_menubox{width: 100%;margin: 0 auto;padding-top: 30px;padding-bottom: 20px;}
.s_menu{width: 100%;margin: 0 auto;}
.s_menu a{font-size: 14px;color: #666;}
.s_menu span{padding: 0 10px;font-size: 14px;color: #666;}

.detailbox{width: 100%;margin: 0 auto;}
.detail{width: 100%;margin: 0 auto;padding: 15px;}
.detail .title{padding-bottom: 15px;border-bottom: 1px solid rgba(221,221,221,1);}
.detail .title h1{font-size: 32px;color: #404040;line-height: 34px;margin-bottom: 20px;font-weight: normal;}
.detail .title .desc{display: flex;}
.detail .title .desc p{margin-right: 50px;font-size: 14px;color: #999;}
.detail .title .desc p:last-child{margin-right: 0;}

.detail_content{padding: 30px 0;font-size: 14px;color: #404040;}
.detail_content img{width: 100%;margin-bottom: 10px;}
.detail_content p{margin-bottom: 10px;}



.azzurribox{padding: 20px 0;width: 100%;margin: 0 auto;}
.azzurri{width: 100%;margin: 0 auto;}
.azzurri_content{padding: 20px 10px;}
.azzurri_content .imgbox{width: 100%;font-size: 0;margin-bottom: 10px;}
.azzurri_content .imgbox img{width: 100%;}
.azzurri_list{width: 100%;margin: 0 auto;margin-bottom: 60px;}
.title_a{width: 100%;padding: 8px 15px;background-color: rgb(243, 243, 243);margin-bottom: 15px;}
.title_a span{font-size: 20px;color: #e50014;}

.azzurri_list ul{display: flex;flex-wrap: wrap;}
.azzurri_list ul li{width: 30%;margin-right: 5%;margin-bottom: 30px;}
.azzurri_list ul li:nth-child(3n){margin-right: 0;}

.azzurri_list ul li .li_inner{width: 100%;position: relative;border: 1px solid #efefef;}
.azzurri_list ul li .li_inner .img{width: 100%;font-size: 0;}
.azzurri_list ul li .li_inner .img img{width: 100%;}
.azzurri_list ul li .li_inner .img .text{padding: 8px 0;text-align: center;font-size: 18px;color: #000;}
.azzurri_list ul li .li_inner .textbox{position: absolute;background-color: rgba(204, 0, 0, 0.7);border: 1px solid #eee;height: 100%;left: 0;top: 0;transition: all .3s ease-in-out;opacity: 0;width: 100%;display: flex;align-items: center;justify-content: center;}
.azzurri_list ul li:hover .li_inner .textbox{opacity: 1;z-index: 2;transform: translateY(0);pointer-events: auto;}
.azzurri_list ul li:hover .li_inner .textbox h3{font-size: 20px;color: #fff;margin-bottom: 10px;}
.azzurri_list ul li:hover .li_inner .textbox p{font-size: 14px;color: #fff;line-height: 24px;}



.leaguebox{width: 100%;padding: 20px 0;margin: 0 auto;}
.league{width: 100%;margin: 0 auto;}
.league_right{padding: 15px;}
.league_right .imgbox1{width: 100%;margin-bottom: 20px;font-size: 0;margin-top: 20px;}
.league_right .imgbox1 img{width: 100%;}
.league_content{width: 100%;margin: 0 auto;}

.league_tab{width: 100%;}
.league_tab ul{display: flex;align-items: center;background-color: rgb(229, 0, 20);}
.league_tab ul li{border: 1px solid #fff;height: 46px;min-width: 32px;width: 84px;line-height: 46px;color: #fff;font-size: 16px;text-align: center;border-right: 0;}
.league_tab ul li:last-child{border-right: 1px solid #fff;}
.league_tab ul li.on{border-bottom: 3px solid #ffdf1a;}

.league_box ul li{width: 100%;padding: 30px 0;}


.li1_style dl dd{width: 100%;border-bottom: 1px dotted #ddd;padding: 10px 0;}
.li1_style dl dd a{display: flex;justify-content: space-between;}
.li1_style dl dd a .imgbox{font-size: 0;overflow: hidden;}
.li1_style dl dd a .imgbox img{width: 150px;transition: all 0.5s;}
.li1_style dl dd a .imgbox:hover img{transform: scale(1.1);}
.li1_style dl dd a .textbox{width: calc(100% - 180px);}
.li1_style dl dd a .textbox h3{font-size: 14px;color: #404040;line-height: 24px;}
.li1_style dl dd a .textbox h3:hover{text-decoration: underline;color: rgb(229, 0, 20);}
.li1_style dl dd a .textbox p{font-size: 11px;color: #999;margin-top: 5px;line-height: 26px;}
.li1_style dl dd a .textbox .bot{display: flex;font-size: 11px;color: #bbb;align-items: center;justify-content: space-between;}



.li2_style dl dd{width: 100%;display: flex;align-items: center;justify-content: space-between;line-height: 29px;}
.li2_style dl dd a{font-size: 14px;color: #666;width: 80%;overflow: hidden;position: relative;padding-left: 15px;}
.li2_style dl dd a:before{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 5px;height: 5px;border-radius: 50%;background-color: #666;}
.li2_style dl dd:hover a{text-decoration: underline;}
.li2_style dl dd span{font-size: 14px;color: #ea9999;}
.li2_style .more{padding-top: 10px;padding-bottom: 20px;font-size: 14px;color: #660000;text-align: right;display: block;}



.li3_style img{width: 100%;}

.li4_style dl{display: flex;flex-wrap: wrap;}
.li4_style dl dd{width: 25%;padding: 0 10px;margin-bottom: 20px;box-sizing: border-box;}
.li4_style dl dd a{display: block;width: 100%;position: relative;font-size: 0;}
.li4_style dl dd a img{width: 100%;}
.li4_style dl dd a .textbox{width: 100%;left: 0;bottom: 0;background-color: rgba(0, 0, 0, 0.6);font-size: 14px;color: #fff;line-height: 22px;padding: 6px 0;position: absolute;text-align: center;}


.downloadbox{width: 100%;margin: 0 auto;padding: 20px 0;}
.download{width: 100%;margin: 0 auto;}
.download_content{width: 100%;margin: 0 auto;padding: 20px;}
.download_content ul li{width: 100%;padding: 10px 0;border-bottom: 1px solid #ddd;display: flex;align-items: center;justify-content: space-between;}
.d_l{display: flex;}
.d_l .imgbox img{width: 50px;height: 50px;}
.d_l .textbox{margin-left: 15px;}
.d_l .textbox h3 a{font-size: 16px;color: #000;line-height: 30px;font-weight: normal;}
.d_l .textbox h3:hover a{text-decoration: underline;}

.d_l .textbox p{font-size: 12px;color: #999;}
.d_r{font-size: 12px;color: #e50014;}
.d_r i{margin-right: 8px;font-size: 16px;}





