/* 轮播图样式 */
.swiper-container1 {
  width: 100%;
  height: 420px;
}
.news_text .news_list .news {
    /* float: left; */
    /* width: calc(25% - 20px); */
    /* margin: 0 10px; */
    padding: 0px 15px;
    box-sizing: border-box;
}
.post-13 .news_text .news_list li.news {
        float: left;
    width: 20%;
    margin: 20px 28px;
}
.swiper-pagination-bullet {
  display: inline-block;
  border-radius: 0;
  background: url(../images/san.png) no-repeat;
  background-size: auto;
  width: 32px;
  height: 30px;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: url(../images/yin.png) no-repeat;
  width: 32px;
  height: 30px;
}
.swiper-pagination1 {
  position: absolute;
  left: 50% !important;
  transform: translateX(-50%);
 -ms-transform: translateX(-50%);/* IE 9 */
-moz-transform: translateX(-50%); /* Firefox */
-webkit-transform: translateX(-50%);/* Safari 和 Chrome */
-o-transform: translateX(-50%);/* Opera */
  width: auto;
}
/* 新闻开始 */
.news {
  width: 100%;
  padding-top: 45px;
  padding-bottom: 8px;
}
.news .layout .top {
  overflow: hidden;
}
.news .layout .top h2 {
  float: left;
  font-size: 26px;
  font-weight: bold;
  color: #303030;
  font-family: '微软雅黑';
  margin-left:10px;
}
.news .layout .top .more {
padding-right:28px;
height:20px;
  float: right;
  font-size: 14px;
  color: #666666;
  font-family: '微软雅黑';
  background: url(../images/more.png) no-repeat right top;
  margin-right:10px;
}
.news .content{
  overflow: hidden;
  position: relative;
}
.news .l_news{
  width: 537px;
position: absolute;
left: 0;
}
.news .l_news .news-container{
  width: 100%;
  overflow: hidden;
}
.l_news .img{
  overflow: hidden;
  width: 100%;
  height: 351px;
}
.l_news .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;/* IE 9 */
-moz-transition: all 0.25s ease-in-out; /* Firefox */
-webkit- ransition: all 0.25s ease-in-out;/* Safari 和 Chrome */
-o-transition: all 0.25s ease-in-out;/* Opera */
}
.l_news p{
  width: 100%;
  height: 100%;
  line-height: 54px;
  font-size: 16px;
  font-family: '微软雅黑';
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background-color: #0d7546;
  padding-left: 20px;
  padding-right: 60px;
}
.news .swiper-pagination-bullet {
  display: inline-block;
  border-radius: 8px;
  background: none;
  background-size: auto;
  width: 12px;
  height: 12px;
  opacity: 1;
  border: 1px solid #dcdddf;
}
.news .swiper-pagination-bullet-active{
  border-radius: 8px;
  background: #ffffff;
  background-size: auto;
  width: 12px;
  height: 12px;
  opacity: 1;
}
.news .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
text-align: initial;
width: auto;
position: absolute;
z-index: 100;
right: 10px;
left: auto;
bottom: 16px;
}


.news .r-news-list{
  padding-left: 810px;
  height: 405px;
  width: 100%;
}

.news .r-news-list1{
  padding-left: 580px;
  height: 405px;
  width: 100%;
}

.r-news-list li{
  width: 100%;
  height: 50px;
  position: relative;
  padding-left: 5px;
  transition: all 0.25s ease-in-out;
   -ms-transition: all 0.25s ease-in-out;/* IE 9 */
-moz-transition: all 0.25s ease-in-out; /* Firefox */
-webkit- ransition: all 0.25s ease-in-out;/* Safari 和 Chrome */
-o-transition: all 0.25s ease-in-out;/* Opera */
  border-bottom: 1px dashed #eeeeee;
}
.r-news-list1 li{
  width: 100%;
  height: 50px;
  position: relative;
  padding-left: 5px;
  transition: all 0.25s ease-in-out;
   -ms-transition: all 0.25s ease-in-out;/* IE 9 */
-moz-transition: all 0.25s ease-in-out; /* Firefox */
-webkit- ransition: all 0.25s ease-in-out;/* Safari 和 Chrome */
-o-transition: all 0.25s ease-in-out;/* Opera */
  border-bottom: 1px dashed #eeeeee;
}
.r-news-list .item{
  width: 100%;
  background: url(../images/dayu.png)no-repeat left center;
  padding-right: 57px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-family: '微软雅黑';
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 20px;
}
.r-news-list1 .item{
  width: 100%;
  background: url(../images/dayu.png)no-repeat left center;
  padding-right: 57px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-family: '微软雅黑';
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 20px;
}
.r-news-list .date{
  position: absolute;
  right: 0;
  top:8px;
  font-size: 14px;
  font-family: '微软雅黑';
  color: #999;
}

