﻿.wrapper {
    width: 100%;
    min-width: 1500px;
    padding-top: 30px;
    min-height: 500px;
}

.indexTit {
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 46px;
}

    .indexTit .en {
        color: #2f2f2f;
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 6px;
        text-transform: uppercase;
        font-family: arial;
        display: block;
    }

    .indexTit .line-left, .indexTit .line-right {
        width: 90px;
        height: 1px;
        position: absolute;
        bottom: 12px;
        display: block;
        background: #c1c1c1;
    }

    .indexTit .line-left {
        left: 50%;
        margin-left: -158px;
    }

    .indexTit .line-right {
        right: 50%;
        margin-right: -158px;
    }

    .indexTit h2 {
        font-size: 24px;
        line-height: 30px;
    }

@media (max-width: 1366px) {
    .indexTit .en {
        margin-bottom: 0;
    }
}

.wrapper .content {
    width: 1280px;
    margin: 0 auto;
}
/*showNews*/
.showNews .title {
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin: 10px 0 22px;
    font-weight: bold;
}

.showNews .mark {
    color: #999999;
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 20px;
    border-top: 1px dashed #e5e5e5;
    border-bottom: 1px dashed #e5e5e5;
}

.showNews .showContxt {
    color: #666666;
    padding: 0 0 30px;
    line-height: 30px;
}

    .showNews .showContxt img {
        max-width: 100%;
    }
/* reLink */
.reLink {
    width: 100%;
    height: 25px;
    border-top: 1px solid #d7d6d6;
    padding: 15px 0 40px;
}

    .reLink .nextLink, .reLink .prevLink {
        width: 50%;
        line-height: 25px;
        color: #666;
        float: left;
    }

        .reLink .nextLink a, .reLink .prevLink a {
            color: #666;
        }

    .reLink .nextLink {
        text-align: right;
    }

    .reLink a:hover {
        color: #295BFF;
    }

span.bds_more, .bds_tools a {
    line-height: 14px !important;
}

.content .clearfix {
    text-align: left
}
