.news_subBanner {
    width: 100%;
    height: 360px;
    margin-top: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background: url('../images/web/newsTop.jpg') no-repeat;
    background-position: center;
}

.news_subBanner p {
    color: #ffffff;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 10px;
}

.tab_header {
    width: 1000px;
    margin: auto;
}

.tab_contain {}

.tab_contain .tab_contain-line {
    border-bottom: 2px solid #f7f7f7;
}

ul {
    list-style: none;
}

ul.tab_ul {
    list-style: none;
    width: 1000px;
    overflow: hidden;
    padding-top: 20px;
}

.tab_ul li {
    float: left;
    width: 33%;
    cursor: pointer;
}

.tab_ul li span {
    display: block;
    width: 142px;
    height: 142px;
    margin: auto;
}

.tab_ul li .img_1_a {
    background: url('../images/web/news01.png') no-repeat;
    background-size: cover;
}

.tab_ul li .img_1_a:hover {
    background: url('../images/web/news01-hover.png') no-repeat;
    background-size: cover;
}

.tab_ul li .img_2_a {
    background: url('../images/web/news02.png') no-repeat;
    background-size: cover;
}

.tab_ul li .img_2_a:hover {
    background: url('../images/web/news02-hover.png') no-repeat;
    background-size: cover;
}

.tab_ul li .img_3_a {
    background: url('../images/web/news03.png') no-repeat;
    background-size: cover;
}

.tab_ul li .img_3_a:hover {
    background: url('../images/web/news03-hover.png') no-repeat;
    background-size: cover;
}

.tab_ul li p {
    text-align: center;
    color: #333;
    font-size: 18px;
    margin-top: -8px;
}

.tab_ul .hover a>p {
    color: #039de5;
}

.tab_li:hover a>p {
    color: #039de5;
}


/*新闻动态部分*/

.news_list {
    width: 1000px;
    margin: 50px auto;
}

.news_list li {
    width: 100%;
    display: flex;
    margin-bottom: 70px;
}

.news_list li:last-child {
    margin-bottom: 0;
}

.news_list li img {
    width: 275px;
    height: 200px;
    float: left;
}

.news_list .news_li_content {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    float: left;
    width: calc(100% - 295px);
}

.news_list li .news_li_content p:nth-child(1) {
    height: 30px;
    padding: 5px 0px;
    line-height: 30px;
}

.news_list li .news_li_content p:nth-child(2) {
    display: block;
    line-height: 30px;
    color: #555;
}

.news_list li .news_li_content span.news_title {
    color: #000;
    font-weight: bold;
    font-size: 19px;
}

.news_list li .news_li_content span.news_title:hover {
    color: #039de5;
}

.news_list li .news_li_content span.news_time {
    color: #c6c6c6;
    font-size: 14px;
    float: right;
    padding-top: 6px;
}

.news_list li .news_li_content span.news_read_count {
    color: #c6c6c6;
}


/*tab_content部分内容样式*/

.tab_body {}

.tab_content {
    display: none;
}

.tab_body .active {
    display: block;
}

.mb-12 {
    margin-bottom: 12px;
}

.news_li_content_title a {
    display: block;
    width: calc(100% - 200px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
}

a:hover {
    text-decoration: none!important;
}

.news-show {
    margin: 94px auto 24px auto;
    display: flex;
    width: 1000px;
}

.news-show .OneOfTwo img {
    width: 100%;
}

.card {
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2);
    padding: 24px;
    border-radius: 6px;
}

.news-show .second {
    width: 260px;
    margin-left: 20px;
}

.news-show .second .wechat {
    margin-bottom: 20px;
    text-align: center;
    color: #999999;
}

.news-show .second .wechat img {
    margin-bottom: 24px;
}

.news-show .second .wechat p {
    margin-bottom: 0px;
    text-align: left;
}

.listConts .text {
    line-height: 25px;
}

.listConts .info {
    margin: 24px 0;
    color: #c6c6c6;
}

.listConts .info span {
    margin-right: 12px;
}

.new-img {
    border-radius: 6px;
    width: 260px;
}

.back {
    margin: 0 auto 82px auto;
    width: 1000px;
    color: #999999;
}

.back a {
    color: #999999;
}

.back p,
.back a {
    margin: 0px 8px;
}

.flex {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.flex:hover,
.flex:hover a {
    color: #039de5!important
}

.flex:hover .round {
    border: 1px solid #039de5;
}

.round {
    width: 30px;
    height: 30px;
    border: 1px solid #999999;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.change-page {
    width: 720px;
    display: flex;
    justify-content: space-between;
}

.page {
    padding: 50px 0px;
    border-top: 2px solid #f7f7f7;
}

.page .page-line {
    width: 1000px;
    margin: auto;
}

.download_one {
    margin-top: 94px;
}

.download_one img {
    height: 80px;
    width: 80px!important;
}

.down {
    float: right;
    width: 80px;
    height: 36px;
    background-color: #039de5;
    color: #fff!important;
    line-height: 35px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
}

.card-width {
    width: calc(100% - 280px);
}

.downLoads-img {
    width: 80px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid #ccc;
}