.r-news-list1 .date{
  position: absolute;
  right: 0;
  top:8px;
  font-size: 14px;
  font-family: '微软雅黑';
  color: #999;
}

.news .l-news-list{  
  height: 405px;
  width: 390px;    
  position: absolute;
}

.news .m-news-list{  
  height: 405px;
  width: 795px; 
  float:left;
  padding-left: 405px;
}


.l-news-list li{
  width: 100%;
  height: 50px;
  position: relative;
  padding-left: 5px;
  transition: all 0.25s ease-in-out;
   -ms-transition: all 0.25s ease-in-out;/* IE 9 */
-moz-transition: all 0.25s ease-in-out; /* Firefox */
-webkit- ransition: all 0.25s ease-in-out;/* Safari 和 Chrome */
-o-transition: all 0.25s ease-in-out;/* Opera */
  border-bottom: 1px dashed #eeeeee;
}


.m-news-list li{
  width: 100%;
  height: 50px;
  position: relative;
  padding-left: 5px;
  transition: all 0.25s ease-in-out;
   -ms-transition: all 0.25s ease-in-out;/* IE 9 */
-moz-transition: all 0.25s ease-in-out; /* Firefox */
-webkit- ransition: all 0.25s ease-in-out;/* Safari 和 Chrome */
-o-transition: all 0.25s ease-in-out;/* Opera */
  border-bottom: 1px dashed #eeeeee;
}


.l-news-list .item{
  width: 100%;
  background: url(../images/dayu.png)no-repeat left center;
  padding-right: 57px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-family: '微软雅黑';
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 20px;
}

.m-news-list .item{
  width: 100%;
  background: url(../images/dayu.png)no-repeat left center;
  padding-right: 57px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-family: '微软雅黑';
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 20px;
}


.l-news-list .date{
  position: absolute;
  right: 0;
  top:8px;
  font-size: 14px;
  font-family: '微软雅黑';
  color: #999;
}

.m-news-list .date{
  position: absolute;
  right: 0;
  top:8px;
  font-size: 14px;
  font-family: '微软雅黑';
  color: #999;
}


.container {
    max-width: 1200px;
}

@media screen and (max-width:880px){
  .news .l_news{
    position: relative;
    width: 100%;
  }
  .news .r-news-list{
    padding-left: 0;
  }
   .news .r-news-list1{
    padding-left: 0;
  }
  .news .m-news-list{
    padding-left: 0;
	width: 100%;
	 float: initial;
	position: relative;
  }
  .news .l-news-list {
   width: 100%;
    /* float: left; */
    position: relative;
	
	
}
 
}
.news .l_news:hover .img img{
 -ms-transform: scale(1.05); /* IE 9 */
-moz-transform: scale(1.05); /* Firefox */
-webkit-transform: scale(1.05); /* Safari 和 Chrome */
-o-transform: scale(1.05); /* Opera */
  transform: scale(1.05);
}
.news .l_news:hover p{
  text-decoration: underline;
}
.r-news-list li:hover{
  padding-left: 15px;
  background-color: #eef4fb;
  box-shadow: 1px 1px 5px #e4e4e4;
}
.r-news-list li:hover .item{
  color: #003f88;
}
.r-news-list li:hover .date{
  color: #003f88;
}

