.news-banner img {
    display: table;
}

.news-banner h1 {
    color: #ffffff;
    font-family: OPPOSans-H,Microsoft Yahei, Arial, sans-serif;
    font-size: 72px;
    left: 0;
    letter-spacing: 4px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 53%;
}


.news_nav {
    padding-bottom: 40px;
    padding-top: 80px;
}

.news_nav ul {
    text-align: center;
}

.news_nav ul li {
    background-color: #f5f5f5;
    color: #333333;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    margin-left: 20px;
    margin-right: 20px;
    transition: all 0.2s ease 0.1s;
}

.news_nav ul li.active, .news_nav ul li:hover {
    background-color: #004699;
    color: #ffffff;
}

.news_nav ul li a {
    color: inherit;
    display: block;
    padding: 12px 45px;
}
.list_nav{margin-top:80px;}
.list-nav {
    margin-bottom: 80px;
    margin-top: 40px;
    text-align: center;
}

.list-nav a, .list-nav b {
    margin: 0 10px;
}

.news_list_company {
    margin-top: 40px;
}

.news_list_company .body {
    background-color: #fafafa;
    margin-top: 60px;
}

.news_list_company .body .text {
    padding: 30px 0 0 30px;
}

.news_list_company .body .text h4 {
    color: #004699;
    font-size: 20px;
    font-weight:bolder;
    letter-spacing: 1px;
    line-height: 1.25;
    margin-top: 20px;
}

.news_list_company .body .text h4 a {
    color: inherit;
}

.news_list_company .body .text .time {
    color: #666666;
    display: block;
    font-size: 12px;
    margin-top: 10px;
}

.news_list_company .body .text .more {
    color: #004699;
    font-size: 14px;
}

.news_list_company .body .text .more a {
    color: inherit;
}

.news_list_company .body .text p {
    color: #333333;
    line-height: 2;
    margin-bottom: 20px;
    margin-top: 30px;
}

.news_list_company .body .image img {
    display: block;
}

.news_list_special-column {
    margin-bottom: 80px;
    margin-top: 80px;
}

.news_list_special-column .body {
    margin-top: 75px;
}

.news_list_special-column .body .slide {
    padding-right: 0;
}

.news_list_special-column .body .slide img {
    display: block;
}

.news_list_special-column .body .slide .slick-dots {
    display: block;
    margin-top: -40px;
    right: 25px;
    text-align: right;
}

.news_list_special-column .body .slide .slick-dots li {
    margin: 0 2px;
}

.news_list_special-column .body .slide .slick-dots li button:before {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #ffffff;
}

.news_list_special-column .body .slide .slick-dots li.slick-active button:before {
    background-color: #004699;
    border: 1px solid #004699;
    color: #004699;
}


.news_list_special-column .body .slide-nav {
    padding-left: 2px;
}

.news_list_special-column .body .slide-nav ul {
    height: 100%;
    margin-top: -3px;
}

.news_list_special-column .body .slide-nav li {
    cursor: pointer;
    height: 32.666666%;
    line-height: 1;
    
}

.news_list_special-column .body .slide-nav li a {
    background-color: #fafafa;
    display: block;
    height: 100%;
    margin-top: 3px;
    padding: 18px 30px;
    position: relative;
}

.news_list_special-column .body .slide-nav li h4 {
    display: inline-block;
    font-weight:bolder;
    font-size:20px;
}
.news_list_special-column .body .slide-nav li p {
    margin-top:10px;
}
.news_list_special-column .body .slide-nav li small {
    display: inline-block;
    float: right;
}

.news_list_special-column .body .slide-nav li.slick-current a {
    background-color: #004699;
    
}

