.bgcCommon {
    padding: 15px 0 60px;
}

a:hover {
    text-decoration: none;
}


/* 左边消息来源盒子SourcesBox s */

.SourcesTitleBox {
    max-width: 300px;
    height: 210px;
    padding: 100px 0 0 40px;
    background: url(../images/revision/GDbgImg.png) no-repeat center;
    background-size: cover;
    margin-bottom: 30PX;
}

.SourcesTitleBox-p1 {
    color: #ffffff;
    font-size: 30PX;
}

.SourcesTitleBox-p2 {
    color: #ffffff;
    font-size: 14PX;
}

.SourcesBox {
    /* text-align: center; */
    background-color: #ffffff;
    padding: 30px 25px 10px;
    margin-bottom: 10px;
}

.SourcesBox-d1 {
    padding: 15px 0;
    color: #a4a4a4;
    margin-bottom: 10px;
}

.SourcesBox-d1:hover {
    background-color: #3985c6;
    color: #ffffff;
    transition: all .5s;
}

.SourcesBox-d1-p {
    margin: 0;
    margin-left: 40px;
}

.SourcesBox-d2-active {
    background-color: #3985c6;
    color: #ffffff;
}

.SourcesBox-d1-p-img {
    width: 40px;
    margin-right: 15px;
}


/* 左边消息来源盒子SourcesBox e */


/* <!-- 右内容盒子DCRightBox s --> */

.DCContentBox {
    background-color: #ffffff;
    padding: 40px 10px 10px;
}

.DCBox {
    margin-bottom: 30px;
}

.DCTopBox-p1 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 0;
}

.DCTopBox-img {
    width: 46px;
    margin-right: 12px;
    border-radius: 50%;
}

.DCLeftBox {
    padding: 40px 20px 10px;
    margin-bottom: 30px;
}

.DCOne-bgc {
    background-color: #e0edf5;
}

.DCTwo-bgc {
    background-color: #e9e9e9;
}

.DCLeftBox>p {
    color: #1b649b;
    font-size: 14px;
}

.DCLeftBox-p1 {
    font-weight: 600;
    margin-bottom: 10px;
}

.DCLeftBox-p2 {
    margin-bottom: 20px;
	line-height: 150%;
}

.DCLeftBox-p3 {
    margin-bottom: 20px;
}