#app .app-wrapper .main .main-wrapper .tab-wrapper {
    margin-top: 30px;
    display: flex;
    display: -ms-inline-flexbox;
    flex-direction: row;
    -ms-flex-direction: row;
    border: 1px solid rgb(238, 238, 238);
    overflow: hidden;
    width: 100%;
}
#app .app-wrapper .main .main-wrapper .tab-wrapper span {
    display: block;
    width: 150px;
    min-width: 150px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.4s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#app .app-wrapper .main .main-wrapper  .tab-wrapper span.active {
    background: rgb(178, 33, 39);
    color: #fff;
}
#app .app-wrapper .main .main-wrapper .body-part .body-part-left{
    /*width: 801px;*/
}
#app .app-wrapper .main .main-wrapper .body-part .body-part-left .news-wrapper .page {
    display: block;
}
#app .app-wrapper .main .main-wrapper .body-part .body-part-left .news-wrapper .page .news .content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-indent:0;
    line-height: 28px;
    margin:13px 0 0 0 ;
}
#app .app-wrapper .main .main-wrapper .body-part .body-part-left .news-wrapper .page .news .content a{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 28px;
    color: rgb(102, 102, 102);
    text-align: left;
    vertical-align: top;
}

#app .app-wrapper .main .main-wrapper .tab-wrapper span:not(:first-child)::after{
    content: '';
    display: block;
    position: relative;
    top: -41px;
    width: 1px;
    height: 35px;
    background-color: rgb(238, 238, 238);
}
#app .app-wrapper .main .main-wrapper .tab-wrapper span.active::after{
    display: none;
}
#app .app-wrapper .main .main-wrapper .body-part .body-part-left .news-wrapper{
    padding-bottom: 0;
}
#app .app-wrapper .main .main-wrapper .body-part .body-part-left .news-wrapper .page .news {
    display: flex;
    display: -ms-inline-flexbox;
    padding: 0;
    border-bottom: 1px solid  rgb(238, 238, 238);
    margin-bottom: 30px;
    width: 100%;
}
#app .app-wrapper .main .main-wrapper .body-part .body-part-left .news-wrapper .page .news .bottom {
    margin: 34px 0 0 0;
}
#app .app-wrapper .main .main-wrapper .body-part .body-part-left .news-wrapper .page .news .news-content{
    display: flex;
    display: -ms-inline-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    margin-bottom: 30px;
    -ms-flex: 1 1 0%;
    flex:1;
}
.width100{
    width: 100%;
}
.width70{
    width: 68%;
}
#app .app-wrapper .main .main-wrapper .body-part .body-part-left .news-wrapper .page .news .thumb{
    margin-right: 20px;
    margin-bottom: 30px;
}
#app .app-wrapper .main .main-wrapper .body-part .body-part-left .news-wrapper .page .news .thumb img{
    width: 240px;
    height: 150px;
    object-fit: cover;
}
#app .app-wrapper .main .main-wrapper .body-part .body-part-left .news-wrapper .page .news h3{
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
#app .app-wrapper .main .main-wrapper .body-part .body-part-left .news-wrapper .page .news .title a{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 26px;
    color: rgb(0, 0, 0);
    text-align: center;
}
#app .app-wrapper .main .main-wrapper .body-part .body-part-left .news-wrapper .page .news .bottom .right{
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    color: rgb(102, 102, 102);
    text-align: center;
    vertical-align: top;
}
#app .app-wrapper .main .main-wrapper .body-part .body-part-left .news-wrapper .page .news .bottom .right span{
    margin: 0;
}
#app .app-wrapper .main .main-wrapper .column-title{
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 36px;
    color: rgb(51, 51, 51);
    text-align: left;
    vertical-align: top;
}
#app .app-wrapper .main .main-wrapper .body-part .body-part-left .goMore{
    font-size: 14px;
    color: rgb(153, 153, 153);
    text-align: center;
}
.layui-laypage a:hover{
    color: #1E9FFF;
}
.layui-laypage input:focus, .layui-laypage select:focus{
    border-color:  #1E9FFF !important
}
.gsxx-content{
    width: 1200px;
    min-height: 160px;
    opacity: 1;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(222, 222, 222, 1);
}
.gsxx-title{
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 24px;
    color: rgba(187, 35, 50, 1);
    text-align: center;
    vertical-align: top;
    margin: 30px auto;
}
.gsxx-search{width: 800px;
    height: 38px;
    opacity: 1;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(222, 222, 222, 1);
    margin: 0 auto;
    display: flex;
}
.gsxx-search-input{
    width: 48px;
    height: 38px;
    opacity: 1;
    background: rgba(178, 33, 39, 1);
    background-image: url("../images/search-btn.png");
    background-size: 19px 19px;
    background-repeat: no-repeat;
    background-position: 14px 9px;
    cursor: pointer;
}
.gsxx-search-input-red{
    width: 48px;
    height: 38px;
    opacity: 1;
    background-image: url("../images/lhjc/search.png");
    background-size: 19px 19px;
    background-repeat: no-repeat;
    background-position: 14px 9px;
    cursor: pointer;
}
