.list-container {
    background: #FFF;
    min-height: calc(100vh - 418px)
}

.wnr_ico {
    display: block;
    background: url(https://img.alicdn.com/imgextra/i3/2204174902510/O1CN01eLacO61UPd4j3sTeb_!!2204174902510-2-chatting.png) center no-repeat;
    width: 300px;
    height: 10pc;
    margin: auto auto 20px;
    background-size: 150px
}

.wnr_t {
    line-height: 30px;
    padding: 5px 0;
    font-size: 17px
}

.wnr_home,.wnr_t {
    display: block;
    text-align: center;
    color: #a5a5a5
}

.wnr_home {
    width: 221px;
    margin: 0 auto;
    border: 1px solid #e2e2e2;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    border-radius: 30px;
    margin-top: 15px;
    margin-bottom: 18px
}

#page .layui-box table td {
    width: auto;
}

.list-container .list-ul {
    padding: 45px 45px;
    padding-top: 55px
}

.list-container .list-ul li {
    margin-bottom: 44px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 30px
}

.list-container .list-ul li:nth-last-child(1) {
    margin-bottom: 0
}

.list-container .list-ul li .list-img {
    float: left;
    width: 202px;
    height: 159px;
    overflow: hidden;
    text-align: center;
    border-radius: 3px
}

.list-container .list-ul li .list-img img {
    min-width: 100%;
    vertical-align: middle;
    min-height: 100%
}

.list-container .list-ul li .list-info {
    float: right;
    width: 100%
}

.list-container .list-ul li .list-info .soft-title {
    font-size: 20px;
    margin-top: -4px;
    color: #333;
    line-height: 30px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 700
}

.list-container .list-ul li .list-info .soft-title i {
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    border: 1px solid #ff8623;
    margin-right: 12px;
    padding: 0 11px;
    border-radius: 18px;
    height: 25px;
    line-height: 24px;
    color: #ff8623;
    position: relative;
    top: -1.5px
}

.list-container .list-ul li .list-info .soft-title .rj {
    border: 1px solid #18906d;
    color: #18906d
}

.list-container .list-ul li .list-ca {
    height: 30px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 15px;
    color: #a7a7a7;
    margin: 10px 0;
    float: left
}

.list-container .list-ul li .list-ca .jd {
    display: inline-block;
    margin-right: 22px
}

.list-container .list-ul li .list-intro {
    line-height: 25px;
    font-size: 14px;
    display: -webkit-box;
    color: #545454;
    margin: 10px 0;
    text-align: justify
}

.list-container .list-ul li .list-intro * {
    display: inline!important
}

.list-container .list-ul li .list-btn {
    margin-top: -42px;
    height: 30px;
    line-height: 38px;
    float: right
}

.list-container .list-ul li .list-btn a {
    float: right;
    width: 130px;
    text-align: center;
    border: 1px solid #e8e8e8;
    color: #9a9a9a;
    font-size: 15px;
    border-radius: 3px;
    height: 40px
}

.list-container .list-ul li .list-btn a:hover {
    background: #1b54bc;
    color: #fff
}

li em {
    text-decoration: none;
    font-style: normal;
    color: #d00
}

.list-left {
    float: left;
    width: 810px
}

.right {
    width: 300px;
    overflow: hidden;
    margin-right: 30px
}
.search-right {
    width: 300px;
    overflow: hidden;
    margin-right: 30px;
    margin-top: 16px;
}

.list-right {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px
}

.list-right-title {
    height: 55px;
    line-height: 55px;
    font-size: 18px;
    color: #1b54bc;
    font-weight: 700;
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 12px
}

.hot-icon {
    display: block;
    background: url(../images/other-hot-title-icon.png) no-repeat center;
    background-size: 25px;
    height: 55px;
    width: 25px;
    float: left;
    margin-right: 10px
}

.list-right ul {
    width: 100%;
    overflow: hidden;
    margin-top: 15px
}

.list-right ul:nth-child(1) {
    margin-right: 25px
}

.list-right ul li {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding-right: 15px
}

.list-right ul li:nth-child(2n) {
    padding-right: 0
}

.list-right ul li:nth-child(1) a i {
    background: #ff2a2a;
    color: #fff
}

