﻿.banner{
    width: 100%;
    height: auto;
    display: inline-block;
}
.banner img{
    width: 100%;
}
.news{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 40px;
}
.ab-top{
    width: 100%;
    height: auto;
    display: inline-block;
    border-bottom: 1px solid#e8e8e8;
}
.abt-left{
    float: left;
    line-height: 65px;
    letter-spacing: 1px;
}
.abt-left img{
    float: left;
    margin-right: 6px;
    margin-top: 24px;
}
.abt-left p{
    float: left;
}
.abt-left p a{
    color: #434343;
}
.abt-nav{
    float: right;
    line-height: 73px;
}
.abt-nav li{
    float: left;
    margin-left: 45px;
}
.abt-nav li a{
    font-size: 18px;
}
.abt-nav li:hover{
    border-bottom: 2px solid#1e63ac;
}
.naws li {
    float: left;
    width: 46%;
    margin: 0px 2% 40px 2%;
    padding-bottom: 0px;
    border-bottom: 1px solid #e5e5e5;
}
.naws li .left {
    float: left;
    vertical-align: middle;
    padding-right: 40px;
    width: 100px;
}
.naws li .left h2 {
    font-size: 16px;
    color: #666;
    margin: 10px 0 10px;
}
.naws li .left h3 {
    font-size: 34px;
    color: #222;
}
.naws li .right {
    display: table-cell;
    vertical-align: middle;
    width: 74%;
    float: right;
}
.naws li .right h3 a{
    font-size: 17px;
    line-height: 28px;
    height: 56px;
    font-weight: normal;
    /* width: 47%; */
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
}
.naws li .right p {
    height: 74px;
    line-height: 24px;
    font-size: 14px;
    color: #888;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: clip;
    overflow: hidden;
}
.naws{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 35px;
}
.naws li .right h3{
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
    .banner {
        width: 100%;
        height: auto;
        display: inline-block;
        overflow: hidden;
    }

    .banner img {
        width: 148%;
        margin-top: 50px;
        margin-left: -30px;
    }

    .abt-nav {
        float: right;
        line-height: 40px;
        width: 100%;
    }

    .abt-nav li {
        float: left;
        margin-left: 0px;
        width: 31%;
        text-align: center;
    }

    .abt-nav li a {
        font-size: 15px;
    }
    .naws li {
        float: left;
        width: 100%;
        margin-bottom: 11px;
    }
    .naws li .left {
        width: 20%;
        padding-right: 12px;
    }
    .naws li .right {
        width: 73%;
        float: left;
    }
    .naws li .left h2 {
        font-size: 13px;
    }
    .naws li .left h3 {
        font-size: 19px;
    }



}
