.partner{
    background: rgba(0,0,0,.1);
    padding-bottom: 70px;
    position: relative;
    overflow: hidden;
}
.partner-bg{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    height: 1640px;
}
.partner-bg div{
    background: url(../img/index_partner.jpg);
    height: 820px;
}
.partner-main{
    width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.partner-main h2{
    font-size: 30px;
    color: #000;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    padding: 70px 0 50px;
}
.partner-main ul{
    background: #fff;
    box-shadow: 0px 0px 30px rgba(40,22,6,0.1);
}

.partner-main ul li{
    width: 183px;
    height: 133px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.partner-main ul li img{
    max-width: 173px;
    max-height: 123px;
    transition: ease filter .3s;
}
.partner-main ul li:hover img{
    -webkit-filter: grayscale(1); /* Webkit */  
    filter: gray; /* IE6-9 */    
    filter: grayscale(1); /* W3C */  
}
/* 服务企业 end */


.broadcast{
    width: 1000px;
    margin: 0 auto;
    padding: 90px 0 70px;
}
.broadcast h2{
    font-size: 30px;
    color: #000;
    font-weight: 500;
    letter-spacing: 2px;
    text-align: center;
    padding-bottom: 50px;
}
.broadcast>div>div{
    box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
    height: 488px;
}
.bro-l{
    width: 600px;
    float: left;
    border: 1px solid #ddd;
}
.bro-title ul{
    display: flex;
    /*justify-content: space-around;*/
    padding: 20px 0 20px 20px;
}
/*.bro-title ul{*/
/*    padding: 0px 20px;*/
/*    display: flex;*/
/*    justify-content: space-around;*/
/*    padding: 20px 0;*/
/*}*/
.bro-title ul li{
    font-size: 14px;
    padding-bottom: 5px;
    cursor: pointer;
    transition: .3s all;
    border-bottom: 3px solid transparent;
}
.bro-title ul li:hover,.bro-title ul li.active{
    border-bottom: 3px solid #47A1F2;
    color: #47A1F2;
}
.bro-title a{
    font-size: 15px;
    color: #47A1F2;
}
.bro-title a:hover{
    text-decoration: underline;
}
.bro-main{
    padding-bottom: 30px;
}
.bro-main>div{
    display: none;
    padding-left: 20px;
}
.bro-main div a{
    height: 30px;
    display: flex;
    align-items: center;
}
.bro-main div a p{
    font-size:13px;
    position: relative;
    color: #3D3D4C;
    line-height: 1;
    padding-left: 10px;
    max-width: 370px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.bro-main div a p::after{
    content:'';
    width: 4px;
    height: 4px;
    background: #CCC;
    position: absolute;
    top: 4px;
    left: 0;
    border-radius: 5px;
}
.bro-main div a b{
    width: 50px;
    height: 20px;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    border-radius:5px;
    color: #fff;
    font-weight: normal;
    margin: 0px 10px;
}
.bro-main div a b.arr-1{background: #56D247;}
.bro-main div a b.arr-2{background: #3FC3E3;}
.bro-main div a b.arr-3{background: #F68080;}
.bro-main div a span{
    color:#666;
    font-size: 14px;
}

.bro-r{
    width: 377px;
    float: right;
    border: 1px solid #ddd;
}
.bro-r h3{
    font-size:18px;
    color: #3d3d4c;
    line-height: 1;
    padding: 22px 0 20px 35px;
    background: url(../img/index_broadcast_icon.png)no-repeat;
    background-position: 10px 22px;
}
.bro-r ul li{
    height: 36px;
    clear: both;
}
.bro-r ul li i{
    color: #8a8a9c;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    width: 45px;
    float: left;
    padding-left:10px;
    text-align: center;
}

.bro-r ul li:nth-child(1) i{color:#e62e44;}
.bro-r ul li:nth-child(2) i{color:#f46039;}
.bro-r ul li:nth-child(3) i{color:#ff941a;}
.bro-r ul li a{
    color: #333;
    font-size: 16px;
    line-height: 36px;
    float: left;
    width: 240px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.bro-r ul li a:hover{
    text-decoration:underline
}
.bro-r ul li span{
    color: #ef233d;
    font-size: 17px;
    font-weight: bold;
    line-height: 36px;
    float: right;
    padding-right: 20px;
}

/* 舆情播报 end */