﻿@charset "utf-8";

.head-page .about_item span{
    color: #fff;
}
.head-page .about_item>a:after {
    transform: scale(1);
    opacity: 1;
}
.head-page.show .about_item a span{
    color: #234497;
}
.information_news_three .list{
    margin-bottom: 0;
}
.about_pg01 .texts{
    width: 45%;
}
.about_pg01 .texts .page_line{
    margin: 28px 0 60px;
}
.about_pg01 .img{
    width: 48.5%;
    box-shadow: 0px 0px 9px 6px rgba(142,142,142,0.15);
}
@media only screen and (max-width: 1200px) {
    .about_pg01 .texts .page_line {
        margin: 20px 0 35px;
    }
}
@media only screen and (max-width: 768px) {
    .about_pg01 .texts {
        width: 100%;
    }
    .about_pg01 .img {
        width: 100%;
        margin-top: 20px;
    }
    .about_pg01 .texts .page_line {
        margin: 20px auto 25px;
    }
}