* {
    margin: 0 auto;
    padding: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

body {
    font-family: "Helvetica", "PingFangSC", "Microsoft Yahei", "微软雅黑", Arial, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 14px;
    background: #fff
}

.w {
    margin: 0 2rem;
}

/*banner头图*/
.banner_header {
    background: url(banner_gwy20241105.jpg) no-repeat top center;
    background-size: 100%;
    height: 12.5rem;
}

.logo {
    padding-top: .625rem;
    width: 7rem;
}

.logo img {
    width: 100%;
}

/* 中间内容 */
.content {
    background-color: #fff;
    border-radius: .125rem;
    margin-top: 5rem;
}

.line {
    border-top: 6px solid #c52519;
    margin: .125rem 0 0 0;
    background: #fff;
    padding: .125rem 0 0 0;
    margin-top: .375rem;
}

.content h3 {
    font-size: .425rem;
    color: #c52519;
    text-align: center;
    margin: .25rem 0;
}

.content h3 a {
    color: #c52519;
}

.content h3 a:hover {
    color: red;
}

.content h5 {
    font-size: .25rem;
    color: #3755c3;
    padding: .125rem 0;
    font-weight: 400;
}

.content h4 {
    font-size: .3rem;
    color: #c52519;
}

.content p {
    text-indent: 2em;
    font-size: .25rem;
    line-height: .45rem;
    color: #333;
}

.content span {
    font-size: .25rem;
}

/* 左边内容 */
.content .c_left {
    float: left;
    width: 25%;
}

.c_left a {
    display: block;
    line-height: .375rem;
    margin-top: .125rem;
    padding-bottom: .125rem;
    color: #c52519;
}

.c_left a:hover {
    color: red;
}

.border_marg {
    margin: .4rem .25rem;
}

.border_marg_middle {
    margin: .4rem .4375rem
}

.c_left .marg_img {
    width: 100%;
    padding-top: .3125rem;
}

.c_left .marg_img img {
    width: 100%;
    height: 100%;
}

/* 中间内容 */
.content .c_middle {
    float: left;
    width: 40%;
}

.content .c_right {
    float: left;
    width: 35%;
}

.split_line {
    display: block;
    padding: 10px 0;
}

.split_line img {
    width: 100%;
    height: 100%;
}

.c_right .num01 {
    display: inline-block;
    background: url(gwybklc_1_20241106.png) no-repeat;
    background-size: 100% 100%;
    width: .3rem;
    height: .3rem;
    margin-right: .125rem;
}

.c_right .num02 {
    display: inline-block;
    background: url(gwybklc_2_20241106.png) no-repeat;
    background-size: 100% 100%;
    width: .3rem;
    height: .3rem;
    margin-right: .125rem;
}

.c_right .num03 {
    display: inline-block;
    background: url(gwybklc_3_20241106.png) no-repeat;
    background-size: 100% 100%;
    width: .3rem;
    height: .3rem;
    margin-right: .125rem;
}

.c_right .num04 {
    display: inline-block;
    background: url(gwybklc_4_20241106.png) no-repeat;
    background-size: 100% 100%;
    width: .3rem;
    height: .3rem;
    margin-right: .125rem;
}

.bksj {
    background-color: #fff3e8;
    width: 100%;
    height: 100%;
    border-radius: .125rem;
}

.bksj_split {
    margin: .25rem;
    padding: .125rem 0;
}

p a {
    color: #c52519;
}

p a:hover {
    color: red;
}

/* 相关文件 */
.content2 .title {
    font-size: .375rem;
    line-height: .75rem;
    font-weight: bold;
    color: #c52519;
    text-align: center;
    position: relative;
    text-align: left;
    padding: .1875rem 0 0 .25rem;
    border-top: 6px solid #c52519;
}

.content2 .title:after {
    content: "";
    background-color: rgb(197, 37, 25);
    width: .075rem;
    height: .35rem;
    z-index: 128;
    position: absolute;
    left: 0;
    top: .394rem;
    border-radius: .125rem;
}

.content2 .file_left,
.content2 .file_right {
    float: left;
    width: 49%;
    font-size: .275rem;
}



.content2 .file_left {
    margin-right: .25rem;
}

.content2 ul li a {
    color: #333;
    position: relative;
    display: block;
    line-height: .5rem;
    padding: .0875rem 0 .0875rem .275rem;
}

.content2 ul li a:hover {
    color: red;
}

.content2 ul li a:after {
    content: '';
    position: absolute;
    left: 0;
    top: .25rem;
    display: block;
    width: .1375rem;
    height: .1375rem;
    border-radius: .375rem;
    background-image: -moz-linear-gradient(90deg, rgb(245, 198, 147) 0%, rgb(255, 235, 198) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(245, 198, 147) 0%, rgb(255, 235, 198) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(245, 198, 147) 0%, rgb(255, 235, 198) 100%);
    border-radius: 50%;
}