﻿.headlines{
    width: 100%;
    height: auto;
    margin-bottom:65px;
    display: inline-block;
}
.headlines-box {
    padding: 40px 8%;
    position: relative;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-image: url(../images/in_52.png);
    text-align: center;
    border: 1px solid #f1f1f1;
    -moz-box-shadow: 0px 10px 20px #E5E5E5;
    -webkit-box-shadow: 0px 10px 20px #E5E5E5;
    box-shadow: 0px 10px 20px #E5E5E5;
}
.headlines-box h3{
    color: #0054a7;
    font-size: 28px;
    line-height: 45px;
}
.headlines-box p{
    font-size: 15px;
    color: #808080;
    line-height: 26px;
    margin-top: 10px;
    text-indent: 2em;
    text-align: center;
}
.headline{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 5px;
}
.headline-left{
    text-align: left;
    margin-left: -64px;
    margin-top: -18px;
    font-size: 26px;
    font-weight: bold;
    color: red;
    float: left;
}
.headline-right{
    float: right;
}
.headline-right a{
    color: #999999;
}
.contsya{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom:65px;
}
.special{
    margin-bottom:65px;
}
.about{
    width: 100%;
    height: auto;
    margin-top: 10px;
    display: inline-block;
}
.ab-left{
    width: 60%;
    float: left;
    display: grid;
}
.abl-title{
    width: 100%;
}
.abl-title h3{
    font-size: 28px;
    font-weight: bold;
    color: #000;
    margin-bottom: 26px;
    border-bottom: 2px solid#3071b7;
    padding-bottom: 14px;
    width: 18%;
}
.ab-left p{
    font-size: 16px;
    color: #5a5a5a;
    line-height: 34px;
    width: 92%;
    letter-spacing: 1px;
    margin-top: 31px;
    display: inline-block;
    margin-bottom: 75px;
}
.abl-box{
    width: 96%;
    height: auto;
    display: inline-block;
    background-color: #f4f4f4;
    z-index: 9999999999999;
}
.abl-box li{
    width: 25%;
    float: left;
    text-align: center;
}
.abl-box li h3{
    font-size: 46px;
    color: #5a5a5a;
    padding-top: 25px;
}
.abl-box li span{
    color: #5a5a5a;
    font-size: 16px;
    padding-bottom: 26px;
    display: block;
}
.ab-right{
    float: right;
    width: 40%;
}
.ab-right img{
    width: 100%;
}
.news{
    width: 100%;
    height: auto;
    display: inline-block;
    background-color: #f4f4f4;
    padding-bottom: 10px;
}
.news-one{
    width: 35%;
    float: left;
    overflow: hidden;
    padding-top: 40px;
    margin-right: 30px;
}
.no-title h3 {
    color: #265ebf;
    font-size: 25px;
    padding-bottom: 14px;
}
.not-box img{
    width: 100%;
    margin-top: 17px;
    margin-bottom: 15px;
}
.not-box li{
    width: 100%;
    height: auto;
    display: inline-block;
    border-bottom: 1px dashed#6b6b6b;
    line-height: 40px;
    padding-right: 6px;
}
.not-box li i{
    width: 8px;
    height: 8px;
    float: left;
    border-radius: 50%;
    background-color: #1a56a8;
    font-style: normal;
    margin-top: 17px;
    margin-right: 10px;
}
.not-box li p{
    float: left;
    font-size: 14px;
    color: #888888;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.not-box li span{
    float: right;
    font-size: 12px;
    color: #888888;
}
.news-two{
    width: 25%;
    float: left;
    overflow: hidden;
    padding-top: 40px;
}
.news-two a img{
    margin-top: 17px;
}
.am-nav-prev{
    display: none;
}
.am-nav-next{
    display: none;
}
@media screen and (max-width: 768px) {
    .headlines-box {
        padding: 30px 1%;
    }
    .headline-left {
        margin-left: 8px;
        font-size: 24px;
        margin-top: -2px;
    }
    .headlines-box h3 {
        font-size: 20px;
        line-height: 33px;
    }
    .headlines-box p {
        font-size: 12px;
        line-height: 21px;
    }
    .ab-left {
        width: 100%;
    }
    .contsya {
        margin-bottom: 19px;
    }
    .abl-title h3{
        width: 100%;
    }
    .ab-left p {
        font-size: 13px;
        line-height: 29px;
        width: 92%;
        margin-bottom: 20px;
    }
    .abl-box {
        width: 100%;
    }
    .abl-box li h3 {
        font-size: 29px;
    }
    .abl-box li span {
        color: #5a5a5a;
        font-size: 15px;
    }
    .abl-box li {
        width: 22%;
        margin-right: 10px;
    }
    .abl-box li span {
        color: #5a5a5a;
        font-size: 15px;
        padding-bottom: 18px;
        display: block;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .ab-right {
        float: right;
        width: 100%;
    }
    .link{
        display: none;
    }
}
