﻿.index {
    background-color: #fff;
    width: 100%;
    min-width: 1230px;
}
.main {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
    padding: 0 0 60px;
}
.main-bg {
    width: 100%;
    height: 300px;
    background: url(banner.jpg) no-repeat center;
    background-size: 100% 100%;
}
.common-style {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.bule-style {
    height: 150px;
    border-radius: 20px;
    background: url(d.png) no-repeat center;
    justify-content: space-around;
    padding-top: 20px;
}
.bule-style .box_a {
    width: 85px;
    height: 85px;
    display: block;
}
.bule-style .box_a :last-of-type {
    margin-left: 0;
}
.bule-style .box_a p {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}
.common-left {
    margin-right: 40px;
}
.situation {
    width: 580px;
    background: url(yd.png) no-repeat;
    background-size: 100% 100%;
}
.common-title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    position: relative;
    padding-right: 46px;
}
.common-title span {
    height: 50px;
    line-height: 50px;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding-left: 81px;
}
.common-title .more {
    font-size: 16px;
    color: #fff;
    float: right;
}
.common-title img {
    position: absolute;
    margin-right: 20px;
    left: 0;
    top: -10px;
}
.list {
    width: 100%;
}
.list .list-a {
    display: block;
    line-height: 50px;
    height: 50px;
    position: relative;
    padding-left: 34px;
    border-bottom: 1px dashed #a9c2ff;
    padding-right: 20px;
}
.list .list-a:last-of-type {
    border-bottom: 0;
}
.list .list-a::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #115db2;
    top: 23px;
    left: 20px;
    border-radius: 50%;
}
.list .list-a .title {
    font-size: 16px;
    color: #404040;
    width: 420px;
    display: inline-block;
    overflow: hidden; /*超出部分隐藏*/
    white-space: nowrap; /*不换行*/
    text-overflow: ellipsis; /*超出部分文字以...显示*/
}
.list .list-a .time {
    font-size: 16px;
    float: right;
    color: #999999;
}
.list .list-a:hover .title {
    color: #115db2;
}
.list .list-a:hover .time {
    color: #115db2;
}
@media screen and (max-width: 768px) {
    .index {
        width: 100%;
        min-width: auto;
    }
    .main {
        width: 100%;
        padding: 10px;
    }
    .main-bg {
        background-size: cover;
        height: 100px;
    }
    .common-style {
        display: block;
        margin-top: 0;
    }
    .common-style .pic-a img{
        width: 100%;
        margin-bottom: 10px;
    }
    .common-title span {
        font-size: 18px;
        padding-right: 35px;
    }
    .common-left {
        margin-right: 0;
        margin-bottom: 33px;
    }
    .situation,
    .list-all {
        width: 100%;
    }
    .list .list-a{
        padding:0 10px;
    }
    .list .list-a .title {
        width: 200px;
    }
    .list .list-a::before{
        left: 0;
    }
    .bule-style {
        display: flex;
        height: auto;
        background-size: 100% 100%;
        margin-bottom: 20px;
    }
    .bule-style .box_a{
        text-align: center;
        width: 50%;
        height: auto;
        margin-bottom: 10px;
    }
    .common-title{
        padding-right: 10px;
    }
    .common-title span{
        padding-right: 25px;
    }
}
@media screen and (max-width: 320px) {
    .list .list-a .title {
        width: 130px;
    }
}



.newStyle .bule-style .box_a p {
    margin-left: -20px !important;
    font-size: 32px;
    color: #ffffff;
    width: 135px !important;
}
.newStyle .situation{
    width: 100%;
    margin-bottom: 25px;
}
.newStyle .common-left {
    margin-right: 0px !important;
}
.newStyle .common-title span{
    font-size: 34px;
}
.newStyle .common-title .more{
    font-size: 34px;
}
.newStyle .list .list-a .title{
    font-size: 32px;
    width: 720px;
}
.newStyle .list .list-a .time{
    font-size: 32px;
}