#main_content {padding: 2rem 0;}
#main_content h2 {font-size: 3rem;font-weight: 900;color: #333;padding: 0 1.5rem 1rem;margin: 1rem; border-bottom: 1px solid #eee;}
#main_content ul {padding:0 1.5rem}
#main_content ul li {background: #f7f7f7;margin-bottom: 1rem;padding: 1.5rem 1.5rem 2rem;position: relative;border-radius: 0.5rem;}
#main_content ul li > * {color:#3e3a39}
#main_content ul li .n_title { font-size:2rem; line-height: 1.3; font-weight: bold; word-break:keep-all;}
#main_content ul li .date {font-size: 1.7rem;margin-top: .5rem; display: block;}
#main_content ul li .more {text-align: center; color: #fff;font-size: 1.5rem;font-weight: 600; background: #079164; width: 20%;position: absolute;right: 1.5rem;bottom: 1rem;border: 1px solid #eee;border-radius: 1rem;padding: 0.5rem;}
#main_content ul li >div:nth-child(2) {display:none; }
#main_content ul li >div:nth-child(2) .n_txt {font-size:1.8rem; margin-top:.5rem ; line-height:1.6}
#main_content ul li >div:nth-child(2) a {font-size: 1.5rem;background: #079164;position: relative;margin-left: 50%;transform: translateX(-50%);padding: 1rem;color: #fff; border-radius: 1rem; width: 50%;display: block;text-align: center;margin-top: 2rem;font-weight: bold;}
#main_content ul li.on >div:nth-child(2) {display:block; margin-top:1rem}
#main_content ul li.on .more {display:none}
#main_content ul li .more span {color: #fff;font-weight: bold;margin-left: 0.5rem;}

#swiper {margin: 0 1.5rem; border-radius:.5rem; overflow:hidden}
#swiper .swiper-wrapper .swiper-slide {background: url(../Img/sub_background.png) no-repeat; background-size: cover;}



.news_sub {}
.news_sub .content {padding: 3rem 2rem 10rem;}
.news_sub .content .title {}
.news_sub .content .title span {
    display: flex; justify-content: space-between;align-items: center;
    font-size: 1.4rem;
    font-weight: 600;
    color: #003863;
}
.news_sub .content .title span button {
    border-radius: .5rem;
    padding: .5rem .8rem;
    font-weight: 600;
    color: #fff;
    background-color: #003863;
}
.news_sub .content .title h1 {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.3;
    padding: 1rem 0 3rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #dedede;
}
.news_sub .content .box {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 2rem;
}
.news_sub .content img {width: 100%;}
.news_sub .content .common_btn {
    width: 100%;
    height:5rem;
    border-radius:1rem;
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
    background-color: #003863;
    display: flex;
    justify-content: center;
    align-items: center;
}