﻿.resImg {
    display: block; 
    min-width: 1200px;
    height: 550px;
    margin: 0 auto;
	width: 100%;
}

.banner {
	min-width: 1200px;
}

/* *******标题******* */
.banner>ul.top {
   width: 100%;
   height: 80px;
   background: #1765A6; 
   display: flex;
   justify-content: center;
   align-items: center; 
}

.banner>ul.top>li {
   font-family: SourceHanSansCN-Bold;
   font-size: 19px;
   font-weight: normal;
   font-stretch: normal;
   letter-spacing: 0px;
   color: #fff;
   position: relative;
   height: 80px;
   line-height: 80px;
   width: 180px;
   text-align: center;
}

.banner>ul.top>li.text>a:hover {
   cursor: pointer;
       color: #fff;
}

.banner>ul.top>li.text>a:hover::after {
    content: "";
    position: absolute;
    left: 20px;
    bottom: -1px;
    right: 0; 
}

.select a {
    color: #fff
}
.text a{
	color: #fff;
}

.select::after {
    content: "";
    position: absolute;
    left: 20px; 
}
.select{
	background: url(../img/btn_bg.png);
}
 

/* ************************************视频中心************************************* */
.center {
    width: auto;
    min-height: 300px;
    margin: auto;
    padding: 0px 0 50px;
    background-color: #f6f6f6;
}
.video_list {
     width: 1200px;
      margin: 30px auto;
      min-height: 700px;
      display: flex;
      flex-wrap: wrap;
      margin: 0 auto;
      padding: 50px 0;
      min-width: 1200px;
	  gap: 40px;
}

.news_list {
    margin: 30px auto;
    min-height: 700px;
    display: flex;
    flex-wrap: wrap;
}

.tab-list {
  width: 373px;
   float: left;
   position: relative; 
 box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.10);
 background: #f9f9f9;
}
.view_more{
	text-align: center;
}
.listNews .imgbox {
    text-align: center;
}

.listNews .imgbox img {
    width: 100%;
    max-width: 370px;
    height: 220px;
}

.title_n {
    display: block;
    font-size: 18px;
    /* padding: 33px 0 18px; */
    font-weight: bold;
    color: #666666; 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
	line-height: 36px;

}

.tab-list a {
    background: #f9f9f9;
    display: block;
    position: relative;

}

.time {
        color: #666666;
        padding: 10px 0 12px;
        font-size: 16px;
}

.new_des {
    font-size: 14px;
    color: #999;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    height: 75px;
}

.cont_w {
    padding: 15px 20px 1px;
}
 /*分辨率低于1400，采用下面的样式*/
  @media screen and (max-device-width:1440px){
	 .video_list {
	     width: 1180px;
	     margin: 30px auto;
	     min-height: 700px;
	     display: flex;
	     flex-wrap: wrap;
	     margin: 0 auto;
	     padding: 50px 0;
	     min-width: 1180px;
	     gap: 30px;
	     padding: 40px 10px;
	 }
  }