.listBody {
    width: 1260px;
    margin: auto;
min-height:700px;
}

.pc-header-top {
    width: 1350px;
}

.top-pic {
    width: 100%;
    height: auto;

}

.top-pic img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.newsList {
    width: 100%;
    min-height: 300px;
    position: relative;

}

.left-list {
    position: absolute;
    background: #fff;
    color: #333;
    width: 252px;
    text-align: center;
    top: -150px;
    left: -1%;
    z-index: 2;
    box-shadow: 0px -5px 7px rgba(107, 102, 102, 0.185);
}

.left-list li {
    display: block;
    width: 70%;
    margin-left: 15%;
    text-align: left;
}

.left-list li>a {
    display: block;
    margin: 10px 0 0 0;
    padding-bottom: 10px;
    padding-left: 5px;
    font-size: 18px;
    color: #333;
    width: 100% !important;
    border-bottom: #ebebeb 0.1rem solid;
    background: url(../images/titlelest.png) no-repeat 95% 50%;
}

.left-list li a:hover {
    border-bottom: #1c52b3 0.1rem solid !important;
    color: #1c52b3 !important;
}

.left-list .titlel {
    display: block;
    width: 80%;
    margin-left: 10% !important;
    font-size: 24px;
    font-weight: bold;
    color: #1c52b3;
    margin: 10% 0;
    margin-right: 10%;
    text-align: left;
    background: url(../images/titlel.png) no-repeat 5% 0;
    height: 50px;
    padding-left: 30%;
    position: relative;
}

.left-list .titleb {
    position: absolute;
    width: 100%;
    height: 20px;
    top: 50;
    left: 50;
    background: url(../images/titleb.png) no-repeat 0 6px;
}

.right-list {
    width: 75%;
    margin-left: 25%;
    margin-top: 20px;
    position: relative;
}

.right-top {
    margin: 10px 0;
    font-size: 14px;
    color: #999999;
}

.point {
    display: inline-block;
    height: 2px;
    width: 2px;
    margin: 0 2px;
    margin-bottom: 4px;
    margin-left: 4px;
    background-color: #999999;
    border-radius: 50%;
}

.title-name {
    width: 100%;
    border-bottom: #ebebeb 0.1rem solid;
    color: #333;
    font-size: 28px;
    font-weight: 500;
    margin: 20px 0;
    padding-bottom: 10px;
    position: relative;
}

.right-list>.sloid {
    position: absolute;
    width: 125px;
    border-top: #1c52b3 0.3rem solid;
    top: 89px;
}

.group {
    width: 100%;

}

.move-menu {
    width: 100%;
    margin-top: 32px;
    height: 1px;

}

.move-menu>li {
    float: left;
    width: 150px;
    font-size: 16px;
    color: #333333;
    height: 95px;
    position: relative;
    border-radius: 8px;
    background: url(../images/news01.png) no-repeat 58px 12px;
    z-index: 22;
    margin-bottom: 40px;
}


.move-menu>li>.activity {
    float: left;
    width: 110px;
    font-size: 16px;
    padding: 60px 20px 0px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    height: 35px;

    border-radius: 8px;
    background: url(../images/news02.png) no-repeat 58px 12px;
    color: #ffffff;
    background-color: #1c52b3;
}

.move-menu>li>a {
    float: left;
    width: 110px;
    font-size: 16px;
    text-align: center;
    padding: 60px 20px 0px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    height: 35px;
    border-radius: 8px;
    background: url(../images/news01.png) no-repeat 58px 12px;
}

.trangle {
    display: none;
    pointer-events: none;
}


.move-menu>li>.activity>.trangle {
    position: absolute;
    display: block;
    bottom: -20px;
    left: 65px;
    width: 0px;
    height: 0px;
    border: 10px solid #000;
    border-top-color: #1c52b3;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    z-index: 99;
}

.grouping {
    color: #595c5b;

}

.after_a {
    position: absolute;
    z-index: 999;
    background-color: #f0f0f0;
    bottom: -60px;
    font-size: 10px;
    left: 60px;
    width: 100px;
}

.lists {
    width: 100%;
    margin-bottom: 50px;
    min-height:300px;
}

.lists>li {
    width: 100%;
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: #bebebe 0.1rem solid;
    position: relative;
}

.lists>li>span {
    position: absolute;
    margin-right: 20px;
    background: url(../images/time.png) no-repeat 0px 20.5px;
    padding-left: 25px;
    color: #cdb597;
    left: 0px;
}

.lists>li>a {
    position: absolute;
    left: 135px;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lists>li>a:hover {
    font-weight: bold;
    color: #1c52b3;
}

.lists>li>a:hover+span {
    font-weight: bold;
    left: 5px;
}

.paging {
    width: 100%;
}

.paging>span {
    margin-left: 10px;
    font-size: 14px;
    color: #747474;
}

.pageNum {
    margin-left: 10px;
    font-size: 12px;
    *font-size: 100%;
    width: 24px;
    height: 15px;
    line-height: 15px;
    border: 1px solid #d5d5d5;
    background: #fff;
    margin-top: 4px;
    text-align: center;
}

.details p {
    margin: 30px 0;
    color: #333333;
    font-size: 16px;
    line-height: 200%
}

.details {
    margin: 30px 0;
    color: #333333;
    font-size: 16px;
    line-height: 200%;
    margin-bottom: 100px;
}

.details_title {
    margin-top: 24px;
    line-height: 42px;
    font-size: 30px;
    color: #252525;
    text-align: center;
}

.ej_info {
    line-height: 28px;
    margin-top: 10px;
    font-size: 15px;
    color: #656565;
    text-align: center;
}

.ej_info span {
    margin-right: 15px;
}

.map_img {
    width: 70%;
    margin-left: 15%;
    border-top: 10px solid #f0f0f0;
    margin-top: 50px;
    text-align: center;
}

.mobile_link {
    display: none;
}