.news_list_special-column .body .slide-nav li.slick-current h4,
.news_list_special-column .body .slide-nav li.slick-current p,
.news_list_special-column .body .slide-nav li.slick-current small {
    color: #ffffff;
}
.news_list_special-column .body .slide-nav li.slick-current a:before{
    content:"";
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-right: 14px solid #004699;
    position: absolute;
    left:-14px;
    top:41%;

    
}
@media only screen and (min-width: 1230px) {
    .news_list_special-column .body .slide-nav li a {padding: 30px 30px;}
    .news_list_special-column .body .slide-nav li p {
        margin-top:20px;
    }
}



.news_list_industry {
    background-color: #fafafa;
    padding: 80px 0;
}

.news_list_industry .title {
    float: left;
    width: 124px;
}

.news_list_industry .title h2:after {
    display: none;
}

.news_list_industry .body {
    float: right;
    padding-left: 60px;
    width: 87%;
}

.news_list_industry:after {
    clear: both;
    content: "";
    display: block;
}

.news_list_industry .image {
    background-color: #eeeeee;
    height: 100%;
}

.news_list_industry .image img {
    display: block;
}

.news_list_industry .text {
    background-color: #eeeeee;
    height: 100%;
    margin-left: 4px;
    padding: 30px 30px 0 30px;
}

.news_list_industry .text h4 {
    line-height: 1.5;
    margin-top: 20px;
    font-size:20px;
}

.news_list_industry .text .time {
    color: #333333;
    display: block;
    line-height: 1;
    margin-bottom: 20px;
    margin-top: 10px;
}

@media only screen and (min-width: 1200px) {
    .news_list_industry .body {
        width: 89.5%;
    }
}


.news_list_video {
    margin-bottom: 40px;
    margin-top: 80px;
}

.news_list_video .body {
    margin-top: 50px;
}

.news_list_video .body a {
    background-color: #fafafa;
    display: block;
    height: 100%;
}

.news_list_video .body .image {
    position: relative;
}

.news_list_video .body .image img {
    display: block;
}

.news_list_video .body i {
    background-image: url("http://baocheng1.sddzgc.com//template/2021/html/image/play_big.png");
    background-size: cover;
    bottom: 0;
    height: 50px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
}

.news_list_video .body h4 {
    font-weight:bolder;
    margin-top: 10px;
    padding: 20px;
    position: relative;
    transition: all ease 0.36s;
}

.news_list_video .body h4:after {
    color: #666666;
    content: ">";
    font-weight: normal;
    position: absolute;
    right: 20px;
}

.news_list_video .body p {
    display: block;
    margin-bottom: 30px;
    margin-top: 10px;
}

.news_list_video .body span {
    border: 1px solid #999999;
    line-height: 1;
    margin-left: 20px;
    padding: 5px 10px;
    transition: all ease 0.36s;
}

.news_list_video .body a:hover h4, .news_list_video .body a:hover h4:after {
    color: #004699;
}

.news_list_video .body span:hover {
    border: 1px solid #004699;
    color: #004699;
}

.industry_list .item {
    background-color: #fafafa;
    margin-top: 40px;
    transition: all 0.2s ease 0.1s;
}

.industry_list .item:hover {
    box-shadow: -1px 3px 21px 9px rgba(0, 0, 0, 0.05);
}

.industry_list .item a {
    display: block;
    padding: 30px 50px 30px 20px;
}

.industry_list .item h4 {
    font-size: 20px;
    font-weight:bolder;
    letter-spacing: 1px;
    line-height: 1.25;
    transition: all 0.2s ease 0.1s;
}

.industry_list .item:hover h4 {
    color: #004699;
}

.industry_list .item p {
    color: #333333;
    margin-bottom: 40px;
    margin-top: 40px;
}

.industry_list .item .added {
    
    line-height: 1;
    
}

.industry_list .item .added span {
    margin-left: 20px;
    position: relative;
}

.industry_list .item .added .added_time {
    margin-right: 20px;
}

.industry_list .item .added .added_time:before {
    background-image: url("http://baocheng1.sddzgc.com//template/2021/html/image/news_list_time.png");
    background-size: cover;
    content: "";
    height: 14px;
    left: -20px;
    position: absolute;
    top: 2px;
    width: 14px;
    
}

