.right .pages  li>a {
	display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
	
}
.right .pages   li {
	display: inline;
}
.right .pages   li.on a{
	border-color: transparent;
	background: #006ce2;
	color: #fff;
}
.right .pages {
	text-align: center;
	padding-top: 20px;
}

main .list-container .right .bottom .content p {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 0;
	text-align:justify;
}
main .list-container .right .bottom .content div {
	text-align:justify;
}
main .list-container .right .bottom .content p span {
	
}
main .list-container .right .bottom .content p i {
	
}
main .list-container .right .bottom .content   a {
	color:blue;
	text-decoration:underline;
}

.banner {
  height: 2.33rem;
}
.banner .banner-bg {
  height: 100%;
  background: url(../images/banner_bg.jpg) no-repeat center center / cover;
}
.list-container .left .menu-header {
  background: url(../images/left.png) no-repeat center bottom / cover;
  background-color: #003f88;
  height: 125px;
  line-height: 125px;
}
main .list-container .right .top .position {
  padding-bottom: 0.24rem;
  border-bottom: 1px solid #e1e1e1;
}
main .list-container .right .top .position .breadcrumb {
  background: url(../images/positon.png) no-repeat left center;
  background-size: 21px 21px;

  padding: 0 0 0 40px;
  margin-bottom: 0;
}
main .list-container .right .top .position .breadcrumb a {
  font-size: 16px;
  color: #333333;
}
main .list-container .right .bottom .content_top {
  padding: 0.25rem 0 0.3rem 0;
  border-bottom: 1px dotted #828282;
}
main .list-container .right .bottom .content_top .title {
  font-size: 0.3rem;
  text-align: center;
  line-height: 0.4rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
main .list-container .right .bottom .content_top .info {
  text-align: center;
}
main .list-container .right .bottom .content_top .from,
main .list-container .right .bottom .content_top .author,
main .list-container .right .bottom .content_top .time,
main .list-container .right .bottom .content_top .view {
  font-size: 0.16rem;
  color: #999;
  line-height: 0.4rem;
  display: inline;
}
main .list-container .right .bottom .content {
  padding-top: 0.5rem;
}
.breadcrumb > li + li:before {
  content: "\003e";
  font-family: "瀹嬩綋 SimSun";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > li {
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  main .list-container .layout .right .bottom img {
    max-width: 100%;
  }
}
/* 列表页 */
main .list-container .right .bottom .list {
  width: 100%;
  margin-top: 20px;
}
main .list-container .right .bottom .list .list-item {
  width: 100%;
  height: 200px;
  margin-bottom: 30px;
}
main .list_title .right .bottom .list .list-item{
	height:50px;
    /* margin-bottom:10px; */

 margin-bottom: 0px;
    border-bottom: 1px dashed #c9c9c9;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
main .list-container .right .bottom .list .list-item a {
  display: block;
  border: 1px solid transparent;
}
main .list_title .right .bottom .list .list-item a {
	display: block;
    height: 100%;
    padding: 15px 0;
    padding-left: 40px;
    background: url(../images/yuan.png) no-repeat 15px center;
    box-sizing: border-box;
}
main .list-container .right .bottom .list .list-item a:hover .content {
  background-color: #f4f4f4;
  transition: all 0.5s ease;
}

main .list_title  .right .bottom .list .list-item:hover  {
  background-color: #f3fafc;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
}

main .list-container .right .bottom .list .list-item .content {
  height: 200px;
  padding: 30px 20px 0 18px;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.14);
  overflow: hidden;
}
main .list_title .right .bottom .list .list-item .content{
	height:100%;
	/* padding:10px 20px 10px 18px; */
}
main .list-container .right .bottom .list .list-item .content h3 {
  font-size: 20px;
  font-weight: bold;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
main .list_title .right .bottom .list .list-item h3{
font-size: 18px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;



}
main .list-container .right .bottom .list .list-item:hover .content h3 {
  color: #0c4a9f;
}
main .list-container .right .bottom .list .list-item .content .date {
  display: block;
  font-size: 16px;
  margin-top: 18px;
  margin-bottom: 12px;
  color: #999;
}
main .list_title .right .bottom .list .list-item .content .date{
	margin-top:3px;
}
main .list-container .right .bottom .list .list-item .content p {
  font-size: 16px;
  line-height: 33px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 66px;
}
@media screen and (max-width: 768px) {
  main .list-container .right .bottom .list .list-item {
    margin-bottom: 30px;
  }
	main .list_title .right .bottom .list .list-item{
	margin-bottom:0px;
}
}
@media screen and (max-width: 500px) {
  main .list-container .right .bottom .list .list-item {
    width: 100%;
    height: auto;
  }
  main .list-container .right .bottom .list .list-item .content {
    height: 170px;
    padding: 20px 15px 0 13px;
  }
main .list_title .right .bottom .list .list-item .content{
height: 50px;
    padding: 10px 20px 10px 18px;

}
  main .list-container .right .bottom .list .list-item .content .date {
    margin-top: 12px;
    margin-bottom: 8px;
  }
main .list_title .right .bottom .list .list-item .content .date{
	margin:3px 0 0 0;
}
  main .list-container .right .bottom .list .list-item .content p {
    line-height: 30px;
    max-height: 60px;
  }
  main .list-container .right .bottom .list .list-item .content h3 {
    font-size: 18px;
  }
}
/* 图片列表页 */
main .list-container .right .bottom .list-img {
  width: 100%;
}
main .list-container .right .bottom .list-img .list-item {
  height: 216px;
  padding: 30px 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px dashed #e2e2e2;
  box-sizing: border-box;
}
main .list-container .right .bottom .list-img .list-item > a {
  display: block;
  height: 100%;
}
main .list-container .right .bottom .list-img .list-item:hover {
  padding-left: 10px;
  background-color: #f6f6f6;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main .list-container .right .bottom .list-img .list-item:hover .content h3 {
  color: #39549e;
}
main .list-container .right .bottom .list-img .list-item .pic {
  float: left;
  width: 279px;
  height: 157px;
  overflow: hidden;
}
main .list-container .right .bottom .list-img .list-item .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
  object-fit: cover;
}
main .list-container .right .bottom .list-img .list-item .pic:hover img {
  transform: scale(1.1);
  transition: all 0.5s ease;
}
main .list-container .right .bottom .list-img .list-item .content {
  margin-left: 280px;
  padding-left: 30px;
  padding-top: 0;
}
main .list-container .right .bottom .list-img .list-item .content h3 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
main .list-container .right .bottom .list-img .list-item .content .date,
main .list-container .right .bottom .list-img .list-item .content p {
  font-size: 16px;
  color: #666;
}
main .list-container .right .bottom .list-img .list-item .content .date {
  display: block;
  margin: 13px 0 10px;
  background: no-repeat left center;
  background-image: url(../images/riqi-icon.png);
  padding-left: 30px;
}
main .list-container .right .bottom .list-img .list-item .content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 28px;
  max-height: 84px;
  color: #999999;
}
@media screen and (max-width: 1024px) {
  main .list-container .right .bottom .list-img .list-item .content h3 {
    font-size: 18px;
  }
  main .list-container .right .bottom .list-img .list-item .content p {
    line-height: 26px;
    max-height: 78px;
  }
}
@media screen and (max-width: 600px) {
  main .list-container .right .bottom .list-img .list-item {
    height: auto;
  }
  main .list-container .right .bottom .list-img .list-item .pic {
    float: none;
    width: 100%;
    height: auto;
  }
  main .list-container .right .bottom .list-img .list-item .content {
    margin-left: 0;
    padding: 20px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 450px) {
  main .list-container .right .bottom .list-img .list-item .content h3 {
    font-size: 16px;
  }
  main .list-container .right .bottom .list-img .list-item .content .date,
  .list-img .list-item .content p {
    font-size: 14px;
  }
}
/* 文化 */
main .list-container .right .bottom .list-culture {
  padding-top: 30px;
}
main .list-container .right .bottom .list-culture .culture-item {
  float: left;
  width: 48%;
  transition: all .5s;
-moz-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
-ms-transition: all .5s;
  height: 207px;
  margin-right: 4%;
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}
main .list-container .right .bottom .list-culture .culture-item:nth-child(2n) {
  margin-right: 0;
}
main .list-container .right .bottom .list-culture .culture-item a {
  display: block;
  height: 100%;
  padding: 30px 25px;
  box-sizing: border-box;
}
main .list-container .right .bottom .list-culture .culture-item .date {
  float: left;
  width: 77px;
  text-align: center;
}
main .list-container .right .bottom .list-culture .culture-item .date .month {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 44px;
}
main .list-container .right .bottom .list-culture .culture-item .date .day {
  display: block;
  font-size: 36px;
  font-weight: bold;
  line-height: 36px;
  color: #003f88;
}
main .list-container .right .bottom .list-culture .culture-item .date .jiangzuo {
  display: block;
  width: 76px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #003f88;
  margin-top: 15px;
  border-radius: 15px;
  border: 1px solid #003f88;
}
main .list-container .right .bottom .list-culture .culture-item .content {
  margin-left: 105px;
  box-sizing: border-box;
  padding-top: 0rem;
}
main .list-container .right .bottom .list-culture .culture-item .content h3 {
  margin-bottom: 14px;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}
main .list-container .right .bottom .list-culture .culture-item .content p {
  line-height: 32px;
  padding-left: 32px;
  font-size: 14px;
  color: #666666;
  background: no-repeat left 3px center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}
main .list-container .right .bottom .list-culture .culture-item .content .person {
  background-image: url(../images/person-icon.png);
  background-position: 3px 6px;
}
main .list-container .right .bottom .list-culture .culture-item .content .time {
  background-image: url(../images/time-icon.png);
}
main .list-container .right .bottom .list-culture .culture-item .content .address {
  background-image: url(../images/address-icon.png);
}

main .list-container .right .bottom .list-culture .culture-item:hover {
  background-color: #003f88;
transition: all .5s;
-moz-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
-ms-transition: all .5s;
margin-top: -10px;
}
main .list-container .right .bottom .list-culture .culture-item:hover a,
main .list-container .right .bottom .list-culture .culture-item:hover .content p,
main .list-container .right .bottom .list-culture .culture-item:hover .date .day {
  color: #fff;
}
main .list-container .right .bottom .list-culture .culture-item:hover .date .jiangzuo {
  color: #fff;
  border: 1px solid #fff;
}
main .list-container .right .bottom .list-culture .culture-item:hover .content .person {
  background-image: url(../images/person-icon-hover.png);
}
main .list-container .right .bottom .list-culture .culture-item:hover .content .time {
  background-image: url(../images/time-icon-hover.png);
}
main .list-container .right .bottom .list-culture .culture-item:hover .content .address {
  background-image: url(../images/address-icon-hover.png);
}

@media screen and (max-width: 1200px) {
  main .list-container .right .bottom .list-culture .culture-item {
    width: 48.5%;
    margin-right: 3%;
  }
}
@media screen and (max-width: 1100px) {
  main .list-container .right .bottom .list-culture .culture-item .content h3 {
    font-size: 16px;
  }
  main .list-container .right .bottom .list-culture .culture-item .content {
    margin-left: 90px;
  }
  main .list-container .right .bottom .list-culture .culture-item .date .day {
    font-size: 32px;
  }
  main .list-container .right .bottom .list-culture .culture-item .date .jiangzuo {
    width: 70px;
    height: 28px;
    line-height: 28px;
  }
  main .list-container .right .bottom .list-culture .culture-item {
    height: 197px;
  }
  main .list-container .right .bottom .list-culture .culture-item a {
    padding: 25px 18px;
  }
}
@media screen and (max-width: 1024px) {
  main .list-container .right .bottom .list-culture .culture-item {
    width: 100%;
    margin-right: 0;
  }
}
/*
@media screen and (max-width: 950px) {
  main .list-container .right .bottom .list-culture .culture-item {
    width: 48.5%;
    margin-right: 3%;
  }
  main .list-container .right .bottom .list-culture .culture-item:nth-child(2n) {
    margin-right: 0;
  }
}*/
@media screen and (max-width: 700px) {
  main .list-container .right .bottom .list-culture .culture-item {
    width: 100%;
    margin-right: 0;
  }
}
/* 教师名录 列表 */
main .list-container .right .bottom .teams {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
main .list-container .right .bottom .teams .member {
  transition: all 0.5s;
  width: 48.8%;
  margin-bottom: 2%;
  padding: 28px 20px 29px 24px;
  background-color: #fff;
}
main .list-container .right .bottom .teams .member .img {
  width: 160px;
  float: left;
  height: 210px;
}
main .list-container .right .bottom .teams .member .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .list-container .right .bottom .teams .member .content {
  padding-left: 180px;
  box-sizing: border-box;
  width: 100%;
  padding-top: 0px;
}
main .list-container .right .bottom .teams .member .content .title {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  color: #003f88;
  padding-bottom: 10px;
  border-bottom: 3px solid #003f88;
  margin-right: 22px;
  margin-bottom: 10px;
}
main .list-container .right .bottom .teams .member .content .Subheading {
   color: #888;
  font-size: 16px;
}
main .list-container .right .bottom .teams .member .content .intro {
  min-height: 72px;
  margin-top: 19px;
  color: #666;
  line-height: 24px;
  font-size: 15px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
main .list-container .right .bottom .teams .member .content .go {
  margin-top: 33px;
  width: 100%;
}
main .list-container .right .bottom .teams .member .content .go a {
  display: block;
  width: 100%;
  background-color: #003f88;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 10px 0 10px;
}
@media screen and (max-width: 1300px) {
  .teacher .left {
    float: none!important;
    margin-bottom: 30px;
  }
  .teacher .right {
    padding-left: 0;
  }
  main .list-container .right .bottom .teams .member .img {
    width: 150px;
    height: 200px;
  }
  main .list-container .right .bottom .teams .member .content {
    padding-left: 175px;
  }
}
@media screen and (max-width: 772px) {
  main .list-container .right .bottom .teams .member {
    width: 100%;
  }
  .teacher .left {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  main .list-container .right .bottom .teams .member .img {
    float: none;
    margin: 0 auto;
  }
  main .list-container .right .bottom .teams .member .content {
    padding-left: 0;
  }
}
/* 教师名录  详情页 */
.detail {
  padding-top: 30px;
background-color: #f2f8fc;
}
.detail .content_left {
  width: 25%;
  float: left;
}
.detail .content_left .img {
  width: 100%;
  height: auto;
}
.detail .content_left .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail .bottom {
  padding: 30px 20px;
}
.detail .bottom .content_right {
  padding-left: 30%;
}
.detail .bottom .content_right .headline span {
  display: inline-block;
}
.detail .bottom .content_right .headline .edu,
.detail .bottom .content_right .headline .intro,
.detail .bottom .content_right .headline .res,
.detail .bottom .content_right .headline .links {
  padding-left: 45px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0;
}
.detail .bottom .content_right .title {
  font-size: 1.625em;
}
.detail .bottom .content_right .zc {
  font-size: 0.875em;
}
.headline {
  border-bottom: 1px solid #333;
  margin-bottom: 15px;
}
.detail .bottom .content_right .edu {
  background: url(../images/edu.png) no-repeat left center;
  background-size: 36px 36px;
}
.detail .bottom .content_right .intro {
  background: url(../images/intro.png) no-repeat left center;
  background-size: 36px 36px;
}
.detail .bottom .content_right .res {
  background: url(../images/res.png) no-repeat left center;
  background-size: 36px 36px;
}
.detail .bottom .content_right .links {
  background: url(../images/links.png) no-repeat left center;
  background-size: 36px 36px;
}
@media screen and (max-width: 1000px) {
  .detail .content_left {
    width: 225px;
    height: 337.5px;
  }
  .detail .bottom .content_right {
    padding-left: 270px;
  }
}
@media screen and (max-width: 750px) {
  .detail .content_left {
    float: none;
    margin: 0 auto;
  }
  .detail .bottom .content_right {
    padding-left: 0;
    padding-top: 20px;
  }
  .detail .bottom .content_right .title,
  .detail .bottom .content_right .zc {
    text-align: center;
  }
}

.download .right .bottom .items {
  width: 100%;
  text-align: center;
  padding-top: 30px;
}
.download .right .bottom .items .item {
  background-color: #fff;
}
.download .right .bottom .items .item:nth-child(odd) {
  background-color: #f3f3f3;
}
.download .right .bottom .items .item:hover {
  background-color: #fbfbfb;
}
.download .right .bottom .items .item .content {
  width: calc((100% - 0px)/1);
  /* height: 100%; */
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.download .right .bottom .items .item .content .title {
  width: 67%;
  padding-left: 2%;
  color: #2f5c84;
  font-size: 16px;
  text-align: left;
  word-wrap: break-word;
}
.download .right .bottom .items .item .content .title a {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.download .right .bottom .items .item .content .title a:hover {
  text-decoration: underline;
  color: #003f88;
}
.download .right .bottom .items .item .content .time {
  width: 22%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.download .right .bottom .items .item .content .down .btn {
  font-size: 13px;
  line-height: 1.6em;
  text-align: center;
  padding: 8px 25px;
  display: inline-block;
  border: none;
  text-decoration: none;
  color: #fff;
  margin-right: 25px;
  border-radius: 0px;
  background-color: #003f88;
}
@media screen and (max-width: 1200px) {
  .download .left {
    float: none;
  }
  .download .right {
    padding-left: 0;
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .download .right .bottom .items .item .content {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 10px 2%;
    min-height: 70px;
    display: block;
    height: 100%;
    align-items: center;
  }
  .download .right .bottom .items .item .content .title {
    padding-left: 0;
    width: 100%;
    font-weight: bold;
    text-align: left;
    word-wrap: break-word;
    margin: 15px 0;
  }
  .download .right .bottom .items .item .content .title a {
    white-space: initial;
  }
  .download .right .bottom .items .item .content .time {
    width: 100%;
    text-align: left;
    display: block;
  }
  .download .right .bottom .items .item .content .btn {
    font-size: 13px;
    line-height: 1.6em;
    text-align: center;
    padding: 8px 25px;
    display: inline-block;
    border: none;
    text-decoration: none;
    color: #fff;
    margin-right: 0;
    border-radius: 0;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 15px;
    background-color: #889CAD;
  }
}
/* 科研团队 */
.secientific .right .bottom .cards {
  width: 100%;
  overflow: hidden;
}
.secientific .right .bottom .cards .card {
  margin-top: 0.4rem;
  min-height: 150px;
}
.secientific .right .bottom .cards .card .info {
  width: 100%;
  border: 1px solid #e1dddd;
  height: 2.53rem;
  box-sizing: border-box;
  min-height: 150px;
  padding-top: 0.27rem;
}
.secientific .right .bottom .cards .card .info .title {
display:-webkit-box;
-webkit-box-orient:vertical;
-webkit-line-clamp:2;
overflow:hidden;
  font-size: 0.2rem;
  font-weight: bold;
}
.secientific .right .bottom .cards .card .info .content {
  padding-top: 0;
  margin-top: 0.18rem;
  font-size: 0.14rem;
  color: #999;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 0.24rem;
}
.secientific .right .bottom .cards .card .info .more {
  margin-top: 0.18rem;
  float: left;
  font-size: 0.16rem;
  color: #003f88;
  padding-right: 0.45rem;
  background: url(../images/news-arrow.png) no-repeat right 0.05rem top 6px;
  padding-bottom: 0.12rem;
  border-bottom: 2px solid #003f88;
}
.secientific .right .bottom .cards .card:hover img {
  transform: scale(1.1);
}
.secientific .right .bottom .cards .card .img {
  height: 2.53rem;
  width: 4.47rem;
  min-height: 150px;
  overflow: hidden;
}
.secientific .right .bottom .cards .card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.secientific .right .bottom .cards .card:nth-child(2n) .info {
  padding-right: 4.8rem;
  padding-left: 0.3rem;
}
.secientific .right .bottom .cards .card:nth-child(2n) .img {
  float: right;
}
.secientific .right .bottom .cards .card:nth-child(2n+1) .info {
  padding-left: 4.8rem;
  padding-right: 0.3rem;
}
.secientific .right .bottom .cards .card:nth-child(2n+1) .img {
  float: left;
}
@media screen and (max-width: 800px) {
  .secientific .right .bottom .cards .card,
  .secientific .right .bottom .cards .card .info,
  .secientific .right .bottom .cards .card .img,
  .secientific .right .bottom .cards .card .img img {
    min-height: 0;
  }
  .secientific .right .bottom .cards .card .img {
    width: 4rem;
    height: 2.53rem;
  }
  .secientific .right .bottom .cards .card:nth-child(2n+1) .info {
    padding-left: 4.37rem;
  }
  .secientific .right .bottom .cards .card:nth-child(2n) .info {
    padding-right: 4.37rem;
  }
}
@media screen and (max-width: 680px) {
  .secientific .right .bottom .cards {
    padding: 0 0.5rem;
  }
  .secientific .right .bottom .cards .card .img {
    float: none !important;
    width: 100% !important;
    height: 3.5rem;
  }
  .secientific .right .bottom .cards .card .info {
    padding: 0.37rem 0.3rem 0.2rem !important;
    height: auto;
  }
  .secientific .right .bottom .cards .card .info .content {
    line-height: 20px;
  }
  .secientific .right .bottom .aca_cards .card .cards_box {
    margin: 0 !important;
  }
  .secientific .right .bottom .aca_cards .card .img {
    left: auto !important;
    right: -1px !important;
  }
  .secientific .right .bottom .aca_cards .card:nth-child(2n+1) .cards_box {
    padding-right: 0.33rem;
    padding-left: 0.33rem;
  }
  .secientific .right .bottom .aca_cards .card:nth-child(2n) .cards_box {
    padding-right: 0.33rem;
    padding-left: 0.33rem;
  }
}
@media screen and (max-width: 500px) {
  .secientific .right .bottom .aca_cards .card .img {
    height: 3.5rem;
    width: 2.625rem;
  }
}
@media screen and (max-width: 400px) {
  .secientific .right .bottom .aca_cards .card .img {
    height: 3.3rem;
    width: 2.475rem;
  }
}
.content p strong {
  font-weight: revert;
}
.content img{max-width:800px;}
main .list-container .right .bottom .list-hori-img {
  margin-top: 20px;
}
main .list-container .right .bottom .list-hori-img .list-item {
  width: 24%;
  float: left;
  margin-right: 1.1%;
  border: none;
  margin-bottom: 15px;
  height: auto;
  padding: 0;
}
main .list-container .right .bottom .list-hori-img .list-item .pic {
  float: none;
  width: 100%;
}
main .list-container .right .bottom .list-hori-img .list-item .content {
  margin-left: 0;
  padding-left: 0;
  text-align: center;
}
main .list-container .right .bottom .list-hori-img .list-item .content h3 {
  line-height: 40px;
  margin-top: 10px;
}
main .list-container .right .bottom .list-hori-img .list-item .content .date {
  background: none;
  padding-left: 0;
}
main .list-container .right .bottom .list-hori-img .list-item .content .date::before {
  content: '';
  display: inline-block;
  height: 13px;
  width: 13px;
  background: url(../images/riqi-icon.png) no-repeat left;
  margin-right: 10px;
}
main .list-container .right .bottom .list-hori-img .list-item:nth-child(4n) {
  margin-right: 0;
}
main .list-container .right .bottom .list-hori-img .list-item:hover {
  padding-left: 0;
}
@media screen and (max-width: 1300px) {
  main .list-container .right .bottom .list-hori-img .list-item:nth-child(4n) {
    margin-right: 1.5%;
  }
  main .list-container .right .bottom .list-hori-img .list-item {
    width: 32%;
    margin-right: 1.5%;
  }
  main .list-container .right .bottom .list-hori-img .list-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1100px) {
  main .list-container .right .bottom .list-hori-img .list-item:nth-child(3n) {
    margin-right: 2%;
  }
  main .list-container .right .bottom .list-hori-img .list-item {
    width: 49%;
    margin-right: 2%;
  }
  main .list-container .right .bottom .list-hori-img .list-item:nth-child(2n) {
    margin-right: 0;
  }
  main .list-container .right .bottom .list-hori-img .list-item .pic {
    height: 234px;
  }
}
@media screen and (max-width: 900px) {
  main .list-container .right .bottom .list-hori-img .list-item .pic {
    height: 298px;
  }
}
@media screen and (max-width: 600px) {
  main .list-container .right .bottom .list-hori-img .list-item .pic {
    height: 250px;
  }
  main .list-container .right .bottom .list-hori-img .list-item .content {
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  main .list-container .right .bottom .list-hori-img .list-item {
    width: 100%!important;
  }
  main .list-container .right .bottom .list-hori-img .list-item .pic {
    height: 300px;
  }
}
