.headers .headerTop {
    background: rgba(22, 106, 183, 0.6);
    line-height: 36px;
    height: 36px;
}

.headers .headerTop .con {
    width: 1200px;
    margin: 0 auto;
    color: #FFFFFF;
    font-size: 14px;
    text-align: right;
}

.headers .headerTop .con .wechat {
    display: inline-block;
    margin-right: 30px;
    cursor: pointer;
    position: relative;
}

.headers .headerTop .con .wechat .ewm {
    position: absolute;
    top: 30px;
    left: -16px;
    display: none;
}

.headers .headerTop .con .wza img {
    margin-right: 6px;
    vertical-align: -4px;
}

.headers .banner{
    width: 100%;
    margin: 0 auto;
    position: relative;
    min-width: 1200px;
}
.headers .banner > img{
    width: 100%;
}
.headers .banner .logo{
    left: 10px;
    top:10px;
    position: absolute;

}
.headers .nav{
    height: 60px;
    width: 100%;
    background-color: #4097e7;
}
.headers .nav ul{
    margin: 0 auto;
    color: #ffffff;
    height: 60px;
    width: 1200px;
}
.headers .nav ul li {
    float: left;
    width: 25%;
    text-align: center;
    font-size: 18px;
    position: relative;
    line-height:60px;
}

.headers .nav ul li a{
    text-align:center;
    height:28px;
}
.headers .nav ul li.index a{
    background: #2371c5;
    border-radius: 20px;
    padding:5px 20px;
}
.main{
    width: 1200px;
    overflow: hidden;
    margin: 40px auto;
}
.main .xxgkgz{
    width: 570px;
}
.main .xxgkndbg{
    width: 570px;
}
.main .tit{
    height: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.main .tit h5 {
    color: #076fd0;
    font-weight: bold;
    font-size: 22px;
    border-bottom: 3px solid #3868b6;
    padding-bottom: 10px;
    
}
.main .tit .more{
    font-size: 16px;
    color: #ccc;
    margin-top: 10px;
}
/*通用新闻列表*/
.main ul.list{
    width: 570px;
}
.main ul.list li {
    line-height: 24px;
    font-size: 16px;
    padding-bottom: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
 .main ul.list li span.point {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #63a6ea;
    margin-right: 10px;
    vertical-align: 3px;
}
.main ul.list li a:hover{
    color: #076fd0;
}
.main .ggxzl{
    width:1200px;
    margin: 40px auto 0;
}
.main .ggxzl .gxzl_list {
    margin-right: -25px;
    margin-top: 40px;
}
.main .ggxzl .gxzl_list .item{ 
    float: left;
    background: #f8f8f8;
    width: 220px;
    height: 60px;
    text-align: center;
    margin: 0 25px 25px 0;
    border-radius: 6px;
    
}
.main .ggxzl .gxzl_list .item a{
    display: block;
    line-height: 60px;
    font-size: 16px;
    color: #000000;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
    
}
.main .ggxzl .gxzl_list .item:hover{
    background:#076fd0;
    width: 220px;
    height: 60px;
   
}
.main .ggxzl .gxzl_list .item:hover a{
    color: #ffffff;
   
}


