.ny_banner2 {
	width:100%;
  position: relative;
  text-align: center;
  color: #fff;
    /*height: 300px;*/
    /*background: #639fc0;*/
}

.ny_banner2 .news_head_title{
	position: absolute;
  top: 40%;
  font-size: 28px;
  font-weight: bold;
  width: 100%;
}
.ny_banner2 .news_head_content{
  position: absolute;
  top: 55%;
  width: 100%;
}

.back_white {
    /*width:1200px!important;*/
    margin: auto;
    margin-bottom:100px;
}

.news_list dl {
    height: 184px;
    background: #fff;
    color: #999;
    display: flex;
    /*margin-bottom: 30px;*/
}
.news_list dl:hover {
    background: #608EE0;
    color: #fff;
}
.news_list dt {
    /*width: 290px;
    width:27%;*/
    height: 100%;
    float: left;
    position: relative;
    flex: 1;
}
.news_list dt .bj {
    background: #477fbf;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    filter: Alpha(Opacity=80);
    opacity: 0.8;
    display:none;
}

.news_list dd {
    /*width: 554px;*/
    width:70%;
    float: right;
    /*padding-right: 30px;
    padding-top: 8px;*/
    flex: 5;
}
.news_list dd .outline{
  text-align:justify;
  text-align-last: left;
  color:#0c1018;
  text-overflow: ellipsis;
  padding: 0 2%;
  max-height: 100px;
  overflow: auto;
}
.news_list dt:hover .bj{
	display:block;
}
.news_list dl:hover dd>a{
	cursor: pointer;
	color: #fff;
}
.news_list dd:hover a{
	cursor: pointer;
	color: #fff;
}
.news_list dd:hover a .news_list_title>.font16{
	color: #fff;
}
.news_list dd:hover a .news_list_title>.publishDate{
	color: #fff;
}
.news_list dd:hover a>.outline{
	color: #fff;
}
a, a:hover, a:focus, a:visited {
    text-decoration: none;
}

.news_list dd h1 {
    /* border-bottom: 1px dotted #ccc;
    padding: 0px 0px 15px 0px;
    margin-bottom: 10px; */
    text-align: left;
    flex: 6;
}
.news_list dd .font16{
  font-size:22px;
  color:#0c1018;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news_list dd .publishDate{
  color:#0c1018;
  flex: 1;
  text-align: right;
}
.news_list{
  text-align:center;
}
.news_list .NEWstitle .intro{
  display: inline-block; /* 上下显示需要使用行内块元素 */
  letter-spacing: 4px; /* 设置字间距为2像素 */
  font-size:24px;
  font-weight: 800;
}
.news_list .NEWstitle .title_underline{
  width: 80px; /* 下划线的宽度 */
    height: 4px; /* 下划线的高度 */
    background-color: #225ab9; /* 下划线颜色 */
    margin: 10px auto; /* 上下外边距设置为10px，左右自动居中 */
}

.NEWstitle{
  margin-bottom:30px;
	align-items: center;
}
.news_list .news_list_title{
  display: flex;
  align-items: baseline;
  padding: 2%;
}


/*新闻详情页面样式*/
.back_white {
    /* background: #fff; */
    width:1200px;
    margin:auto;
    margin-bottom:10px;
}
.news_title {
    padding: 30px 0;
    text-align: center;
}
.news_title h1 {
    font-size:20px;
    color: #608ee0;
    font-weight:550;
    margin-bottom: 10px;
}
.news_title span {
    font-size: 16px;
    color: #ccc;
    font-family: "Tahoma";
}

