@charset "UTF-8";

html, body {
    margin: 0;
    padding: 0;
    outline: none;
    font-family: "PingFang SC", Helvetica, Arial, "Hiragino Sans GB", "Microsoft Yahei", STHeiTi, sans-serif;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: none;
    outline: none;
}

a {
    text-decoration: none !important;
}

.news-first {
    width: 1100px;
    height: 100px;
    margin: 20px auto;
    display: flex;
    align-items: center;
}

.news-first div:nth-child(1) {
    margin-right: 20px;
}

.news-first a {
    display: block;
    width: 1100px;
    font-size: 36px;
    font-weight: bold;
    color: #054FAC;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-focus-box {
    width: 1200px;
    height: 440px;
    padding: 20px;
    box-sizing: border-box;
    background: #F7F7F7;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.news-focus-box .e_pic_wrap {
    z-index: 1;
    white-space: nowrap;
    width: 1200px;
    height: 440px;
    box-sizing: border-box;
}

.news-focus-box .e_pic_wrap li {
    position: relative;
    display: inline;
    width: 1160px;
    height: 440px;
    box-sizing: border-box;
    overflow: hidden;
}

.news-focus-box .e_pic_wrap li a.img img {
    width: 620px;
    height: 400px;
}

.news-focus-box .e_bg_flt {
    position: absolute;
    right: 0;
    top: 0;
    width: 500px;
    height: 300px;
    z-index: 10;
}

.news-focus-box .e_flt_inf {
    position: absolute;
    right: 0;
    top: 0;
    width: 500px;
    height: 280px;
    overflow: hidden;
    z-index: 20;
    color: #fff;
    white-space: normal;
    word-wrap: break-word;
    text-align: justify;
}

.news-focus-box .e_flt_inf h2 {
    margin: 30px 0;
}

.news-focus-box .e_flt_inf h2 a {
    font-size: 28px;
    line-height: 40px;
    color: #080808;
}

.news-focus-box .e_flt_inf .t_info a {
    font-size: 20px;
    color: #666666;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-focus-box .e_flt_inf .t_info .l_view {
    color: #fff;
    width: 39px;
    height: 14px;
    line-height: 14px;
    padding: 0 2px;
    display: inline-block;
}

.news-focus-box .e_sep {
    color: #81d6d3;
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 235px;
    z-index: 20;
}

.news-focus-box .e_sep a {
    color: #81d6d3;
}


.news-focus-box .prev, .news-focus-box .next {
    position: absolute;
    z-index: 30;
    display: block;
}

.news-focus-box .prev {
    top: 350px;
    left: 1055px;
}

.news-focus-box .next {
    top: 350px;
    right: 30px;
}

.news-focus-box .prev a {
    display: block;
    width: 50px;
    height: 51px;
    overflow: hidden;
    background: url(/image/web/news_left_arrow_a-e8b91a668940274f6564660f2594bfcf.png) no-repeat;
}

.news-focus-box .next a {
    display: block;
    width: 50px;
    height: 51px;
    overflow: hidden;
    background: url(/image/web/news_right_arrow_a-d5fdd4bbd9949ea462cd113ec5984f03.png) no-repeat;
}

.news-focus-box .prev a:hover {
    background: url(/image/web/news_left_arrow_b-1d4e9c7418da1e2b42b9a15bfa81bd8c.png) no-repeat;
}

.news-focus-box .next a:hover {
    background: url(/image/web/news_right_arrow_b-7704efc04564e1ceb9821b0dfe6a2088.png) no-repeat;
}

.news-middle {
    width: 1200px;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news-middle-item {
    width: 580px;
    margin-bottom: 30px;
}

.news-middle-item .item-title {
    width: 580px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #EEEEEE;
}

.news-middle-item .item-title .left {
    font-size: 24px;
    font-weight: bold;
    color: #054FAC;
    border-bottom: 3px solid #054FAC;
    padding-bottom: 10px;
}

.news-middle-item .item-title.gwy .left {
    font-weight: normal;
    border: none;
}

.news-middle-item .item-title.gwy .left.active {
    font-weight: bold;
    border-bottom: 3px solid #054FAC;
}

.news-middle-item .item-title .right a {
    font-size: 16px;
    color: #999999;
}

.news-middle-item ul {
    padding: 10px 0;
}

.news-middle-item ul li {
    display: flex;
    justify-content: space-between;
    line-height: 45px;
}

.news-middle-item ul li a:before {
    display: inline-block;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 7px;
    background: #D4D4D4;
    margin: 0 10px;
    position: relative;
    top: -3px;
}

.news-middle-item ul li a {
    font-size: 18px;
    color: #333333;
}

.news-middle-item ul li span {
    font-size: 16px;
    color: #999999;
}

.item-title-gwy {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #EEEEEE;
}

.item-title-gwy-tab span {
    display: inline-block;
    font-size: 24px;
    color: #054FAC;
    padding-bottom: 10px;
    margin-right: 25px;
}

.item-title-gwy-tab span.active {
    font-weight: bold;
    border-bottom: 3px solid #054FAC;
}

.item-title-gwy-more a {
    font-size: 16px;
    color: #999999;
    position: relative;
    top: 10px;
}
