﻿@charset "utf-8";
/* CSS Document */
body {
    margin: 0;
    padding: 0;
    font: 14px/1.5 arial,"Microsoft Yahei","Hiragino Sans GB",sans-serif;
}

dl, dt, dd, ol, ul, li, header, foot, nav, article, section, mark, time {
    padding: 0;
    margin: 0;
    vertical-align: middle;
}

div, ul, li, dl, dt, dd, a, tr, td, th, hr, select {
    border-color: #ccc;
}


.b_1, .b_2, .b_4 {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0 20px;
    background: #fff;
    border: 1px solid #DCDCDC;
    color: #333;
    font-size: 12px;
    vertical-align: middle;
}

    .b_1:hover {
        background: #DCDCDC;
        border: 1px solid #DCDCDC;
        color: #333;
    }

    .b_2:hover {
        background: #3079ED;
        border: 1px solid #3079ED;
        color: #fff;
    }

.b_4 {
    border: 1px solid #53A93F;
    background: #61BC49;
    color: #fff;
}

    .b_4:hover {
        border: 1px solid #53A93F;
        background: #53A93F;
        color: #fff;
    }

.bigBtn {
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    font-size: 16px;
    text-align: center;
}

a {
    color: #333;
    text-decoration: none;
}

    a:hover {
        color: #009635;
        text-decoration: none;
    }

