.list-tit {
    border-bottom: 3px solid #0063c3;
    margin-bottom: 20px;
}

.list-tit .name {
    display: inline-block;
    background-image: linear-gradient( 90deg, rgb(0,94,191) 0%, rgb(0,130,221) 100%);
    width: 104px;
    height: 31px;
    line-height: 34px;
    color: #fff;
    border-radius: 10px 10px 0 0;
}

.more {
    color: #d60015;
    margin-top: 5px;
}

.ll .dd {
    font-size: 0;
    margin-bottom: 15px;
}

.ll .dd a {
    display: inline-block;
    width: 100%;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}

.ll .dd span {
    display: inline-block;
    width: 20%;
    text-align: right;
    vertical-align: middle;
}

.w304 {
    display: inline-block;
    width: 304px;
    margin-left: 44px;
}

.w304:first-child {
    margin-left: 0;
}

.w304 .dd {
    margin-bottom: 15px;
}

.w304 .ll .dd a {
    width: 100%;
}

.slideBox {
    width: 540px;
    height: 350px;
    overflow: hidden;
    position: relative;
}

.slideBox .bd img {
    width: 540px;
    height: 350px;
    display: block;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .prev {
    position: absolute;
    right: 70px;
    bottom: 0px;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/l_arr.png) no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    position: absolute;
    right: 0px;
    bottom: 0px;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/r_arr.png) no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

#bd_a {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 56px;
    background: rgba(0, 0, 0, 0.7);
    line-height: 56px;
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    padding-left: 20px;
}

#bd_a a {
    display: block;
    color: #FFF;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 80%;
}

.moresp a {
    width: 66px;
    height: 56px;
    line-height: 56px;
    position: absolute;
    right: 25px;
    bottom: 0;
    z-index: 99;
    color: #fff;
    font-size: 16px;
}

.slideBox .pageState {
    position: absolute;
    right: 42px;
    bottom: 0;
    color: #fff;
    font-size: 20px;
    height: 56px;
    line-height: 56px;
}

.pagelist .dd {
    margin-bottom: 10px;
}

.pagelist .ll a {
    color: #000;
    font-size: 16px;
    width: 75%;
}

.pagelist .ll span {
    color: #949494;
    font-size: 14px;
    width: 20%;
    margin-left: 10px;
}

.content .title {
    margin: 0 auto 0;
    width: 80%;
    font-size: 28px;
}

.content .info {
    color: #949494;
    margin-top: 20px;
}

.cont-box {
    line-height: 2;
    font-size: 16px;
    margin-top: 45px;
}

.cont-box p {
    padding: 0 0 15px;
}

.cont-box p img {
    padding: 10px 0;
    max-width: 100%;
}

.frlink {
    margin-top: 60px;
}

.frlink-tit {
    color: #0076cb;
    padding-left: 50px;
    border-bottom: 2px solid #0076cb;
    line-height: 1;
    padding-bottom: 12px;
    margin-bottom: 32px;
}

.frlink-list {
    font-size: 0;
}

.frlink-list a {
    display: inline-block;
    width: 50%;
    padding-left: 50px;
    box-sizing: border-box;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
}
.pages {display:table;width:100%;text-align:center;padding:30px 0px 0px}
.pages a {padding:7px 10px;border:solid 1px #DEDEDE;margin-left:5px;color:#000}
.pages .now {background:#2B93E8;color:white}