.r-news-list1 li:hover{
  padding-left: 15px;
  background-color: #eef4fb;
  box-shadow: 1px 1px 5px #e4e4e4;
}
.r-news-list1 li:hover .item{
  color: #003f88;
}
.r-news-list1 li:hover .date{
  color: #003f88;
}

.top {
  overflow: hidden;
  margin-bottom: 40px;
}
.top h2 {
  float: left;
  font-size: 28px;
  font-weight: bold;
  color: #303030;
  font-family: '微软雅黑';
}
.top .more div {
  float: right;
  font-size: 14px;
  color: #666666;
  font-family: '微软雅黑';
  background: url(../images/more.png) no-repeat right 0;
  padding-right: 28px;
  height: 20px;
}
/* 通知公告开始 */
.notice {
  padding-top: 45px;
  padding-bottom: 70px;
  width: 100%;
  background: url(../images/notice-bg.png) no-repeat center center / cover;
}
.notice .notice-container{
overflow:hidden;}
.notice .layout .item li {
  width: 32%;
  height: 184px;
  float: left;
}

.notice .layout .item li {
  width: 32% !important;
  height: 184px;
  float: left;
  background-color: #fff;
  transition: all 0.25s ease-in-out;
   -ms-transition: all 0.25s ease-in-out;/* IE 9 */
-moz-transition: all 0.25s ease-in-out; /* Firefox */
-webkit- ransition: all 0.25s ease-in-out;/* Safari 和 Chrome */
-o-transition: all 0.25s ease-in-out;/* Opera */
}
@media screen and (max-width:768px){
  .notice .layout .item li {
    width: 100% !important;
    margin: 0 !important;
  }
  .l_news .img{
     height:250px;
}
}
.notice .swiper-pagination-bullet {
  display: inline-block;
  border-radius: 8px;
  background:#000;
  background-size: auto;
  width: 8px;
  height: 8px;
  opacity: 1;
}
.notice .swiper-pagination-bullet-active{
  border-radius: 8px;
  background:#007aff;
  background-size: auto;
  width: 8px;
  height: 8px;
  opacity: 1;
}
.notice .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
text-align: center;
margin-top:10px;
}
.notice .layout .item li a .l_date {
  width: 100px;
  position: absolute;
}
.notice .layout .item li a .l_date .d {
  font-size: 60px;
  color: #9d9d9d;
  font-family: '微软雅黑';
  text-align: center;
  margin-top: 14px;
}
.notice .layout .item li a .l_date .m {
  font-size: 18px;
  color: #9d9d9d;
  font-family: '微软雅黑';
  text-align: center;
}
.notice .layout .item li a .l_date .y {
  height: 24px;
  width: 56px;
  font-size: 18px;
  color: #003f88;
  font-family: '微软雅黑';
  border: 1px solid #003f88;
  margin: 0 auto;
  border-radius: 20px;
  text-align: center;
  line-height: 25px;
  margin-top: 14px;
}
.notice .layout .item li .r_con {
  width: 100%;
  padding-left: 100px;
  padding-right: 26px;
}
.notice .layout .item li .r_con .title {
  margin-top: 28px;
  font-size: 16px;
  color: #333333;
  font-family: '微软雅黑';
  font-weight: bold;
  line-height: 29px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 58px;
}
.notice .layout .item li .r_con .dec {
  margin-top: 16px;
  font-size: 14px;
  color: #999999;
  font-family: '微软雅黑';
  line-height: 29px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 58px;
}
.notice .layout .item li .r_con .dec a {
  font-size: 14px;
  color: #999999;
  font-family: '微软雅黑';
  line-height: 29px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 58px;
}
.notice .layout .item li:first-child {
  margin-left: 0;
}
/* 图片链接*/
.img_link {
  width: 100%;
  padding-top: 54px;
  padding-bottom: 34px;
}
.img_link .layout ul li {
  float: left;
  width: 15.3%;
  height:52px;
  margin-left: 1.6%;
  position: relative;
  transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;/* IE 9 */
-moz-transition: all 0.25s ease-in-out; /* Firefox */
-webkit- ransition: all 0.25s ease-in-out;/* Safari 和 Chrome */
-o-transition: all 0.25s ease-in-out;/* Opera */
}
.img_link .layout ul li a img {
  width: 100%;
  height:100%;
  object-fit: cover;
}
.img_link .layout ul li a p {
  display: inline;
  position: absolute;
  left: 50%;
  top: 50%;
 -moz-transform:translate(-50%, -50%); /* Firefox */
-webkit-transform:translate(-50%, -50%); /* Safari 和 Chrome */
-o-transform:translate(-50%, -50%); /* Opera */
  transform: translate(-50%, -50%);
  white-space: nowrap;
  color: #fcfcfc;
  font-size: 24px;
  font-weight: bold;
  font-family: '微软雅黑';
}
.img_link .layout ul li:first-child {
  margin-left: 0 ;
}
/* 科研成果 */
.research {
  padding-bottom: 50px;
}
.research .layout {
  position: relative;
}
.research .layout .img {
  width: 100%;
  height: 245px;

}
.research .bot_con{
  overflow: hidden;
}
.re-container .re-slide{
  width: 24%;
}
.re-container .re-slide .img{
  width: 100%;
  height: 162px;
  overflow: hidden;
}
.re-container .re-slide .img img{
  width: 100%;
  height: 100%;
 object-fit:cover;
transition:all 0.25s ease-in-out;
}
.re-container .re-slide:hover .img img{
transform: scale(1.05);
}
.re-container .re-slide:hover .item .title{
color:#003f88;
}
.re-slide .item .title{
  height: 58px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 28px;
  color: #333;
  font-weight: 800;
  text-align: justify;
}
.re-slide .item .dec{
  margin-top: 5px;
  height: 75px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 25px;
  color: #666;
  text-align: justify;
}
.re-slide .item .dec a{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 25px;
  color: #666;
  text-align: justify;
}
.re-slide .item{
  margin: 20px 0;
}