.industry_list .item .added .added_views:before {
    background-image: url("http://baocheng1.sddzgc.com//template/2021/html/image/news_list_views.png");
    background-size: cover;
    content: "";
    height: 14px;
    left: -21px;
    position: absolute;
    top: 2px;
    width: 17px;
}


.news-article {
    padding-bottom: 80px;
    padding-top: 40px;
}
.news-article .container > .row{margin-left:-20px;margin-right:20px;}
.news-article .container > .row > div{padding-left:20px;padding-right:20px;}
.news-article .news .title,
.news-article .article .title {
    margin-bottom: 60px;
}

.news-article .news .title small,
.news-article .article .title small {
    margin-top: 2px;
}

.news-article .news .body,
.news-article .article .body {
    background-color: #fafafa;
}

.news-article .news .body .item {
    margin-left: 25px;
    margin-right: 25px;
    padding-bottom: 25px;
    padding-top: 25px;
}

.news-article .news .body .item a{display:block;height: 120px;overflow: hidden;}
.news-article .news .body .item:not(:last-child) {
    border-bottom: 2px solid #f4f4f4;
}

.news-article .news .body .item .image{max-width: 180px;float: left;margin-right:20px;}
.news-article .news .body .item h4 {
    transition: all ease 0.36s;
    line-height: 1.5;
    margin-top:-4px;
}

.news-article .news .body .item p {
    margin-bottom: 16px;
    margin-top: 10px;
}

.news-article .news .body .item small {
    color: #666666;
    display: block;
    font-size: 12px;
}

.news-article .news .body .item:hover h4 {
    color: #004699;
}

.news-article .article .body {
    padding-bottom: 10px;
    padding-top: 10px;
    height: 100%;
}

.news-article .article .body .item a {
    display: block;
    margin-left: 40px;
    margin-right: 40px;
    padding-bottom: 23px;
    padding-top: 23px;
    text-align: right;
    line-height: 1;
}
.news-article .body .item a img{display: block;}

.news-article .article .body .item:not(:last-child) a {
    border-bottom: 2px solid #f4f4f4;
}

.news-article .article .body .item h4 {
    display: inline-block;
    float: left;
    font-size: 14px;
    transition: all ease 0.36s;
    color: #666666;
}

.news-article .article .body .item small {
    color: #666666;
    display: inline-block;
    font-size: 12px;
    transition: all ease 0.36s;
    vertical-align:top;
    line-height: 1;
}

.news-article .article .body .item:hover h4, .news-article .article .body .item:hover small {
    color: #004699;
}



.question_list {
    margin-top: -20px;
}

.question_list .item {
    border-bottom: 1px solid #e4e4e4;
    height: 100%;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 30px;
    transition: all 0.2s ease 0.1s;
}

.question_list .item a {
    display: block;
    padding: 30px 0;
}

.question_list .item h4 {
    font-size: 20px;
    line-height: 1.25;
    transition: all 0.2s ease 0.1s;
}

.question_list .item:hover {
    border-bottom: 1px solid #004699;
}

.question_list .item:hover h4 {
    color: #004699;
}

.question_list .item p {
    color: #333333;
    margin-bottom: 30px;
    margin-top: 40px;
}

.question_list .item .added {
    line-height: 1;
    margin-top: 20px;
    
}

.question_list .item .added span {
    margin-left: 20px;
    position: relative;
}

.question_list .item .added .added_time {
    margin-right: 20px;
}

.question_list .item .added .added_time:before {
    background-image: url("http://baocheng1.sddzgc.com//template/2021/html/image/news_list_time.png");
    background-size: cover;
    content: "";
    height: 14px;
    left: -20px;
    position: absolute;
    top: 2px;
    width: 14px;
    
}

.question_list .item .added .added_views:before {
    background-image: url("http://baocheng1.sddzgc.com//template/2021/html/image/news_list_views.png");
    background-size: cover;
    content: "";
    height: 14px;
    left: -21px;
    position: absolute;
    top: 2px;
    width: 17px;
}

