.pagebar{clear:both;margin:20px 0;text-align:center;}
.pagebar a:hover{color:#ccc;}
.pagebar span a{color:#333;}
.page-status{border-radius:2px 0 0 2px;}
.page-last{border-radius:0 2px 2px 0;}
.page-index,.page-last,.page-next,.page-num,.page-pre,.page-status{display:inline-block;margin:0 -1px 5px 0;padding:0 15px;height:28px;border:1px solid #e2e2e2;background-color:#fff;color:#333;vertical-align:middle;font-size:12px;line-height:28px;}
.page-status{display:none;}
.page-num-current{background-color:#ccc;color:#fff !important;}
a.page-num-current:hover{color:#fff;}
      .news-main-content ul li{text-align:left!important}
    ul,
    li {
        list-style: none
    }

    .aboutw {
        background: #f5f5f5;
        padding: 20px 20px 10px 20px;
    }

    .aboutw-div {
        display: flex;
        width: 100%;
        background: #fff;
        padding: 10px 20px;
        margin-bottom: 20px;
    }

    .aboutw-img-box {
        border: 1px solid #e5e5e5;
        margin-right: 25px;
        display: flex;
        align-items: center;
        height: 200px;
        justify-content: center;
        width: 200px;
    }

    .aboutw-img-box img {
        max-width: 200px;
        max-height: 100%;
    }

    .div-right {
        max-width: 80%
    }




    .news-main {
        padding-top: 35px;
        margin-bottom: 100px;
    }

    .new-tabs {
        float: left;
        width: 160px;
    }

    .new-tabs ul li a {
        display: block;
        height: 50px;
        line-height: 50px;
        margin-top: -1px;
        border-top: 1px dashed #a9a9a9;
        text-align: center;
        cursor: pointer;
        font-size: 14px;
        color: #666;
    }

    .new-tabs ul li:first-child a {
        border-top: none;
    }

    .new-tabs ul li.active a,
    .new-tabs ul li:hover a {
        position: relative;
        top: 1px;
        background-color: #00aaff;
        border-color: #00aaff;
        color: #fff;
    }

    .news-main-content {
        float: right;
        width: 980px;
    }

    .news-main-content ul li {
        margin-bottom: 20px;
    }

    .news-main-content ul li:hover {
        -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, .12);
        -moz-box-shadow: 0 2px 16px rgba(0, 0, 0, .12);
        box-shadow: 0 2px 16px rgba(0, 0, 0, .12);
    }
    .news-main-content ul li:hover .news-text h2.active {
        color: #00aaff;
    }

    .news-main-content ul li a {
        display: block;
        height: 146px;
        padding: 18px 20px;
        overflow: hidden;
        border: 1px solid #e6e6e6;
    }

    .news-title-img {
        float: left;
        width: 160px;
        line-height: 105px;
    }

    .news-title-img img {
        margin-left: 20px;
    }

    .news-space {
        float: left;
        width: 1px;
        height: 110px;
        margin: 0 20px;
        background-color: #e6e6e6;
    }

    .news-text h2 {
        height: 26px;
        line-height: 26px;
        overflow: hidden;
        font-size: 18px;
        color: #333;
    }

    

    .news-text h2.active i {
        display: inline-block;
        width: 56px;
        height: 20px;
        margin-left: 20px;
        margin-bottom: 2px;
        vertical-align: middle;
        background: url(img/news_top.png?v=2) no-repeat 0 center;
    }

    .news-text p {
        height: 35px;
        line-height: 1.5;
        margin: 15px 0;
        font-size: 12px;
        color: #666;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .news-text .time {
        padding-left: 24px;
        font-size: 12px;
        color: #999;
        background: url(/static/images/time-icon.png) no-repeat left center;
    }

    .news-text .links {
        float: right;
        font-size: 12px;
        color: #00aaff;
    }

    .news-text .links:hover {
        color: #55afe8;
    }

    .go-back {
        display: block;
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid #e6e6e6;
        font-size: 14px;
        color: #00aaff;
    }

table th a,table td a{    text-shadow: #00851a 0 -1px 0;line-height: 44px;
    border: 1px solid #2b5fff;
    text-align: center;
    font-size: 15px;background: linear-gradient(#2b5fff,#2b5fff);
    color: #fff;
    text-shadow: #00851a 0 -1px 0;display: inline-block;
    width: 110px;
    line-height: 36px;
    border-radius: 5px;}


table th a:hover{
    background:#2b5fff;

    box-shadow:inset 0 1px 2px #30ad42;
    color:#fff;
    text-shadow:#00851a 0 -1px 0;

 
    box-shadow:inset 0 1px 2px #10952a;
    color:#fff;
}

table td a:hover{
    background:#2b5fff;

    box-shadow:inset 0 1px 2px #30ad42;
    color:#fff;
    text-shadow:#00851a 0 -1px 0;


    box-shadow:inset 0 1px 2px #10952a;
    color:#fff;
}

.in_banner_search {
    display: inline-block;
    width: 600px;
    height: 76px;
    right: 0;
    bottom: 230px;
    left: 0;
    border-radius: 2px;
    margin: auto;
    background: rgba(45, 50, 101, 0.54);
    padding: 10px 22px;
    z-index: 0;
    margin-top: 30px;
}

.in_banner_search form.banner_search {
    position: relative;
    width: 100%;
    z-index: 1;
}

.in_banner_search form.banner_search .text_input {
    box-sizing: border-box;
    width: 100%;
    height: 56px;
    font-size: 16px;
    font-family: 'Opensans-Regular';
    color: #fff;
    border: none;
    text-indent: 8px;
    padding-left: 15px;
    padding-right: 160px;
    border-radius: 2px;
}

.in_banner_search form.banner_search .text_input[name=Keyword]::-webkit-input-placeholder {
    color: #999;
}

.in_banner_search form.banner_search .text_input[name=Keyword]:-moz-placeholder {
    color: #999;
}

.in_banner_search form.banner_search .text_input[name=Keyword]::-moz-placeholder {
    color: #999;
}

.in_banner_search form.banner_search .text_input[name=Keyword]::-ms-input-placeholder {
    color: #999;
}

.in_banner_search form.banner_search .submit {
    position: absolute;
    width: 145px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border: 0;
    /* text-indent: 40px; */
    height: 100%;
    font-size: 16px;
    font-family: 'Opensans-Regular';
    color: #fff;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    background: url(../images/icon_search.png) no-repeat #2eb4d5;
    background-position: 27px center;
    cursor: pointer;
}

.news-main-content {
    text-align: left !important
}
.news-article-title {
    text-align: center;
    color: #333333;
    font-size: 24px;
    font-weight: normal;
}
.news-article-subtitle {
    position: relative;
    width: 100%;
    padding-top: 20px;
}

.news-article-time {
    text-align: center;
    color: #999;
    font-size: 14px;
}

.news-article-time a {
    font-size: 14px;
    color: #00aaff;
}

.news-article-share {
    position: absolute;
    right: 0;
    top: 6px;
}

.news-article-share div {
    display: inline-block;
    box-sizing: content-box;
}

.news-article-main {
    margin-top: 35px;
    color: #666;
    line-height: 24px;
}

.news-article-main p {
    font-size: 15px;
    text-indent: 2em;
    line-height: 2em;
    margin-bottom: 15px;
}

.news-article-main p img {
    max-width: 1200px;
}

.news-article-main a {
    color: #666;
    text-decoration: none;
}

.news-article-main .link {
    color: #666;
    text-decoration: none;
}

.news-content-space {
    margin: 20px 0;
    height: 2px;
    background: #e6e6e6;
}

.news-recommend {
    padding-left: 18px;
    padding-bottom: 10px;
    border: 1px dotted #ff8800;
    background-color: #fff8f0;
}

.news-recommend h4 {
    display: inline-block;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #ff8800;
}

.news-recommend p {
    margin-bottom: 15px;
    font-size: 14px;
    color: #666;
}

.news-recommend p a {
    margin-left: 15px;
    font-size: 14px;
    color: #00aaff;
}

.page-link,
.page-link a,
.page-link span {
    font-size: 16px;
    color: #00aaff;
}

.page-link {
    margin: 10px auto 15px auto;
    max-width: 1200px;
    color: #333333;
}

.page-link span {
    margin-left: 10px;
}

.page-link a:hover {
    text-decoration: underline;
}

.go-back {
    display: block;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 14px;
    color: #00aaff;
}