@charset "UTF-8";
.publicity-container {
    padding: 25px 0;
}

.publicity-content {
    width: 1200px;
    margin: 0 auto;
    height: 750px;
}

.publicity-nav {
    float: left;
    margin: 0 auto;
    border: 1px solid #D1D1D1;
    width: 290px;
    height: 750px;
    text-align: center;
    background-color: white;
    box-shadow: 0 0 6px #888888;
    margin: 0 15px 0 auto;
}

.publicity-body {
    width: 880px;
    height: 750px;
    border: 1px solid #D0D3D8;
    background: #fff;
    float: left;
    /* margin-left: 25px; */
    box-shadow: 0 0 6px #888888;
}

.body-title {
    border-bottom: 1px solid #D1D1D1;
    line-height: 55px;
    font-size: 16px;
    font-weight: bold;
    text-indent: 30px;
    color: #FF3030;
    background-color: #F5F5F5;
}

.search-container {
    height: 70px;
    widht: 100%;
    line-height: 70px;
}

.search-container .search-content {
    float: left;
    margin: 0 0px 0 35px;
    width: 335px;
}

.search-container .search-btn {
    height: 35px;
    width: 93px;
    line-height: 35px;
    cursor: default;
    float: left;
    line-height: 35px;
    margin: 17px auto;
    text-align: center;
    background: #C3C3C3;
    border-radius: 2px;
    cursor: pointer;
}

.search-container .input {
    background: url("../images/global/enter_mid.png") repeat-x scroll 0 0;
    border: medium none;
    float: left;
    height: 41px;
    line-height: 41px;
    outline: medium none;
    width: 200px;
}

.search-container .input-left {
    background: url("../images/global/enter_left.png") repeat scroll 0 0;
    float: left;
    height: 41px;
    line-height: 41px;
    width: 6px;
}

.search-container .input-right {
    background: url("../images/global/enter_right.png") repeat scroll 0 0;
    float: left;
    height: 41px;
    line-height: 41px;
    width: 6px;
}

.data-container {

}

.data-container .data-title {
    background: #e1e2e6 none repeat scroll 0 0;
    color: #333;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}

.data-container .data-index {
    float: left;
    margin: 0 0 0 10px;
    width: 70px;
}

.data-container .data-column1 {
    float: left;
    width: 320px;
}

.data-container .data-column2 {
    float: left;
    width: 320px;
}

.data-container .data-column3 {
    float: left;
    width: 120px;
}

.data-content {
    text-align: center;
}

.data-content .data-item {
    height: 42px;
    line-height: 42px;
}

.data-content .data-item-even {
    background: #f4f0ef none repeat scroll 0 0;
    height: 42px;
    line-height: 42px;
}

.page-container {
    width: 810px;
    height: 55px;
    background: #F0F0F0;
    margin: 15px auto auto auto;
    border-radius: 5px;
    text-align: center;
}

/* 分页按钮的样式 */
#pagination {
    line-height: 55px;
    display: inline-block;
    padding: 12px 0px 0px 12px;
}

#pagination span {
    display: inline-block;
    cursor: default;
    width: 35px;
    height: 28px;
    line-height: 28px;
    background: #fff;
    float: left;
    cursor: pointer;
}

#pagination span.go-page {
    border-right: 1px solid #E6E6E6;
    border-top: 1px solid #ADADAD;
    border-bottom: 1px solid #ADADAD;
}

#pagination .current-page span {
    background: #DE1E1E;
    color: #fff;
}

#pagination .next-page-span, #pagination .pre-page-span {
    width: 30px;
    text-align: left;
}

#pagination .next-page-span {
    border-top: 1px solid #ADADAD;
    border-bottom: 1px solid #ADADAD;
    text-align: right;
}

#pagination span.circle-right, #pagination span.circle-left {
    width: 18px;
    height: 30px;
}

#pagination span.circle-right {
    background: url("../images/sgs/circle-right.png");
}

#pagination span.circle-left {
    background: url("../images/sgs/circle-left.png");
}

.pre-page, .page-a, .next-page {
    color: #333;
    text-align: center;
}

.news-title {
    background: url("../images/12.png") repeat scroll 0 0;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.menu-conainer .menu-title a {
    width: 100%;
    height: 55px;
    display: block;
    color: #333;
}

.menu-conainer .active a {
    color: #F72322;
}

.menu-conainer .active {
    border-left: 4px solid #f72322;
    color: #f72322;
}

.menu-conainer {
    border-top: none;
    overflow: auto;
}

.menu-conainer .menu-title {
    height: 56px;
    line-height: 56px;
    background: #F2F0F1;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}

.page-container .sgs-total {
    color: #de1e1e;
    position: absolute;
    display: inline-block;
    /* line-height: 155px; */
    margin-left: -290px;
    font-weight: bold;
    margin-top: 70px;
}
