.page_list .page_list{margin-top: 0;}
.page_list .left{display: none;}
.page_list .page_list{width: 100%;display: flex;flex-direction: column;}
.page_list h1.title{font-size: 24px;max-width: 800px;}
.page_list .time{margin: 10px 0 0;font-size: 16px;}
.page_list .desc{background-color: #f6f9fe;border-radius: 20px;padding: 3%;line-height: 2;color: #767676;margin: 30px 0;}
.page_list .entry img{max-width: 100%;margin: 20px 0;}
.entry{max-width: 100%;}
.entry p{margin: 5px 0;padding: 5px 0;line-height: 1.8;color: #767676;}
.entry .table-wrap{max-width: 100%;overflow-x: auto;}

.entry table{width: 100% !important;margin-left: 0 !important;}
.entry table td{padding: 10px;text-align: center;border-bottom: 1px solid #c0c0c0;border-right: 1px solid #c0c0c0;font-weight: 600;}
.entry table tr:nth-child(1) td{border-top:1px solid #c0c0c0}
.entry table tr td:nth-child(1){border-left:1px solid #c0c0c0}
.entry table tr:nth-child(even){background-color: #f9f9f9;}

.page_list .share-this{margin: 20px 0;display: flex;justify-content: start;align-items: center;}

.trun_page{margin: 20px 0;}
.trun_page span{display: inline-block;min-width: 60px;}
.trun_page a{margin-left: 10px;display: inline-block;width: calc(100% - 80px);}
.trun_page p{margin: 5px 0;display: flex;}
.page_form{margin: 4% 0;display: flex;flex-wrap: wrap;justify-content: space-between;position: relative;}
.page_form::after{content: ' ';position: absolute;bottom: 0;left: 0;padding-bottom: 5%;background: url(../image/form_bg.webp) no-repeat center top/100% auto;width: 100%;}
.page_form .img_warp{position: relative;overflow: hidden;padding-bottom: 34%;width: 50%;}
.page_form .img_warp img{position: absolute;width: 100%;height:100%;object-fit: cover;}
.page_form .info{padding:5% 20% 5%  4%;background-color: #e7eeef;width: 50%;}
.page_form .info .title{font-size:40px;color: #2A375E;margin-bottom: 10px;}
.page_form .info .desc{font-size: 16px;color: #666;line-height: 1.8;max-width: 450px;}
.page_form .form{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 5%;}
.page_form .form input{width:100%;background-color: transparent;border: none;border-bottom: 1px solid #adacac;padding: 2% 0 ;color: #2A375E;margin-bottom: 10px;font-size: 18px;}
.page_form .form input::placeholder{color: #adacac;}
.page_form .form input.inlin{width: 45%;}
.page_form .form .submit-btn{border-radius: 23px 5px 23px 5px;background-color: #fff;font-size:16px;color:#2A375E;padding: 8px 35px ;margin: 20px 0 0;border: 1px solid #fff;height:auto}
.page_form .form .submit-btn:hover{border: 1px solid #fff;background-color: #2A375E;color:#fff;}
@media only screen and (max-width: 950px) {
	.page_list .left{display: none;}
	.page_list .page_list{width: 100%;}
	.page_form{flex-direction: column;}
	.page_form .img_warp{width: 100%;padding-bottom: 68%;}
	.page_form .info{width: 100%;}
}
