@charset "UTF-8";
@import url("base.css");
.h40{
    height: 40px;
}
.banner{
    max-width: 100%;
    min-width: 1200px;
    margin: 0 auto;
}
.banner img{
    width: 100%;
}
.con{
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0 35px 0;
}
body{
    
    background: url('../static/body_bg.jpg') repeat;
}
.top_news{
    /* border: 1px solid #e5e5e5; */
    width: 99.8%;
    display: inline-block;
    float: left;
    margin-bottom: 25px;
}
.top_news img{
    margin: 26px 0 26px 30px;
    float: left;
}
.top_news p{
    width: 81.5%;
    float: right;
    text-align: center;
    margin-right: 2%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.top_news .title{
    font-size: 45px;
    font-weight: bold;
    line-height: 5.5rem;
}
.swiper-button-prev,.swiper-button-next{
    width: 30px;
    height: 48px;
}
.swiper-button-prev{
    background: url('prev.jpg');
    left: 0;
}
.swiper-button-next{
    background: url('next.jpg');
    right: 0;
}
#hd_swiper{
    width: 639px;
    height: 410px;
    float: right;
}
.swiper-slide img{
    width: 100%;
    min-height: 100%;
}

.swiper-slide p{
    width: 100%;
    padding: 0 5%;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    color: #fff;
    background: rgb(0, 0, 0,0.6);
    bottom: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_list{
    width: 561px;
    float: left;
    border: 1px solid #146aa6;
}
.news_list ul{
    padding: 32px 0 32px 20px;
}
.news_list li{
    line-height: 40px;
    padding-left: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}
.news_list li.fg{
    width: 100%;
    height: 2px;
    padding: 0;
    background-color: #e5e5e5;
    margin: 9px 0;
}
.news_list .dian{
    width: 7px;
    height: 7px;
    border-radius: 100%;
    border: 2px solid #d32d25;
    position: absolute;
    left: 0;
    top: 16px;
}
.news_list a{
    font-size: 16px;
}
.news_list li.st{
    padding: 0;
}
.news_list li.st a{
    font-size: 22px;
    font-weight: bold;
}
.news_list li.st .dian{
    display: none;
}
.spbd{
    width: 100%;
    display: inline-block;
    float: left;
    margin-top: 40px;
    position: relative;
}
#spbd_swiper_next{
    right: 0;
    top: 135px;
}
#spbd_swiper_prev{
    left: 0;
    top: 135px;
}
#spbd_swiper .swiper-slide{
    border: 1px solid #9bb8d8;
}
#spbd_swiper .swiper-slide img{
    width: 253px;
    height: 182px;
}
#spbd_swiper .swiper-slide p{
    position: initial;
    height: 80px;
    padding: 5px 5px;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    line-height: 22px;
    white-space:initial;
    text-overflow:initial;
    text-align: left;
    width: auto;
}
.spbd_title{
    margin-bottom: 30px;
}
#spbd_swiper{
    width: 1104px;
    margin: 0 auto;
}
.ad{
    width: 100%;
    display: inline-block;
    margin-top: 40px;
}
.ad li{
    float: left;
}
.footer{
    width: 100%;
    display: inline-block;
    float: left;
    text-align: center;
    line-height: 30px;
    padding: 20px 0;
    background-color: #e2f2ff;
    min-width: 1200px;
}
.footer,.footer a{
    font-size: 14px;
}
body{
    background: url('../static/content_bg.png') bottom center no-repeat;
}