html,
body,
.app {
    width: 100%;
    height: 100%;
    color: #222222;
}

/* 头部导航栏 */
/*
.header {
    height: 74px;
    width: 100%;
    background: #0098FF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 42px;
}
*/

/*.header .left {}

.header .left .logo {
    width: 196px;
    height: 48px;
    display: block;
}

.header .nav {
    font-size: 16px;
    width: 100%;
    height: 100%;
}

.header .nav .nav-list {
    width: 810px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto;
}

.header .nav .nav-list .nav-item a{
    color: #fff;
}

.header .right {}

.header .right .login {
    width: 86px;
    height: 30px;
    line-height: 29px;
    font-size: 15px;
    border-radius: 2px;
    border: 1px solid #FFFFFF;
    text-align: center;
    color: #fff;
}*/

/* 头部导航栏 end*/

/* 中间内容 start */

/*
.title-bg-c{
    !*width: 100%;
    height: 182px;
    background-image: url(../images/newList/news-banner.png);
    background-position: center;*!
}
*/

.wrapper{
    background: url(../images/index/page1/bg4.png);
    min-height: 561px;
    width: 100%;
    /*height: 100%;*/
    min-height: 100%;
    background-color: #f4f4f4;
    padding-top: 40px;
    padding-bottom: 40px;
    clear: both;
}
.wrapper .news{
    display: flex;
    justify-content: center;
    min-height: 480px;
    height: 90%;
    /* align-items: center; */
    clear: both;
}
.wrapper .news .left{
    width: 228px;
    background-color: #FFFFFF;
    margin-right: 15px;
}
.wrapper .news .left .page-title{
    width: 228px;
    height: 100px;
    background-image: url(/static/lh/images/newList/title-bg.png);
    /*background-color: #144365;*/
    justify-content: center;
    display: flex;
    align-items: center;
}
.wrapper .news .left .page-title .page-title-icon{
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 18px 0 38px;
}
.wrapper .news .left .page-title .page-title-text{
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
}

.wrapper .news .left .nav{
    width: 100%;
}
.wrapper .news .left .nav .nav-item-wrapper{
    width: 100%;
    padding: 0 8px;
    cursor: pointer;
}
.wrapper .news .left .nav .nav-item-wrapper .nav-content{
}

.wrapper .news .left .nav .nav-item-wrapper .nav-item{

    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wrapper .news .left .nav .nav-item-wrapper .nav-item .title{
    margin: 10px 0 10px 10px;
    font-size: 15px;
}
.wrapper .news .left .nav .nav-item-wrapper.current .nav-item .title{
    text-decoration: underline;
    color: #E2B45A;
}
.wrapper .news .left .nav .nav-item-wrapper .nav-item .go-icon{
    width: 7px;
    height: 12px;
    display: block;
    margin: 0 15px;
}
.wrapper .news .left .nav .nav-item-wrapper .sub-nav{
    padding-left: 20px;
}

.wrapper .news .left .nav .nav-item-wrapper .sub-nav .sub-nav-item{
    font-size: 13px;
    color: #888;
    height: 30px;
}



.wrapper .news .right{
    width: 56%;
    min-width: 700px;
    background-color: #FFFFFF;
    padding: 12px;
    position: relative;
    padding-bottom: 100px;
}
.wrapper .news .right .title-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #D8D8D8;
    padding-bottom: 10px;
}
.wrapper .news .right .title-wrapper .title-left{
    font-size: 22px;
    font-weight: 400;
    color: #222222;
}
.wrapper .news .right .title-wrapper .title-right{
    padding-right: 10px;
    display: flex;
    align-items: center;

    font-size: 12px;
    font-weight: 400;
    color: #777777;
}
.wrapper .news .right .title-wrapper .title-right .home-icon{
    width: 12px;
    height: 12px;
    display: block;

}
.wrapper .news .right .title-wrapper .title-right .page-home{
    margin: 0 6px;
}
.wrapper .news .right .title-wrapper .title-right .go-icon{
    width: 8px;
    height: 12px;
    display: block;
}
.wrapper .news .right .title-wrapper .title-right .lib-active{
    margin: 0 6px;
}
.wrapper .news .right .title-wrapper .title-right .new-notice{
    margin-left: 6px;
    color: #000000;
}

.wrapper .news .right .list{
    width: 100%;
}
.wrapper .news .right .list .list-item{
    width: 100%;
    border-bottom: 1px dashed #D8D8D8;

    padding: 8px 12px;
    padding-left: 20px;
    font-size: 13px;
    position: relative;
    cursor: pointer;
}
.wrapper .news .right .list .list-item .item-a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wrapper .news .right .list .list-item::before{
    content: '';
    width: 6px;
    height: 6px;
    background-color: #000000;
    border-radius: 50%;
    position: absolute;
    top:50%;
    left: 5px;
    transform: translateY(-50%);
}
.wrapper .news .right .list .list-item .item-title{}
.wrapper .news .right .list .list-item .item-time{
    color: #A0A0A0;
}

.wrapper .news .right .paging-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.wrapper .news .right .paging-wrapper .count{
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: 400;
    color: #999999;

}
.wrapper .news .right .paging-wrapper #paging{}

/* 中间内容 end */


/* footer start */
/*
.app .footer{
    width: 100%;
    height: 150px;
    background-color: #333333;
    font-size: 12px;
    font-weight: 400;
    color: #F4F4F4;
    display: flex;
    justify-content: center;
    align-items: center;
}
.app .footer .content{
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 840px;
}
.app .footer .content .danwei-icon{
    display: block;
    width: 62px;
    height: 78px;
    margin-right: 40px;
}
.black{
    color: black;
}
.app .footer .content .beian{
    margin-right: 80px;
}
.app .footer .content .beian .row{
    display: flex;
    align-items: center;
    height: 24px;
}
.app .footer .content .beian .row .police-icon{
    width: 18px;
    height: 20px;
    display: block;
    margin-left: 10px;
    margin-right: 4px;
}
.app .footer .content .msg{
    margin: 0;
}*/
/* footer end */