html,
body {
    min-height: 101%;
}

body {
    font-size: 14px;
    font-family: tahoma, arial, sans-serif;
    line-height: 22px;
    background-color: #E7E7E7;
    padding: 0;
    color: #333;
    background-image: url(/static/image/background.gif);
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

.wrap_all {
    width: 1000px;
    margin:  0 auto;
}
.banner {
    padding-bottom: 0;
}
.top_banner {
    height: 100px;
    width: 100%;
}
.top_banner img{
    width: 100%;
    height: 100px;
}
#logo_bwc{
    width: 374px;
    height: 73px;
    position: absolute;
    top: 10px;
    left: 21%;
}
a {
    text-decoration: none;
}

.news-list ul li a,
.right-news-list ul li a {
    font-size: 14px;
    line-height: 30px;
    color: #333;
}

.left_list {
    padding: 5px 5px 5px 10px;
}

.notice-news-list ul li a,
.download-file-list ul li a,
.friendly-link-list ul li a {
    color: white;
}

.notice-news-list ul li,
.download-file-list ul li,
.friendly-link-list ul li {
    background: url(../image/jt01.jpg) no-repeat 1px 13px;
    line-height: 30px;
    padding-left: 10px;
    vertical-align: middle;
    clear: both;
}

.notice-news-list ul li {
    border-bottom: 1px dashed #E3E3E3;
}

.l-news-head {
    background: url(../image/bt01.png) no-repeat;
    height: 30px;
    border-radius: 8px;
}

.banner {
    height: 150px;
}

.banner img {
    width: 1000px;
}


.menu {
    width: 1000px;
    height: 40px;
}

.menu li {
    background: -moz-linear-gradient(#336696, #296292);
    background: -ms-linear-gradient(#336696, #296292);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #336696), color-stop(100%, #296292));
    background: -webkit-linear-gradient(#336696, #296292);
    background: -o-linear-gradient(#336696, #296292);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#336696', endColorstr='#296292');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#336696', endColorstr='#296292')";
    background: linear-gradient(#336696, #296292);
    border-bottom: 2px solid #265989;
    border-top: 2px solid #346797;
    min-width: 100px;
}

.menu>li {
    display: block;
    float: left;
    position: relative;
    width: 97px;
}

.menu li:first-child a {
    border-left: 2px solid #346797;
}

.menu a {
    border-left: 3px solid;
    display: block;
    font-family: 'Licida Console';
    text-align: center;
    color: white;
    font-size: 16px;
    line-height: 30px;
    padding: 0 15px;
    text-decoration: none;
    text-transform: uppercase;
}

.l-subMenu .sub-menu {
    font-size: 13px;
}

.menu li:hover ul {
    display: block;
    transition: 2s;
}

.menu>li:hover .l-subMenu,
.menu>li:focus .l-subMenu {
    max-height: 2000px;
    z-index: 10;
}

.menu>li:hover .l-subMenu li,
.menu>li:focus .l-subMenu li {
    opacity: 1;

    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.l-subMenu {
    left: 0;
    max-height: 0;
    position: absolute;
    top: 100%;
    z-index: 0;
}

.l-subMenu li {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);

    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
}

.menu .l-subMenu li:hover a {
    border-left: 3px solid #49afcd;
    border-radius: 0;
    color: lightblue;
}

.l-subMenu li a {
    color: white;
}

#rules li a {
    padding: 2px;
}

/* content start */
.news-title {
    color: white;
    height: 15px;
    padding-bottom: 5px;
}

#content-bar {
    width: 1000px;
    border: 0;
    margin-top: 10px;
}

#content-wrap {
    width: 1000px;
    border: 0;
    background: url(../image/main_bg.png);
}

#content-left {
    width: 240px;
    vertical-align: top;
    padding-left: 1px;
}

#show-date {
    width: 100%;
    height: 30px;
}

#show-date tr td {
    text-align: center;
    vertical-align: top;
    font-size: 14px;
    color: #FFF;
}

.col-menu {
    min-height: 90px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

tr {
    display: table-row;
    border-color: inherit;
}

.main_top {
    background: url(../image/main_top.png) no-repeat;
    width: 1000px;
    height: 14px;
}

.main_bottom {
    background: url(../image/main_bottom.png) no-repeat;
    height: 14px;
    width: 1000px;
}

.notice-list {
    min-height: 240px;
}

.download-list {
    min-height: 220px;
}

.friendlylink-list {
    min-height: 100px;
}

#notice,
#download,
#friendlylink {
    width: 100%;
}

.left-list-head {
    height: 30px;
    background: #336696;
}

.left-list-head table {
    width: 100%;
}

.list-head-back {
    width: 78%;
    padding-left: 12px;
}

