.message-warp {
    background: url(../../images/information/bgtop.png) no-repeat top center;
    padding-bottom: 60px;
}
a:hover {
    text-decoration:none;
}

/* 标题搜索 */

.search {
    padding-top: 80px;
}

.search h1 {
    text-align: center;
    font-size: 54px;
    height: 71px;
    font-weight: normal;
    margin-bottom: 0;
}

.search .input-box {
    width: 600px;
    height: 65px;
    border-radius: 65px;
    margin: 30px auto 80px;
    display: flex;
}

.search .input-box .input {
    flex: 1;
    background: #FFFFFF;
    border-radius: 65px 0px 0px 65px;
    display: flex;
    align-items: center;
}

.search .input-box .input img {
    width: 28px;
    height: 28px;
    margin: 0px 20px 0px;
}

.search .input-box .input input {
    height: 65px;
    width: 400px;
    text-indent: 10px;
    outline-style: none;
    border: 0px;
    font-size: 18px;
}

.search .input-box .searchBtn {
    width: 130px;
    background: #2A68FB;
    border-radius: 0px 65px 65px 0px;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    line-height: 65px;
    transition: 0.5s;
}

.search .input-box .searchBtn:hover {
    background: #5F8EFD;
    cursor: pointer;
}


/* 资讯信息 */

.message {
    width: 1200px;
    position: relative;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 0 24px;
    display: flex;
    max-width: 100%;
}

.message .left-menu {
    width: 130px;
    margin-right: 40px;
    height: 100%;
}

.message .left-menu li {
    line-height: 30px;
    text-indent: 10px;
    margin-bottom: 20px;
    color: #666666;
    cursor: pointer;
    height: 50px;
    border-bottom: 1px solid #F5F5F5;
}

.message .left-menu li a {
    display: inline-block;
    line-height: 28px;
    text-indent: 10px;
    color: #666666;
    cursor: pointer;
    transition: 0.5s;
}

.message .left-menu li:hover a {
    color: #000;
    border-left: 4px solid #2A68FB;
    text-indent: 20px;
    margin-left: 10px;
}

.message .left-menu .active {
    color: #000;
    border-left: 4px solid #2A68FB;
    text-indent: 20px;
}

.message .right-item {
    flex: 1;
    overflow: hidden;
    padding: 0 10px;
}
.message .right-item .list{
    display: none;
}
.message .message-box {
    height: 273px;
    padding: 24px;
    transition: 0.5s;
    display: flex;
    margin: 20px auto 0;
}

.message .message-box:first-child {
    margin-top: 0;
}

.message .message-box:nth-child(2),
.message .message-box.item2 {
    animation-delay: 0.2s;
}

.message .message-box:nth-child(3),
.message .message-box.item3 {
    animation-delay: 0.4s;
}

.message .message-box:nth-child(4),
.message .message-box.item4 {
    animation-delay: 0.6s;
}

.message .message-box:nth-child(5),
.message .message-box.item5 {
    animation-delay: 0.8s;
}

.message .message-box a:hover {
    text-decoration: none;
}

.message .message-box .message-img {
    width: 400px;
    height: 225px;
    border-radius: 4px;
    margin-right: 24px;
    overflow: hidden;
    transition: 0.5s;
}

.message .message-box .message-img img {
    width: 100%;
    height: 100%;
    transition: 0.5s;
}

.message .message-box :hover.message-img img {
    transform: scale(1.1);
}

.message .message-box .content {
    flex: 1;
    position: relative;
    width: 0;
}

.message .message-box .content .content-text {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    height: 48px;
    margin-bottom: 40px;
    overflow: hidden;
    padding-right: 100px;
}

.message .message-box .content .warp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.message .message-box .wap-time {
    display: none;
}

.message .message-box .content .information {
    display: flex;
    align-items: center;
}

.message .message-box .content .information p {
    margin: 0 10px 0 0;
}

.message .message-box .content .information img {
    width: 28px;
    height: 28px;
}

.message .message-box:hover {
    box-shadow: 0px 20px 50px 1px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}

.message .message-box:hover .message-img {
    margin-right: 35px;
}

