@charset "UTF-8";

/*news-list*/
.left-content {
    margin-left: auto;
    margin-right: auto;
}

.news-list {
    /*cursor: pointer;*/
    padding-right: 0;
}

.news-list h1 {
    margin-bottom: 10px;
}

.news-list .page-infor {
    background-color: #fff;
}

.news-list .page-infor li {
    padding: 15px 10px 15px 20px;
    border-bottom: solid 1px #ebebeb;
    cursor: pointer;
    position: relative;
}

.news-list .page-infor li a {
    display: block;
    color: #666;
}

.news-list .page-infor li h4 {
    color: #666;
    margin-top: 0;
    position: relative;
    width: 80%;
    padding-right: 5em;
}

.news-list .page-infor li h4:hover {
    color: #3178b5;
}

/*.news-list>ul>li:hover p {*/
/*color: #3178b5;*/
/*}*/
.news-list .page-infor li:hover span {
    color: #3178b5;
}

.news-list .page-infor li i {
    position: absolute;
    width: 8px;
    height: 8px;
    /*background: url("/html/img/left-icon-jt.png")no-repeat;*/
    background: url("/html/img/dian.png") 2% 22% no-repeat;
    /*background: url("/html/img/arrow.gif") 2% center no-repeat;*/
    left: -14px;
    top: 7px;
}

.news-list .page-infor li p {
    margin-top: 10px;
    line-height: 1.8em;
}

.news-list .page-infor li span {
    display: block;
    font-size: 1.4em;
    vertical-align: bottom;
    /* margin-top: 30px;*/
    text-align: left;
    float: right;
    width: 20%;
    position: absolute;
    right: 0;
    top: 16px;
}

/*·ÖÒ³*/
.pagination {
    text-align: center;
    margin-top: 20px;
}

.pagination div {
    display: inline-block;
    letter-spacing: 2px;
}

.pagination form {
    display: inline-block;
}

.pagination input {
    width: 23px;
    text-align: center;
    margin: 0 2px;
}

.pagination .k {
    padding: 0 6px;
    border: 1px solid #ccc;
    margin-left: 5px;
}

.pagination .active {
    background-color: #7c1e76;
    color: #fff;
    border: solid 1px #7c1e76;
}

.pagination .k:hover {
    background-color: #7c1e76;
    color: #fff;
    border: solid 1px #7c1e76;
}

.pagination ul {
    display: inline-block;
}

.pagination li {
    display: inline-block;
    width: 23px;
    height: 20px;
    border: 1px solid #ccc;
    margin: 0 2px;
    color: #333;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.pagination li:hover {
    background-color: #7c1e76;
    color: #fff;
    border: solid 1px #7c1e76;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/*news-list-end*/

/*activity*/
/*main-left*/
.main-left {
    width: 79%;
    margin-top: 18px;
    padding: 0 60px;
    margin-bottom: 28px;
}

.main-left h2 > a.m-title {
    font-size: 18px;
    color: #7c1e76 !important;
    margin-bottom: 40px;
    padding-right: 10em;
    /*font-weight: 600;*/
}

.main-left img {
    display: block;
    margin: 10px auto;
    max-width: 80%;
}

.main-left h6 {
    font-size: 14px;
    color: #757474;
    margin-bottom: 10px;
    font-weight: 600;
}

.main-left span {
    font-size: 14px;
    color: #757474;
    display: inline;
}

.main-left b {
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
    float: right;
    padding-left: 15px;
    color: #666;
}

.main-left em {
    display: block;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
    color: #666;
}

.main-left p {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    line-height: 2em;
    text-align: justify;
}

.main-left .clearIndent {
    text-indent: 0;
}

.main-left table {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.main-left tr {
    background-color: #f2f2f2;
}

.main-left td {
    padding: 8px 0;
    font-size: 14px;
    text-align: left;
}

.main-left tr td:first-of-type {
    padding-left: 15px;
    width: 25%;
}

.main-left tr td:nth-of-type(2) {
    width: 50%;
}

.main-left tr:nth-of-type(odd) {
    background-color: #e3e2e7;
}

.main-left li {
    margin-top: 6px;
    padding-left: 70px;
    font-size: 14px;
}

.main-left li:first-of-type {
    padding-left: 0;
}

.main-left .bottom-page {
    margin-top: 50px;
}

.main-left .bottom-page a:first-of-type {
    padding-left: 32px;
    background: url("/html/img/l-icon.png") left center no-repeat;
    width: 30%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 12px;
}

.main-left .bottom-page a:last-of-type {
    padding-right: 32px;
    background: url("/html/img/r-icon.png") right 1px no-repeat;
    width: 30%;
    text-align: right;
    font-size: 12px;
}

.main-left .bottom-page a:last-of-type i {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 12px;
    line-height: 17px;
    width: 70%;
}

.main-left .bottom-page a:last-of-type:hover i {
    color: #74106e;
}

/*main-left-end*/
/*main-right*/
.main-right {
    width: 18.4%;
    margin-top: 18px;
    margin-right: 25px;
    background-color: #ffffb8;
    padding-top: 20px;
}

.main-right .cont {
    padding: 0 34px 30px 27px;
}

.main-right h4 {
    font-size: 1.4em;
    color: #74106e;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    background: url("/html/img/t-bg.jpg") left center no-repeat, url("/html/img/t-bg.jpg") right center no-repeat;
}

.main-right h6 {
    font-size: 1.4em;
    color: #222;
    margin-bottom: 10px;
}

.main-right p {
    padding-left: 8px;
    margin-bottom: 25px;
    background: url("/html/img/r-arrow.jpg") left 2px no-repeat;
}

.main-right p a {
    font-size: 12px;
    color: #644426;
    cursor: pointer;
}

/*main-right-end*/
/*activity-end*/


/* search */
.search .news-list .page-infor li h4 span {
    float: none;
    display: inline-block;
    position: initial;
    font-size: 16px;
    width: auto;
    color: #73216d;
}

