<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.organize_left{
    width: 730px;
}
.organize_right{}
.factors,.support{
    padding-top: 15px;
}
.factors li,.support li{
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #d9e3ec;
}
.factors li:last-child{
    border:none;
    margin:0;
    padding:0;
}
.factor_number,.support_number{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background: #59a3ff;
    text-align: center;
    line-height: 30px;
    color: #fff;
    box-shadow: 3px 0px 18px rgb(89 163 255 / 67%);
    margin-right: 20px;
}
.factor_info,.support_info{
    width: 1230px;
}
.factor_title,.support_title{
    font-size: 20px;
    font-family: 'Inter Bold';
    margin-bottom: 10px;
}
.type{
    margin-top: 10px;
}
.type li{
    float: left;
    width: 384px;
    margin-right: 38px;
}
.type_img{}
.type_operate {
    padding: 12px 0px 0px;
}
.event_type_info{
    height: 92px;
}
.line{
	display: inline-block;
	color: #8d8e90;
	font-size: 12px;
	padding: 0px 14px;
}
.type_img img {width: 384px;}
.decide_item{
    box-shadow: 0px 0px 12px rgb(7 133 166 / 30%);
    background: #f7f9fa;
    margin-top: 10px;
}
.decide_item_left{
    float: left;
    width: 500px;
    background: #f7f9fa;
    padding: 20px;
    border-radius: 8px 0px 0px 8px;
}
.decide_item_right{
    float: left;
    padding: 20px;
    background: #fff;
}
.events_type_table{
    width: 650px;
}
.events_type_table th{
    background: #3787ec;
}
.events_type_table th:first-child{
    border-radius:8px 0px 0px 8px;
}
.events_type_table th:last-child{
    border-radius:0px 8px 8px 0px;
}
.events_type_table td{
    padding-left: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
    font-family: 'Inter Medium';
}
.events_type_table tr:last-child td{
    border: none;
}
.type_check{
    text-align: center;
}
.decide_p{
    margin-bottom: 12px;
}
.decide_th{
    color: #fff;
    line-height: 46px;
    font-family: 'Inter SemiBold';
    padding-left: 20px;
}
.support_p{
	margin-bottom: 10px;
	padding-top: 6px;
}
.support_left{
    float: left;
    width: 1040px;
}
.support_right{
    float: right;
}

/*publication*/
.publication {
    margin-top: 30px
}

.publication ul li {
    width: 383px;
    float: left;
    margin-right: 40px;
    border: 1px solid #cacaca;
    box-sizing: border-box;
    background: #fff;
    border-top: 3px solid #fa9d19;
    padding: 20px;
    height: 410px;
    margin-bottom: 45px;
    position: relative
}

.pub_benefit {
    margin-top: 15px
}

.pub_benefit td {
    vertical-align: top;
    padding-bottom: 4px
}

.pub_benefit td img {
    vertical-align: middle;
    margin-right: 12px;
    position: relative;
    bottom: 3px
}
.td_p {
    font-size: 15px;
    color: #0c672c;
    font-family: 'Inter Medium';
    line-height: 24px;
}
.pub_btn {
    position: absolute;
    bottom: 30px;
}
.free_icon{
    position: absolute;
    left: 170px;
}
/*publication end*/</pre></body></html>