@charset "utf-8";

.container {
    width: 1200px;
    margin: 30px auto 40px;
    display: flex;
    justify-content: space-between;
}

.breadcrumb {
    display: block;
    margin-top: 10px;
}

.breadcrumb img {
    position: relative;
    top: 3px;
    margin-right: 10px;
}
.title{
    width: 100%;
    margin-bottom: 30px;
}

.title h3{
    font-size: 22px;
    margin-bottom: 10px;
    margin-left: 20px;
}

.title img{
    width: 100%;
}
.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;
}
/* 对外联系方式适老化 */
/*
Desription
@author WangLuJie 
@since 2023-6-21
*/
.newStyle .position_t {
    display: none;
}
.newStyle .title h3 {
    font-size: 50px;
}
.newStyle .content a {
    font-size: 34px;
    height: auto;
    padding: 20px;
    margin: 10px 5px;
}
.newStyle .title{
    text-align: center;
}
@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%;
    }
}