.news_main {
    border-bottom: 1px dotted #ccc;
    border-top: 1px dotted #ccc;
    padding: 40px 0;
}
.back1 {
    background: #608ee0;
    color: #fff;
    font-size: 16px;
    padding: 14px 24px;
}
.right {
    float: right;
}
.para{
	margin-bottom:30px;
}
.para .paraTitle{
 font-weight:520;
 text-align:left;
}
.para .paraTitle1{
 font-weight:520;
 font-size:15px;
 text-align:left;
}
.para .paraTitleRed{
	color: #FFF;
    font-weight: bold;
    background: #FF3A2D;
    width: 121px;
    padding: 2px;
    margin-bottom: 25px;
    font-size: 18px;
    letter-spacing: 2px;
}
.para .paraTitleBlue{
	color: blue;
	font-size:18px;
	margin-bottom: 25px;
}
.para .marBottom{
	margin-bottom:20px;
}
.para .bold{
  font-weight:600;
}
.para .paraContent{
	line-height:30px;
}
.para .paraContents{
	line-height:20px;
	margin-bottom:15px;
}
.para .paraContent1{
	line-height:30px;
	margin-top:10px;
}
.para .emphasize{
	font-weight:550;
}
.para .paraContent1 .stress{
	font-size:16px;
}
.para dl{
	line-height:30px;
}
.para .textBeautify{
	text-indent:2em;
}
.para .marBOth{
	margin:15px auto;
}
.para .description{
	text-align: center;
	letter-spacing:2px;
}
.para .description .history{
	color: #FD8008;
	margin-top: 30px;
	margin-bottom:15px;
	font-weight:545;
	font-size:20px;
}
.para .centerTitle{
	text-align: center;
	font-size:20px;
	background: #A5C8FF;
	color:#fff;
	padding:3px 5px;
	width: 121px;
    margin: auto;
    font-weight: 550;
}
.para .description .status{
	margin-bottom:15px;
}
.imgBox{
	margin:2% auto;
	text-align:center;
}
.imgBox .conferenceImg{
	width:30%;
	height:232px;
	vertical-align:middle;
}
.imgBox .imgDesc{
	display:block;
	margin:1% 0 4% 0;
}
.news_title h1{
	font-size:24px;
}

.p_tb30 {
   /* padding: 30px 0;*/
   padding:2px 100px;
   text-align: center;
   /*margin-bottom: 100px;*/
}
a, a:hover, a:focus, a:visited {
    text-decoration: none;
}
.page2 a {
    display: inline-block;
    background: #E6EEFA;
    color: #606060;
    margin: 0 5px;
    font-weight:420;
}

.page2 a:nth-of-type(1){
	width:16px;
}
@media screen and (min-width:770px){
 #news{
   /* padding-bottom:100px; */
   margin-bottom:60px;
  }
  .NEWstitle .intro{
    font-size:30px;
  }
  .NEWstitle .pro_img{
    width:2rem;
  }
  /* .back_white {
    width: 1200px!important;
  } 
  .news_list dd {
    padding-right: 30px;
  }*/
  .Drawing{
    width:290px;
  }
  .page2 a {
    font-size:24px;
    padding:20px;
  }
  .news_list dl{
    margin-bottom:30px;
  }
  .p_tb30 {
    margin-bottom:100px;
  }
  #newsContainer{
    margin-bottom:50px;
  }
}
@media screen and (max-width:769px){
 .NEWstitle {
    margin-top:25%;
    padding-left:5%;
    padding-right:5%;
  }
  .NEWstitle .intro{
    font-size:2rem;
    font-weight:800;
  }
  .NEWstitle .pro_img{
    width:2rem;
  }
  .news_list dl{
    height:auto;
    padding-left:5%;
    padding-right:5%;
  }
  .news_list dt{
    width:100%;
    float:none;
    display: block;
  }
  .news_list dd{
    width:100%;
    float:none;
    display: block;
  }
  /* .Drawing{
    width:374px;
  } */
  .news_list dd .font16{
    font-size:16px;
    text-align:justify;
    text-align-last:center;
  }
  .page2 a {
    font-size:15px;
    padding: 10px;
    width:16px;
  }
  .news_list dd .outline{
    padding-bottom:10px;
  }
  .news_list dl{
    margin-bottom:15px;
    display: block;
    padding: 5%;
  }
  .p_tb30 {
    margin-bottom:55px;
  }
  .ny_banner2{
    transform: scale(2.2);
    transform-origin:40% 53%;
  }
}
@media screen and (max-width:1200px){
  .news_list dd{
    width:400px;
    float:none;
    display: block;
  }
}
@media screen and (min-width:2200px){
  .news_list dl{
    height: 200px;
  }
  .news_list dl img{
    width: 100%;
  }
}

/*//分页样式*/
#News-Pagination{
  width:99%;
  margin:30px 45% 130px;
}

#News-Pagination span,#News-Pagination a{
  border-radius:5px;
  background:#E3EEFA;
  text-align:center;
  font-size:20px;
  color: #606060;
  padding: 20px; 
  margin: 0 5px;
  font-weight: 420;
}

