﻿.listcenter {
    position: relative;
    background: #f7faff;
    font-size:0
}

.infoimg {
    width:100%;
}

.infotitle {
    font-size: 60px;
    color: #fff;
    position: absolute;
    line-height: 60px;
    top: 50%;
    margin-top: -30px;
    text-align: left;
    width: 1300px;
    margin-left: -650px;
    left: 50%;
}

.navlist {
    width: 1000px;
    text-align: center;
    margin: 0 auto;
    margin-top: 34px;
}

.nav {
    padding: 0 20px;
    height: 43px;
    line-height: 43px;
    border: 1px solid #cdcdcd;
    font-size: 18px;
    color: #727272;
    border-radius:100px;
    background:#fff;
    display:inline-block;
    margin-right:17px;
    cursor:pointer;
}

    .nav:hover {
        background: #2273de;
        color: #fff;
        border-color: #2273de
    }

    .nav:last-child {
        margin-right:0;
    }

.navon {
    background: #2273de;
    color: #fff;
    border-color: #2273de
}

.newslist {
    width:1300px;
    margin:0 auto;
    margin-top:42px;
    padding-bottom:40px;
}

.news {
    border-top: 1px solid #dcdee1;
    line-height:61px;
    padding-right:140px;
    font-size:18px;
    padding-left:10px;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
    position:relative
}

    .news:last-child {
        border-bottom: 1px solid #dcdee1
    }

.newsdate {
    position: absolute;
    right: 14px;
    top: 0;
    color: #9d9d9d;
}

.position {
    height:51px;
}

.positioninner {
    width: 1300px;
    margin: 0 auto;
    font-size: 14px;
    color: #989898;
    line-height:51px;
    position:relative
}

.newsbody {
    font-size:0
}

.blue {
    color: #2273de
}

.returnbtn {
    font-size:14px;
    position:absolute;
    right:0;
    top:0;
    cursor:pointer
}

    .returnbtn img {
        vertical-align:middle;
        margin-right:6px
    }

.art {
    background: #f7faff;
}

.artinner {
    width:1200px;
    margin:0 auto
}

.arttitle {
    padding-top:43px;
}

.artname {
    font-size:24px;
    text-align:center;
    margin-bottom:20px
}

.artshow {
    text-align:center;
    margin-bottom:25px;
}

.showname {
    font-size: 16px;
    display: inline-block;
    line-height: 16px;
}

.showmsg {
    font-size: 16px;
    color: #989898;
    display:inline-block;
    line-height:16px;
    margin-right:32px;
}

    .showmsg:last-child {
        margin-right:0
    }

.page {
    font-size: 14px;
    height: 40px;
    position: absolute;
    bottom: 0;
    line-height: 40px;
    text-align: center;
    width: 100%;
    left: 0;
}

    .page span, .page a {
        padding: 0 10px;
    }

    .page a {
        color: #d49c26 !important;
    }

    .page span {
        color: #8e8e8e !important;
    }

.artbox {
    font-size:16px;
    padding-bottom:40px;
    line-height:2
}