.content-shsnews {
    display: flex;    
}
/* 左边 */
.left-shsnews {
    width: 30%;
    margin-right: 20px;
    /* background-color: red; */
}
.left-shsnews dl {
    background-color: #f5f5f5;
}
.left-shsnews .one-row{
margin-bottom:4px;
}

.left-shsnews dl dt,
.left-shsnews dl dd {
    margin: 1px 0;
    border-bottom: 1px solid #eee;
}
.left-shsnews dl dt,
.left-shsnews dl dd a {
    padding-left: 0px;
	text-align:center;
	font-size:14px;
    
}
.left-shsnews dl dt {
    height: 80px;
    line-height: 80px;
	background: url('../ysdwimages/zys_znbg.png') no-repeat; 
    color: #fff;
    font-size: 25px;
	font-weight:bold;
}
.left-shsnews dl dd {
    height: 50px;
    line-height: 50px;
	font-size: 14px;
    
}
.left-shsnews dl dd a {
    display: block;
    height: 100%;
    color: #070707;
}
.left-shsnews dl dd a:hover {
    color: #fff;
    background-color: #cc0808;
}
.left-shsnews .img-group {
    margin-top: 15px;
}
.left-shsnews .img-group a {
    display: inline-block;
    margin-bottom: 5px;
}
.active-shsnews {
    color: #fff!important;
    background-color: #10499F;
}
.active-shsnews a{
    color: #fff!important;
	background: url('../ysdwimages/zys_znbg.png') no-repeat; 
}
/* 左边结束 */

/* 右边 */
.right-shsnews {
    width: 70%;
    /* background-color: pink; */
}
.right-shsnews dl dt {
    height: 40px;
    margin-bottom: 15px;
    color: #555;
}
.right-shsnews dl dd {
    padding: 15px 0;
}
.right-shsnews dl dt,
.right-shsnews dl dd {
    border-bottom: 1px solid #eee;
}
.right-shsnews dl dd i {
    display: block;
    width: 8px;
    height: 8px;
    margin-right: 5px;
    background: url('../ysdwimages/shsnewsarrow.jpg') no-repeat;
    background-size: contain;
}
.right-shsnews dl dd a {
    width: 800px;
}
.right-shsnews dl dd .date {
    font-size: 14px;
    color: #999;
}
/* 右边结束 */