.message .message-box .content h3 {
    transition: 0.5s;
    cursor: pointer;
    color: #333;
    font-size: 20px;
    line-height: 23px;
    margin: 21px 0 30px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 100px;
}

.message .message-box:hover .content h3 {
    color: #2A68FB;
}

.message .message-box .time {
    text-align: center;
    width: 80px;
    height: 80px;
    border: 1px solid #F5F5F5;
    border-radius: 8px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.message .message-box .time p {
    margin-bottom: 0;
}

.message .message-box .time p:nth-child(1) {
    font-weight: 400;
    color: #333333;
    font-size: 24px;
    line-height: 32px;
    margin: 12px 0 6px;
}

.message .message-box .detail {
    color: #2A68FB;
    cursor: pointer;
    opacity: 0;
    transition: 0.5s;
}

.message .message-box:hover .detail {
    opacity: 1;
}

.empty-box,.loading-box{
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 500px;
}

#circle{
    width: 50px;
    height: 50px;
    border: 3px white solid;
    border-left-color: #2A68FB;
    border-right-color:#2A68FB;
    border-radius: 100%;
    animation: loading 1s infinite linear;
}
@keyframes loading{
    from{transform: rotate(0deg)}to{transform: rotate(360deg)}
}

/* 详情部分 */

.news-details {
    background: #F7F8FA;
}


/* 面包屑 */

.crumbs {
    height: 70px;
    line-height: 70px;
    font-size: 14px;
}

.crumbs a {
    color: #999;
}

.crumbs a:hover {
    color: #2A68FB;
}

.crumbs span {
    color: #2A68FB;
}


/* 内容 */

.contentInfo {
    background: #F7F8FA;
    padding-bottom: 40px;
}

.contentInfo .content-box {
    width: 1200px;
    margin: 0px auto;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 32px;
    max-width: 100%;
}

.contentInfo .content-box .title {
    padding-bottom: 20px;
}

.contentInfo .content-box .title h2 {
    margin: 0;
    font-size: 24px;
    line-height: 32px;
    font-weight: normal;
    margin-bottom: 12px;
}

.contentInfo .content-box .title p {
    color: #999;
    font-size: 16px;
    margin: 0;
}

.contentInfo .content-box .content {
    min-height: 500px;
    border-top: 1px solid #F5F5F5;
    border-bottom: 1px solid #F5F5F5;
    padding: 20px 0;
}

.contentInfo .content-box .operation {
    display: flex;
    justify-content: flex-end;
    margin-top: 32px;
}

