<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php</b> on line <b>456</b><br />
@charset "utf-8";

#indexMain::before {
    z-index: -1;
}

.para_section p {
    text-indent: 15px;
}

.para_section .ph {
    text-indent: 0;
}

.main_large_img p {
    padding: 0 10px;
}
#indexMain::after {
    z-index: -1;
}

#indexMain .fv_information {
   padding-bottom: 20px; 
   font-size: 1.4rem;
   text-align: center;
}

@media screen and (max-width: 768px) {
    #indexMain::after {
        display: none;
    }
    .pager .prev, .pager .next {
        position: relative;
        top: -10px;
        display: table-cell;

    }
    #header nav > ul > li {
        width: 100%;
    }

    #indexMain .fv_information {
        padding-top: 20px; 
     }

}

/* top / news */

.index_news_section {
    padding-top: 30px;
}
#NewsList .ph_l_section>.ph {
    width: calc(20% - 20px);
}
#NewsList .ph_l_section>.ph ~ * {
    margin-left: calc(20% + 20px);
}
#NewsList .ph_l_section.row {
    box-shadow: 1px 1px 5px rgb(0 0 0 / 10%);
    background: #fff;
}
#NewsList h1 span {
    line-height: 1.8rem;
}
#NewsList h1 span {
    font-size: 18px;
}
#NewsList a:hover h1 span {
    text-decoration: none;
}
.blog_list a footer {
    margin-top: 5px;
}
#NewsList .next {
    position: relative;
    font-weight: bolder;
    padding-right: 15px;
    margin-top: 10px;
} 
#NewsList .next a{
    color: #00a1e9;
}
#NewsList .next a:hover{
    text-decoration: underline;
}
#NewsList .next a:before {
    right: 1px;
    top: 1px;
    transform: rotate(225deg);
    content: "";
    position: absolute;
    top: 0.6em;
    width: 8px;
    height: 8px;
    border-left: 2px solid #00a1e9;
    border-bottom: 2px solid #00a1e9;
}

@media screen and (max-width: 768px) {
    #NewsList .ph_l_section>.ph {
        float: left;
    }
    #NewsList .ph_l_section>.ph {
        width: calc(40% - 20px);
    }
    #NewsList .ph_l_section>.ph ~ * {
        margin-left: calc(35% + 20px);
    }
    #NewsList article {
        margin: 0 10px;
    }
    .lead_txt ul {
        margin-top: 20px;
    }
    .lead_txt ul li {
        margin-top: 0;
    }    

}

/* who are we? */

.who01.ph_l_section > .ph {
    width: calc(30% - 20px);
}
.who01.ph_l_section > .ph ~ * {
    margin-left: calc(30% + 20px);
}
.who02.ph_r_section > .ph,
.who04.ph_r_section > .ph {
    width: calc(30% - 20px); 
}
.who02.ph_r_section > .ph ~ *,
.who04.ph_r_section > .ph ~ *  {
    margin-right: calc(30% + 20px);
}
.main_visual.pd_section {
    padding-bottom:0 ;
}

@media screen and (max-width: 768px) {
    .who01.ph_l_section > .ph,
    .who02.ph_r_section > .ph,
    .who04.ph_r_section > .ph {
        width: 100%;
    }
    .who01.ph_l_section > .ph ~ * {
        margin-left: 0;
    }
    .who02.ph_r_section > .ph ~ *,
    .who04.ph_r_section > .ph ~ *  {
        margin-right: 0;
    }

}

/* MISSION */
.outline_activity a {
    color: #000;
    text-decoration: none;
}
.outline_activity a:hover {
    text-decoration: underline;
}

/* AWARD */
.award-title {
    font-weight: bold;
    color: #999999;
}

.award_block {
    border-bottom: 5px solid #e5e5e5;
    padding-bottom: 70px;
}

@media screen and (max-width: 768px) {

    .award_block .ph_l_section .ph_l_section .ph {
        width: 100% !important;
    }
    .award_block .ph_l_section .ph_l_section .ph + .para_section {
        margin-left: 0 !important;
    }
}