.re-slide .info{
  margin: 10px 0;
}
.re-slide .info .date{
float: left;
font-size: 16px;
line-height: 26px;
color: #333;
}
.re-slide .info .detail{
float: right;
}
.re-pagination .swiper-pagination-bullet{
  background:#e1e1e1;
  background-size: auto;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
.re-pagination .swiper-pagination-bullet-active{
  background:#fcc54f;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
.re-container .re-pagination{
  position: absolute;
  left: initial;
  text-align: center;
  bottom: -26px;
  z-index: 9999;
  width: 100%;
}
@media screen and (max-width:768px){
  .re-container .re-slide{
    width: 100% !important;
  }
}
.info-pagination .swiper-pagination-bullet-active {
  background-color: #003f88;
}
/* 研究所简介 */
.intro {
  padding: 50px 0;  
}
.intro .layout .img_con {
  overflow: hidden;
position:relative;
}
.intro .layout .img_con li {
  float: left;
  height: 365px;
  width: 158px;
  position: relative;
  margin-left: 1px;
  transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;/* IE 9 */
-moz-transition: all 0.25s ease-in-out; /* Firefox */
-webkit- ransition: all 0.25s ease-in-out;/* Safari 和 Chrome */
-o-transition: all 0.25s ease-in-out;/* Opera */
}
.intro .layout .img_con li:first-child{
  margin-left: 0;
}
.intro .layout .img_con li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro .layout .img_con .selected {
  width: 557px;
  margin-right: 7px;
}
.intro .layout .img_con .selected .item{
  position: absolute;
  top:214px;
  padding-left:48px;
 padding-right:10px;
width:100%;
}
.intro .layout .img_con .selected .item .title {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  font-family: '微软雅黑';
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.intro .layout .img_con .selected .item .dec {
  margin-top: 18px;
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-family: '微软雅黑';
  line-height: 27px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 54px;
  margin-bottom: 14px;
}
.intro .layout .img_con .selected .item .dec a {
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-family: '微软雅黑';
  line-height: 27px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 54px;
}
.intro .layout .img_con .selected .item .more {
  color: #fff;
  font-size: 14px;
  font-family: '微软雅黑';
  background: url(../images/jiantou.png) no-repeat right center;
  padding-right: 20px;
  margin-top: 14px;
}
.intro .top .more{
  float: right;
  font-size: 14px;
  color: #666666;
  font-family: '微软雅黑';
  background: url(../images/more.png) no-repeat right 0;
  padding-right: 28px;
  height: 20px;
}
.img-pagination .swiper-pagination-bullet{
  background:#333;
  background-size: auto;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
.img-pagination .swiper-pagination-bullet-active{
  background:#fcc54f;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
.img_con .img-pagination{
  position: absolute;
  left: initial;
  bottom: 0px;
  z-index: 9999;
  text-align:center;
}
@media screen and (min-width:1200px){
.intro .swiper-slide{
width:auto;}
}
@media screen and (max-width: 1199px) {
  .intro .layout .img_con .re {
         float: unset;
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
.intro .layout .img_con{
height:388px;
}
  .intro .layout .img_con .re:nth-child(1) {
    display:block;
  }
  .intro .layout .img_con li:nth-child(1) {
    display: block;
    width: 100%;
  }
.research .layout .bot_con .l_info .item{
padding-right:62%;
}
}
@media screen and (max-width: 1099px) {
}
@media screen and (max-width: 1050px) {
  .img_link .layout ul li a p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .news .layout .bot_con .r_new div a .img {
    width: 300px;
  }
  .news .layout .bot_con .r_new div .info {
    padding-right: 300px;
  }
  .news .layout .bot_con .r_new div:last-child .info {
    padding-left: 300px;
  }
}
@media screen and (max-width: 1099px) {
}
@media screen and (max-width: 890px) {
  .img_link .layout ul li a p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1099px) {
}
@media screen and (max-width: 840px) {
  .news .layout .bot_con .l_new {
    width: 100%;
  }
  .news .layout .bot_con .l_new .image {
    height: auto;
  }
  .news .layout .bot_con {
    height: auto;
  }
  .news .layout .bot_con .r_new {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .research .layout .bot_con .l_info {
    padding-right: 490px;
  }
}
@media screen and (max-width: 768px) {
/*  .img_link .layout ul li {
    width: 277px;
    margin-bottom: 10px;
  }
  .img_link .layout ul li:first-child {
    margin-left: 2.5%;
  }
  .img_link .layout ul {
    padding-left: 9%;
  }*/
  .research .layout .bot_con .l_info {
    padding-right: 0px;
  }
  .research .layout .bot_con .r_swiper {
    position: relative;
    width: 100%;
    right: 0;
  }
.research .layout .bot_con .l_info .item {
     padding-right: 0;
}
}
@media screen and (max-width: 768px) {
/*  .img_link .layout ul {
    padding-left: 4%;
  }*/
.intro .layout .img_con .selected .item {
    position: absolute;
    top: 214px;
    padding-left: 16px;
}
}
@media screen and (max-width: 650px) {
/*  .img_link .layout ul {
    padding-left: 0;
  }*/
}
@media screen and (max-width: 640px) {
  .notice .layout .item li {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
 margin-bottom:20px !important;
  }
  .notice {
    padding-top: 45px;
    padding-bottom: 50px;
    width: 100%;
    background: url(../images/notice-bg.png) repeat;
  }
  /*.img_link .layout ul li {
width:95%;
    float: unset;
    position: relative;
    display: block;
    left: 50%;
    transform: translateX(-50%);
   -webkit-transform:translateX(-50%); /* Safari 和 Chrome */
 -ms-transform::translateX(-50%);/* IE 9 */
-moz-transform::translateX(-50%);/* Firefox */
-o-transform::translateX(-50%); /* Opera */
    margin-left: 0;
  }
.img_link .layout ul li a img{

}
  .img_link .layout ul li:first-child {
    margin-left: 0;
  }
.img_link .layout ul li a p {
    font-size: 18px;
}*/
 .notice-container .swiper-wrapper.clearfix{
width:100% !important;
}
}
@media screen and (max-width: 540px) {
  .news .layout .bot_con .r_new div a .img {
    position: relative;
    width: 100%;
    height: 220px;
  }
.r_rec p {
    width: 58px;
    height: 58px;
    text-align: center;
    padding-top: 6px;
}
.l_info .info-pagination{
bottom:-40px;}
  .news .layout .bot_con .r_new div {
    height: auto;
  }
  .news .layout .bot_con .r_new div .info {
    padding-right: 0;
  }
  .news .layout .bot_con .r_new div .info .con {
    background: none;
    background-color: #fbfbfb;
    padding: 16px 6px 16px 6px;
  }
  .news .layout .bot_con .r_new div:last-child .info {
    padding-left: 0;
  }
  .research .layout .bot_con .r_swiper .re-container .re-slide .l_img {
    position: relative;
    width: 100%;
    height: auto;
    padding-right: 18px;
  }
  .research .layout .bot_con .r_swiper .re-container .re-slide .l_img img {
    position: relative;
    width: 100%;
    height: 200px;
   object-fit:cover;
  }
  .research .layout .bot_con .r_swiper .re-container .re-slide .r_wenzi {
    padding-left: 0;
  }
  .research .layout .bot_con .r_swiper {
    height: auto;
  }
  .research .layout .bot_con .r_swiper .re-container .re-slide {
    padding-bottom: 20px;
    height: auto;
  }
  .r_swiper .re-pagination {
    bottom: -22px;
  }
}
.news .layout .bot_con .l_new .new_info:hover {
  background: none;
  background-color: #003f88;
}
.news .layout .bot_con .l_new .new_info:hover .title {
  color: #fff;
}
.news .layout .bot_con .l_new .new_info:hover .dec a {
  color: #fff;
}
.news .layout .bot_con .l_new .new_info:hover .detail {
  color: #fff;
}
.news .layout .bot_con .r_new div:hover {
  background-color: #003f88 !important;
}
.news .layout .bot_con .r_new div:hover .con {
  background: none !important;
}
.news .layout .bot_con .r_new div:hover li {
  color: #ffffff !important;
}
.news .layout .bot_con .r_new div:hover a {
  color: #ffffff !important;
}
/*
.notice .layout .item li:hover {
  background-color: #003f88;

}
.notice .layout .item li:hover p {
  color: #ffffff !important;
}
.notice .layout .item li:hover a {
  color: #ffffff !important;
}
.notice .layout .item li:hover .y {
  border: 1px solid #fff !important;
}
*/
.img_link .layout ul li:hover {
 transform:translateY(-10px)
}
.news .layout .bot_con .new_info:hover .detail{
background:url(../images/white_more.png) no-repeat 35px top !important;
}
.news .layout .bot_con .r_new div:hover .detail{
background:url(../images/white_more.png) no-repeat 35px top !important;
}
.top .more div:hover {
  color: #003f88;
}
.top h2:hover {
  color: #003f88;
}
.research .layout .bot_con .l_info:hover .title {
  color: #003f88;
  text-decoration: underline;
}
.research .layout .bot_con .l_info:hover .dec a {
  color: #003f88;
}
.research .layout .bot_con .r_swiper .re-container .re-slide:hover .l_img img {
  transform: scale(1.05);
}
.intro .layout .img_con li:hover .title {
  text-decoration: underline;
}
.r_rec{
  position: fixed;
  top: 45%;
  right: 0;
  z-index: 100;
}
.r_rec p{
  width: 66px;
  height: 66px;
  text-align: center;
  padding-top: 10px;
}
.r_rec p span{
  color: #ffffff;
  font-size: 16px;
  font-family: '微软雅黑';
}
.r_rec p:first-child{
  background-color: #003f88;
}
.r_rec p:last-child{
  background-color: #e66000;
}
@media screen and (max-width:440px){
.nav_headerMain .find input{
width:100%;}
}

.img_link .layout ul li:last-child a p{
    white-space: normal;
    transform: translateX(2px);
   -ms-transform: translateX(2px); /* IE 9 */
-moz-transform: translateX(2px); /* Firefox */
-webkit-transform: translateX(2px); /* Safari 和 Chrome */
-o-transform: translateX(2px); /* Opera */
    top: 6px;
    left: 6px;
    text-align: center;
    line-height: 36px;
}
@media screen and (max-width:1000px){
  .img_link .layout ul li {
    width: 30%;
margin-bottom:20px;
 }
.img_link .layout ul li:nth-child(3n+1) {}
    .img_link .layout ul li:nth-child(3n+1) {
    
    margin-left:0;
  }
}
@media screen and (max-width:800px){
  .img_link .layout ul li {
    width: 32.3%;
    margin-left: 0.6%;
 }
 
 .post-13 .news_text .news_list li.news {
    float: left;
    width: calc(50% - 16px);
    margin: 0 18px;
}
    .img_link .layout ul li:nth-child(n+4){
    margin-top:20px;
  }
  .img_link .layout ul li:last-child {
    margin-left:1.2%;
  }
}
@media screen and (max-width:600px){
  .img_link .layout ul li {
    width: 49.2%;
 }
 
 .post-13 .news_text .news_list li.news {
    float: left;
    width: calc(100% - 16px);
    margin: 0 18px;
}
    .img_link .layout ul li:nth-child(n+3){
    margin-top:20px;
    margin-left:0;
  }
 .img_link .layout ul li:nth-child(2n+1){
    margin-left:0;
  }
  .img_link .layout ul li:nth-child(2n) {
    margin-left:1.2%;
  }
}
@media screen and (max-width:400px){
  .img_link .layout ul li {
    width: 100%;
    float:none;
    margin-left:0 !important;
    height:60px;
   margin-top:20px !important;
 }
  
}



.news_text .news_list .news .news_title, .news_text .news_list .news .news_title a {
    font-size: 14px;
    line-height: 44px;
    color: #1c1c1c;    
    text-align: center;
}

 .swiper-wrapper{
transition-timing-function: linear;
}



.post-13 .news_text .news_list .news .news_title,.post-13 .news_text .news_list .news .news_title a {
    font-size: 14px;
    line-height: 24px;
    color: #1c1c1c;   
    background: #fff;
    text-align: center;
}

.quick-link-title {
    padding: 40px 30px;
    background: #f1f1f1;
}

.quick-link-item {
    height: 126px;
    padding: 30px 0px;
    text-align: center;
    display: block;
    font-size: 15px;
}

/* Icon */
.icon-1 {
	background: url("../images/icon.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 40px;
	width: 40px;
	margin: 0 auto;
}
.quick-link-item:hover .icon-1 {
	background-position: 0px -40px;
}
.icon-2 {
	background: url("../images/icon.png");
	background-position: -40px 0px;
	background-repeat: no-repeat;
	height: 40px;
	width: 40px;
	margin: 0 auto;
}
.quick-link-item:hover .icon-2 {
	background-position: -40px -40px;
}
.icon-3 {
	background: url("../images/icon.png");
	background-position: -80px 0px;
	background-repeat: no-repeat;
	height: 40px;
	width: 40px;
	margin: 0 auto;
}
.quick-link-item:hover .icon-3 {
	background-position: -80px -40px;
}
.icon-4 {
	background: url("../images/icon.png");
	background-position: -120px 0px;
	background-repeat: no-repeat;
	height: 40px;
	width: 40px;
	margin: 0 auto;
}
.quick-link-item:hover .icon-4 {
	background-position: -120px -40px;
}
.icon-5 {
	background: url("../images/icon.png");
	background-position: -160px 0px;
	background-repeat: no-repeat;
	height: 40px;
	width: 40px;
	margin: 0 auto;
}
.quick-link-item:hover .icon-5 {
	background-position: -160px -39px;
}
.icon-6 {
	background: url("../images/icon.png");
	background-position: -200px 0px;
	background-repeat: no-repeat;
	height: 40px;
	width: 40px;
	margin: 0 auto;
}
.quick-link-item:hover .icon-6 {
	background-position: -200px -39px;
}
.quick-link-item {
	height: 126px;
	padding: 30px 0px;
	text-align: center;
	display: block;
	font-size: 15px
}

.nopadding {
    padding: 0px!important;
}

.list-title {
    height: 46px;
    background-size: contain;
    background-repeat: no-repeat!important;
    background-position: top left!important;
}

a {
	text-decoration: none;
	color: #1d1d1d;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}