﻿@charset "UTF-8";
.news-main{
    float: left;
    width: 730px;
    min-height: 500px;
    padding-right: 75px;
    margin: 50px 0 50px 0;
    border-right: 1px #F3F3F3 solid;
}
.news-main .industry{
    width: 100%;
    padding: 10px 0 20px 0;
    border-bottom: 1px solid #F3F3F3;
    margin: 10px 0 20px 0;
}
.news-main .industry .indust-title{
    float: left;
    font-weight: 600;
    font-size: 18px;
    padding: 0 15px;
    border-left: 3px solid #0069FF;
}
.news-main .industry .indust-list{
    float: right;
    list-style: none;
}
.news-main .industry .indust-list a{
    color: #4F4F4F;
}
.news-main .industry .indust-list a.indust-selected{
    color: #0259D9;
}
.news-main .industry .indust-list li{
    float: left;
    font-size: 14px;
    margin-left: 50px;
}
.news-main .indust-nlist{
    width: 100%;
    margin-top: 20px;
}
.news-main .indust-nlist p{
    font-size:14px; padding-bottom:10px; text-indent:2em;line-height:1.8em;
}
.news-main .indust-nlist .nlist-all{
    list-style: none;
}
.news-main .indust-nlist .nlist-all li{
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom:1px solid #F3F3F3 ;
}

.news-main .indust-nlist .nlist-all li p{
    float: left;
    line-height: 25px;
}
.news-main .indust-nlist .nlist-all li p img{
    width: 100%;
}
.news-main .indust-nlist .nlist-all li p:nth-child(1) {
    width: 500px;
    font-size: 16px;
    color: #333;
}
.news-main .indust-nlist .nlist-all li p:nth-child(2){
    width: 500px;
    color: #595959;
    margin: 20px 0;
    font-size: 14px;
}
.news-main .indust-nlist .nlist-all li p:nth-child(3){
    width: 500px;
    color: #595959;
    font-size: 12px;
}
.news-main .indust-nlist .nlist-all li p:nth-child(4){
    width: 188px;
    float: right;
    margin-top: 0px;
}
.news-main .indust-nlist .nlist-all li:hover p{
    color:#797979;
}
.news-main .indust-nlist .page{
    margin: 20px 0;
}

.page {
  line-height: 100%; text-align: center
}
.page a {
  display: inline-block; background: #fff; padding: 10px; font-size: 1.4rem; color: #666; border: #eee 1px solid; border-right: 0px; cursor: pointer; vertical-align: middle
}
.page a:last-child {
  border-right: #eee 1px solid
}
.page a.on {
  text-decoration: underline
}
.new-right{
    position: absolute;
    right: 0;
    width: 300px;
    margin: 50px 0 50px 74px;
}
.new-right .new-button .search-div{
    float: left;
}
.new-right .new-button .search-img{
    background: #0259D9;
    padding: 10px;
    cursor: pointer;
}
.new-right .new-button .search-img img{
    width: 20px;
    float: left;
}
.new-right .new-button .search-div .search-list{
    padding: 10px 15px;
    width: 220px;
    background: #F7F8F9;
    border: 1px #ECECED solid;
}
.tnews-title{
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0;
    width: 100%;
    border-bottom: #F4F4F4 1px solid;
}
.other-new-list{
    font-size: 12px;
    width: 100%;
    float: left;
    list-style: none;
    padding: 20px 0 0 0;
}
.other-new-list li{
    margin: 20px 0;
    display: flex;
    color: #797979;
    align-items:Center;
}
.other-new-list li:hover{
    color: #0069FF;
}
.other-new-list li p{
    width: 3px;
    height: 3px;
    float: left;
    border-radius: 50%;
    background: #666666;
    margin-right: 10px;
}
/***新闻详情***/
.news-main .newsinger .indust-title{
    padding: 0 0 20px 0;
    border: unset;
    width: 100%;
}
.news-main .newsinger .indust-bewrite{
    float: left;
    width: 100%;
    font-size: 14px;
    color: #909090;
    line-height: 25px;
}
#img_bewrite{
    width: 100%;
    font-size: 14px;
    color: #909090;
    line-height: 25px;
}
@media all and (max-width: 1024px) {
    .news-main .newsinger .indust-bewrite>img,#img_bewrite>img{
        width: 25px;
        vertical-align: middle;
        margin-top: -4px;
    }
}