@charset "utf-8";

.container {
    width: 1200px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
}

.breadcrumb {
    width: 100%;
    height: 45px;
    background-color: #f4f4f4;
    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;
}

.xczx-one-left{
    width: 38.3%;
}

.xczx-one-left img{
    width: 100%;
}

.xczx-one-right{
    width: 58.5%;
}

.xczx-two{
    margin-bottom: 100px;
}
.xczx-two-left,
.xczx-two-right{
    width: 48.5%;
}

.normal-title{
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
}

.normal-title h2{
    color: #115db2;
    margin-left: 15px;
}

.normal-title h5{
    width: 5px;
	height: 25px;
	background-color: #115db2;
}

.normal-title a{
    color: #999;
    position: absolute;
    top: 5px;
    right: 3px;
}

.normal-title a:hover{
    color: #115db2;
}

.normal-ul li {
    position: relative;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    border-bottom: dashed 1px #ddd;
}

.normal-ul li a {
    width: 100%;
    display: flex;
}

.normal-ul li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #404040;
    left: 0;
    top: 22px;
}

.normal-ul li span {
    display: inline-block;
    text-align: center;
}

.normal-ul li .title {
    flex: 1;
    margin-right: 4%;
    text-align: left;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    padding-right: 13px;
    padding-left: 18px;
}

.normal-ul li:hover span {
    color: #115db2;
}

@media screen and (max-width: 1200px) {
    .container {
        width: 98%;
    }

    .breadcrumb .breadcrumb_con {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .container{
        flex-direction: column;
    }

    .xczx-one-left,
    .xczx-one-right,
    .xczx-two-left,
    .xczx-two-right{
        width: 100%;
        margin: 10px 0;
    }
}

@media screen and (max-width: 420px) {
    .normal-ul li .title{
        padding-right: 0;
    }
}
