.clearfix:after{
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix{
    /* 为 IE6、IE7浏览器设置的清除浮动 */
    *zoom: 1;
}
.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;
}
.common-style .pic-a {
    display: block;
    height: 130px;
    width: 556px;
    background: url(zcwj-d.png) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.common-style .pic-a span {
    color: #28344d;
    font-size: 24px;
    font-weight: bold;
    margin-left: 100px;
}
.common-style .pic-a:last-of-type {
    background: url(xxgkml.png) no-repeat center;
    background-size: 100% 100%;
}
.div-title {
    display: flex;
    justify-content: center;
    margin-top: 47px;
    margin-bottom: 30px;
}
.div-title span {
    display: block;
    width: 210px;
    height: 71px;
    background: url(jyjx.png) no-repeat center;
    background-size: 100% 100%;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 71px;
    color: #1942bf;
    font-weight: bold;
    text-align: center;
}
.div-box {
    background-color: #e0f0fd;
    border-radius: 10px;
    padding: 0 20px;
}
.div-box-tab {
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
}
.div-box-tab li {
    cursor: pointer;
    width: 280px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #c9dffe;
    border-radius: 0px 0px 10px 10px;
    font-size: 20px;
    color: #1942bf;
}
.div-box-tab li.cur {
    background-image: linear-gradient(90deg, #2b5df6 0%, #4a90f8 100%);
    color: #ffffff;
    font-weight: bold;
}
.container {
    /* min-height: 480px; */
}
.div-box-content {
    flex-wrap: wrap;
    justify-content: space-around;
    display: none;
}
.show {
    display: block;
}
.div-box-content a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 370px;
    height: 60px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(201, 223, 254, 0.75);
    border: solid 1px #c9dffe;
    margin-bottom: 15px;
    font-size: 16px;
    color: #040404;
    float: left;
}
.div-box-content a:hover {
    color: #1942bf;
    font-weight: bold;
}
.div-title .ylws {
    background: url(ylws.png) no-repeat center;
    background-size: 100% 100%;
}
.div-box-tab-ylws li {
    width: 280px;
}
.div-title .sdqn {
    background: url(sdqn.png) no-repeat center;
    background-size: 100% 100%;
}
.common-style-a {
    display: block;
    width: 480px;
    height: 60px;
    line-height: 60px;
    background-color: #e0f0fd;
    font-size: 16px;
    color: #404040;
    text-align: center;
}
.common-style-a:hover {
    color: #1942bf;
    font-weight: bold;
}
.newStyle .common-style .pic-a span{
    font-size: 40px;
}
.newStyle .div-box-tab li{
    font-size: 36px;
}
.newStyle .div-title span{
    width: 280px;
    font-size: 40px;
}
.newStyle .div-box-tab{
    flex-wrap: wrap;
}
.newStyle .div-box-tab-ylws li{
    width: 33%;
    margin: 20px 0;
}
.newStyle .common-style-a{
    width: 580px;
    font-size: 36px;
}
.newStyle .div-box-content a {
    width: 580px;
    height: 80px;
    font-size: 30px;
}
@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 img {
        width: 100%;
    }
    .common-style .pic-a,
    .common-style .pic-a:last-of-type {
        width: 100%;
        background-size: cover;
    }
    .common-style .pic-a span {
        margin-left: 50px;
    }
    .div-title {
        margin: 20px auto;
    }
    .div-box {
        padding: 0 10px;
    }
    .div-box-tab {
        display: block;
    }
    .div-box-tab li {
        margin-bottom: 10px;
        width: 100%;
        border-radius: 10px;
    }
    .common-style-a {
        width: 100%;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 320px) {
}