.list-right ul li:nth-child(2) a i {
    background: #ffc107;
    color: #fff
}

.list-right ul li:nth-child(3) a i {
    background: #03a9f4;
    color: #fff
}

.list-right ul li:nth-child(4) a i {
    background: #4caf50;
    color: #fff
}

.list-right ul li a {
    display: block;
    line-height: 30px;
    height: 30px;
    font-size: 15px;
    overflow: hidden
}

.list-right ul li a i {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    margin-right: 9px;
    background: #f3f3f3;
    width: 35px;
    text-align: center;
    color: #696969;
    height: 25px;
    margin-top: -3px;
    border-radius: 21px;
    line-height: 25px
}

.sj-icon {
    display: block;
    background: url(../images/news-article-title-icon.png) no-repeat center;
    background-size: 25px;
    height: 55px;
    width: 25px;
    float: left;
    margin-right: 10px
}

.nav-icon {
    display: block;
    background: url(../images/article-sj-title-icon.png) no-repeat center;
    background-size: 25px;
    height: 55px;
    width: 25px;
    float: left;
    margin-right: 10px
}

.list-container .current_nav {
    margin: 20px 20px;
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 20px;
    font-size: 15px;
    color: #888;
    text-indent: 5px
}
.list-container .current_nav li{
    display: inline-block;
}
.list-container .current_nav a {
    color: #888
}

.right .nav {
    margin-top: 17px
}

.right .nav ol {
    float: left;
    margin-right: 5px;
    margin-bottom: 15px
}

.right .nav ol a {
    color: #888;
    padding: 5px 15px;
    border-radius: 16px;
    border: 1px solid #f0f0f0;
    display: block;
    transition: .3s all;
}

.right .nav ol a:hover{
    border-color: #5298ff;
    background: #5298ff;
    color: #fff;
}

.list-soft {
    overflow: hidden;
    padding: 0 30px 45px
}

.list-soft li {
    float: left;
    width: 23%;
    clear: inherit;
    border: 1px solid #f0f0f0;
    height: 220px;
    margin-right: 20px;
    margin-bottom: 18px;
    position: relative;
    overflow: hidden;
    border-radius: 5px
}

.list-soft li:nth-child(4n) {
    margin-right: 0
}

.list-soft .list-img {
    display: block;
    width: 85px;
    margin: 20px auto;
    border-radius: 5px;
    height: 85px;
    overflow: hidden;
}

.list-soft .list-img img {
    width: 100%;
    height: 100%
}

.list-soft .soft-title {
    text-align: center;
    width: 85%;
    margin: auto;
    text-overflow: ellipsis;
    white-space: inherit;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: box
}

.list-soft .list-ca {
    text-align: center;
    font-size: 13px;
    color: #888;
    margin-top: 10px
}

.list-soft .list-btn {
    position: absolute;
    height: 0;
    width: 100%;
    bottom: 0;
    background: #fff;
    text-align: center;
    transition: all .5s
}

.list-soft .list-btn span {
    display: block
}

.list-soft .list-btn .pf {
    color: #ffa400
}

.list-soft .list-btn .dx {
    font-size: 13px;
    color: #888
}

.list-soft .list-btn a {
    border-radius: 5px;
    border: 1px solid #f1f1f1;
    padding: 5px 15px;
    margin-top: 10px;
    display: inline-block;
    color: #999;
    transition: .3s all;
}

.list-soft .list-btn a:hover {
    color: #1b54bc;
    border: 1px solid #1b54bc
}

.list-soft li:hover .list-btn {
    height: 95px;
    transition: all .5s
}

.search .info-tit {
    width: 100%!important;
    height: 60px!important;
}

.search li .list-ca i {
    font-style: inherit;
    margin-left: 15px;
}

.search li .list-btn {
    margin-top: -65px!important;
}

@media screen and (max-width: 800px) {
    .list-container .list-ul {
        padding:5% 3%
    }

    .list-container .list-ul li .list-info .soft-title {
        font-size: 1rem
    }

    .list-container .list-ul li .list-btn a,.list-container .list-ul li .list-ca,.list-container .list-ul li .list-intro {
        font-size: .8rem;
        width: 100%
    }

    .list-container .list-ul li .list-btn {
        width: 100%;
        float: none
    }
}