/* 时政要闻1 */
#shizheng li:first-of-type h5 a {
    letter-spacing: 0px;
}

/* 时政要闻2 */
#shizheng li:nth-of-type(2) h5 a {
    letter-spacing: 0.5px;
}

/* 时政要闻3 */
#shizheng li:nth-of-type(3) h5 a {
    letter-spacing: 0px;
}

/* 时政要闻4 */
#shizheng li:nth-of-type(4) h5 a {
    letter-spacing: 0px;
}

/* 时政要闻5 */
#shizheng li:last-of-type h5 a {
    letter-spacing: 0px;
}

/* 头条 */
.headline h4 a {
    font-size: 28px;
    color: #c50707;
    /* color: #000; */
    letter-spacing: 0px;
}

/* 头条下段落文字链 */
.headline p {
    width: 1200px;
    letter-spacing: 0px;
}

/* 网信要闻1 */
#wangxin li:first-of-type h5 a {
    letter-spacing: -1px;
}

/* 网信要闻2 */
#wangxin li:nth-of-type(2) h5 a {
    letter-spacing: -0.8px;
}

/* 网信要闻3 */
#wangxin li:nth-of-type(3) h5 a {
    letter-spacing: -1px;
}

/* 网信要闻4 */
#wangxin li:nth-of-type(4) h5 a {
    letter-spacing: 0.5px;
}

/* 网信要闻5 */
#wangxin li:last-of-type h5 a {
    letter-spacing: 0px;
}

/* 大图一 */
.pic-content li:first-of-type .title h5 a {
    letter-spacing: 0px;
}

/* 大图二 */
.pic-content li:nth-of-type(2) .title h5 a {
    letter-spacing: 0px;
}

/* 大图三 */
.pic-content li:nth-of-type(3) .title h5 a {
    letter-spacing: 0px;
}

























































































































































































































































