.container{width: 1200px;}
/***banner***/
.banner{
    min-width: 1200px;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-top: 80px;
}
.banner img{
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}
.banner_pos{
    position: absolute;
    bottom: 110px;
    display: block;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    text-align: center;
}
.banner_pos h1{
    font-size: 30px;
    color: #e4f0f5;
    margin-bottom: 16px;
}
.banner_pos p{
    color: #e4f0f5;
    font-size: 14px;
    margin-bottom: 36px
}
.banner_pos ul li:hover a{color: #fff;}
.banner_pos ul li{
    display: inline-block;
    width: 30%;
    background-color: #fff;
    color: #4f4f4f;
    text-align: center;
    height: 44px;
    line-height: 44px;
    cursor: pointer;
    margin-right: 3%;
}
.banner_pos ul li:hover,.banner_pos ul li.active{
    background-color: #e15517;
    color: #fff;
}
.banner_pos ul li:last-child{
    margin-right: 0;
}

/***党建列表***/
.box_list{
    background-color: #f6f6f6;
    min-width: 1200px;
}
.box_list .container{
    /*margin-top: -40px;*/
    background-color: #fff;
    padding: 0;
}
.box_list_pos{
    position: relative;
    /*height: 80px;*/
    /*line-height: 80px;*/
    margin-top: -40px;
    background-color: #fff;
    padding: 38px 20px;
}
.box_list_pos .box_jt_pos i{
    margin-top: -2px;
}
.box_list_body{
    padding: 0 80px;
    margin-top: 20px;
}

.box_list_hd dt{
    float: left;
    margin-right: 42px;
    width: 410px;
    height: 235px;
}
.box_list_hd dt img{
    width: 100%;
    height: 100%;
}
.box_list_hd dd{
    padding-top: 18px;
}
.box_list_hd dd h5{
    padding: 15px 0 25px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-weight: 700;
}
.box_list_hd dd h5 a{
    font-size: 20px;
    color: #4f4f4f;
}
.box_list_hd dd p{
    line-height: 25px;
    height: 50px;
    margin-bottom: 30px;
    overflow: hidden;
    text-align: justify;
}
.box_list_hd dd button{
    width: 125px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #b8b8b8;
    background-color: transparent;
    color: #7f7f7f;
}
.box_list_hd dd button:hover{
    background-color: #e15517;
    border: 1px solid #e15517;
    color: #fff;
}
.box_list_bd{
    margin-top: 40px;
}
.box_list_bd li{
    line-height: 30px;
    margin-bottom: 10px;
    padding-left: 34px;
    position: relative;
}
.box_list_bd li:hover a{color: #e15517}
.box_list_bd li:before{
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #f6bf02;
    top: 50%;
    margin-top: -7px;
    left: 0;
}
.box_list_bd time{
    font-size: 14px;
    color: #999;
}
.box_list_bd h6{
    color: #4f4f4f;
    font-size: 16px;
    font-weight: bold;
}
a{
    color: #e15517;
    font-size: 14px;
}
a:hover{color: #fff;}
.box_list_hd dd button:hover a{color: #fff;}


.footer,.footer_address{
    min-width: 1200px;
}
@media (min-width: 1380px){
    .footer .container {
        width: 1380px;
    }
    .footer_address .container {
        width: 1380px;
    }
}