.contentInfo .content-box .btn {
    width: 170px;
    height: 64px;
    border-radius: 60px;
    border: 1px solid #EBEBEB;
    margin-left: 25px;
    cursor: pointer;
    color: #666666;
    font-size: 16px;
    transition: 0.5s;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contentInfo .content-box .btn .iconfont {
    font-size: 24px;
    color: transparent;
}

.contentInfo .content-box .btn-left .text,
.contentInfo .content-box .btn-right .iconfont {
    text-indent: -24px;
    transition: all ease-out 0.3s;
}

.contentInfo .content-box .btn:hover,
.contentInfo .content-box .btn.is-on
{
    background: #2A68FB;
    color: #FFFFFF;
}

.contentInfo .content-box .btn:hover .iconfont,
.contentInfo .content-box .btn.is-on .iconfont{
    color: #fff;
}

.contentInfo .content-box .btn-left:hover .text,
.contentInfo .content-box .btn.is-on .text,
.contentInfo .content-box .btn-right:hover .iconfont {
    text-indent: 8px;
}

@media screen and (max-width: 750px) {
    .message-warp {
        background-image: url(../../images/information/bg-news-warp.png);
        background-size: 100% auto;
        padding-bottom: 0.6rem;
    }
    .search {
        padding-top: 2.4rem;
    }
    .search h1 {
        font-size: .48rem;
        line-height: .67rem;
        color: #333333;
        margin-top: 0;
        height: 0.67rem;
    }
    .search .input-box {
        width: 6.5rem;
        height: .8rem;
        border-radius: .8rem;
        margin: .6rem auto 1.2rem;
        display: flex;
    }
    .search .input-box .input {
        flex: 1;
        background: #FFFFFF;
        border-radius: .65rem 0px 0px .65rem;
        display: flex;
        align-items: center;
    }
    .search .input-box .input img {
        width: .5rem;
        height: .5rem;
        margin: 0px .3rem 0px;
    }
    .search .input-box .input input {
        height: .8rem;
        width: 4rem;
        text-indent: .1rem;
        outline-style: none;
        border: 0px;
        font-size: .28rem;
    }
    .search .input-box .searchBtn {
        width: 1.3rem;
        background: #2A68FB;
        border-radius: 0px .8rem .8rem 0px;
        font-size: .28rem;
        color: #FFFFFF;
        text-align: center;
        line-height: .8rem;
        transition: 0.5s;
    }
    .search .input-box .searchBtn:hover {
        background: #5F8EFD;
        cursor: pointer;
    }
    .message {
        background-color: transparent;
        flex-direction: column;
        padding: 0;
    }
    .message .left-menu {
        width: auto;
        margin-right: 0;
        padding: 0 .4rem;
    }
    .message .left-menu ul {
        white-space: nowrap;
        overflow: auto;
    }
    .message .left-menu li {
        width: auto;
        height: auto;
        display: inline-block;
        text-indent: 0;
        font-size: .28rem;
        color: #999;
        margin: 0 .56rem 0 0;
    }
    .message .left-menu li a {
        padding-bottom: .06rem;
        text-indent: 0;
    }
    .message .left-menu .active,
    .message .left-menu li:hover a {
        border-left: 0px;
        border-bottom: .03rem solid #2A68FB;
        text-indent: 0;
        color: #333;
    }
    .message .right-item {
        overflow: visible;
    }
    .message .message-box {
        height: auto;
        display: block;
        padding: 0.24rem;
        box-shadow: 0px 0.2rem 0.5rem .01rem rgba(0, 0, 0, 0.05);
    }
    .message .message-box .message-img {
        width: 100%;
        height: auto;
    }
    .message .message-box .content{
        width: auto;
    }
    .message .message-box .content h3 {
        font-size: 0.32rem;
        line-height: 0.45rem;
        margin: 0.24rem 0 0.16rem;
    }
    .message .message-box .content .content-text {
        font-size: 0.24rem;
        line-height: 0.32rem;
        color: #999999;
        margin: 0 0 0.24rem;
        height: 0.64rem;
        padding-right: 0px;
    }
    .message .message-box .warp {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 0.24rem;
        color: #999999;
    }
    .message .message-box .wap-time {
        display: block;
    }
    .message .message-box .wap-time p {
        margin-bottom: 0;
    }
    .message .message-box .content .information {
        height: auto;
    }
    .message .message-box .content .information p {
        margin-bottom: 0;
    }
    .message .message-box .time,
    .message .message-box .detail {
        display: none;
    }

    .empty-box,.loading-box{
        min-height: 5rem;
        font-size: 0.24rem;
    }
    /**详情**/
    .contentInfo .content-box .btn {
        width: 1.7rem;
        height: .64rem;
        border-radius: .6rem;
        border: .01rem solid #EBEBEB;
        margin-left: .25rem;
        cursor: pointer;
        color: #666666;
        font-size: .16rem;
        transition: 0.5s;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .contentInfo .content-box .btn .iconfont {
        font-size: .24rem;
        color: transparent;
    }
    .contentInfo .content-box .btn-left .text,
    .contentInfo .content-box .btn-right .iconfont {
        text-indent: -0.24rem;
        transition: all ease-out 0.3s;
    }
    .contentInfo .content-box .btn:hover,.contentInfo .content-box .btn.is-on {
        background: #2A68FB;
        color: #FFFFFF;
    }
    .contentInfo .content-box .btn:hover .iconfont,.contentInfo .content-box .btn.is-on .iconfont{
        color: #fff;
    }
    .contentInfo .content-box .btn-left:hover .text,
    .contentInfo .content-box .btn-left.is-on .text,
    .contentInfo .content-box .btn-right:hover .iconfont {
        text-indent: .08rem;
    }
}
