﻿.category-nav{line-height:40px; margin: 0 auto;  position: relative; font-size: 26px; font-weight: 700; color:#000;padding: 0px 0px;cursor: pointer;}

.category-wrapper {
    width: 1190px;
    margin: 0 auto;
}

.category-top-area {
    margin-bottom: 15px;
    height: 465px;
    background: #000;
	display: flex;
    justify-content: center;
}

.category-bd {
    position: relative;
	width: 100%;
    overflow: hidden;
    border-radius: 0px;
    height: 465px;
}

.category-bd .block-img {
    height: 100%;
    object-fit: cover;
	margin: 0 auto;
}
.category-bd .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 30px;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    color: white;
}
.category-bd .caption h3 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.category-bd .caption span {
    font-size: 14px;
    opacity: 0.9;
	float: right;
}

.mgb20{margin-bottom: 30px;}
.image-list{margin: 10px 0 0;display: table;}

.image-list ul{
	overflow: hidden;
	border-bottom: solid 1px #ddd;
    margin-bottom: 30px;
}

.image-list li{width:320px;margin-right: 30px;margin-bottom:10px;float:left;}

.image-list li:nth-child(4n) {
  margin-right: 0;
}


.block-media {
    width: 320px;
}

.media-text {
    width: 320px;
	border-radius: 6px;
    min-height: 190px;
    overflow: hidden;
	padding: 15px 20px;
	background-image: linear-gradient(-180deg, #e0f2ff, #f0f8ff);
}

.media-image {
    width: 320px;
    height: 190px;
    overflow: hidden;
}

.media-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.media-caption {
    padding: 15px 0;
}

.media-caption h3 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.media-caption span {
    font-size: 12px;
    color: #999;
}





/*四联图*/
.category-hd {
    position: relative;
	width: 100%;
    overflow: hidden;
    border-radius: 0px;
    height: 330px;
}

.category-hd .block-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	margin: 0 auto;
}
.category-hd .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 30px;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    color: white;
}
.category-hd .caption h3 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.category-hd .caption span {
    font-size: 14px;
    opacity: 0.9;
	float: right;
}


.news-list{margin-bottom: 30px;}

.news-list .switch { display: inline-block; float: right; text-align: right; padding: 0 }
.news-list .switch a:first-child { margin-right: 10px; }
.news-list .switch a img { width: 20px; }
.news-list .more {background: #f0f6ff; height: 30px; line-height: 30px; }
.news-list .more a { color: #a4a4a4; font-size: 12px; text-align: center; display: block; }

.news-list .news-item-text ul li{overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.news-list .news-item-text ul li{
    transition: 0.3s all;
    line-height: 2.6;
}	

.news-list .news-item-text ul li a{
position: relative;
    transition: 0.3s all;
    padding-left: 15px;
	font-size: 17px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.news-list .news-item-text ul li a:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #ccc;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    transition: 0.3s all;
}	

.news-list .news-item-text ul li:nth-child(5n) {
    border-bottom: dashed 1px #ddd;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.news-list .news-item-text ul li span {
    float: right;
	padding-left:30px;
	padding-right:10px;
    font-size: 15px;
    color: #999;
    font-weight: normal;
    margin-top: 3px;
}

.news-list .news-item { padding: 30px 15px; border-bottom: 2px solid #ddd; height: 200px; }
.news-item .news-item-left img{width: 260px;
    height: 150px;
    vertical-align: center;
    object-fit: cover;
}
.news-item .news-item-left{width: 260px;
    height: 150px;
    overflow: hidden;
}

.news-item .news-item-left img:hover { -webkit-transform: scale(1.1); -ms-transform: scale(1.01); transform: scale(1.01); -webkit-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s;}

.news-list .news-item .box { text-align: center; overflow: hidden; text-align: center; padding: 0; float: left; }

.news-item .news-item-left { width: 265px; height: 150px; padding: 0;margin-right:30px;float: left;}
.news-item .news-item-right {padding-right: 0;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 150px;
}}
.news-item .news-item-right h2 { text-align: left; font-size: 18px; line-height: 24px; font-weight: bold; min-height: 50px; }
.news-item .news-item-right p { color: #505050; line-height: 24px; font-size: 14px;}
.news-item .news-item-right .info-box, .news-item .right .info-box a { color: #a4a4a4; font-size: 12px; line-height: 22px; }
.news-item .news-item-right .info-box .info { float: left; }
.news-item .news-item-right .info-box .info .origin { margin-right: 20px; }
.news-item .news-item-right .info-box .operate { float: right; }
.news-item .news-item-right .info-box .operate .reply { margin-right: 20px; }
.news-item .news-item-right .info-box .operate img { margin-right: 10px; }
.news-item .news-item-right .info-box .operate .share {display: none;}

.pager .pagination {
  margin: 0;text-align: center;
}
.pager .pager {
  margin: 0;text-align: center;

}
.pager li {
  margin: 0 0.4em;
  display: inline-block;
}
.pager li:first-child > a,
.pager li:last-child > a,
.pager li:first-child > span,
.pager li:last-child > span {
  padding: 0.5em 1.2em;
}
.pager li > a,
.pager li > span {
  background: none;
  border: 1px solid #e6e6e6;
  border-radius: 0.25em;
  padding: 0.5em 0.93em;
  font-size: 14px;
  display: inline-block;
}
.space .pager li.active > span{color: #fff;
    background-color: #1173fa;
    border-color: #1173fa;
    cursor: default;}

.home .pager li.active > span{color: #fff;
    background-color: #396CBB;
    border-color: #396CBB;
    cursor: default;}



/* 左侧大图 */
.video-right-list {
    /*width: 440px;*/

}

.video-right-list li{list-style: none;
    margin-top: 20px;    position: relative;
    height: 195px;
    overflow: hidden;
    display: block;}

.video-right-list .hot-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-right-list .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: linear-gradient(transparent, rgba(0,0,0,0.8));
    color: white;
}
.video-right-list .caption h3 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.video-right-list .caption span {
    font-size: 12px;
    opacity: 0.9;
}

/* 右侧列表 */
.hot-text-list{margin-top:25px;}
.hot-text-list > li:last-child {
    flex: 1;
}
.hot-text-list li {
    justify-content: space-between;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 500;
	
}

.hot-text-list li:last-child {
    border-bottom: none;
}
.hot-text-list li .block-time{color: #ccc;
    font-size: 14px;
    padding-left: 10px;
    text-align: right;
	font-weight: 500;
    flex-shrink: 0;
    float: right;}
.hot-text-list li h3{
	font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}