*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    letter-spacing: .3px;
    direction: ltr;
    font-variant-numeric: lining-nums;
    -ms-font-feature-settings: "lnum"1;
    -o-font-feature-settings: "lnum"1;
    -webkit-font-feature-settings: "lnum"1;
    font-feature-settings: "lnum"1;
    background: #EFE9FA;
    color: #333;
    font-family: rawline,Open Sans,Arial,sans-serif !important;
}
.main{
    background-color: transparent;
}
.content_box{
    width: 80%;
    margin: 30px auto;
    background: #F2F7FD;
    border-radius: 7px;
    box-shadow: 0 0 8px 0px rgb(0 0 0 / 30%);
    min-height: calc(100vh - 120px);
    max-width: 1200px;
    padding: 40px 50px;
    text-align: left;
}
.title{
    font-size: 25px;
    text-align: center;
    padding-bottom: 15px;
}
.article_date{
    font-size: 13px;
    color: #B5B5B5; 
    padding-bottom: 15px;
    text-align: center;
}
.article_img{
    width: 100%;
    max-width: 545px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 30px;
}
.article_img img{
    width: 100%;
    height: auto;
}
.article_dec p{
    font-size: 12px;
    line-height: 25px;
}
.article_dec p img{
    width: 100%;
    height: auto;
}
.article_title{
    font-size: 15px;
    font-weight: 700;
    margin-top: 30px;
    padding-bottom: 10px;
}
.title_blog{
    padding-bottom: 0;
    margin-top: 18px;
}
.blog_top,.blog_item{
    padding-bottom: 45px;
    background-color: #ffffff;
    border-radius: 8px;
    margin-bottom: 50px;
}
.article_dec{
    padding: 0 25px;
}
.content_box_blog{
    margin: 15px auto;   
}
.blog_img img,.blog_item img{
    width: 100%;
    height: auto;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.article_date_b{
    padding: 10px 0;
    text-align: left;
}
.article_dec p a{
    color:#35ADAA;
}
.content_box_blog .article_title{
    margin-top: 0;
}
.blog_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.blog_top{
    box-shadow: 0 0 7px 1px rgb(201 176 176 / 50%);
}
.blog_item{
    width: 47%;
    box-shadow: 0 0 7px 1px rgb(201 176 176 / 50%);
}

.footer-main {
    border-top: 1px solid #DADADA;
    padding-bottom: 0;
    padding-top: 32px;
    font-size: 13px;
}

.title4.red {
    font-weight: 600;
    margin-bottom: 18px;
    color: #333;
}

.footer-main_nav li {
    margin-bottom: 12px;
}

.footer-main_nav li a {
    color: #333;
    font-size: 13px;
}

.footer-login {
    display: flex;
    align-items: center;
    height: 80%;
    justify-content: center;
}

.footer-login div {
    width: 60%;
    border-right: 1px solid #DDDDDD;
    color: #333;
}

.footer-login img {
    width: 125px;
    height: 100px;
}

.row {
    display: flex;
    width: 100%;
}

.col-md-4 {
    width: 33%;
}

.slogan {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    align-items: center;
    border-top: 1px solid #E9E9E9;
}

.slogan p {
    color: #333;
}

.col-md-12 {
    width: 100%;
}

.followUs span {
    display: inline-block;
    margin: 0 3px;
}

.followUs span svg {
    overflow: hidden;
    vertical-align: middle;
}
.office_list{
    position: absolute;
    top: 100%;
    background: #ffffff;
    border-radius: 5px;
    display: none;
}    
.office_list_box{
    position: relative;
}
.office_list_box:hover .office_list{
    display: block;
}
.org_content {
    width: 80%;
    max-width: 1440px;
    margin: 0 auto;
}

.view_item_result a {
    color: #333;
    display: inline-block;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    font-size: 13px;
    padding: 13px;
}

.view_item_result a div:nth-child(1) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.view_item_result {
    width: 80%;
    margin: 1px auto;
    background-color: #fff;
    color: #333;
    border-radius: 3px;
    box-shadow: 0px 0px 1px 1px rgb(225 225 225 / 20%);
    max-width: 1000px;
    max-height: 48px;
}

.result_paging {
    margin: 30px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page_btn {
    margin: 0 5px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #D2D3D5;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #333;
}

.select_page_btn {
    background-color: #017F65;
    color: #fff;
}

.next_page_btn {
    background-color: #2D3A43;
}

.footer-box {
    background: rgba(0,0,0,.3) !important;
    padding: 2px 24px;
    font-size: 12px;
    text-align: left;
    color: #FFF;
}

.nav__item--sub {
    margin-left: 10px;
}

.index_result .view_item_result {
    width: 94%;
    max-width: 1300px;
    min-width: 300px;
    max-height: 48px;
}

.index_result {
    min-height: auto;
}

.footer-tips {
    border-right: none !important;
}

@media (max-width:1000px) {
    .blog_item{
        width: 100%;
    }
    .title{
        font-size: 20px;
    }
}
@media (max-width:750px) {
    .content_box{
        width: 95%;
        padding: 15px 20px;
    }
    .title{
        font-size: 15px;
    }
}