.list-head-back img {
    width: 57px;
    height: 15px;
}

.list-head-more {
    width: 22%;
}

/* infomation News Start */
#info-news-wrap,
#info-slideshow {
    position: relative;
    width: 550px;
    height: 585px;
}

#info-slideshow {
    margin-top: 15px;
}

#set-scroll-img {
    width: 530px;
    height: 100%;
}

#scroll-img {
    overflow: hidden;
}

#scroll-begin table {
    width: 100%;
}

.scroll-wrap a img {
    width: 148px;
    height: 107px;
}

.center-more {
    border-radius: 8px;
    background-color: #346797;
}

/* news-list */
.bt_list table {
    width: 100%;
}

.news-list {
    padding-bottom: 15px;
}

.center-news-list {
    width: 530px;
    margin-top: 15px;
}

.news-list ul li,
.page-news-list ul li {
    background: url(../image/jt02.jpg) no-repeat 1px 13px;
    line-height: 30zpx;
    padding-left: 10px;
    vertical-align: middle;
    border: none;
    clear: both;
}

.page-news-list ul li {
    line-height: 24px;
}

.page-news-list ul li span {
    float: right;
    padding-right: 15px;
}

.news-list-buttons ul li {
    display: inline-block;
    height: 25px;
    clear: both;
}

.page-news-count {
    padding-left: 300px;
}

.page-nav a {
    cursor: pointer;
    color: #666;
    line-height: 25px;
    height: 25px;
}

.page-nav span,
.page-nav a {
    display: inline-block;
    margin-left: 6px;
}

.news-list ul li a:hover,
.page-news-list ul li a:hover {
    text-decoration: underline;
    text-decoration-color: #181818;
}

.page-news-list ul li a {
    color: #181818;
}

.more_text {
    color: white;
}

.download-file-list ul li a:hover,
.friendly-link-list ul li a:hover {
    text-decoration: underline;
    text-decoration-color: white;
}

#service-infomation ul li a:hover,
#brief-report ul li a:hover {
    color: #336696;
    text-decoration: underline;
}

/* right News list */
.l-right-news {
    width: 97%;
    margin-top: 20px;
}

.right-title p {
    font-size: 16px;
    color: #336696;
}

.right-news-list ul li {
    line-height: 30px;
    padding-left: 5px;
    vertical-align: middle;
}

/* notice start */
#notice-wrap,
#download-wrap {
    width: 1000px;
}

.notice-content,
.download-content {
    width: 1000px;
    min-height: 600px;
    background: url(../image/main_bg.png);
}

.notice-title td,
.download-title td {
    height: 40px;
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.notice-title td p,
.download-title td p {
    font-size: 25px;
    color: white;
}

.notice-list ul li,
.download-list ul li {
    line-height: 25px;
    padding-bottom: 6px;
}

.notice-list ul li a,
.download-list ul li a {
    color: white;
}

.notice-news-list ul li a:hover,
.notice-list ul li a:hover,
.download-list ul li a:hover {
    text-decoration: underline;
    text-decoration-color: white;
}

.download-subtitle td p {
    color: lightcyan;
    font-size: 18px;
    padding-left: 15px;
    padding-bottom: 8px;
}

/* footer */
#footer {
    background: url(../image/bottom_center.png);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 1000px;
    border: 0;
    text-align: center;
}

#footer tr:first-child {
    width: 15px;
    height: 102px;
}

#footer-content {
    vertical-align: top;
    text-align: center;
    padding-top: 15px;
}

#footer-content>a {
    color: #333;
    font-size: 14px;
}

.vertical-center {
    top: 50%;
    position: relative;
    transform: translateY(-50%)
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #2780E3;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    color: #165ba8;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(39, 128, 227, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(39, 128, 227, 0.25)
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item:first-child .page-link {
    margin-left: 0
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #2780E3;
    border-color: #2780E3
}

.page-item.disabled .page-link {
    color: #868e96;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.171875rem;
    line-height: 1.5
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.8203125rem;
    line-height: 1.5
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none
}

hr {
    border-top-color: #adcef4
}

.index-news {
    height: 205px;
}

.news-1 {
    position: absolute;
    margin-top: -53%;
}

.news-2 {
    position: absolute;
    margin-top: -27%;
}

.news-3 {
    position: absolute;
    margin-top: -1%;
}

.news-4 {
    position: absolute;
    margin-top: 25%;
}

.banner {
    position: relative;
}

.banner-img {
    display: none;
    height: 100%;
}

.banner-active {
    display: inline-block;
}

.article {
    height: 500px;
    width: 720px;
    overflow: auto;
    margin-right: 5px;
    line-height: normal;
    word-break: break-all;
}