@charset "utf-8";

.container {
    width: 1200px;
    margin: 30px auto 40px;
    display: flex;
    justify-content: space-between;
}

.breadcrumb {
    width: 100%;
    height: 45px;
    background-color: #fff;
    /*margin-top: -5px;*/
}

.breadcrumb .breadcrumb_con {
    width: 1200px;
    height: 100%;
    line-height: 45px;
    margin: 0 auto;
}

.breadcrumb .breadcrumb_con img {
    position: relative;
    top: 3px;
    margin-right: 10px;
}

.title{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.title h2{
    font-size: 22px;
    margin-left: 20px;
}

.line{
    height: 3px;
    border-top: 1px solid #115db2;
    border-bottom: 1px solid #115db2;
    margin-bottom: 30px;
}

.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;
}

.lxdh-one{
    flex-direction: column;
    background: #fff;
    padding: 50px 7.6% 60px;
}

@media screen and (max-width: 1200px) {
    .container {
        width: 98%;
        padding-left: 1%;
        padding-right: 1%;
    }

    .breadcrumb .breadcrumb_con {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .content a{
        width: 32%;
        margin-left: 0.6%;
        margin-right: 0.6%;
    }
    .title .line{
        width: 35%;
    }
}

@media screen and (max-width: 420px) {
    .content a{
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }
    .title .line{
        width: 26%;
    }
}

@media screen and (max-width: 320px) {
    .breadcrumb {
        height: auto;
    }
}