.wiki_list {
    margin-top: -20px;
}

.wiki_list .item {
    border-bottom: 1px solid #e4e4e4;
    height: 100%;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 30px;
    transition: all 0.2s ease 0.1s;
}

.wiki_list .item a {
    display: block;
    padding: 30px 0;
}

.wiki_list .item h4 {
    font-size: 20px;
    line-height: 1.25;
    transition: all 0.2s ease 0.1s;
}

.wiki_list .item:hover {
    border-bottom: 1px solid #004699;
}

.wiki_list .item:hover h4 {
    color: #004699;
}

.wiki_list .item p {
    color: #333333;
    margin-bottom: 30px;
    margin-top: 40px;
}

.wiki_list .item .added {
    line-height: 1;
    margin-top: 20px;
    
}

.wiki_list .item .added span {
    margin-left: 20px;
    position: relative;
}

.wiki_list .item .added .added_time {
    margin-right: 20px;
}

.wiki_list .item .added .added_time:before {
    background-image: url("http://baocheng1.sddzgc.com//template/2021/html/image/news_list_time.png");
    background-size: cover;
    content: "";
    height: 14px;
    left: -20px;
    position: absolute;
    top: 2px;
    width: 14px;
    
}

.wiki_list .item .added .added_views:before {
    background-image: url("http://baocheng1.sddzgc.com//template/2021/html/image/news_list_views.png");
    background-size: cover;
    content: "";
    height: 14px;
    left: -21px;
    position: absolute;
    top: 2px;
    width: 17px;
}

.company_list .item {
    background-color: #fafafa;
    margin-top: 40px;
    transition: all 0.2s ease 0.1s;
}

.company_list .item:hover {
    box-shadow: -1px 3px 21px 9px rgba(0, 0, 0, 0.05);
}

.company_list .item a {
    display: block;
    padding: 30px 40px 30px 20px;
}

.company_list .item .text {
    padding-left: 40px;
}

.company_list .item img {
    display: block;
}

.company_list .item h4 {
    border-bottom: 1px solid #f0f0f0;
    font-size: 20px;
    font-weight:bolder;
    letter-spacing: 1px;
    line-height: 1.25;
    margin-top: -4px;
    padding-bottom: 20px;
    transition: all 0.2s ease 0.1s;
}

.company_list .item:hover h4 {
    color: #004699;
}

.company_list .item p {
    color: #333333;
    margin-bottom: 30px;
    margin-top: 25px;
}

.company_list .item .added {
    bottom: 0;
    line-height: 1;
    position: absolute;
}

.company_list .item .added span {
    margin-left: 20px;
    position: relative;
}

.company_list .item .added .added_time {
    margin-right: 20px;
}

.company_list .item .added .added_time:before {
    background-image: url("http://baocheng1.sddzgc.com//template/2021/html/image/news_list_time.png");
    background-size: cover;
    content: "";
    height: 14px;
    left: -20px;
    position: absolute;
    top: 2px;
    width: 14px;
    
}

.company_list .item .added .added_views:before {
    background-image: url("http://baocheng1.sddzgc.com//template/2021/html/image/news_list_views.png");
    background-size: cover;
    content: "";
    height: 14px;
    left: -21px;
    position: absolute;
    top: 2px;
    width: 17px;
}

@media only screen and (min-width: 1200px) {
    .company_list .item .image {
        min-width: 300px;
    }
    
    .company_list .item .text {
        max-width: 72.8%;
    }
}





.news_details {
    padding-bottom: 60px;
    padding-top: 80px;width: 98%;
}

.news_details .main .title h1 {
    border-bottom: 1px solid #c4c4c4;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.625;
    padding-bottom: 20px;width: 98%;
}

.news_details .main .title .added {
    line-height: 1;
    padding-bottom: 20px;
    padding-top: 20px;
}

.news_details .main .title .added:after {
    content: "";
    display: block;
    position: absolute;
}

