.news-box { margin-top: 80px; margin-bottom: 80px; }
.news-box .box-head { position: relative; }
.news-box .box-head::before { content: ''; height: 0; width: 100%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 0; border-bottom: 1px solid #efefef; margin: auto; }
.news-box .box-head .head-name { font-size: 32px; color: #323232; background: #FFFFFF; padding-right: 10px; z-index: 2; position: relative; }
.news-box .box-head .head-more a { z-index: 2; position: relative; display: block; width: 96px; height: 38px; background-color: #9399a2; color: #FFFFFF; text-align: center; line-height: 38px; font-size: 12px; border-radius: 19px; }
.news-box .box-head .head-more a:hover{ background-color: #dd3834;}
.news-box .box-desc { font-size: 16px; color: #666666; font-weight: 100; }
.news-box .box-container { padding-top: 40px; }

.news-swiper { height: 605px; flex: 0 0 500px; max-width: 500px; }
.news-swiper .news-item { background-color: #f4f6f8; border-radius: 5px; overflow: hidden; height: 100%; }
.news-swiper .news-item .news-img { width: 100%; height: 376px; }
.news-swiper .news-item .news-img img { width: 100%; height: 100%; object-fit: cover; }
.news-swiper .news-item .news-bottom { padding: 15px 25px; }
.news-swiper .news-item .news-btn { width: 125px; height: 32px; line-height: 32px; color: #79808d; text-align: center; display: block; margin: 0 auto; border-radius: 16px; border: 1px solid CurrentColor; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-swiper .news-item .news-btn:hover { background-color: #79808d; color: #FFFFFF; }
.news-swiper .news-item .news-time { border-bottom: 1px solid #c6c9cf; color: #8f959f; padding-top: 10px; padding-bottom: 10px; }
.news-swiper .news-item .news-time span { display: inline-block; vertical-align: middle; }
.news-swiper .news-item .news-title { font-size: 16px; color: #333333; line-height: 42px; margin-top: 12px; }
.news-swiper .news-item .news-desc { color: #79808d; line-height: 26px; }
.news-swiper .swiper-pagination-bullet { width: 6px; height: 6px; background-color: #79808d; margin: 0 5px; }
.news-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active { background-color: #dd3834; }

.news-list-1 { flex: 0 0 720px; max-width: 720px; }
.news-list-1 .news-item { border-bottom: 1px dotted #ced1d7; padding-bottom: 18px; padding-top: 15px; }
.news-list-1 .news-item .item-date { color: #79808d; margin-right: 30px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list-1 .news-item .item-date .date { font-size: 36px; font-weight: bold; }
.news-list-1 .news-item .item-date .year span { display: block; width: 48px; height: 18px; border-radius: 9px; background-color: #79808d; color: #FFFFFF; font-size: 14px; line-height: 18px; text-align: center; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list-1 .news-item .item-info { flex: 0 0 auto; width: 83%; }
.news-list-1 .news-item .news-title { position: relative; }
.news-list-1 .news-item .news-title:after { position: absolute; margin: auto; top: 0; bottom: 0; right: 0; width: 40px; height: 17px; background: url("../images/icon-new.png") center no-repeat; }
.news-list-1 .news-item .news-title a { display: block; width: 100%; font-size: 16px; line-height: 42px; color: #333333; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list-1 .news-item .news-desc { color: #666666; line-height: 24px; height: 48px; }
.news-list-1 .news-item:first-child { padding-top: 0; }
.news-list-1 .news-item:nth-child(-n+3) a { width: 90%; }
.news-list-1 .news-item:nth-child(-n+3) .news-title:after { content: ''; }
.news-list-1 .news-item:hover .item-date { color: #dd3834; -webkit-transform: translateX(6px); -moz-transform: translateX(6px); -ms-transform: translateX(6px); -o-transform: translateX(6px); transform: translateX(6px); }
.news-list-1 .news-item:hover .item-date span { background-color: #dd3834; }
.news-list-1 .news-item:hover .news-title a { color: #dd3834; }

.news-list-2 { margin-top: 40px; }
.news-list-2 .news-item { width: 620px; margin-bottom: 20px; }
.news-list-2 .news-item .news-img { width: 200px; height: 150px; border-radius: 5px; overflow: hidden; background-color: #EEEEEE; }
.news-list-2 .news-item .news-img img { width: 100%; height: 100%; object-fit: cover; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list-2 .news-item .news-info { max-width: calc(100% - 100px); flex: 1; padding-left: 20px; }
.news-list-2 .news-item .news-info .news-title { color: #333333; font-size: 16px; line-height: 2; }
.news-list-2 .news-item .news-info .news-title a { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list-2 .news-item .news-info .news-meta { color: #999999; font-size: 12px; padding: 5px 0; border-bottom: 1px dotted #ced1d7; }
.news-list-2 .news-item .news-info .news-meta span { margin-left: 5px; }
.news-list-2 .news-item .news-info .news-desc { color: #666666; font-size: 14px; line-height: 24px; padding-top: 10px; }
.news-list-2 .news-item:hover .news-img img { -webkit-transform: scale(1.2) rotate(5deg); -moz-transform: scale(1.2) rotate(5deg); -ms-transform: scale(1.2) rotate(5deg); -o-transform: scale(1.2) rotate(5deg); transform: scale(1.2) rotate(5deg); }
.news-list-2 .news-item:hover .news-title a { color: #dd3834; }

.news-list-3 { margin-top: 40px; }
.news-list-3 .news-item { width: 303px; border-radius: 10px; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05); overflow: hidden; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list-3 .news-item .news-img { background: #EEEEEE; }
.news-list-3 .news-item .news-caption { padding: 10px 11px; }
.news-list-3 .news-item .news-caption .news-title { font-size: 16px; color: #585858; line-height: 30px; font-weight: bold; }
.news-list-3 .news-item .news-caption .news-meta { padding: 10px 0; margin-top: 12px; position: relative; }
.news-list-3 .news-item .news-caption .news-meta span { display: inline-block; vertical-align: middle; color: #999999; }
.news-list-3 .news-item .news-caption .news-meta::before { content: ''; width: 42px; height: 2px; background-color: #cccccc; position: absolute; left: 0; top: 0; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; z-index: 1; -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left; }
.news-list-3 .news-item .news-caption .news-meta::after { content: ''; position: absolute; height: 2px; background-color: #dd3834; top: 0; left: 0; width: 100%; z-index: 2; -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; -webkit-transition-delay: 0s; -moz-transition-delay: 0s; -ms-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left; }
.news-list-3 .news-item:hover { box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); -webkit-transform: translateY(-2px); -moz-transform: translateY(-2px); -ms-transform: translateY(-2px); -o-transform: translateY(-2px); transform: translateY(-2px); }
.news-list-3 .news-item:hover .news-meta::before { -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); }
.news-list-3 .news-item:hover .news-meta::after { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform-origin: right; -moz-transform-origin: right; -ms-transform-origin: right; -o-transform-origin: right; transform-origin: right; -webkit-transition-delay: .3s; -moz-transition-delay: .3s; -ms-transition-delay: .3s; -o-transition-delay: .3s; transition-delay: .3s; }

.news-list-4 { margin-top: 20px; }
.news-list-4 .news-item { width: 420px; border-bottom: 1px dotted #ced1d7; padding-bottom: 15px; padding-top: 12px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list-4 .news-item .news-title { font-size: 16px; line-height: 30px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list-4 .news-item .news-meta { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list-4 .news-item .news-meta span { font-size: 12px; color: #999; margin-left: 5px; display: inline-block; vertical-align: middle; }
.news-list-4 .news-item:hover { background-color: #f3f4f6; }
.news-list-4 .news-item:hover .news-title, .news-list-4 .news-item:hover .news-meta { -webkit-transform: translateX(10px); -moz-transform: translateX(10px); -ms-transform: translateX(10px); -o-transform: translateX(10px); transform: translateX(10px); }

.news-list-5 { margin-top: 40px; }
.news-list-5 .news-item { width: 303px; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05); overflow: hidden; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list-5 .news-item .news-img { background: #EEEEEE; }
.news-list-5 .news-item .news-caption { padding: 10px 11px; }
.news-list-5 .news-item .news-caption .news-title { font-size: 16px; color: #585858; line-height: 30px; font-weight: bold; }
.news-list-5 .news-item .news-caption .news-meta { padding: 10px 0; margin-top: 12px; position: relative; }
.news-list-5 .news-item .news-caption .news-meta span { display: inline-block; vertical-align: middle; color: #999999; }
.news-list-5 .news-item .news-caption .news-meta::before { content: ''; width: 42px; height: 2px; background-color: #cccccc; position: absolute; left: 0; top: 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; z-index: 1; -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left; }
.news-list-5 .news-item .news-caption .news-meta::after { content: ''; position: absolute; height: 2px; background-color: #dd3834; top: 0; left: 0; width: 100%; z-index: 2; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; -webkit-transition-delay: 0s; -moz-transition-delay: 0s; -ms-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left; }
.news-list-5 .news-item:hover { box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); -webkit-transform: translateY(-2px); -moz-transform: translateY(-2px); -ms-transform: translateY(-2px); -o-transform: translateY(-2px); transform: translateY(-2px); }
.news-list-5 .news-item:hover .news-meta::before { -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); }
.news-list-5 .news-item:hover .news-meta::after { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform-origin: right; -moz-transform-origin: right; -ms-transform-origin: right; -o-transform-origin: right; transform-origin: right; -webkit-transition-delay: .3s; -moz-transition-delay: .3s; -ms-transition-delay: .3s; -o-transition-delay: .3s; transition-delay: .3s; }

.detail-page { padding-top: 30px; }
.detail-page .detail-left { width: 830px; float: left; }
.detail-page .detail-left .news-title { font-size: 24px; }
.detail-page .detail-left .news-meta { padding: 12px 0; color: #8f959f; line-height: 26px; border-bottom: 1px solid #EEEEEE; }
.detail-page .detail-left .news-meta p.news-view { margin-left: 50px; }
.detail-page .detail-left .news-meta p span { margin-left: 5px; }
.detail-page .detail-left .news-content { padding: 20px; line-height: 2.5em; font-size: 16px;}
.detail-page .detail-left .news-content img, .detail-page .detail-left .news-content iframe, .detail-page .detail-left .news-content video { max-width: 100%; }
.news-content video{ width: 100%; height: auto;}

/* .news-content table { border-collapse:collapse; border:1px solid #898989; font-size: 15px;}
.news-content table .firstRow{ background: #e6e6e6;}
.news-content table .firstRow td{ padding: 10px 5px!important;}
.news-content table .firstRow td span{ font-weight: bold; background: #e6e6e6!important;}
.news-content table td{ border-collapse:collapse; border: 1px solid #898989; padding: 5px!important;}
.news-content table p, .news-content table p span{ font-size: 15px!important; text-align: center; line-height: 25px; font-family: 'Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif'!important;} */

.news-content table tbody { width: 790px; display: block;}
.news-content table thead,tbody tr { width: auto;}
.news-content table thead th { background: #ccc;}
.news-content table tr td{ min-width: auto!important; padding: 10px!important; font-size: 15px!important; text-align: center!important;}

.detail-page .detail-left .news-content table { width: 100%; }
.detail-page .detail-right { width: 410px; float: right; }
.detail-page .detail-right .news-box{ margin: 30px 0;}

.news-list-6 .news-item { margin-bottom: 15px; }
.news-list-6 .news-item .news-img { width: 100px; float: left; border-radius: 5px; overflow: hidden; }
.news-list-6 .news-item .news-info { width: calc(100% - 120px); float: right; }
.news-list-6 .news-item .news-info .news-title { line-height: 24px; }
.news-list-6 .news-item .news-info .news-time { color: #cccccc; }
.news-list-6 .news-item .news-info .news-time span { margin-left: 10px; display: inline-block; vertical-align: middle; }

.news-list-7 .news-item { line-height: 32px; padding-left: 15px; display: block; position: relative; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list-7 .news-item .news-title { float: left; width: calc(100% - 150px); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list-7 .news-item .news-time { float: right; width: 120px; color: #cccccc; text-align: right; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list-7 .news-item::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background-color: CurrentColor; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; }
.news-list-7 .news-item:hover { color: #dd3834; }
.news-list-7 .news-item:hover .news-title { -webkit-transform: translateX(3px); -moz-transform: translateX(3px); -ms-transform: translateX(3px); -o-transform: translateX(3px); transform: translateX(3px); }
.news-list-7 .news-item:hover .news-time { color: #666666; }
.news-list-7 .news-item::after { content: ''; display: block; height: 0; clear: both; }

.newsPage { line-height: 28px; padding-top: 30px; padding-bottom: 80px; border-top: 1px solid #dddddd; color: #666666; }
.newsPage .prev-next { flex: 0 0 90%; max-width: 90%; }
.newsPage .page-a { flex: 0 0 50%; max-width: 50%; overflow: hidden; white-space: nowrap; -ms-text-overflow: ellipsis; text-overflow: ellipsis; }
.newsPage .backlist { flex: 1; position: relative; }
.newsPage .backlist a { position: relative; }
.newsPage .backlist a::after { content: ''; width: 18px; height: 12px; display: inline-block; vertical-align: middle; margin-left: 15px; background: url("../images/icon-back.png") center no-repeat; }

.news-list { margin-top: 30px; margin-bottom: 40px; }
.news-list .news-item { border-top: 1px dashed #ddd; overflow: hidden; position: relative; }
.news-list .news-item:first-child { border-top: none; }
.news-list .news-item::before { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; z-index: 0; width: 100%; height: 100%; background-color: #fafafa; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); -webkit-transform-origin: left; -moz-transform-origin: left; -ms-transform-origin: left; -o-transform-origin: left; transform-origin: left; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list .news-item .item-wrap { padding: 25px 0; position: relative; z-index: 2; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list .news-item .item-wrap .news-img { float: left; width: 220px; background: #898989; }
.news-list .news-item .item-wrap .news-info { float: right; padding: 0 50px; width: 1080px; }
.news-list .news-item .item-wrap .news-info .news-title { font-size: 18px; line-height: 2; color: #333333; margin-bottom: 10px; }
.news-list .news-item:hover  .item-wrap .news-info .news-title{ color: #dd3834;}
.news-list .news-item .item-wrap .news-info .news-desc { color: #807f7f; line-height: 28px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; height: 56px; }
.news-list .news-item .item-wrap .news-info .news-meta { padding-top: 20px; font-size: 12px; color: #999999; }
.news-list .news-item .item-wrap .news-info .news-meta span { vertical-align: middle; margin-left: 5px; }
.news-list .news-item .item-wrap .news-info .news-meta .news-view { margin-left: 20px; }
.news-list .news-item:hover::before { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); -webkit-transform-origin: right; -moz-transform-origin: right; -ms-transform-origin: right; -o-transform-origin: right; transform-origin: right; }
.news-list .news-item:hover .item-wrap { -webkit-transform: translateX(20px); -moz-transform: translateX(20px); -ms-transform: translateX(20px); -o-transform: translateX(20px); transform: translateX(20px); }
.detail-page .detail-left{ padding-bottom: 100px;}
.news-tag{ margin: 30px 0}
.news-tag .tagbt{ border-bottom: 1px solid #dddddd; position: relative;}
.news-tag .tagbt p{ display: inline-block; padding: 0 30px; font-size: 16px; color: #006dcc; line-height: 40px; border-bottom: 3px solid #006dcc; margin-bottom: -1px;}
.news-tag .tagnr{ padding-top:15px;}
.news-tag .tagnr a{ font-size: 12px; display: inline-block;  margin-right: 10px;  background: #fcfcfc; line-height: 2em;  padding: 0 15px;}
.news-tag .tagnr a:hover{  background: #006dcc; color: #fff;}

.news-box-tag{ margin: 30px 0}
.news-box-tag .box-tag-head { position: relative;}
.news-box-tag .box-tag-head::before { content: ''; height: 0; width: 100%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 0; border-bottom: 1px solid #efefef; margin: auto; }
.news-box-tag .box-tag-head .head-name {  display: inline-block; font-size: 32px; color: #323232; background: #FFFFFF; padding-right: 10px; z-index: 2; position: relative; }
.news-box-tag .tagcloud{ display: inline-block; width: 100%; height: 500px; border: 1px solid #efefef}
.tagcloud>* { display: inline; white-space: nowrap; }
/*.tagcloud a{ border: 1px solid #efefef; padding: 5px;}*/
.news-content-tag .font-green{ font-size: 14px; background-color: #f2f2f2; color: #666; padding: 5px 8px; text-decoration: none; margin: 0 5px 10px 0; display: inline-block;}

.newlist-tag a{ display: inline-block; background: #fff; padding: 5px 10px; border: 1px solid #eee; margin: 0 5px 5px 0}
.newlist-tag a:hover{ background: #eee;}