article {
    word-wrap: break-word;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


img {
    border: 0 none;
    max-width: 100%;
    vertical-align: middle;
}


.selectPage a {
    display: inline-block;
    margin: 0 3px;
    padding: 0 11px;
    height: 30px;
    background: #ddd;
    color: #666;
    vertical-align: middle;
    text-decoration: none;
    font-size: 14px;
    line-height: 30px;
}

    .selectPage a:hover {
        background: #009635;
        color: #fff;
        text-decoration: none;
    }

    .selectPage a.active {
        background: #009635;
        color: #fff;
    }

.empty {
    margin: 20px 0 0 20px;
}


.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

div[path] .row, #header, #footer {
    margin-left: auto;
    margin-right: auto;
}
/* 标题 */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: normal;
    color: inherit;
    text-rendering: optimizelegibility;
}
/* 文字段落 */
h1 {
    font-size: 60px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

dl, dt, dd, ol, ul, li, header, foot, nav, article, section, mark, time {
    padding: 0;
    margin: 0;
    vertical-align: middle;
}

p {
    margin: 0 0 2px 0;
}

    p:last-child {
        margin-bottom: 0;
    }

.pt20 {
    padding-top: 20px;
}

.pt10 {
    padding-top: 10px;
}

.radio.inline, .checkbox.inline {
    display: inline-block;
    margin-bottom: 0;
    padding-top: 5px;
    vertical-align: middle;
}

.radio, .checkbox {
    min-height: 20px;
    padding-left: 20px;
}

.boxBlock {
    min-height: 1px;
    margin-left: 20px;
}

.boxscroll .boxBlock {
    min-height: 20px;
}

.rowPatch {
    margin-left: -20px;
}

.clearPatch .boxBlock,
.clearPatch .rowPatch {
    margin-left: 0;
}

.transition {
    -webkit-transition: 0.2s ease-in 0s;
    -moz-transition: 0.2s ease-in 0s;
    -ms-transition: 0.2s ease-in 0s;
    -o-transition: 0.2s ease-in 0s;
    transition: 0.2s ease-in 0s;
}

.textInput {
    padding-left: 5px;
}
/* layout */

.row {
    width: 100%;
    box-sizing: border-box;
}

    .row:before,
    .row:after,
    .rowPatch:before,
    .rowPatch:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .row:after,
    .rowPatch:after {
        clear: both;
    }







.boxlist {
    padding: 0;
    margin: 0;
}

    .boxlist li {
        list-style: none;
        display: inline-block;
    }

.changeblock {
    display: inline-block;
}

    .changeblock .search {
        width: 190px;
    }

.checkbox {
    margin-right: 10px;
}

    .checkbox input {
        margin-right: 5px;
        vertical-align: middle;
    }

.search {
    position: relative;
    border: 1px solid #ccc;
    display: inline-block;
    vertical-align: middle;
}

.searchBox {
    display: block;
    margin-right: 22px;
}

    .searchBox input {
        border: none !important;
        height: 24px !important;
        line-height: 24px !important;
        width: 100% !important;
        border-radius: 0;
        -moz-border-radius: 0; /* Firefox */
        -webkit-border-radius: 0; /* Safari */
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        background: none;
        padding: 0 !important;
    }

.searchBtn {
    position: absolute;
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    right: 0;
    top: 0;
    background: #e5e5e5;
    color: #666;
    font-size: 14px;
}

    .searchBtn i {
        line-height: 24px;
    }

input.searchBtn {
    position: absolute;
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    right: 0;
    top: 0;
    background: #e5e5e5;
    color: #666;
    border: none;
    font-family: 'icomoon';
}

.table_2 td, .table_2 th {
    padding: 15px 5px;
    border: none;
    border-bottom: 1px solid #EDEDED;
    font-size: 14px;
}

.table_2 thead th {
    border: none;
    border-bottom: 1px solid #EDEDED;
}

.responsiveTable {
    border-collapse: collapse;
}

    .responsiveTable th, .responsiveTable td {
        text-align: left;
    }


.manageContent {
    color: #666;
}

    .manageContent h2 {
        padding: 20px 0;
        font-weight: bold;
        font-size: 16px;
        /*border-bottom:1px solid #f1f1f1;*/
    }

    .manageContent input[type=text], .manageContent input[type=password], .manageContent textarea {
        width: 350px;
    }

    .manageContent textarea {
        width: 600px;
    }
    /*pageTitle*/
    .manageContent .pageTitle {
        padding-bottom: 10px;
        line-height: 22px;
    }

        .manageContent .pageTitle .left {
            float: left;
            padding-top: 15px;
        }

        .manageContent .pageTitle .right {
            float: right;
            background: none;
            padding: 0;
            display: block;
        }






















@media (min-width: 1200px) {
    .row[column_min1200="2"] > div > div:nth-child(2n+1),
    .row[column_min1200="3"] > div > div:nth-child(3n+1),
    .row[column_min1200="4"] > div > div:nth-child(4n+1),
    .row[column_min1200="5"] > div > div:nth-child(5n+1),
    .row[column_min1200="6"] > div > div:nth-child(6n+1) {
        clear: both;
    }
}

@media (max-width: 480px) {
    .row[column_max479="2"] > div > div:nth-child(2n+1),
    .row[column_max479="3"] > div > div:nth-child(3n+1),
    .row[column_max479="4"] > div > div:nth-child(4n+1),
    .row[column_max479="5"] > div > div:nth-child(5n+1),
    .row[column_max479="6"] > div > div:nth-child(6n+1) {
        clear: both;
    }
}
/* pc */
@media (min-width: 1200px) {

    .row[column_min1200="1"] > div > div {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .row[column_min1200="2"] > div > div {
        width: 50% !important;
        float: left;
    }

    .row[column_min1200="3"] > div > div {
        width: 33.333333333333333% !important;
        float: left;
    }

    .row[column_min1200="4"] > div > div {
        width: 25% !important;
        float: left;
    }

    .row[column_min1200="5"] > div > div {
        width: 20% !important;
        float: left;
    }

    .row[column_min1200="6"] > div > div {
        width: 16.666666666666666% !important;
        float: left;
    }
}

/* 手机竖版 */
@media (max-width: 480px) {
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 16px;
    }

    h4 {
        font-size: 14px;
    }

    h5 {
        font-size: 12px;
    }

    h6 {
        font-size: 11px;
    }

    .row:not([column_max479="no"]) > div > div {
        display: block;
        width: 100%;
        float: none;
    }

    .row[column_max479="1"] > div > div {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .row[column_max479="2"] > div > div {
        width: 50% !important;
        float: left !important;
    }

    .row[column_max479="3"] > div > div {
        width: 33.333333333333333% !important;
        float: left !important;
    }

    .row[column_max479="4"] > div > div {
        width: 25% !important;
        float: left !important;
    }

    .row[column_max479="5"] > div > div {
        width: 20% !important;
        float: left !important;
    }

    .row[column_max479="6"] > div > div {
        width: 16.666666666666666% !important;
        float: left !important;
    }
}


/* appRow layout*/
.appRow:before,
.appRow:after {
    display: table;
    content: "";
    line-height: 0;
}

.appRow:after {
    clear: both;
}

.appRow .appPatch {
    margin: -10px 0 0 -20px;
    padding: 0;
    list-style: none;
}

.latticePad {
    margin: 10px 0 0 20px;
}

.setListBox{
    margin-bottom:10px;
    overflow:hidden;
}

.appRow .appPatch .appColumn {
    display: block;
    width: 100%;
    float: none;
}


.list_min1200_1 .appPatch .appColumn {
    display: block;
    width: 100%;
    float: none;
}

.list_min1200_2 .appPatch .appColumn {
    width: 50%;
    float: left;
}

.list_min1200_3 .appPatch .appColumn {
    width: 33.333333333333333%;
    float: left;
}

.list_min1200_4 .appPatch .appColumn {
    width: 25%;
    float: left;
}

.list_min1200_5 .appPatch .appColumn {
    width: 20%;
    float: left;
}

.list_min1200_6 .appPatch .appColumn {
    width: 16.666666666666666%;
    float: left;
}

@media (min-width: 1200px) {
    .list_min1200_1 .appPatch .appColumn {
        display: block;
        width: 100%;
        float: none;
    }

    .list_min1200_2 .appPatch .appColumn {
        width: 50% !important;
        float: left !important;
    }

    .list_min1200_3 .appPatch .appColumn {
        width: 33.333333333333333% !important;
        float: left !important;
    }

    .list_min1200_4 .appPatch .appColumn {
        width: 25% !important;
        float: left !important;
    }

    .list_min1200_5 .appPatch .appColumn {
        width: 20% !important;
        float: left !important;
    }

    .list_min1200_6 .appPatch .appColumn {
        width: 16.666666666666666% !important;
        float: left !important;
    }
}

@media (max-width: 767px) {
    .list_max479_1 .appPatch .appColumn {
        display: block;
        width: 100%;
        float: none;
    }

    .list_max479_2 .appPatch .appColumn {
        width: 50% !important;
        float: left !important;
    }

    .list_max479_3 .appPatch .appColumn {
        width: 33.333333333333333% !important;
        float: left !important;
    }

    .list_max479_4 .appPatch .appColumn {
        width: 25% !important;
        float: left !important;
    }

    .list_max479_5 .appPatch .appColumn {
        width: 20% !important;
        float: left !important;
    }

    .list_max479_6 .appPatch .appColumn {
        width: 16.666666666666666% !important;
        float: left !important;
    }

    .boxlist {
        width: 100%;
        display: table;
    }

        .boxlist li {
            display: table-cell !important;
        }

    .changeblock {
        display: block !important;
    }

        .changeblock .search {
            width: 100% !important;
            line-height: 30px;
        }

        .changeblock .searchBox {
            margin-right: 30px;
            padding-left: 5px;
        }

        .changeblock .searchBtn {
            width: 30px;
            height: 30px;
            line-height: 30px;
        }


    .responsiveTable {
        overflow: hidden;
    }

        .responsiveTable thead tr {
            position: absolute;
            left: -999em;
        }

        .responsiveTable tbody tr {
            display: block;
            margin-bottom: 10px;
        }

        .responsiveTable tbody td {
            padding-left: 50%;
            position: relative;
            display: block;
            border-bottom: none;
        }

            .responsiveTable tbody td:before {
                position: absolute;
                height: 100%;
                width: 48%;
                left: 0;
                top: 0;
                border-right: 1px solid #ccc;
                display: block;
                line-height: 24px;
                text-indent: 5px;
                font-weight: bold;
            }

            .responsiveTable tbody td:before {
                content: attr(data-title);
            }


    .manageContent input[type=text], .manageContent input[type=password], .manageContent textarea {
        width: 99%;
    }

    .manageContent h3 {
        padding: 10px 0 5px 0;
    }

    .table_2 tbody td {
        padding: 5px;
        font-size: 12px;
        width: 75%;
        padding-left: 22%;
        line-height: 24px;
    }

        .table_2 tbody td:before {
            width: 30%;
            border: none;
            line-height: 24px;
            padding: 5px 0;
            font-size: 12px;
            font-weight: normal;
        }

    .table_2 tbody tr, .table_2 tbody td {
        border: none;
    }

    .table_2 tbody tr {
        border-bottom: 1px solid #EDEDED;
        margin: 0;
        padding: 10px 0;
    }

    .allarticle {
        margin-left: 10px;
        height: 30px;
        line-height: 30px;
    }


    .newSetRow {
        line-height: 28px;
        padding-top: 5px;
    }

    .newSetRowL {
        display: block;
        width: auto;
        float: none;
    }

    .newSetRowR {
        margin-left: 0;
    }

    .newSetRowTip {
        display: block;
    }

    .inputText.small {
        height: 24px;
        line-height: 24px;
        font-size: 12px;
    }

    .formTable td {
        padding: 5px 0;
        line-height: 35px;
    }
}

@media (min-width: 1200px) {
    .list_min1200_2 .appPatch .appColumn:nth-child(2n+1),
    .list_min1200_3 .appPatch .appColumn:nth-child(3n+1),
    .list_min1200_4 .appPatch .appColumn:nth-child(4n+1),
    .list_min1200_5 .appPatch .appColumn:nth-child(5n+1),
    .list_min1200_6 .appPatch .appColumn:nth-child(6n+1) {
        clear: both;
    }
}

@media (max-width: 480px) {
    .list_max479_2 .appPatch .appColumn:nth-child(2n+1),
    .list_max479_3 .appPatch .appColumn:nth-child(3n+1),
    .list_max479_4 .appPatch .appColumn:nth-child(4n+1),
    .list_max479_5 .appPatch .appColumn:nth-child(5n+1),
    .list_max479_6 .appPatch .appColumn:nth-child(6n+1) {
        clear: both;
    }
}

.wrapper,
.container,
.header,
.headerWrapper,
.headerContainer,
.main,
.mainWrapper,
.mainContainer,
.footer,
.footerWrapper,
.footerContainer,
.appWrapper,
.elementContainer {
    margin-left: auto;
    margin-right: auto;
    max-width:100% !important;
}

/* common app */
.con_header {
    position: relative;
}

.appMore {
    position: absolute;
    right: 0;
    top: 0;
}

.quickMenu a {
    display: inline-block;
    margin: 0 5px;
}

.quickMenu i {
    margin-right: 4px;
    font-size: 14px;
    vertical-align: middle;
}

.quickMenu a span {
    display: inline-block;
    vertical-align: middle;
}

/* common app */
.article_list_1 .articleList {
    margin: 0;
}

    .article_list_1 .articleList .latticePad, .article_list_1 .appPatch {
        margin-top: 0;
    }

    .article_list_1 .articleList li, .article_list_1 .articleList li a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle;
    }


.article_list_3 .articleList {
    margin: 0;
}

    .article_list_3 .articleList li {
        position: relative;
        white-space: nowrap;
    }

        .article_list_3 .articleList li a {
            display: inline-block;
            overflow: hidden;
            margin-right: 60px;
            width: 65%;
            vertical-align: middle;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .article_list_3 .articleList li time {
            position: absolute;
            top: 50%;
            right: 0;
            margin-top: -12px;
        }


.article_list_4 .articleList {
    margin: 0;
}

    .article_list_4 .articleList li {
        position: relative;
        white-space: nowrap;
    }

        .article_list_4 .articleList li a {
            display: inline-block;
            overflow: hidden;
            margin-right: 60px;
            width: 65%;
            vertical-align: middle;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .article_list_4 .articleList li time {
            position: absolute;
            top: 50%;
            right: 0;
            margin-top: -12px;
        }

.article_list_5 .articleTitle {
    overflow: hidden;
    margin-top: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article_list_5_pic {
    float: left;
    width: 30%;
    overflow:hidden;
}

.article_list_5_text {
    float: right;
    width: 70%;
}

.article_list_5 .articleList {
    margin: 0;
    padding: 15px 0 0 0;
}

.article_list_5 .articleList {
    margin: 0;
}

    .article_list_5 .articleList li {
        position: relative;
        white-space: nowrap;
    }

        .article_list_5 .articleList li a {
            display: inline-block;
            overflow: hidden;
            margin-right: 60px;
            width: 65%;
            vertical-align: middle;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .article_list_5 .articleList li time {
            position: absolute;
            top: 50%;
            right: 0;
            margin-top: -12px;
        }

.article_list_5 .articleText, .article_list_5 .articleTitle {
    padding-left: 15px;
}

.more {
    font-size: 80%;
    margin-left: 5px;
}

.article_list_10 .articleTitle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.article_list_10 .articleText {
    height:40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}





.article_list_14 .articleTitle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 0;
}

.article_list_14_pic {
    width: 33%;
    float: left;
    overflow:hidden;
}

.article_list_14_text {
    width: 67%;
    float: left;
}

.article_list_14 .articleTitle, .article_list_14 .articleText {
    padding-left: 15px;
}

.article_list_20 .articleTitle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 0;
}


.slidesjs-pagination {
    margin: 7px 0 0;
    float: right;
    list-style: none;
    display: none;
}




.px_spr_r {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .px_spr_r div {
        margin: 0 3%;
        width: 95%;
        border: 1px solid #ddd;
        background: #fff;
        float: left;
        margin-top: 10px;
    }

        .px_spr_r div em {
            float: left;
            font-size: 14px;
            color: #999;line-height: normal;
            line-height: 36px;
	    height: 36px;
	    text-align: center;
	    margin-left: 10px;
    	    margin-right: 10px;
        }

        .px_spr_r div input {
            height: 36px;
            line-height: 1;
            width: 70%;
            border: none;
            border-color: transparent;
            color: #9a9a9a;
            font-size: 14px;
            float: left;

        }

    .px_spr_r textarea {
        width: 95%;
        border: 1px solid #ddd;
        height: 74px;
        float: left;
        margin-left: 3%;
        *margin-left: -3%;
        margin-top: 10px;
        padding: 10px;
        font-size: 14px;
        color: #9a9a9a;
    }

    .px_spr_r button.px_bm {
        border: 0px;
        width: 95%;
        border-radius: 3px;
        height: 48px;
        line-height: 48px;
        color: #fff;
        display: inline-block;
        background: #FF9D22;
        text-align: center;
        font-size: 18px;
        float: left;
        margin-left: 3%;
        *margin-left: 0px;
        margin-top: 15px;
        cursor: pointer;
    }

        .px_spr_r button.px_bm:hover {
            text-decoration: none;
            background: #74BE10;
        }


.sstx {
    padding-top: 10px;
    clear: both;
    width: 100%;
    overflow: hidden;
}

    .sstx div {
        margin-right: 15px;
        float: left;
    }

    .sstx img {
        width: 120px;
        height: 120px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        display: block;
    }

.wenzlb {
    width: 98%;
}

    .wenzlb li {
        line-height: 40px;
        border-bottom: 1px #EBEBEB solid;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        -icab-text-overflow: ellipsis;
        -khtml-text-overflow: ellipsis;
        -moz-text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;
        overflow: hidden;
    }

.titlehide {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/*分享*/

.share-wrapper {
    padding-left: 13px;
    padding-right: 13px;
    margin-top: 10px;
}

    .share-wrapper .share-wrapper-inner {
        display: -moz-box;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
    }

        .share-wrapper .share-wrapper-inner em {
            margin-right: 10px;
            line-height: 60px;
            color: #a4a4a4;
            font-size: 14px;
            font-style: normal;
            float: left;
        }

        .share-wrapper .share-wrapper-inner .share-list {
            display: -moz-box;
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: -ms-flex;
            display: flex;
            -webkit-box-pack: justify;
            -moz-box-pack: justify;
            -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
            -moz-justify-content: space-between;
            -ms-justify-content: space-between;
            justify-content: space-between;
            -webkit-box-flex: 1;
            -moz-box-flex: 1;
            -webkit-flex: 1 1 42px;
            -moz-flex: 1 1 42px;
            -ms-flex: 1 1 42px;
            flex: 1 1 42px;
        }

        .share-wrapper .share-wrapper-inner a {
            display: block;
        }

            .share-wrapper .share-wrapper-inner a img {
                width: 60px;
            }
/*分享*/



.abtn{
	display:inline-block;
	text-align:center;
	height:40px;
	line-height:40px;
	padding:0 20px;
	background:#D6D6D6;
	vertical-align:middle;
	margin-right:10px;
	}
.abtn.large{
	height:50px;
	line-height:50px;
	padding:0 30px;
	font-size:16px;
	}
.abtn.middle{}
.abtn.small{
	height:26px;
	line-height:26px;
	padding:0 10px;
	font-size:100%;
	}
.abtn:nth-last-child(1){
	margin-right:0;}
.abtn.orange{
	background:#FF9900;
	}
.abtn.orange:hover{
	background:#C7770C;
	}
.abtn.blue{
	background:#1FAEFF;
	}
.abtn.blue:hover{
	background:#009CF0;
	}
.abtn.green{
	background:#82B91F;
	}
.abtn.green:hover{
	background:#618817;
	}

.abtn.hui{
	background:#999;
	}
.abtn.hui:hover{
	background:#666;
	}
.abtn.hui,
.abtn.orange,
.abtn.blue,
.abtn.green{
	color:#fff;
	text-decoration:none;
	}
.abtn.hui:hover,
.abtn.orange:hover,
.abtn.blue:hover,
.abtn.green:hover{
	color:#fff;
	text-decoration:none;
	}

.templateList {
    padding: 40px 0 0 0;
    max-width: 1200px;
}

    .templateList ul {
        margin: 0 0 0 -90px;
        padding: 0;
        list-style: none;
    }

.templateListPad {
    margin-left: 90px;
    border: 1px solid #F2F3F7;
    position: relative;
}

.templateList .tipsInfo {
    box-shadow: none;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0,0,0,0.4);
    color: #fff;
    z-index: 1;
    text-align: center;
}

.templateList li {
    width: 33.33333333333%;
    float: left;
    padding-bottom: 60px;
}

.templateListPic {
    border-bottom: 1px solid #F2F3F7;
    text-align: center;
    position: relative;
}

    .templateListPic img {
        max-width: 100%;
    }

.templateListText {
    padding: 15px 20px;
    position: relative;
    z-index: 98;
    background: #fff;
}

.templateListInfo {
    float: left;
    line-height: 160%;
    margin-top:10px;
}

.templateListBtn {
    float: right;
    width: 70px;
    text-align: right;
}

    .templateListBtn a.abtn {
        margin: 6px 0 0 0;
        padding: 0 20px;
    }

.name {
font-size:16px;
}
.ct_2{
    color:#999;
}


@media (max-width: 767px) {

    .templateList li{
		width:50%;
		padding-bottom:20px;
		}
	.templateList ul{
		margin:0 0 0 -20px;
		}
	.templateListPad{
		margin-left:20px;
 		}
	.templateList{
		padding:20px 0;
		}
		
	.templateReplace li{
 		width:33.3333333%;
 		padding:20px 0 0 0;
		}
	.templateReplace ul{
		margin:-20px 0 0 -20px;
		}
	.templateReplacePad{
		padding-left:20px;
		}


    .templateListPic{
		border:none;
		}
	.templateListHead{
		text-align:center;
		border-bottom:1px solid #F2F3F7;
		padding-bottom:10px;
		}
	.templateList li{
		width:auto;
		float:none;
		padding:10px 0;
		}
	.templateListPic{
		width:45%;
		float:left;
		}
	.templateListPic img{
		border:1px solid #F2F3F7;
		}
	.templateListText{
		width:54%;
		float:right;
		padding:0;
		}


    .templateListInfo{
		width:auto;
		float:none;
		padding-left:20px;
		}
	.templateListBtn{
		padding:10px 0 0 20px;
		float:none;
		width:auto;
		text-align: left;
		}
	.templateList .tipsInfo{
		text-align:left;
		background:none;
		position:relative;
		left:auto;
		top:auto;
		right:auto;
		bottom:auto;
		color:#666;
		padding-top:5px;
		font-size:12px;}
	.templateListPad .tipsInfo .rpS{
		padding:15px 0 0 0;
		}
	.templateReplace li{
 		width:50%;
 		padding:20px 0 0 0;
		}
	.templateReplace ul{
		margin:-20px 0 0 -10px;
		}
	.templateReplacePad{
		padding-left:10px;
		}
}