.news_details .main .title .added span {
    margin-left: 20px;
    position: relative;
}

.news_details .main .title .added .added_time {
    margin-left: 40px;
}

.news_details .main .title .added .added_category {
    margin-left: 0;
}

.news_details .main .title .added .added_time:before {
    background-image: url("http://baocheng1.sddzgc.com//template/2021/html/image/news_list_time.png");
    background-size: cover;
    content: "";
    height: 14px;
    left: -20px;
    position: absolute;
    top: 2px;
    width: 14px;
    
}

.news_details .main .title .added .added_views {
    float: right;
}

.news_details .main .title .added .added_views:before {
    background-image: url("http://baocheng1.sddzgc.com//template/2021/html/image/news_list_views.png");
    background-size: cover;
    content: "";
    height: 14px;
    left: -21px;
    position: absolute;
    top: -1px;
    width: 17px;
}

.news_details .main .title .guide {
    background-color: #fafafa;
    color: #333333;
    line-height: 2;
    margin-top: 20px;
    padding: 10px 20px;
}

.news_details .main .title .guide p {
    color: inherit;
}

.news_details .main .body {
    color: #333333;
}

.news_details .main .body p {
    color: inherit;
    line-height: 2;
    margin-top: 30px;
}

.news_details .main .body img {
    display: block;
    height: auto !important;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100% !important;
}

.news_details .main .keywords {
    margin-top: 30px;
}

.news_details .main .keywords a {
    border: 1px solid #999999;
    display: inline-block;
    height: 100%;
    line-height: 1;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px 10px;
    transition: all ease 0.36s;
}

.news_details .main .keywords a:hover {
    border: 1px solid #004699;
}

.news_details .pre-next {
    margin-top: 120px;
}

.news_details .pre-next .row > div {
    padding-left: 2px;
    padding-right: 2px;
}

.news_details .pre-next a {
    background-color: #fafafa;
    display: block;
    padding:30px 20px;
    text-align: center;
    width: 100%;
}


.news_details .side .side_form {
    background-color: #fafafa;
    padding: 40px 0;
    text-align: center;
}

.news_details .side .side_form h2 {
    font-size: 24px;
}

.news_details .side .side_form form div {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
}

.news_details .side .side_form form div span {
    display: inline-block;
    padding-right: 5px;
    text-align: right;
    width: 34%;
}

.news_details .side .side_form form div input, .news_details .side .side_form form div select {
    display: inline-block;
    padding: 10px;
    width: 130px;
}

.news_details .side .side_form form div button {
    background-color: #004699;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    font-weight:bolder;
    line-height: 1;
    margin-top: 20px;
    padding: 13px 0;
    text-align: center;
    width: 195px;
}

.news_details .side .side_form form .file input {
    background-image: url("http://baocheng1.sddzgc.com//template/2021/html/image/upload_file.png");
    background-repeat: no-repeat;
}

.news_details .side .side_form form .file label{position: relative;}
.news_details .side .side_form form .file #filebtn{top: 0;
    bottom: 0;
    margin: auto;position: absolute;border: 0;background-color:transparent;background-image: url("http://baocheng1.sddzgc.com//template/2021/html/image/upload_file.png");width: 27px;height: 22px;background-repeat: no-repeat;}
.news_details .side .side_form form .file #files{opacity: 0;}



.news_details .side .side_phone {
    background-color: #fafafa;
    margin-top: 40px;
    padding: 40px;
    text-align: center;
}

.news_details .side .side_phone h2 {
    color: #666666;
    font-size: 16px;
}

.news_details .side .side_phone span {
    color: #004699;
    display: block;
    font-size: 24px;
    font-weight:bolder;
    letter-spacing: 1px;
    margin-top: 20px;
}

@media only screen and (min-width: 1200px) {
    .news_details .side .side_form form div {
        margin-left: 35px;
        margin-right: 35px;
    }
    
    .news_details .side .side_form form div button {
        margin-left: 10px;
    }
}