﻿.content-main{width: 1020px; min-height: 900px; padding-bottom: 60px; margin: 20px auto;}
.content-main h1 {font-size: 36px;line-height:45px;font-weight: 500; color: #000;}
.content-main #title{padding: 20px 0px;}
.content-main h3 {font-size: 16px;line-height: 24px; color: #000;margin-top:10px;}
.content-main .box{font-size: 14px; color:#555555; line-height: 30px;padding: 10px 0px;}
.content-main .box span{margin-right: 15px;}

.content-main .nav{ line-height:40px;  margin: 0 auto;  position: relative; font-size: 15px; color:#555555;padding: 0 15px;}


.content-text{width: auto;  margin: 0; font: 16px/32px "Microsoft Yahei";  border-top:0px dotted #ccc; color: #191919; padding:10px 0 30px 0;}
.content-text img{max-width:1060px; margin: 20px auto;}
.content-text p{padding: 3px 10px 3px 0;}
.content-msg{ margin: 0; font: 12px/32px "Microsoft Yahei";  color: #888; padding-bottom: 20px; clear: both;overflow: hidden; }


.content-news{ border-top: 2px #CCCCCC solid; }
.content-news .tab-title{font-size:24px;padding: 20px 0;cursor: pointer;font-weight: 600;}
.content-news .newslist{width:110%; margin: 10px 0 0 0; overflow: hidden;}
.content-news .newslist li{ float: left;  width:370px;  height:28px;  font-size: 14px;  margin-right:30px; color: #9b9b9b;  overflow: hidden;text-overflow: ellipsis;  white-space: nowrap;}
.content-news .newslist li a{font-size: 16px;}

.content-news .newspic{width:110%; margin: 10px 0 0 0; overflow: hidden;}
.content-news .newspic li{ float: left;  width:247px; height:144px; font-size: 14px; margin:0 9px 20px 0;  overflow: hidden;}
.content-news .newspic .bigImg{display: block; width: 100%; position: relative; overflow: hidden;}
.content-news .newspic .bigImg h3{z-index: 99; font-size: 12px; background: url(../images/vidblack01.png) no-repeat top center;color: #fff;
  height: 48px; background-size:100% 100%; width:247px;text-align:left; position: absolute;    bottom: 0;   left: 0;   right: 0;
   text-overflow: ellipsis;   word-wrap: break-word;  display: block; overflow: hidden;}
.content-news .newspic .bigImg span{  position: absolute;  top: 50%;  left: 5%;  transform: translate(-2%, -50%); }


.content-text .home {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #053a67;
    background: url(../images/news-detail-logo.gif) no-repeat left center;
    padding-left: 24px;
}



/* 左侧大图 */
.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;
}