.container_title{
    width: 100%;
    margin: 40px auto 0;
    font-family: "楷体";
    font-size: 18px;
    text-align: left;
}
.container_content{
    margin: 50px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container_content_item_left{
    padding-right: 40px;
    width: 50%;
}
.container_content_item_right{
    padding-left: 40px;
    width: 50%;
}
.container_content_item_title{
    display: flex;
    align-items: center;
    background-color: rgb(48, 155, 255);
    font-family: "楷体";
    height: 100px;
    white-space: pre-wrap;
    text-align: center;
}
.container_content_item_title span{
    font-family: "黑体";
    margin: 0 auto;
    font-size: 20px;
    color: white;
    line-height: 30px;
    text-shadow: 
    1px 1px 10px rgb(155, 155, 155),
    -1px -1px 10px rgb(155, 155, 155),
    1px -1px 10px rgb(155, 155, 155),
    -1px 1px 10px rgb(155, 155, 155);
}
.container_content_item_text{
    font-family: "黑体";
    font-weight: 600;  
    font-size: 20px;
    margin-top: 30px;
}
.container_content_item_text a,.container_content_item_link a{
    color: rgb(0, 0, 0);
}
.container_content_item_link{
    font-family: "黑体";
    font-weight: 600;  
    font-size: 20px;
    margin-top: 200px;
}
.main_img{
    width: 100%;
    margin-top: 50px;
}
.main_img img{
    width: 100%;
}
.gxmd{
    width: 100%;
    margin-top: 40px;
}
.gxmd_title{
    width: 25%;
    margin: 0 auto 200px;
    background-color: rgb(48, 155, 255);
    font-family: "楷体";
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.gxmd_title span{
    margin: 0 auto;
    font-family: "黑体";
    font-weight: 600;  
    font-size: 25px;
    color: black;
}

