.layui-row-img{
    position:relative;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 0px;
}

.main_content {
    position:relative;max-width: 1600px;min-width: 1000px;left: 50%; right: 50%;transform: translate(-50%, 0%);
}

.main_content .title{
    font-family: Microsoft YaHei;
    font-size: 48px;
    color: #fff;
    font-weight: 400;
}
.main_content .desc{
    width: 800px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}

.main_content .title1{
    display: flex; /* 启用Flexbox */
    justify-content: center; /* 垂直居中 */
    height: 500px; /* 设置固定高度 */
    flex-direction: column;
    font-family: Microsoft YaHei;
    font-size: 48px;
    /*color: #fff;*/
    font-weight: 400;
}
.main_content .title2{
    justify-content: center; /* 垂直居中 */
    height: 500px; /* 设置固定高度 */
    flex-direction: column;
    font-family: Microsoft YaHei;
    font-size: 48px;
    /*color: #fff;*/
    font-weight: 400;
}
.main_content .desc1{
    font-family: Microsoft YaHei;
    font-size: 18px;
    font-weight: 400;
    color: #000;
}
.layui-nav-child {
    box-shadow: 0 2px 4px rgba(0,0,0,.12);
    border:0px solid #d2d2d2;
    background-color: #000;
    border-radius: 2px;
}

.layui-nav .layui-nav-child a {
    color: #333;
}

.layui-nav .layui-nav-child a:hover {
    background-color: #f2f2f2;
    color: #000
}

.layui-nav .layui-nav-child dd.layui-this a,.layui-nav-child dd.layui-this {
    background-color: #5FB878;
    color: #fff
}

.breadcrumb-link {
    text-decoration: none;
    font-size: 16px;
    color: inherit
}

.breadcrumb-link a{
    text-decoration: none;
    color: inherit;
}

.breadcrumb-link:hover {
    color: blue
}

.bullet-point {
    margin-right: 8px;
    line-height: 74px;
}
.column {
    padding: 6px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    -ms-flex: 1;
    flex: 1
}
.tab-list li {
    cursor: pointer;
    line-height: 62px;
    padding: 0;
}
.tab-list li a{
    cursor: pointer;
    display: flex;
    text-decoration: none;
    width: 100%;
}
.title-wz{font-size: 16px;text-align: left;}
.tab-list li a:hover{ color: #0a67f2}

.tab-list li.active {
    color: #0a67f2
}
.list-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #e0e0e0
}
.list-item .time{
    float: right;
    font-size: 15px; font-weight: normal; color: rgb(136, 136, 136);
    padding-top: 6px;
}
.text-center{text-align:center}
.ax_default{width: 1150px; margin: 0 auto;}
.content-text{overflow: hidden;padding-bottom: 30px;}
.content-text h2{font-size: 22px; text-align: center; font-weight: bold;}
.content-text h5{font-size: 13px; text-align: center; font-weight: normal; padding: 20px 0 5px 0;}
.content-text .text-time{text-align: center; border-bottom: 1px solid rgb(188, 188, 179); margin-bottom: 10px;font-size: 13px; line-height: 50px;}
.content-text p{font-size: 16px; text-align: left; line-height: 32px; margin-top: 30px;}
.content-text p span{font-weight: bold;font-size: 16px;}

.main {
    position: relative;
    overflow: hidden
}