body{
    background: #f2f3f6;
    padding-top:91px;
}
/*topbar*/
header.am-topbar {
    border: none;
    min-height: 45px;
    margin: 0;
    background: #484d50;
}
header .wrapper {
    padding: 0;
    text-align: center;
    line-height: 45px;
    color: #fff;
}
.logo--wrapper a.link, .logo--wrapper a.link2 {
    /*outline: 1px solid red;*/
}
.logo--wrapper .link {
    position: absolute;
    width: 60%;
    height: 45px;
    top: -9.5px;
    left: 0;
}
.logo--wrapper .link2 {
    position: absolute;
    width: 30%;
    height: 45px;
    top: -9.5px;
    right: 0;
}
header h1 {
    position: relative;
    margin: 9.5px 0;
    width: 150px;
    height: 26px;
    text-indent: -999px;
    /*background: url("../images/logo.png") center;*/
    background-size: contain;
}
.header_location {
    width: 114px;
    font-size: 16px;
    line-height: 45px;
    cursor: pointer;
    text-align: right;
    position: relative;
}
.header_location img {
    width: 15px;
    height: 18px;
    vertical-align: sub;
}
.header_location span {
    display: inline-block;
    max-width: 76px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    color: #fff;
}
.banner {
    height: 250px;
    background: url("../images/huanpaiBanner.png?v=201801") no-repeat center;
}
/*articleList*/
.division {
    padding-bottom: 15px;
    border-bottom: 1px #999 dashed;
}
.division:last-of-type {
    padding: 0;
    border: none;
}
.title--logo {
    margin: 105px 0 95px;
    font-size: 40px;
    font-weight: bold;
    color: #251386;
    text-align: center;
}
.title--logo img {
    max-height: 74px;
    margin-bottom: 30px;
}
.information {
    padding: 50px 30px;
    background: #fff;
    margin:30px auto;
}
.information p {
    font-size: 18px;
    color: #282828;
    line-height: 1.875;
}
.information p span.p_link{
    color:#3180f4;
}
.information p span.decrition{
    padding-left:30px;
    display: inline-block;
    vertical-align: baseline;
}
.information p span.p_strong{
    color:#f60;
}
.information p span.p_title{
    color:#565656;
    font-weight: normal;
}
.information ul{
    padding-left:30px;
}
.vedioList{
    background: #fff;
    padding:0 30px 30px;
}
.title--logo {
    margin: 60px 0 55px;
    font-size: 40px;
    font-weight: bold;
    color: #251386;
}
.title--logo img {
    height: 66px;
}
.division--wrapper {
    padding: 30px 0;
    position: relative;
}
.division--wrapper:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 4px;
    display: block;
    height: 100%;
    background: url(../images/divide.png) no-repeat center;
    background-size: contain;
}
.division--wrapper .p--division {
    margin: 0;
    position: relative;
    line-height: 22px;
    font-size: 20px;
    font-weight: bold;
    color: #282828;
}
.division--wrapper .p--division .am-fl {
    color: #333;
    font-size: 20px;
    margin-left: 14px;
    position: relative;
}
.division--wrapper .p--division .svgIcon {
    width: 1em;
    height: 1em;
    fill: currentColor;
    vertical-align: -0.15em;
}
.news_list li {
    width: 262px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
}
.news_list li:nth-child(4n+4) {
    margin-right: 0;
}
.news_list li .img--wrapper {
    width: 100%;
    height: 174.75px;
    overflow: hidden;
}
.news_list li .img--wrapper img{
    position: absolute;
    width:100%;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
.news_list .title {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    margin: 17px auto;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height:50.77px;
}
.news_list .message {
    font-size: 12px;
    color: #999;
    line-height: 12px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.message .img--wrapper {
    display: inline-block;
    vertical-align: text-bottom;
}
.vedioList .news_list li .video {
    width: 40px;
    height: 27px;
    line-height: 27px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid white;
    border-radius: 4px;
    z-index: 4;
    cursor: pointer;
    vertical-align: text-bottom;
}
.vedioList .news_list .img--wrapper:hover .video {
    background: #f60;
    transition: background-color 0.2s ease-in;
}
.vedioList .news_list li .video .svgIcon {
    width: 1em;
    height: 1em;
    margin: 0;
    vertical-align: -0.15em;
}
.svgIcon {
    width: 1.2em;
    height: 1.2em;
    vertical-align: -0.18em;
    fill: currentColor;
    overflow: hidden;
    margin-right: 0.2em;
}
.articleList_more {
    font-size: 13px;
    color: #999;
    width: 280px;
    line-height: 40px;
    margin: 20px auto 20px;
    background: #fff;
    text-align: center;
    border: 1px solid #f0f0f0;
}
.articleList_more a {
    display: inline-block;
    width:100%;
    height:100%;
    text-decoration: none;
    color: inherit;
}
/*ad*/
.ad {
    margin: 80px auto;
}
.ad img {
    width: 100%;
    max-height: 100px;
}

@media (max-width: 640px) {
    .division--wrapper{
        padding:35px 4%;
    }
    .division--wrapper:before{
        left:4%;
    }
    .content--wrapper{
        padding:4% 9%;
    }
    .news_list li{
        width:100%;
        float: none;
        margin:0;
        padding-bottom:10px;
    }
    .news_list .message{
        bottom:10px;
    }
    .banner{
        height: 80px;
        background-size: cover;
    }
    .articleList_more{
        margin-top:4%;
    }
    .information p span.decrition,.information ul{
        padding-left:0;
    }
}


