/* CSS Document */
.banner {
    margin: 0 auto;
    width: 1200px;
    height: 500px;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}

.banner ul {
    width: 6000px;
    position: absolute;
    left: 0;
    top: 0;
    height: 500px;
    overflow: hidden;
}

.banner ul li {
    float: left;
}

.banner ul li img {
    width: 1200px;
    height: 500px;
}

.banner a {
    display: block;
    width: 80px;
    height: 260px;
    position: absolute;
    top: 120px;
    display: none;
}

.prev {
    background: url(../images/prev.png) no-repeat center center;
    float: left;
    left: 0;
}

.next {
    background: url(../images/next.png) no-repeat center center;
    float: right;
    right: 0;
}

.banner:hover a {
    display: block;
}

.btn {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
}

.btn span {
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(../images/white.png) no-repeat center center;
    cursor: pointer;
}

.btn span.show, .btn span:hover {
    background: url(../images/red.png) no-repeat center center;
}

.content {
    width: 100%;
    min-width: 1200px;
    background: #fff;
    padding: 30px 0px;
}

.left {
    border-radius: 4px;
    width: 310px;
    /* padding: 0px 15px; */
    padding-bottom: 29px;
    float: left;
}

.bottom-list {
    margin-top: 20px;
    border-top: 2px solid #f2cccb;
}

.bottom-list li {
    padding: 10px 0;
    border-bottom: 2px solid #f2cccb;
    text-align: center;
}

.bottom-list li a {
    color: #cc201e;
    font-size: 16px;
    display: block;
}

.bottom-list li:hover {
    background: #f6eeee;
}

.content-center {
    float: left;
    /* margin: 0 -22px; */
    width: 500px;
    position: relative;
}

.content-center h1,.right h1,.left h1,.content .sidebar h1 {
    background: url(../images/icon.png) no-repeat 3px 8px;
    border-bottom: 2px solid #0d7239;
    font-size: 24px;
    font-weight: 300;
    color: #000;
    padding: 5px 0;
    text-indent: 2em;
}

.content .sidebar h1 {
    padding: 20px;
    background: url(../images/icon.png) no-repeat 20px 20px;
    background-color: #eee;
}

.news_more {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.news_more a {
    display: block;
    width: 30px;
    height: 30px;
    float: right;
    background: url(../images/more.png) center center no-repeat;
}

.notice {
    margin-top: 25px;
}

.notice_more {
    height: 30px;
    width: 30px;
    position: absolute;
    right: 10px;
}

.notice_more {
    margin-top: -33px;
}

.notice_more a {
    display: block;
    width: 30px;
    height: 30px;
    float: right;
}

.content-center > .news-table-container > table, .right > .news-table-container > table {
    border-collapse: separate;
    border-spacing: 0px 7px;
}

.content-center table {
    width: 100%;
}

.content-center table tr {
    height: 37px;
    line-height: 37px;
}

.content-center table tr td {
    line-height: 16px;
    border-bottom: 1px solid #eee;
}

.listtable tr td a {
    width: 90%;
}

.content-center table tr td a:hover {
    color: #0d7239;
    overflow: hidden;
}

.right {
    float: right;
    width: 310px;
    position: relative;
    margin-bottom: 30px;
}

.left a,.right a {
    display: block;
    margin-top: 10px;
}

.left p,.right p {
    height: 230px;
    text-indent: 2em;
    overflow: hidden;
}

.left p a,.right p a {
    overflow: hidden;
    font-size: 14px;
    height: 100%;
    color: #666;
    display: block;
    line-height: 20px;
}

.activity {
    margin-top: 20px;
}

.left table,.right table {
    width: 300px;
}

.left table tr,.right table tr {
    height: 20px;
    width: 100%;
    border-bottom: 1px dashed #cc201e;
}

.left table tr td,.right table tr td {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
}

.left table tr td a,.right table tr td a {
    margin-top: 7px;
    width: 100%;
    height: 30px;
    overflow: hidden;
    font-size: 14px;
}

.left table tr td a:hover,.right table tr td a:hover {
    color: #0d7239;
    overflow: hidden;
    font-size: 14px;
}