﻿.open_one h1{
    font-size: 30px;
    font-weight: bold;
    color: #003c78;
    margin-bottom: 28px;
}
.open_one p{
    font-size: 20px;
    color: #333333;
    line-height: 32px;
    margin-bottom: 20px;
}
.open_one h2{
    font-size: 20px;
    color: #003c78;
    font-weight: bold;
    margin-bottom: 14px;
}
.open_two>div{
    float: left;
    width: 50%;
}
.otwo_fl h1{
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 26px;
}
.open_two{
    background: #003c78;
}
.otwo_fl{
    padding: 40px;
    
}
.otwo_fl h2{
    font-size: 20px;
    color: #ffffff;
    line-height: 34px;
    
}
.otwo_fl>ul>li{
    font-size: 20px;
    color: #FFF;
    position: relative;
}
.otwo_fl>ul>li>div{
    float: left;
    padding-bottom: 15px;
}
.otwo_fl>ul>li>div:first-child{
    padding-right: 18px;
    width: 30%;
}

.otwo_fl>ul>li>div:nth-child(2n){
    padding-left: 28px;
    width: 61%;
    border-left: 2px solid #be8a43;
}
.otwo_fl>ul>li:last-child>div:nth-child(2n){
    border-left: none;
}
.otwo_fl>ul>li>div>p{
    margin-bottom: 12px;
}
.otwo_fl>ul>li::before{
    content: "";
    position: absolute;
    top: -5px;
    left: 28.7%;
    width: 16px;
    height: 17px;
    background: url("../images/cir.png")no-repeat;
    background-size: 100% 100%;
}
.open_thr{
    border: 1px dashed #c18f4b;
    margin-top: 50px;
    padding: 32px 45px;
}
.open_er p{
    text-align: center;
    font-size: 20px;
    color: #333333;
    margin-top: 20px;
}
.open_kao{
    width: 57.5%;
}
.open_te{
    margin-bottom: 24px;
}
.open_te h1{
    font-size: 26px;
    color: #003c78;
    font-weight: bold;
    margin-bottom: 18px;
}

.open_te h2{
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 8px;
}
.open_kao p{
    font-size: 20px;
    color: #333333;
}
.open_er{
    margin-top: 8px;
}