﻿body {
    background: url("bg_lwlb.png") top center no-repeat #fff;
}
a {
    color:#333;
}
.container {
    width: 1180px;
    margin:0 auto;
    position: relative;
}
.header1 {
    height: 381px;
}
.header1 .logo {
    position: absolute;
    left:0;
    top: 10px;
}
.header1 .backHome {
    position: absolute;
    right:0;
    top: 40px;
    width: 140px;
    height: 50px;
    text-align: center;
    background: url(bh_lwlb.png) center no-repeat;
}
.news {
    margin-top: 50px;
}

/*轮播*/
.news .lunb {
    float: left;
    width: 564px;
    height: 317px;
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}
.news .lunb .bd li {
    float: left;
}
.news .lunb .bd li a {
    display: block;
    width: 564px;
    height: 317px;
    overflow: hidden;
    position: relative;
}
.news .lunb .bd li img {
    display: block;
    width: 564px;
    height: 317px;
    transition: transform .3s;
}
.news .lunb .bd span {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 67px;
    line-height: 50px;
    background: rgba(0,0,0,.5);
    width: 600px;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.news .lunb .hd {
    position: absolute;
    right: 220px;
    bottom: 12px;
}
.news .lunb .hd li {
    float: left;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #fff;
    margin-left: 10px;
    transition: width .3s;
    cursor: pointer;
}
.news .lunb .hd li.on {
    width: 25px;
    border-radius: 3px;
    background-color: #1073b7;
    transition: width .3s;
}
.news .lunb .prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    cursor: pointer;
}
.news .lunb .next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
}
.news .lunb .more {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.news .lunb .more a {
    font-size: 14px;
    color: #fff;
}
/*轮播结束*/
/*动态信息*/
.dtxx {
    margin-left: 38px;
    width: 562px;
    margin-top: 40px;
}
.dtxx .title {
    background: url("title_bg_yhyshj.png") left center no-repeat;
    height: 41px;

}
.dtxx .title span {
    font-size: 30px;
    font-weight: bold;
    color: #2e61cf;
    padding-left: 16px;
    line-height: 41px;
}
.dtxx .title em {
    float: right;
    font-size: 14px;
    color: #b5b5b5;
    line-height: 20px;
}
.dtxx .dtxx_con li{
    line-height: 46px;
    background: url("liststyle.png") 0px center no-repeat;
    padding-left: 20px;
}
/*动态信息结束*/

.gzdt {
    margin-top: 40px;
}
.gzdt .zctitle {
    background: url("title_bg_yhyshj.png") left center no-repeat;
    height: 41px;

}
.gzdt .zccont {
    margin-top: 50px;
}
.gzdt .zccont li{
    line-height: 46px;
    background: url("liststyle.png") 0px center no-repeat;
    padding-left: 20px;
    float: left;
    width: 550px;
}
.gzdt .zccont li span{
    float: right;
    color: #b0b0b0;
}

.gzdt .zccont li:nth-child(2n) {
    float: right;
}
.banner {
    margin-top: 40px;
}