﻿@charset "utf-8";

.container {
    width: 1200px;
    margin: 30px auto;
    display: flex;
    justify-content: space-between;
}
.title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.title .line{
    flex: 1;
    height: 1px;
	background-color: #115db2;
}

.title h5{
    padding: 0 20px;
}

.title h5 span{
    font-size: 22px;
    margin-left: 10px;
}

.title h5 img{
    position: relative;
    top: 3px;
}

.content{
    display: flex;
    flex-wrap: wrap;
}
.content a{
    width: 24%;
	height: 50px;
	line-height: 50px;
    text-align: center;
	background-color: #ffffff;
	border: solid 1px #cdcdcd;
    margin: 10px 0.5% 0;
    overflow: hidden;
}

.content a:hover{
    color: #fff;
    background: #115db2;
}

.jgzn-one{
    flex-direction: column;
    background: #fff;
    padding: 40px 5.2% 60px;
}

.bottom{
    margin-bottom: 60px;
}

.newStyle .title h5 span{
    font-size: 40px;
}
.newStyle .title h5 img{
    display: none;
}
.newStyle .content a{
    width: 49%;
    font-size: 30px;
}
@media screen and (max-width: 1200px) {
    .container {
        width: 98%;
        padding-left: 1%;
        padding-right: 1%;
    }
}

@media screen and (max-width: 768px) {
    .content a{
        width: 32%;
        margin-left: 0.6%;
        margin-right: 0.6%;
    }
}

@media screen and (max-width: 420px) {
    .content a{
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }
    .jgzn-one h5{
        text-align: center;
        padding: 0 10px;
    }
}
