.swiper-container-5 {
    height: 45px;
}

.swiper-container-5 .active {
    color: #d18821 !important;
}

.swiper-container-5 .active .item-text {
    margin-bottom: -1px;
    border-bottom: 1px solid #d18821;
}

.swiper-container-5 .active .text-cont {
    color: #d18821 !important;
}

.swiper-container-5 .swiper-wrapper {
    width: 100px;
    border-bottom: 1px solid #eee;
}

.swiper-container-5 .swiper-wrapper .swiper-slide:first-child .item-text:after {
    right: -17px;
}

.swiper-container-5 .swiper-wrapper .swiper-slide {
    padding: 0 18px;
    float: left;
    white-space: nowrap;
    width: auto;
}

.swiper-container-5 .swiper-wrapper .swiper-slide .item-text:after {
    content: "";
    background-color: #ababab;
    width: 1px;
    height: 18px;
    position: absolute;
    right: -17px;
    top: 5px;
}

.swiper-container-5 .swiper-wrapper .swiper-slide .item-text {
    position: relative;
}

.swiper-container-5 .swiper-wrapper .swiper-slide .item-text .text-cont {
    color: #acacac;
    margin: 11.5px 0;
    text-align: center;
    font-size: 14px;
}

.swiper-container-5 .swiper-wrapper .swiper-slide:last-child .item-text:after {
    width: 0;
    height: 0;
}

.text p{
    color:#000;
}

.new-article-list .ls-items .ls-item {
    position: relative;
    padding: 10px 10px;
    border-bottom: 1px solid #e4e4e4;
}

.new-article-list .ls-items .ls-item .ls-item-cont {
    color: #000;
    text-decoration: none;
}

.new-article-list .ls-items .ls-item .ls-title {
    width: 68%;
    position: relative;
    height: 100%;
}

.new-article-list .ls-items .ls-item .ls-title p {
    margin-right: 0.3rem;
    display: block;
    overflow: hidden;
    font-size: .8rem;
}

.new-article-list .ls-items .ls-item .ls-img {
    overflow: hidden;
    width: 32%;
    display: inline-block;
    vertical-align: middle;
    height: 97px;
}

.new-article-list .ls-items .ls-item .ls-img img {
    display: block;
    width: 100%;
    min-height: 100%;
}

.ml-clear {
    margin-left: 0;
}

.article .list li {
    padding: 0 10px;
    border-bottom: 0 !important;
}

.article .list li a {
    display: block;
    border-bottom: 0.02rem solid #e4e4e4;
    padding: 0.6rem 0;
}

.article .list li a .text {
    /* height: 3.3rem; */
    /* overflow: hidden; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.article .list li a .text img {
    display: inline-block;
    width: 1rem;
}

.gray-line {
    height: 0.5rem;
    background-color: #f5f5f5;
    width: 100%;
    margin-top: 0.6rem;
}

.active_event .item-text {
    border-bottom: 1px solid #d18821;
}

.active_event .text-cont {
    color: #d18821 !important;
}

.addMask {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 12;
    background: rgba(0, 0, 0, 0.5);
}

.addMask .maskDiv {
    position: relative;
    width: 70%;
    margin: 5rem auto;
    border-radius: .4rem;
    overflow: hidden;
}

.addMask .maskDiv .mainImg {
    display: block;
    width: 100%;
}

.addMask .maskDiv span {
    position: absolute;
    right: .4rem;
    top: .4rem;
    width: 1rem;
    height: 1rem;
    border-radius: 50px;
    overflow: hidden;
}

.addMask .maskDiv span img {
    display: block;
    width: 100%;
}

.addMask .maskDiv .maskbtn {
    position: absolute;
    bottom: .8rem;
    left: 8%;
    width: 84%;
    padding: .4rem;
    background: #ff759c;
    color: #fff;
    font-size: .5rem;
    text-align: center;
    font-weight: bold;
    border-radius: .4rem;
}

.ListBox .content .list li .img{
    float: right;
    overflow: hidden;
    width: 32%;
    display: inline-block;
    vertical-align: middle;
    height: 97px;
}

.article .list li{
    position: relative;
    border-bottom: 1px solid #e4e4e4;
    padding: 0 10px;
    border-bottom: 0!important;
}


#page_div{
    width: 70px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.hide,.hidden{
    display: none !important;
}