<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


html{margin: 0;padding: 0}
body{margin: 0;padding: 0;font-family:'微软雅黑','pf_regular', sans-serif;font-size: 16px;overflow-x:hidden;}
table,td,tr,ul,ol,li,dl,dd,dt,p,input,form,em,p,img,h1,h2,h3,h4,h5{margin:0;padding:0;}
ul,li {margin: 0;padding: 0;list-style: none;}
a{text-decoration: none;color: #333333}
img{display: block}

:root{
    --main-color:#562173;
    --main-color-hover: rgb(14, 168, 182);
    --gray-color:#999999;
    --light-gray-color:#eeeeee;
    --border-color:#e5e5e5;
    --fz12:12px;
    --fz14:14px;
    --fz16:16px;
    --fz18:18px;
    --fz20:20px;
    --fz24:24px;
    --fz26:26px;
    --fz30:30px;
}

/*rank*/
.img{position: relative;display: block}
.img img{position: absolute;width: 100%;height: 100%;object-fit: cover; pointer-events: none;
cursor: default; }
.nowrap{display: block;text-overflow: ellipsis;white-space: nowrap;overflow: hidden}
.line_num{display: -webkit-box;-webkit-box-orient:vertical;overflow: hidden;text-overflow:ellipsis;}
/*common*/
header .top_bg{background-color:#000000;}
header .top{display: flex;align-items: center}
header .top nav ul{display: flex}
header .top nav a{color: white;font-size: var(--fz18);padding: 0 20px;display: flex;height: 65px;align-items: center;border-left: 1px solid rgba(255, 255, 255, 0.2)}
header .search{margin-left: auto;}
header .search form{display: flex}
header .search input{height: 32px;padding-left: 15px;box-sizing:border-box;outline: none}
header .search button{background-color: #494949;height: 32px;display: flex;align-items: center;justify-content: center;box-sizing: border-box;border:none;cursor: pointer}
header .head_bg{background-color: var(--main-color);padding-bottom: 40px;}
header .head{display: flex;align-items: center}
header .head .right{margin-left: auto;}

header .head .right ul a::before{content: '&gt;';display: inline-block;margin-right: 8px;}

footer{background-color: #333333;position: relative;margin-top: 50px;}
footer::before{content: '';display: block;width: 100%;height: 10px;background-color: var(--main-color);}
footer .f_body{display: flex;align-items: center}
footer .f_body .f_logo,
footer .f_body .f_content{flex: 1;}
footer .f_body .f_logo img{height: 70px;}
footer .f_share{display: flex;justify-content: space-between;margin-left: 10px;}
footer .f_share img{width: 58px;height: 58px;margin-left: 5px;}
footer .f_body .f_content p{font-size: var(--fz14);color: white;line-height: 25px;}
/*common end*/
section.index_banner{position: relative;top: -40px}
section.index_banner .banner_tit{background-color: #CEA611;font-size: var(--fz30);color: white;padding: 15px 0;text-align: center}
section.index_banner .sw_index_banner{position: relative;overflow: hidden}
section.index_banner .sw_index_banner .img{padding-bottom: 30%;}
section.index_banner .sw_index_banner .text{position: absolute;bottom: 0;left: 0;z-index: 15;background-color: rgba(0, 0, 0, 0.6);width: 100%;height: 60px;display: flex;align-items: center;padding: 0 15px;}
section.index_banner .sw_index_banner .text a{color: white;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 70%;flex-shrink: 0;display: block;}
section.index_banner .index_banner_refer{position: absolute;bottom: 0;right: 0;z-index: 16;display: flex}
section.index_banner .index_banner_prev,
section.index_banner .index_banner_next{cursor: pointer}
section.index_banner .index_banner_refer i{font-size: 30px;width: 60px;height: 60px;color: white;background-color: transparent;display: flex;justify-content: center;align-items: center}
section.index_banner .index_banner_refer .index_banner_prev i{background-color: rgba(0, 0, 0, 0.8)}


.main_module{display: flex;align-items: start}

/*common end*/




/*module*/
.module_index1,
.module_index2,
.module_index3,
.module_index4{display: flex;flex-direction: column}

.module_index1 .module_body,
.module_index2 .module_body,
.module_index3 .module_body,
.module_index4 .module_body{height: 100%;}

/*module_index1*/
.module_index1 .module_tit,
.module_index2 .module_tit,
.module_index4 .module_tit,
.module_index6 .module_tit,
.module_index7 .module_tit,
.module_index3 .module_tit{font-size: var(--fz18);font-weight: bold;background-color: var(--main-color);}
.module_index1 .module_tit a,
.module_index2 .module_tit a,
.module_index4 .module_tit a,
.module_index6 .module_tit a,
.module_index7 .module_tit a,
.module_index3 .module_tit a
{color: white;display: flex;padding: 20px 15px}
.module_index1 .module_body{display: flex;flex-direction: column;background-color: var(--light-gray-color);padding: 30px 20px;box-sizing: border-box}
.module_index1 .module_body .img{padding-bottom: 95%;border: 1px solid var(--gray-color)}
.module_index1 .module_body li{display: grid;grid-template-columns: 25.641% 71.025%;justify-content: space-between;}
.module_index1 .module_body li:not(:first-of-type){margin-top: 25px;}
.module_index1 .module_body li h3,
.module_index1 .module_body li p,
.module_index1 .module_body li span{font-size: var(--fz12);color:rgb(96, 96, 96) }
.module_index1 .module_body li span{display: inline-block;background-color:#797979;padding: 2px;color: white}
.module_index1 .module_body li p{margin-top: 8px;}
.module_index1 .line_num{-webkit-line-clamp:2;}

/*module_index2*/
.module_index2 .module_body{display: flex;flex-direction: column;background-color: var(--light-gray-color);padding: 30px 20px;box-sizing: border-box;height: 100%;}
.module_index2 .module_body a{display: grid;grid-template-columns: 41.025% 55.641%;justify-content: space-between}
.module_index2 .module_body a:not(:first-of-type){margin-top: 20px;}
.module_index2 .img{padding-bottom: 79.375%;}
.module_index2 .right h3{font-size: var(--fz14);}
.module_index2 .right p{font-size: var(--fz12);margin: 8px 0;}
.module_index2 .right span{font-size: var(--fz12);}
.module_index2 .line_num{-webkit-line-clamp:2;}

/*module_index3*/
.module_index3 .module_body{display: flex;flex-direction: column;background-color: var(--light-gray-color);padding: 30px 20px;box-sizing: border-box}
.module_index3 .img{padding-bottom: 42.432%;}
.module_index3 p{font-size: var(--fz14);margin-top: 10px;}
/*module_index4*/
.module_index4 .module_body{background-color: var(--light-gray-color);padding: 30px 20px;box-sizing: border-box;display: flex;flex-direction: column;justify-content: space-between}
.module_index4 .top{display: flex;flex-direction: column;}
.module_index4 .top p{text-align: center;font-size: var(--fz14);margin-top: 10px;}
.module_index4 .img{padding-bottom: 42.432%;}
.module_index4 ul li a{font-size: var(--fz14);}

/*module_index5*/
.one_line .main_module_left{display: unset}
.module_index5 .module_body .top ul{display: flex;justify-content: space-between;align-items: center}
.module_index5 .module_body .top li{padding: 10px 15px;flex: 1;background-color: #c5c5c5;text-align: center;color: #5a5a5a;cursor: pointer}
.module_index5 .module_body .top li.active{background-color: #0292cf;color: white}
.module_index5 .show_body{display: none}
.module_index5 .show_body.active{display: block}
.module_index5 .show_body ul li a{display: flex;align-items: center;line-height: 45px;border-bottom: 1px dotted #c6c6c6}
.module_index5 .show_body ul li a *{font-size: var(--fz18);}
.module_index5 .show_body ul li a span{color: #6464d5;display: inline-block;margin-right: 10px;}
.module_index5 .show_body ul li a p{color: #5a5a5a;width: 65%;}
.module_index5 .show_body ul li a bdi{margin-left: auto;color: #bdacb3;}
/*module_index6*/
.module_index6 .module_body{display: flex;flex-direction: column;background-color: var(--light-gray-color);padding: 30px 20px;box-sizing: border-box}
.module_index6 .top img{width: 20px;height: 20px;margin-right: 8px;}
.module_index6 .top a{display: flex;align-items: center;line-height: 35px;text-decoration: underline #3d3bb8}
.module_index6 .top p{display: block;font-size: var(--fz14);}
.module_index6 .bottom{display: grid;grid-template-columns: 49% 49%;justify-content: space-between;margin-top: 15px;}
.module_index6 .bottom .img{padding-bottom: 60%;}
/*module_index7*/
.module_index7 .module_body{display: flex;flex-direction: column;background-color: var(--light-gray-color);padding: 30px 20px;box-sizing: border-box}
.module_index7 .top{display: grid;grid-template-columns: 49% 49%;justify-content: space-between;}
.module_index7 .top a{display: block;text-align: center;color: #3d3bb8;font-size: var(--fz16);line-height: 25px;text-decoration: underline 1px #3d3bb8}
.module_index7 .bottom{display: grid;grid-template-columns: 24% 24% 24% 24%;justify-content: space-between;margin-top: 10px;}
.module_index7 .sc_img img{height: 84px;width: 100%}

/*ztb*/
.ztb .module_index5 .module_body .top li{padding: 10px 15px;flex: 1;background-color: #000;text-align: center;color: white;cursor: pointer}
.ztb .module_index5 .module_body .top li.active{background-color: #F1311C;}
    /*module_r*/

.module_r_1,
.module_r_2,
.module_r_3,
.module_r_4 {border: 1px solid var(--gray-color)}
.module_r_1 .module_r_tit{background-color: #E5E5E5;}
.module_r_2 .module_r_tit{background-color: #be8cc1;}
.module_r_4 .module_r_tit{background-color: #97329c;}
.module_r_5 .module_r_tit{background-color: #97329c;}
.module_r_3 .module_r_tit{background-color: #97329c;}
.module_r_1 .module_r_tit a,
.module_r_2 .module_r_tit a,
.module_r_3 .module_r_tit a,
.module_r_4 .module_r_tit a {font-size: var(--fz16);color: white;padding: 10px 10px;display: block}
.module_r_5 .module_r_tit a {font-size: var(--fz16);color: white;padding: 10px 10px;display: block}
.module_r_1 .module_r_tit a{color: #4a4a4a}
/*module_r_1*/

.module_r_1 .img{padding-bottom: 45.228%;}
.module_r_1 .body{padding: 15px 35px;background-color: var(--light-gray-color);}
.module_r_1 .body *{font-size: var(--fz12);}
.module_r_1 .body p{margin: 8px 0;line-height: 1.8em;}
.module_r_1 .body a{color: var(--main-color);display: flex;justify-content: center}

/*module_r_2*/
.module_r_2 .body{padding: 15px 35px;background-color: var(--light-gray-color);}
.module_r_2 .body ul li{border-bottom: 1px solid var(--gray-color);padding: 10px 0}
.module_r_2 .body ul li i{margin-right: 8px;font-size: var(--fz12);}
.module_r_2 .body ul li a{font-size: var(--fz14);font-weight: bold;}

/*module_r_3*/
.module_r_3 .body{padding: 15px 35px;background-color: var(--light-gray-color);}
.module_r_3 .body .img{padding-bottom: 50.778%;}

/*module_r_4*/
.module_r_4 .body{padding: 15px 35px;box-sizing: border-box;display: flex;flex-direction: column;align-items: center}
.module_r_4 p{font-size: var(--fz14);}
.module_r_4 .body img{width: 120px;height: 120px;}

/*module_r_5*/
.module_r_5 .body{padding: 15px 0px;box-sizing: border-box;display: flex;justify-content: space-between}
.module_r_5 .body a{display: block;width: 48%}
.module_r_5 .body .img{padding-bottom: 50.778%;}
.module_r_5 .body a p{font-size: var(--fz14);text-align: center;margin-top: 8px;}
/*inside module*/

.inside_top{position: relative;top: -40px}
.inside_top .top_tit{background-color: #CEA611;color: white;display: flex;justify-content: space-between;padding: 15px 20px 15px 88px}
.inside_top h3{font-size: var(--fz24);}

.inside_top .bread img{margin-right: 8px;}
.inside_top .bread a{font-size: var(--fz12);color: white}
/*.inside_top .bread a:not(:first-of-type)::before{content: '/';padding: 5px}*/



.inside_main_left .cat_tit_f{}
.inside_main_left .cat_tit_f p{background-color: #E2E2E2;padding: 15px 0 15px 20px;box-sizing: border-box;font-size: var(--fz20);font-weight: bold;color: var(--main-color)}
.inside_main_left ul li{border-bottom: 1px solid #ECEAEC;background-color: #F8F6F9;}
.inside_main_left ul li a{display: block;padding-left: 20px;line-height: 30px;font-size:var(--fz14);}
.inside_main .page{display: flex;justify-content: center;align-items: center;}
.inside_main .page ul{display: flex;justify-content: center;align-items: center;}

/*inside list1*/
.inside_list1 a h3{font-size: var(--fz14);}
.inside_list1 a span{font-size:var(--fz12);display: block;border-bottom: 1px solid #ECEAEC;border-top: 1px solid #ECEAEC;margin: 6px 0}
.inside_list1 a p{font-size: var(--fz12);line-height: 20px;-webkit-line-clamp:2}
.inside_list1 a bdi{font-size: var(--fz14);background-color: #4a4a4a;color:white;padding: 8px 15px;margin: 15px 0 30px 0;display: inline-block}
.inside_list1 a bdi::after{content: '&gt;';display: inline-block;margin-left: 8px;}

/*inside body1*/
.inside_body1&gt;h2{font-size: var(--fz20);}
.inside_body1&gt;span{font-size: var(--fz12);color: #8a8a8a;display: block;border-bottom: 1px solid #ECEAEC;border-top: 1px solid #ECEAEC;margin: 6px 0;padding: 8px 15px 8px 8px;text-align: right}
.inside_body1 .content,
.inside_body1 .content p {line-height: 2em;}
.inside_body1 .back{display: flex;align-items: center;justify-content: flex-end;margin: 20px 0}
.inside_body1 .refer{display: grid;grid-template-columns: 48% 48%;justify-content: space-between;}
.inside_body1 .refer .prev,
.inside_body1 .refer .next{display: flex;align-items: center}
.inside_body1 .refer .prev span,
.inside_body1 .refer .next span{white-space: nowrap;display: block}
.inside_body1 .refer .prev a,
.inside_body1 .refer .next a{display: block;}
.inside_body1 .refer *{font-size: var(--fz12);color: #959595}
</pre></body></html>