.nav ul li a.ywdt{
    background: #44aeff;
}
/*新闻*/
.news {
    padding: 40px 30px 30px;
}

.news .newsPic {
    width: 574px;
    height: 360px;
    position: relative;
}

.news .newsPic .swiper-container1 {
    width: 574px;

    height: 360px;
}

.news .newsPic .swiper-container1 a {
    display: block;
    position: relative;
}
.news .newsPic .swiper-container1 a img{
    width: 574px;
    height: 360px;
}
.news .newsPic .swiper-container1 a p {
    position: absolute;
    width: 574px;
    height: 60px;
    line-height: 60px;
    bottom: 0;
    font-size: 16px;
    color: #ffffff;
    padding-left: 16px;
    padding-right: 120px;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: rgba(0, 0, 0, 0.6);

}

.news .newsPic .pagination {
    position: absolute;
    right: 10px;
    text-align: center;
    bottom: 20px;
    z-index: 10;
    width: 20%;
}

.news .newsPic .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #ffffff;
    margin: 0 5px;
    cursor: pointer;
}

.news .newsPic .swiper-active-switch {
    background: #0963b9;
}

.news .newsList {
    width: 548px;
}

.news .newsList h5 {
    font-size: 20px;
    margin-bottom: 4px;
    font-weight: bold;
    color: #076fbe;
    line-height: 30px;
    border-bottom: 1px solid #e7e7e7;
}

.news .newsList h5 a.newsTitle {
    border-bottom: 4px solid #076fbe;
    display: inline-block;
    padding: 0 10px 10px;
}

.news .newsList h5 a.more {
    font-size: 14px;
    font-weight: normal;
    margin-top: 8px;
    color: #666666;
}

.news .newsList ul.list li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 46px;
}

.news .newsList ul.list li span {
    width: 4px;
    height: 16px;
    display: inline-block;
    vertical-align: -3px;
    background: #2056a0;
    margin-right: 10px;
}

.transmit {
    padding: 0 30px 10px;
}

.transmit .voice {
    width: 548px;
}

.transmit .voice h5 {
    font-size: 20px;
    margin-bottom: 4px;
    font-weight: bold;
    color: #076fbe;
    line-height: 30px;
    border-bottom: 1px solid #e7e7e7;
}

.transmit .voice h5 a.voiceTitle {
    border-bottom: 4px solid #076fbe;
    display: inline-block;
    padding: 0 10px 10px;
}

.transmit .voice h5 a.more {
    font-size: 14px;
    font-weight: normal;
    margin-top: 8px;
    color: #666666;
}

.transmit .voice div.list{
    height:275px;
    overflow:hidden;
}

.transmit .voice ul.govpushinfo150203 li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-left: 4px solid #2056a0;
    margin: 28px 0;
    padding-left: 10px;
    line-height: 16px;
}

.transmit .voice ul.govpushinfo150203 li span{
    display: none;
}
.transmit .voice ul.list li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 46px;
}

.transmit .voice ul.list li span {
    width: 4px;
    height: 16px;
    display: inline-block;
    vertical-align: -3px;
    background: #2056a0;
    margin-right: 10px;
}

.transmit .special {
    width: 548px;
    position: relative;
}

.transmit .special h5 {
    font-size: 20px;
    font-weight: bold;
    color: #076fbe;
    line-height: 30px;
    border-bottom: 1px solid #e7e7e7;
}

.transmit .special h5 a.specialTitle {
    border-bottom: 4px solid #076fbe;
    display: inline-block;
    padding: 0 10px 10px;
}

.transmit .special h5 a.more {
    font-size: 14px;
    font-weight: normal;
    margin-top: 8px;
    color: #666666;
}

.transmit .special .swiper-container3 {
    width: 420px;
    height: 260px;
    margin-top: 20px;
}

.transmit .special .swiper-container3 .swiper-slide a {
    margin: 5px 0;
    display: inline-block;
}
.transmit .special .swiper-container3 .swiper-slide a.img {
    width: 200px;
    height: 118px;
}
.transmit .special .arrow-left {
    background: url(../images/specialLeft.png);
    position: absolute;
    background-size: 100% 100%;
    left: 0;
    top: 170px;
    width: 40px;
    z-index: 10;
    height: 40px;
}

.transmit .special .arrow-right {
    background: url(../images/specialRight.png);
    position: absolute;
    background-size: 100% 100%;
    right: 0;
    top: 170px;
    width: 40px;
    z-index: 10;
    height: 40px;
}