.banner_bg {
    width: 100%;
    height: 300px;
    background: url("banner.jpg") no-repeat;
    background-size: 100% 100%;
}
.box {
    width: 1200px;
    margin:0 auto;
    margin-top: 40px;
}
.ssw_bg {
    width: 646px;
	height: 149px;
    margin: 0 auto;
    background: url("ssw.png") center no-repeat;
}
.box_list_container {
    margin-top: 30px;
}
.list_item {
    position: relative;
    padding: 0 30px 20px 30px;
    margin-bottom: 40px;
    width: 100%;
    height: 228px;
    background: url("bottom_1.png") no-repeat;
    background-size: 100% 100%;
}
.list_item_title {
    position: absolute;
    top: 12px;
    left: 65px;
}
.list_title {
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list_item_title a {
    font-size: 24px;
    font-weight: bold;
    font-family: MicrosoftYaHei-Bold;
    color: #ffffff;
}
.list_item_box {
    position: absolute;
    bottom: 21px;
    width: 95%;
    height: auto;
}
.list_item_box li {
    position: relative;
    padding-left: 20px;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px dashed #608af4;
}
.list_title {
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list_item_box li::before {
    content: " ";
    width: 7px;
    height: 7px;
    background-color: #2053e4;
    border-radius: 50%;
    position: absolute;
    top: 32px;
    left: 0px;
}
.list_time {
    color: #999999;
}
.list_item_box a {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: #404040;
}
.list_item_box li a:hover span {
    
    color: #2053e4 !important;
}

.xdjh {
    background: url("bottom_2.png") no-repeat;
    background-size: 100% 100%;
}
.newStyle .list_item_box a{
    font-size: 26px;
}
/*媒体查询*/
@media only screen and (max-width: 500px) {
 .container {
    width: 90% important;
 }
 .banner_bg {
    height: 100px;
    
 }
 .ssw_bg {
    height: 200px;
    width: 100%;
 }
 .box {
    width: 100%;
 }
 .list_title {
    width: 100%;
    
 }
 .list_time {
    display: none;
 }
 .list_item {
    background: none;
 }
 .list_item_title {
    left: 10px;
 }
 .list_item_title a {
    color: #2053e4;
 }
 .list_item_box {
    width: 85%;
 }
}