* {
  margin: 0;
  padding: 0;
}
a:link {
  text-decoration: none;
  color: #fff;
}
a:link {
  text-decoration: none;
  color: #fff;
}
/*默认状态：未点击*/
a:hover {
  text-decoration: none;
  color: #fff;
}
/*鼠标悬浮状态*/
a:active {
  text-decoration: none;
  color: #fff;
}
/*点击状态*/
a:visited {
  text-decoration: none;
  color: #fff;
}
/*访问后的状态*/
.div_content {
  width: 100%;
  height: 1000px;
  background: #1E1D1D;
}
.div_content .container {
  width: 100%;
  height: 100%;
}
.div_content .container .center_div {
  width: 100%;
  height: 100%;
}
.div_content .container .center_div .nav {
  width: 100%;
  height: 53px;
  line-height: 53px;
  margin-top: 8.8%;
  display: flex;
  border-bottom: 1px solid #393939;
  color: #999999;
}
.div_content .container .center_div .nav ul {
  display: flex;
  height: 53px;
  line-height: 53px;
}
.div_content .container .center_div .nav ul li {
  list-style: none;
  height: 53px;
  line-height: 53px;
  margin-right: 15px;
}
.div_content .container .center_div .nav ul li a {
  text-decoration: none;
  color: #999999;
}
.div_content .container .center_div .nav ul li a span {
  margin: 0 10px;
}
.div_content .container .center_div .nav ul li .white {
  color: white;
}
.div_content .container .center_div .content_center {
  width: 100%;
  height: 100%;
  margin-top: 5.38%;
  display: flex;
}
.div_content .container .center_div .content_center .content_left {
  width: 828px;
  height: 100%;
}
.div_content .container .center_div .content_center .content_left #content_left_top p {
  width: 96%;
  /* height: 25px; */
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 25px;
}
.div_content .container .center_div .content_center .content_left #content_left_top .xiaozi {
  margin-top: 10px;
}
.div_content .container .center_div .content_center .content_left #content_left_top .xiaozi p {
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 20px;
}
.div_content .container .center_div .content_center .content_left #content_left_top .xiaozi .zi {
  height: 52px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.div_content .container .center_div .content_center .content_left #content_left_top .img {
  width: 100%;
  margin-top: 46px;
}
.div_content .container .center_div .content_center .content_left #content_left_top .img img {
  width: 100%;
  height: 100%;
}
.div_content .container .center_div .content_center .content_left #content_left_top .p1 {
  height: 350px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 26px;
  margin-top: 47px;
  overflow: auto;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-indent: 2em;
}
.div_content .container .center_div .content_center .content_left #content_left_top .p1::-webkit-scrollbar{
    width:6px;
    border-radius: 100%;
    background-color:#F5F5F5;
}
/*定义滚动条轨道
 内阴影+圆角*/
 .div_content .container .center_div .content_center .content_left #content_left_top .p1::-webkit-scrollbar-track{
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
    border-radius:10px;
    background-color:#c1c1c1;
}
/*定义滑块
 内阴影+圆角*/
 .div_content .container .center_div .content_center .content_left #content_left_top .p1::-webkit-scrollbar-thumb{
    border-radius:10px;
    -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
    background-color:#fff8f8;
}
.div_content .container .center_div .content_center .content_left #content_left_top .xian {
  width: 100%;
  border-bottom: 1px solid #393939;
  margin-bottom: 46.5px;
  margin-top: 46.5px;
}
.div_content .container .center_div .content_center .content_left #content_left_top .p2 {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 26px;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.div_content .container .center_div .content_center .content_left .swiper-container {
  width: 100%;
  background: #292828;
  height: 121px;
  margin-bottom: 70px;
  color: #fff;
  line-height: 121px;
  display: flex;
  justify-content: space-between;
}
.div_content .container .center_div .content_center .content_left .swiper-container #newsBottom_left_span {
  margin: 0 3%;
}
.div_content .container .center_div .content_center .content_left .swiper-container #newsBottom_right_span {
  margin: 0 3%;
}
.div_content .container .center_div .content_center .content_left .swiper-container #newsBottom {
  display: flex;
  width: 80%;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.div_content .container .center_div .content_center .content_left .swiper-container #newsBottom a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.div_content .container .center_div .content_center .content_left .swiper-container #newsBottom a:hover {
  color: red;
  text-decoration: none;
}
.div_content .container .center_div .content_center .content_left .swiper-container #newsBottom a:nth-child(2) {
  margin-left: 5%;
}
.div_content .container .center_div .content_center .content_right {
  width: 25%;
  height: 100%;
  margin-left: 71px;
}
.div_content .container .center_div .content_center .content_right .right1 {
  display: flex;
  margin-bottom: 28px;
}
.div_content .container .center_div .content_center .content_right .right1 ul {
  display: flex;
}
.div_content .container .center_div .content_center .content_right .right1 ul li {
  list-style: none;
  width: 100px;
  height: 30px;
  line-height: 30px;
  background: #373737;
  margin-right: 14px;
  text-align: center;
}
.div_content .container .center_div .content_center .content_right .right1 ul li a {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}
.div_content .container .center_div .content_center .content_right .right2 .img {
  width: 100%;
  height: 100px;
}
.div_content .container .center_div .content_center .content_right .right2 .img img {
  width: 100%;
  height: 134px;
}
.div_content .container .center_div .content_center .content_right .right2 p {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 50px;
}
.div_content .container .center_div .content_center .content_right .right2 .zi {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 26px;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.div_content .container .center_div .content_center .content_right .right2 .xian {
  width: 100%;
  border-bottom: 1px solid #393939;
  margin: 28px 0;
}
.pagenation .opbtns .pagenationpre {
  background: #000;
}

@media(max-width: 1200px){
    .div_content{height:auto;}
    .div_content .container .center_div .content_center{flex-wrap:wrap;}
    .div_content .container .center_div .content_center .content_left{width:100%;}
    .div_content .container .center_div .content_center .content_right{width:100%;    margin-left: 0;}
    
}
@media(max-width: 768px){
.div_content .container .center_div .content_center .content_left{width:100%;}
#content_left_top .p1 img{width:90%;}
}



#float_layer{opacity:0;}
















/* 定义新闻右边请求数据的动画 */
/*# sourceMappingURL=./newsdetails.css.map */