﻿/* 顶部广告 */
.ad_slideup {
  font-size: 0;
  line-height: 0;
}

.ad_slideup img {
  width: 100%;
}

/* 头条 */
.headtitle {
  margin: 30px 0 0 0;
}

.headtitle .content {
  width: 100%;
}

.headtitle .content img {
  width: 100%;
}

.headtitle .more {
  overflow:hidden;
}

.headtitle .more ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  float:left;
  width:1300px;
}

.headtitle .more ul li {
  font-size: 16px;
  color: #06273a;
  margin: 0 20px;
  padding-left: 15px;
  background: url(../images/v8_index_20200408_45.png) left 9px no-repeat;
}

.headtitle .more .moretop {
  font-size:16px;
  float:left;
  width:100px;
}

@media (max-width:1400px) {
  .headtitle .more ul {
	  width:900px;
	}
  .headtitle .more ul li {
    font-size: 14px;
    margin: 0 10px;
    padding-left: 12px;
    background: url(../images/v8_index_20200408_45.png) left 7px no-repeat;
  }
  .headtitle .more .moretop {
	  font-size:14px;
	  width:90px;
	}
}

/* 焦点图 */
.focus {
  margin: 20px 0 0 0;
  background: url(../images/v8_index_20200408_07.png) repeat-y;
}

.focus .content {
  width: 1000px;
  margin: 0 auto;
  height: 500px;
}

.focus .content .swiper-container {
  height: 500px;
}

.focus .content .swiper-slide {
  position: relative;
}

.focus .content .swiper-slide h2 {
  height: 60px;
  background: url(../images/v8_index_20200408_08.png);
  font-size: 26px;
  color: #06273a;
  font-weight: bold;
  font-family: "Microsoft YaHei";
  width: 100%;
  position: absolute;
  z-index: 101;
  bottom: 0px;
  margin: 0;
  line-height: 60px;
  padding: 0 160px 0 20px;
  display: block;
  box-sizing: border-box;
}

.focus .content .swiper-slide h2 a {
  color: #06273a;
  line-height: 60px;
}

.focus .content .swiper-slide img {
  width: 100%;
}

.focus .content .pagination {
  position: absolute;
  z-index: 20;
  bottom: 20px;
  right: 20px;
  width: 140px;
  text-align: right;
}

.focus .content .swiper-pagination-switch {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: url(../images/v8_index_20200408_10.png) no-repeat;
  margin: 0 6px;
  opacity: 0.8;
  cursor: pointer;
}

.focus .content .swiper-active-switch {
  background: url(../images/v8_index_20200408_09.png) no-repeat;
}

@media (max-width:1400px) {
  .focus {
    background-size: 100% 100%;
  }

  .focus .content {
    width: 800px;
    height: 400px;
  }

  .focus .content .swiper-container {
    height: 400px;
  }

  .focus .content .swiper-slide img {
    width: 100%;
  }

  .focus .content .swiper-slide h2 {
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    padding: 0 160px 0 20px;
  }

  .focus .content .swiper-slide h2 a {
    line-height: 50px;
  }

  .focus .content .pagination {
    bottom: 15px;
  }
}

.focus_news {
  background: url(../images/v8_index_20200604_01.png) repeat-y;
  height: 38px;
}

.focus_news .content {
  width: 1000px;
  display: flex;
  margin: 0 auto;
}

.focus_news .content .title {
  width: 72px;
  height: 38px;
  background: url(../images/v8_index_20200604_02.png);
  font-size: 20px;
  color: #fff;
  padding-left: 20px;
  line-height: 38px;
}

.focus_news .content .title a {
  color: #fff;
}

.focus_news .content .text {
  width: 908px;
}

.focus_news .content .text ul {
  overflow: hidden;
}

.focus_news .content .text ul li {
  float: left;
  font-size: 16px;
  color: #06273a;
  padding-left: 12px;
  background: url(../images/v8_index_20200408_31.png) 0 16px no-repeat;
  margin: 0 30px 0 0;
  line-height: 38px;
}

@media (max-width:1400px) {
  .focus_news .content {
    width: 800px;
  }

  .focus_news .content .title {
    font-size: 16px;
    padding-left: 20px;
  }

  .focus_news .content .text {
    width: 708px;
  }

  .focus_news .content .text ul li {
    font-size: 14px;
    margin: 0 20px 0 0;
  }
}

.publication {
  display: flex;
  justify-content: space-between;
}

.publication .recommend {
  width: 920px;
  margin-right: 40px;
}

.publication .recommend ul {
  display: flex;
  flex-wrap: wrap;
}

.publication .recommend ul li {
  font-size: 18px;
  width: 440px;
  color: #06273a;
  height: 40px;
  line-height: 40px;
  max-height: 40px;
  overflow: hidden;
  padding-right: 10px;
  box-sizing: border-box;
}

.publication .recommend ul li:nth-child(1),
.publication .recommend ul li:nth-child(2) {
  font-size: 20px;
  font-weight: bold;
}

.publication .recommend ul li:nth-child(even) {
  margin-left: 40px;
}

.publication .recommend ul li .intro {
  float: left;
  margin: 0 6px 0 0;
}

.publication .recommend ul li .intro span {
  font-size: 12px;
  display: inline-block;
  color: #fff;
  padding: 0 6px;
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  margin: 10px 0 0 0;
}

.publication .recommend ul li .intro img {
  margin: 10px 0 0 0;
}

.publication .recommend ul li .red {
  background: #d74339;
  font-size: 14px;
  color: #fff;
  padding: 0 4px;
}

.publication .recommend ul li .blue {
  background: #143eb9;
  font-size: 14px;
  color: #fff;
  padding: 0 4px;
}

.publication .recommend ul li .yellow {
  background: #fb9a17;
  font-size: 14px;
  color: #fff;
  padding: 0 4px;
}

@media (max-width:1400px) {
  .publication .recommend {
    width: 658px;
    margin-right: 27px;
  }

  .publication .recommend ul li {
    font-size: 14px;
    width: 315px;
    height: 30px;
    line-height: 30px;
    max-height: 30px;
  }

  .publication .recommend ul li:nth-child(1),
  .publication .recommend ul li:nth-child(2) {
    font-size: 14px;
  }

  .publication .recommend ul li:nth-child(even) {
    margin-left: 27px;
  }

  .publication .recommend ul li .intro span {
    font-size: 12px;
    margin: 6px 0 0 0;
  }

  .publication .recommend ul li .intro img {
    margin: 6px 0 0 0;
  }

  .publication .recommend ul li .red {
    font-size: 12px;
  }

  .publication .recommend ul li .blue {
    font-size: 12px;
  }

  .publication .recommend ul li .yellow {
    font-size: 12px;
  }
}

.publication .qiushi {
  width: 440px;
}

.publication .qiushi .content {
  background: url(../images/v8_index_20200408_11.png) left top no-repeat;
  height: 190px;
  overflow: hidden;
}

.publication .qiushi .content .pic {
  width: 112px;
  height: 150px;
  padding: 20px 0 0 25px;
  float: left;
}

.publication .qiushi:hover .content .pic {
  transform: translate(0px, -4px);
}

.publication .qiushi .content .pic img {
  width: 100%;
  box-shadow: 4px -2px 8px #ccc;
}

.publication .qiushi .content .text {
  float: right;
  width: 286px;
  margin: 20px 0 0 0;
}

.publication .qiushi .content .text h2 {
  font-size: 20px;
  color: #06273a;
  margin: 0;
  font-family: "微软雅黑";
  padding: 0 0 0 20px;
}

.publication .qiushi .content .text h3 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 0 0 0 20px;
  margin: 15px 0 0 0;
  background: url(../images/v8_index_20200408_12.png) no-repeat;
}

.publication .qiushi .content .text h3 a {
  color: #fff;
}

.publication .qiushi .content .text span {
  font-size: 16px;
  color: #06273a;
  text-decoration: underline;
  margin: 12px 0 0 20px;
  display: block;
}

.publication .qiushi .content .text span a {
  color: #06273a;
}

.publication .qiushi .content .text .past {
  width: 90px;
  height: 25px;
  background: url(../images/v8_index_20200408_13.png) no-repeat;
  font-size: 12px;
  color: #fff;
  line-height: 25px;
  padding: 0 0 0 10px;
  display: block;
  text-decoration: none;
  margin: 20px 0 0 20px;
}

.publication .qiushi .content .text .past a {
  color: #fff;
}

@media (max-width:1400px) {
  .publication .qiushi {
    width: 315px;
  }

  .publication .qiushi .content {
    height: 145px;
  }

  .publication .qiushi .content .pic {
    width: 80px;
    height: 108px;
    padding: 20px 0 0 20px;
  }

  .publication .qiushi .content .text {
    width: 196px;
  }

  .publication .qiushi .content .text h2 {
    font-size: 16px;
    padding: 0 0 0 15px;
  }

  .publication .qiushi .content .text h3 {
    font-size: 12px;
    padding: 0 0 0 15px;
  }

  .publication .qiushi .content .text span {
    font-size: 12px;
    margin: 12px 0 0 15px;
  }

  .publication .qiushi .content .text .past {
    display: none;
  }
}

.news {
  background: #f9f9f9;
  height: 30px;
  overflow: hidden;
  margin: 12px 0 0 0;
}

.news .title {
  font-size: 12px;
  color: #d74339;
  font-weight: bold;
  float: left;
  width: 70px;
  line-height: 30px;
  text-align: center;
}

.news .title a {
  color: #d74339;
}

.news .line {
  width: 1px;
  height: 30px;
  float: left;
  margin: 2px 0 0 0;
  background: url(../images/v8_index_20200408_46.png) no-repeat;
}

.news .list {
  float: left;
  width: 360px;
}

.news .list ul {
  overflow: hidden;
  position: relative;
}

.news .list ul li {
  font-size: 12px;
  line-height: 30px;
  color: #06273a;
  float: left;
  margin: 0 10px;
  padding-left: 12px;
  background: url(../images/v8_index_20200408_31.png) 0 12px no-repeat;
}

@media (max-width:1400px) {
  .news .list {
    width: 240px;
  }
}

.ad_pic {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0 0;
}

.ad_pic .large {
  width: 440px;
}

.ad_pic .large img {
  width: 100%;
}

.ad_pic .normal {
  width: 440px;
  overflow: hidden;
}

.ad_pic .normal .pic1 {
  width: 214px;
  float: left;
}

.ad_pic .normal .pic2 {
  width: 214px;
  float: left;
  margin-left: 12px;
}

.ad_pic .normal img {
  width: 100%;
}

@media (max-width:1400px) {
  .ad_pic .large {
    width: 315px;
  }

  .ad_pic .normal {
    width: 315px;
  }

  .ad_pic .normal .pic1 {
    width: 154px;
  }

  .ad_pic .normal .pic2 {
    width: 154px;
    margin-left: 6px;
  }
}

.ad_content { 
  margin:30px 0 0 0;
  position:relative;
}
	
.ad_content .swiper-container_ad {
	height:100px;
	width:1332px;
	margin:0 auto;
}

.ad_content .swiper-container_ad .swiper-slide {
	position: relative;
	text-align:center;
}

.ad_content .swiper-container_ad .swiper-slide img {
	width:214px;
	height:90px;
}

.ad_content .arrow-left {
	background: url(../images/v9_index_20200907_01.png) no-repeat left bottom;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -17px;
	width: 20px;
	height: 35px;
}

.ad_content .arrow-right {
	background: url(../images/v9_index_20200907_01.png) no-repeat left top;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -17px;
	width: 20px;
	height: 35px;
}

@media (max-width:1400px) {
	.ad_content {}
	
	.ad_content .swiper-container_ad {
		height:65px;
		width:948px;
		margin:0 auto;
	}
	
	.ad_content .swiper-container_ad .swiper-slide {
		position: relative;
		text-align:center;
	}
	
	.ad_content .swiper-container_ad .swiper-slide img {
		width:150px;
		height:auto;
	}
}

.qsyl {
  margin: 25px 0 0 0;
}

.qsyl_list {
  margin: 15px 0 0 0;
}

.qsyl_list ul {}

.qsyl_list li {
  font-size: 18px;
  color: #06273a;
  line-height: 40px;
  max-height: 40px;
  overflow: hidden;
}

.qsyl_list li .intro {
  font-size: 16px;
  line-height: 40px;
  color: #d74339;
  font-weight: normal;
}

.qsyl_list li:first-child {
  font-size: 20px;
  font-weight: bold;
}

@media (max-width:1400px) {
  .qsyl_list li {
    font-size: 14px;
    line-height: 30px;
    max-height: 30px;
  }

  .qsyl_list li .intro {
    font-size: 12px;
    line-height: 30px;
  }

  .qsyl_list li:first-child {
    font-size: 14px;
  }
}

.qswp {
  margin: 25px 0 0 0;
}


.qswp_list {
  margin: 15px 0 0 0;
}

.qswp_list ul {}

.qswp_list ul li {
  font-size: 18px;
  color: #06273a;
  line-height: 40px;
  padding-left: 15px;
  background: url(../images/v8_index_20200408_31.png) 0 18px no-repeat;
  max-height: 40px;
  overflow: hidden;
}

.qswp_list li:first-child {
  font-size: 20px;
  font-weight: bold;
}

@media (max-width:1400px) {
  .qswp_list ul li {
    font-size: 14px;
    line-height: 30px;
    padding-left: 11px;
    background: url(../images/v8_index_20200408_31.png) 0 12px no-repeat;
    max-height: 30px;
  }

  .qswp_list li:first-child {
    font-size: 14px;
  }
}

.zxdk {
  overflow: hidden;
  margin: 36px 0 0 0;
}

.zxdk .hqwg {
  width: 214px;
  float: left;
}

.zxdk .english {
  width: 214px;
  float: left;
  margin-left: 10px;
}

.zxdk .content {
  border: solid 1px #e5e5e5;
  height: 224px;
  margin: 3px 0 0 0;
  width: 100%;
  text-align: center;
}

.zxdk .content .pic {
  width: 88px;
  height: 118px;
  border: solid 1px #e5e5e5;
  margin: 18px auto 0;
  box-shadow: 4px -2px 8px #ccc;
}

.zxdk .content:hover .pic {
  transform: translate(0px, -4px);
}

.zxdk .content .pic img {
  width: 88px;
  height: 118px;
}

.zxdk .content h2 {
  margin: 15px 0 0 0;
  font-size: 16px;
  color: #06273a;
}

.zxdk .content .red {
  color: #d74339;
}

.zxdk .content .past {
  width: 90px;
  height: 25px;
  background: url(../images/v8_index_20200408_13.png) no-repeat;
  font-size: 12px;
  color: #fff;
  line-height: 25px;
  padding: 0 0 0 10px;
  display: block;
  text-align: left;
  text-decoration: none;
  margin: 10px 0 0 62px;
}

.zxdk .content .past a {
  color: #fff;
}

@media (max-width:1400px) {
  .zxdk .hqwg {
    width: 152px;
  }

  .zxdk .english {
    width: 152px;
    margin-left: 8px;
  }

  .zxdk .content {
    border: solid 1px #e5e5e5;
    height: 174px;
    margin: 3px 0 0 0;
    width: 100%;
    text-align: center;
  }

  .zxdk .content .pic {
    width: 66px;
    height: 86px;
    border: solid 1px #e5e5e5;
    margin: 18px auto 0;
    box-shadow: 4px -2px 8px #ccc;
  }

  .zxdk .content .pic img {
    width: 66px;
    height: 86px;
  }

  .zxdk .content h2 {
    margin: 10px 0 0 0;
    font-size: 12px;
  }

  .zxdk .content .past {
    width: 66px;
    height: 20px;
    background-size: 100% 100%;
    font-size: 10px;
    line-height: 20px;
    padding: 0 0 0 6px;
    margin: 5px 0 0 40px;
  }
}

.llxjj {
  width: 100%;
  height: 630px;
  background: url(../images/v8_index_20200408_17.jpg) center top no-repeat;
}

.llxjj .logo {
  height: 82px;
  padding-top: 20px;
}

.llxjj .headtitle {
  margin: 15px 0 0 0;
  position: relative;
  height: 495px;
}

.llxjj .headtitle .pic {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  width: 440px;
  height: 250px;
  overflow: hidden;
  box-shadow: 4px 2px 12px #ddd;
}

.llxjj .headtitle .pic img {
  width: 100%;
  height: 250px;
}

.llxjj .headtitle:hover .pic img {
  transform: scale(1.1, 1.1);
}

.llxjj .headtitle .title {
  position: absolute;
  height: 125px;
  overflow: hidden;
  top: 250px;
  left: 0;
  z-index: 98;
  box-shadow: 4px 2px 12px #ddd;
}

.llxjj .headtitle .title .qihao {
  width: 80px;
  background: #d74339;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  height: 125px;
  text-align: center;
  padding-top: 15px;
  float: left;
}

.llxjj .headtitle .title .qihao .number {
  font-size: 36px;
}

.llxjj .headtitle .title .text {
  background: #fefbf4;
  height: 125px;
  float: left;
  width: 360px;
}

.llxjj .headtitle .title .text h2 {
  margin: 25px 15px 0 15px;
  color: #46321a;
  font-size: 20px;
  line-height: 1.2;
}

.llxjj .headtitle .title .text h2 a {
  color: #46321a;
}

.llxjj .headtitle .title .text h2 a:hover {
  color: #d74339;
}

.llxjj .headtitle .title .text span {
  font-size: 16px;
  color: #46321a;
  line-height: 1.2;
  margin: 10px 15px 0 15px;
  font-weight: normal;
  display: block;
}

.llxjj .headtitle .forward {
  position: absolute;
  background: #fefbf4;
  height: 100px;
  overflow: hidden;
  top: 375px;
  left: 0;
  z-index: 97;
  box-shadow: 4px 2px 12px #ddd;
}

.llxjj .headtitle .forward .xinhuashe {
  float: left;
  width: 220px;
  border-right: solid 1px #ede8df;
  padding: 20px 0 0 25px;
  box-sizing: border-box;
  height: 100px;
}

.llxjj .headtitle .forward .xwlb {
  float: left;
  width: 219px;
  padding: 25px 0 0 25px;
  box-sizing: border-box;
}

.llxjj .headtitle .forward .xinhuashe img {
  vertical-align: middle;
}

.llxjj .headtitle .forward .xinhuashe span {
  color: #035c98;
  font-size: 16px;
  font-weight: bold;
  line-height: 27px;
}

.llxjj .headtitle .forward .xinhuashe span a {
  color: #035c98;
}

.llxjj .headtitle .forward .xinhuashe p {
  color: #46321a;
  font-size: 14px;
  margin: 6px 0 0 0;
}

.llxjj .headtitle .forward .xwlb img {
  vertical-align: middle;
  margin: -6px 0 0 0;

}

.llxjj .headtitle .forward .xwlb span {
  color: #1e3a92;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}

.llxjj .headtitle .forward .xwlb span a {
  color: #1e3a92;
}

.llxjj .headtitle .forward .xwlb p {
  color: #46321a;
  font-size: 14px;
  margin: 6px 0 0 0;
}

@media (max-width:1400px) {
  .llxjj {
    height: 560px;
  }

  .llxjj .headtitle {
    height: 495px;
  }

  .llxjj .headtitle .pic {
    width: 315px;
    height: 178px;
  }

  .llxjj .headtitle .pic img {
    width: 100%;
    height: 178px;
  }

  .llxjj .headtitle .title {
    height: 105px;
    top: 178px;
  }

  .llxjj .headtitle .title .qihao {
    width: 80px;
    font-size: 14px;
    height: 105px;
    padding-top: 15px;
  }

  .llxjj .headtitle .title .qihao .number {
    font-size: 24px;
  }

  .llxjj .headtitle .title .text {
    height: 105px;
    width: 235px;
  }

  .llxjj .headtitle .title .text h2 {
    margin: 15px 10px 0 10px;
    font-size: 16px;
  }

  .llxjj .headtitle .title .text span {
    font-size: 12px;
    margin: 10px 10px 0 10px;
  }

  .llxjj .headtitle .title .text h3 {
    font-size: 12px;
    margin: 12px 0 0 0px;
    width: 140px;
  }

  .llxjj .headtitle .forward {
    height: 80px;
    top: 283px;
  }

  .llxjj .headtitle .forward .xinhuashe {
    width: 158px;
    padding: 15px 0 0 0;
    height: 100px;
  }

  .llxjj .headtitle .forward .xwlb {
    width: 157px;
    padding: 15px 0 0 15px;
  }

  .llxjj .headtitle .forward .xinhuashe span {
    font-size: 14px;
    line-height: 27px;
  }

  .llxjj .headtitle .forward .xinhuashe p {
    font-size: 12px;
    margin: 6px 0 0 0;
  }

  .llxjj .headtitle .forward .xwlb span {
    font-size: 14px;
  }

  .llxjj .headtitle .forward .xwlb p {
    font-size: 12px;
    margin: 6px 0 0 0;
  }
}

.llxjj .past {}


.llxjj .past .toptitle {
  border-bottom: solid 1px #ede8df;
  overflow: hidden;
  padding-bottom: 15px;
  margin: 20px 0 0 0;
}

.llxjj .past .toptitle .intro {
  width: 72px;
  height: 77px;
  float: left;
  border-right: solid 1px #46321a;
  font-size: 16px;
  font-weight: bold;
  color: #d74339;
}

.llxjj .past .toptitle .intro .number {
  font-size: 36px;
  line-height: 30px;
}

.llxjj .past .toptitle .text {
  width: 365px;
  float: left;
}

.llxjj .past .toptitle .text h2 {
  color: #46321a;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0px 10px 0 15px;
}

.llxjj .past .toptitle .text h2 a {
  color: #46321a;
}

.llxjj .past .toptitle .text h2 a:hover {
  color: #d74339;
}

.llxjj .past .toptitle .text span {
  font-size: 16px;
  color: #46321a;
  line-height: 1.2;
  margin: 10px 15px 0 15px;
  font-weight: normal;
  display: block;
}

.llxjj .past .list {}

.llxjj .past .list ul li {
  font-size: 16px;
  color: #46321a;
  line-height: 1.2;
  margin: 22px 0;
}

.llxjj .past .list ul li a {
  color: #46321a;
}

.llxjj .past .list ul li a:hover {
  color: #d74339;
}

.llxjj .past .list ul li span {
  font-weight: bold;
}

.llxjj .past .list .more {
  font-size: 12px;
  color: #46321a;
  line-height: 12px;
}

.llxjj .past .list .more a {
  color: #46321a;
}

.llxjj .past .list .more a:hover {
  color: #d74339;
}

@media (max-width:1400px) {
  .llxjj .past .toptitle .intro {
    font-size: 14px;
    width: 50px;
  }

  .llxjj .past .toptitle .intro .number {
    font-size: 24px;
  }

  .llxjj .past .toptitle .text {
    width: 260px;
  }

  .llxjj .past .toptitle .text h2 {
    font-size: 14px;
  }

  .llxjj .past .toptitle .text h3 {
    font-size: 12px;
    margin: 12px 0 0 0px;
    width: 170px;
  }

  .llxjj .past .toptitle .text span {
    font-size: 12px;
  }

  .llxjj .past .list ul li {
    font-size: 12px;
    margin: 15px 0;
  }
}

.llxjj .periphery {
  overflow: hidden;
  margin: 20px 0 0 0;
}

.llxjj .periphery .modular {
  width: 214px;
  height: 120px;
  float: left;
  position: relative;
  margin-bottom: 15px;
}

.llxjj .periphery .modular .pic {
  width: 214px;
  height: 120px;
  overflow: hidden;
}

.llxjj .periphery .modular .pic img {
  width: 100%;
  height: 100%;
}

.llxjj .periphery .modular:hover .pic img {
  transform: scale(1.1, 1.1);
}

.llxjj .periphery .modular .text {
  position: absolute;
  bottom: 0;
  height: 56px;
  background: url(../images/v8_index_20200408_48.png) repeat-x;
  width: 100%;
  text-align: center;
}

.llxjj .periphery .modular .text h2 {
  font-size: 12px;
  text-align: center;
  margin: 20px 10px 0;
  color: #fff;
  font-weight: normal;
  max-height: 40px;
  overflow: hidden;
  line-height: 40px;
}

.llxjj .periphery .modular .text h2 a {
  color: #fff;
}

.llxjj .periphery .modular .intro {
  position: absolute;
  right: 5px;
  top: 0;
  background: #d74339;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  padding: 0 5px;
}

@media (max-width:1400px) {
  .llxjj .periphery .modular {
    width: 150px;
    height: 85px;
  }

  .llxjj .periphery .modular .pic {
    width: 150px;
    height: 85px;
  }
}

.llxjj .ad_pic {
  overflow: hidden;
  margin: 0;
}

.llxjj .ad_pic .modular {
  width: 214px;
  height: 70px;
}

.llxjj .ad_pic .modular img {
  width: 100%;
}

.product_back {
  height: 150px;
  background: url(../images/v8_index_20200408_47.png) repeat-x;
}

.product {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 150px;
  width: 1260px;
  margin: 0 auto;
}

.product .modular {
  width: 74px;
}

.product .modular .pic {
  width: 74px;
  height: 75px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.product .modular:hover .pic {
  background: url(../images/v8_index_20200408_26.png) no-repeat;
}

.product .modular .text {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  margin: 10px 0 0 0;
}

.product .modular .text a {
  color: #fff;
}

@media (max-width:1400px) {
  .product {
    width: 1000px;
  }
}

.qsrmt {
  margin: 30px 0 0 0;
}

.rmt_headtitle {
  width: 440px;
  height: 250px;
  position: relative;
  margin: 20px 0 0 0;
}

.rmt_headtitle .pic {
  width: 440px;
  height: 250px;
  overflow: hidden;
}

.rmt_headtitle .pic img {
  width: 440px;
  height: 250px;
}

.rmt_headtitle:hover .pic img {
  transform: scale(1.1, 1.1);
}

.rmt_headtitle .text {
  position: absolute;
  bottom: 0;
  background: url(../images/v8_index_20200408_28.png) repeat-x;
  height: 72px;
  text-align: center;
  width: 100%;
}

.rmt_headtitle .text h2 {
  font-size: 20px;
  color: #fff;
  margin: 30px 10px 0 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  max-height: 30px;
  overflow: hidden;
}

.rmt_headtitle .text h2 a {
  color: #fff;
}

.rmt_headtitle .intro {
  position: absolute;
  right: 5px;
  top: 0;
  background: #0397ff;
  font-size: 12px;
  line-height: 22px;
  color: #fff;
  padding: 0 5px;
}

.rmt_headtitle .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
}

.rmt_headtitle:hover .icon {
  transform: scale(1.1, 1.1);
}

@media (max-width:1400px) {
  .rmt_headtitle {
    width: 315px;
    height: 180px;
  }

  .rmt_headtitle .pic {
    width: 315px;
    height: 180px;
  }

  .rmt_headtitle .pic img {
    width: 315px;
    height: 180px;
  }

  .rmt_headtitle .text h2 {
    font-size: 14px;
    margin: 44px 10px 0 10px;
    max-height: 21px;
  }
}

.rmt_secondtitle {
  margin: 20px 0 0 0;
  overflow: hidden;
}

.rmt_secondtitle .modular {
  width: 214px;
  height: 250px;
  float: left;
}

.rmt_secondtitle .modular .pic {
  width: 214px;
  height: 120px;
  position: relative;
  overflow: hidden;
}

.rmt_secondtitle .modular .pic img {
  width: 214px;
  height: 120px;
}

.rmt_secondtitlehover: .modular .pic img {
  transform: scale(1.1, 1.1);
}

.rmt_secondtitle .modular .pic .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
}

.rmt_secondtitle .modular .pic .icon img {
  width: 45px;
  height: 46px;
}

.rmt_secondtitle .modular:hover .pic .icon {
  transform: scale(1.1, 1.1);
}

.rmt_secondtitle .modular .text {
  width: 214px;
  height: 130px;
  border-left: solid 1px #e5e5e5;
  border-right: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  box-sizing: border-box;
  padding: 15px;
  position: relative;
}

.rmt_secondtitle .modular h2 {
  margin: 0;
  color: #06273a;
  font-size: 20px;
  line-height: 1.2;
  max-height: 48px;
  overflow: hidden;
}

.rmt_secondtitle .modular h2 a {
  color: #06273a;
}

.rmt_secondtitle .modular h2 a:hover {
  color: #d74339;
}

.rmt_secondtitle .modular .intro {
  position: absolute;
  bottom: 15px;
  font-size: 12px;
  color: #999;
  line-height: 12px;
}

@media (max-width:1400px) {
  .rmt_secondtitle .modular {
    width: 150px;
    height: 180px;
  }

  .rmt_secondtitle .modular .pic {
    width: 150px;
    height: 85px;
  }

  .rmt_secondtitle .modular .pic img {
    width: 150px;
    height: 85px;
  }

  .rmt_secondtitle .modular .text {
    width: 150px;
    height: 95px;
  }

  .rmt_secondtitle .modular h2 {
    font-size: 14px;
    max-height: 34px;
  }
}

.rmt_list {
  margin: 30px 0 0 0;
}

.rmt_list ul {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.rmt_list ul li {
  font-size: 18px;
  width: 440px;
  color: #06273a;
  line-height: 24px;
  margin: 10px 0;
  max-height: 24px;
  overflow: hidden;
}

.rmt_list ul li .intro {
  color: #d74339;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
}

.rmt_list ul li:nth-child(-n+3) {
  font-size: 20px;
  font-weight: bold;
}

@media (max-width:1400px) {
  .rmt_list ul li {
    font-size: 14px;
    line-height: 20px;
    margin: 8px 0;
    max-height: 20px;
    width: 315px;
  }

  .rmt_list ul li .intro {
    color: #d74339;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
  }

  .rmt_list ul li:nth-child(-n+3) {
    font-size: 16px;
  }
}

.rmt_ad {
  overflow: hidden;
  margin: 30px 0 0 0;
}

.rmt_ad .large {
  width: 920px;
  float: left;
}

.rmt_ad .large img {
  width: 100%;
}

.rmt_ad .normal {
  width: 440px;
  margin-left: 40px;
  float: left;
}

.rmt_ad .normal img {
  width: 100%;
}

@media (max-width:1400px) {
  .rmt_ad .large {
    width: 658px;
  }

  .rmt_ad .normal {
    width: 315px;
    margin-left: 27px;
  }
}

.zywz_headtitle {
  width: 440px;
  height: 250px;
  position: relative;
  margin: 20px 0 0 0;
}

.zywz_headtitle .pic {
  width: 440px;
  height: 250px;
  overflow: hidden;
}

.zywz_headtitle .pic img {
  width: 440px;
  height: 250px;
}

.zywz_headtitle:hover .pic img {
  transform: scale(1.1, 1.1);
}

.zywz_headtitle .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: url(../images/v8_index_20200408_28.png) repeat-x;
  height: 72px;
  width: 100%;
  text-align: center;
}

.zywz_headtitle .text h2 {
  font-size: 20px;
  color: #fff;
  margin: 30px 10px 0 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  max-height: 30px;
  overflow: hidden;
}

.zywz_headtitle .text h2 a {
  color: #fff;
}

.zywz_headtitle .text .intro {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
}

.zywz_headtitle .text .intro a {
  color: #fff;
}

.zywz_headtitle .text span {
  color: #fff;
  font-weight: normal;
  font-size: 12px;
}

@media (max-width:1400px) {
  .zywz_headtitle {
    width: 315px;
    height: 180px;
  }

  .zywz_headtitle .pic {
    width: 315px;
    height: 180px;
    overflow: hidden;
  }

  .zywz_headtitle .pic img {
    width: 315px;
    height: 180px;
  }

  .zywz_headtitle .text h2 {
    font-size: 14px;
    margin: 40px 10px 0 10px;
    max-height: 24px;
  }

  .zywz_headtitle .text .intro {
    font-size: 16px;
    line-height: 24px;
  }
}

.xzzl_title {
  margin: 20px 0 0 0;
  overflow: hidden;
}

.xzzl_title .modular {
  width: 214px;
  height: 250px;
  float: left;
}

.xzzl_title .modular .pic {
  width: 214px;
  height: 120px;
  position: relative;
  overflow: hidden;
}

.xzzl_title .modular:hover .pic img {
  transform: scale(1.1, 1.1);
}

.xzzl_title .modular .pic img {
  width: 214px;
  height: 120px;
}

.xzzl_title .modular .pic .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
}

.xzzl_title .modular .pic .icon img {
  width: 45px;
  height: 46px;
}

.xzzl_title .modular:hover .pic .icon {
  transform: scale(1.1, 1.1);
}

.xzzl_title .modular .text {
  width: 214px;
  height: 130px;
  background: #f5f5f5;
  padding: 15px;
  position: relative;
  box-sizing: border-box;
}

.xzzl_title .modular h2 {
  margin: 0;
  color: #06273a;
  font-size: 20px;
  line-height: 1.2;
  max-height: 48px;
  overflow: hidden;
}

.xzzl_title .modular h2 a {
  color: #06273a;
}

.xzzl_title .modular h2 a:hover {
  color: #d74339;
}

.xzzl_title .modular h3 {
  margin: 0;
  color: #06273a;
  font-size: 18px;
  line-height: 1.2;
  max-height: 44px;
  overflow: hidden;
}

.xzzl_title .modular h3 a {
  color: #06273a;
}

.xzzl_title .modular h3 a:hover {
  color: #d74339;
}

.xzzl_title .modular .abs {
  font-size: 16px;
  color: #06273a;
  margin: 6px 0 0 0;
  display: block;
}

.xzzl_title .modular .intro {
  position: absolute;
  bottom: 15px;
  font-size: 12px;
  color: #999;
  line-height: 12px;
}

.xzzl_title .modular .author {
  font-size: 12px;
  color: #999;
  line-height: 12px;
  margin: 0 0 10px 0;
  display: block;
}

@media (max-width:1400px) {
  .xzzl_title .modular {
    width: 150px;
    height: 180px;
  }

  .xzzl_title .modular .pic {
    width: 150px;
    height: 85px;
  }

  .xzzl_title .modular .pic img {
    width: 150px;
    height: 85px;
  }

  .xzzl_title .modular .text {
    width: 150px;
    height: 95px;
    padding: 10px;
  }

  .xzzl_title .modular h2 {
    font-size: 14px;
    max-height: 34px;
  }

  .xzzl_title .modular .abs {
    font-size: 12px;
    max-height: 16px;
    overflow: hidden;
  }
}

.currency_list1 {
  margin: 25px 0 0 0;
}

.currency_list1 ul li {
  font-size: 16px;
  line-height: 24px;
  color: #06273a;
  padding-left: 15px;
  background: url(../images/v8_index_20200408_31.png) 0 9px no-repeat;
  margin: 18px 0;
  max-height: 24px;
  overflow: hidden;
}

.currency_list1 ul li span {
  font-size: 12px;
  color: #999;
}

@media (max-width:1400px) {
  .currency_list1 ul li {
    font-size: 12px;
    margin: 6px 0;
    max-height: 24px;
  }

  .currency_list1 ul li span {
    font-size: 12px;
    color: #999;
  }
}

.currency_list2 {
  margin: 25px 0 0 0;
}

.currency_list2 ul li {
  font-size: 16px;
  line-height: 24px;
  color: #06273a;
  margin: 18px 0;
  max-height: 24px;
  overflow: hidden;
}

.currency_list2 ul li .intro {
  color: #d74339;
}

.currency_list2 ul li .time {
  font-size: 12px;
  color: #999;
}

@media (max-width:1400px) {
  .currency_list2 ul li {
    font-size: 12px;
    margin: 6px 0;
  }
}

.dkjx_title {
  overflow: hidden;
}

.dkjx_title .modular {
  width: 214px;
  height:116px;
  float: left;
  margin: 25px 0 0 0;
}

.dkjx_title .modular .pic {
  width: 79px;
  height: 106px;
  float: left;
  box-shadow: 4px -2px 8px #ccc;
}

.dkjx_title .modular:hover .pic {
  transform: translate(0, -4px);
}

.dkjx_title .modular .pic img {
  width: 79px;
  height: 106px;
}

.dkjx_title .modular .text {
  width: 108px;
  float: left;
  margin-left: 20px;
}

.dkjx_title .modular .text h2 {
  color: #06273a;
  font-size: 16px;
  line-height: 1.2;
  max-height: 39px;
  overflow: hidden;
  margin: 30px 0 0 0;
}

.dkjx_title .modular .text h2 a {
  color: #06273a;
}

.dkjx_title .modular .text h2 a:hover {
  color: #d74339;
}

.dkjx_title .modular .text span {
  font-size: 12px;
  color: #999;
}

@media (max-width:1400px) {
  .dkjx_title .modular {
    width: 150px;
  }

  .dkjx_title .modular .pic {
    width: 58px;
    height: 76px;
  }

  .dkjx_title .modular .pic img {
    width: 58px;
    height: 76px;
  }

  .dkjx_title .modular .text {
    width: 75px;
    margin-left: 10px;
  }

  .dkjx_title .modular .text h2 {
    color: #06273a;
    font-size: 12px;
    line-height: 1.2;
    max-height: 29px;
    overflow: hidden;
    margin: 20px 0 0 0;
  }
}

.llwd_name {
  color: #d74339;
  font-size: 18px;
  font-weight: bold;
  border-left: solid 4px #06273a;
  line-height: 1;
  height: 18px;
  padding-left: 8px;
}

.llwd_mt {
  margin-top: 30px;
}

.llwd_name a {
  color: #d74339;
}

.llwd_list {}

.llwd_list ul li {
  font-size: 16px;
  font-weight: bold;
  color: #06273a;
  line-height: 20px;
  max-height: 20px;
  overflow: hidden;
  background: url(../images/v8_index_20200408_51.png) 15px 9px no-repeat;
  margin: 20px 0;
}

.llwd_list ul li a {
  color: #06273a;
}

.llwd_list ul li a:hover {
  color: #d74339;
}

.llwd_list ul li::before {
  content: "Q";
  padding-right: 8px;
}

@media (max-width:1400px) {
  .llwd_name {
    font-size: 14px;
    height: 14px;
  }

  .llwd_list ul li {
    font-size: 14px;
    line-height: 20px;
    max-height: 20px;
    margin: 10px 0;
  }
}

.ztck {
  overflow: hidden;
}

.ztck .modular {
  width: 214px;
  height: 120px;
  position: relative;
  margin-top: 20px;
  float: left;
}

.ztck .modular .pic {
  width: 214px;
  height: 120px;
  overflow: hidden;
}

.ztck .modular .pic img {
  width: 214px;
  height: 120px;
}

.ztck .modular:hover .pic img {
  transform: scale(1.1, 1.1);
}

.ztck .modular .text {
  position: absolute;
  height: 56px;
  background: url(../images/v8_index_20200408_48.png) repeat-x;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.ztck .modular .text h2 {
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin: 32px 10px 0;
  line-height: 16px;
  max-height: 16px;
  overflow: hidden;
}

.ztck .modular .text h2 a {
  color: #fff;
}

@media (max-width:1400px) {
  .ztck .modular {
    width: 150px;
    height: 85px;
    margin-top: 12px;
  }

  .ztck .modular .pic {
    width: 150px;
    height: 85px;
    overflow: hidden;
  }

  .ztck .modular .pic img {
    width: 150px;
    height: 85px;
  }

  .ztck .modular .text h2 {
    font-size: 12px;
    margin: 32px 5px 0;
  }
}

.llwx_list {
  margin: 30px 0 0 0;
}

.llwx_list ul li {
  color: #06273a;
  font-size: 16px;
  line-height: 24px;
  max-height: 24px;
  overflow: hidden;
  margin: 15px 0;
}

.llwx_list ul li a {
  color: #06273a;
}

.llwx_list ul li a:hover {
  color: #d74339;
}

.llwx_list ul li .intro {
  color: #d74339;
  font-size: 16px;
}

.llwx_list ul li:nth-child(5),
.llwx_list ul li:nth-child(9) {
  margin-top: 30px;
}

@media (max-width:1400px) {
  .llwx_list ul li {
    font-size: 12px;
    line-height: 18px;
    max-height: 18px;
    margin: 12px 0;
  }

  .llwx_list ul li .intro {
    font-size: 12px;
  }

  .llwx_list ul li:nth-child(5),
  .llwx_list ul li:nth-child(9) {
    margin-top: 20px;
  }
}

.ggsj_name {
  color: #d74339;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  height: 18px;
}

.ggsj {}

.ggsj .modular {
  width: 214px;
  float: left;
}

.ggsj .modular .pic {
  width: 214px;
  height: 120px;
  overflow: hidden;
  margin-top: 10px;
}

.ggsj .modular .pic img {
  width: 214px;
  height: 120px;
}

.ggsj .modular:hover .pic img {
  transform: scale(1.1, 1.1);
}

.ggsj .modular .text {
  border-left: solid 1px #e5e5e5;
  border-right: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  height: 84px;
  box-sizing: border-box;
  padding: 15px;
}

.ggsj .modular .text h2 {
  color: #06273a;
  font-size: 16px;
  line-height: 1.2;
  max-height: 39px;
  overflow: hidden;
}

.ggsj .modular .text h2 a {
  color: #06273a;
}

.ggsj .modular .text h2 a:hover {
  color: #d74339;
}

@media (max-width:1400px) {
  .ggsj .modular {
    width: 150px;
  }

  .ggsj .modular .pic {
    width: 150px;
    height: 85px;
    margin-top: 10px;
  }

  .ggsj .modular .pic img {
    width: 150px;
    height: 85px;
  }

  .ggsj .modular .text {
    height: 55px;
    padding: 10px;
  }

  .ggsj .modular .text h2 {
    font-size: 14px;
    max-height: 33px;
  }
}

.llzydh {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.llzydh .modular {
  width: 214px;
  margin: 20px 0 0 0;
  font-size: 0;
  line-height: 0;
}

.llzydh .modular img {
  width: 214px;
  height: 80px;
}

@media (max-width:1400px) {
  .llzydh .modular {
    width: 150px;
    margin: 10px 0 0 0;
  }

  .llzydh .modular img {
    width: 150px;
    height: 56px;
  }
}

.llzydh_ad {
  margin: 40px 0 0 0;
}

.pd_headtitle {
  width: 440px;
  height: 250px;
  position: relative;
  margin: 10px 0 0 0;
}

.pd_headtitle .pic {
  width: 440px;
  height: 250px;
  overflow: hidden;
}

.pd_headtitle .pic img {
  width: 440px;
  height: 250px;
}

.pd_headtitle:hover .pic img {
  transform: scale(1.1, 1.1);
}

.pd_headtitle .text {
  position: absolute;
  height: 72px;
  background: url(../images/v8_index_20200408_28.png) repeat-x;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.pd_headtitle .text h2 {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  margin: 38px 10px 0;
  line-height: 24px;
  max-height: 24px;
  overflow: hidden;
}

.pd_headtitle .text h2 a {
  color: #ffffff;
}

@media (max-width:1400px) {
  .pd_headtitle {
    width: 315px;
    height: 180px;
  }

  .pd_headtitle .pic {
    width: 315px;
    height: 180px;
  }

  .pd_headtitle .pic img {
    width: 315px;
    height: 180px;
  }

  .pd_headtitle .text h2 {
    font-size: 14px;
  }
}

.pd_list {
  margin: 23px 0 0 0;
}

.pd_list ul li {
  font-size: 16px;
  color: #666666;
  padding-left: 15px;
  background: url(../images/v8_index_20200408_31.png) 0 11px no-repeat;
  line-height: 24px;
  max-height: 24px;
  overflow: hidden;
  margin: 15px 0;
}

.pd_list ul li a {
  color: #666666;
}

.pd_list ul li a:hover {
  color: #d74339;
}

@media (max-width:1400px) {
  .pd_list ul li {
    font-size: 14px;
    background: url(../images/v8_index_20200408_31.png) 0 9px no-repeat;
    margin: 10px 0;
  }
}

.english_recom {
  background: #fff9e7;
  height: 660px;
  margin: 40px 0 0 0;
}

.english_recom .logo {
  width: 150px;
  height: 78px;
}

.e_content {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

.e_content .l_modular {
  width: 920px;
}

.e_content .r_modular {
  width: 440px;
}

@media (max-width:1400px) {
  .english_recom {
    height: 530px;
  }

  .e_content .l_modular {
    width: 658px;
  }

  .e_content .r_modular {
    width: 315px;
  }
}

.swiper-container_eng {
  width: 100%;
  position: relative;
  height: 250px;
}

.swiper-container_eng .swiper-slide {
  overflow: hidden;
}

.swiper-container_eng .swiper-slide .pic {
  width: 440px;
  height: 250px;
  float: left;
}

.swiper-container_eng .swiper-slide .pic img {
  width: 440px;
  height: 250px;
}

.swiper-container_eng .swiper-slide .text {
  width: 440px;
  float: left;
  margin-left: 40px;
}

.swiper-container_eng .swiper-slide .text h2 {
  font-family: "times new roman", times;
  font-size: 30px;
  line-height: 1.2;
}

.swiper-container_eng .swiper-slide .text span {
  font-family: "times new roman", times;
  font-size: 18px;
  color: #666;
  font-weight: bold;
  line-height: 1.4;
  display: block;
  margin: 15px 0 0 0;
}

.swiper-container_eng .pagination_eng {
  position: absolute;
  left: 480px;
  bottom: 10px;
}

.swiper-container_eng .pagination_eng span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #d74339;
  display: block;
  float: left;
  margin-right: 4px;
  box-sizing: border-box;
  cursor: pointer;
}

.swiper-container_eng .pagination_eng .swiper-active-switch {
  background: #d74339;
}

@media (max-width:1400px) {
  .swiper-container_eng {
    height: 180px;
  }

  .swiper-container_eng .swiper-slide .pic {
    width: 315px;
    height: 180px;
  }

  .swiper-container_eng .swiper-slide .pic img {
    width: 315px;
    height: 180px;
  }

  .swiper-container_eng .swiper-slide .text {
    width: 315px;
    margin-left: 27px;
  }

  .swiper-container_eng .swiper-slide .text h2 {
    font-size: 20px;
  }

  .swiper-container_eng .swiper-slide .text span {
    font-size: 14px;
  }

  .swiper-container_eng .pagination_eng {
    left: 342px;
  }

  .swiper-container_eng .pagination_eng span {
    width: 8px;
    height: 8px;
  }
}

.eng_list1 {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.eng_list1 .modular {
  width: 214px;
  margin-left: 21px;
  float: left;
}

.eng_list1 .modular:first-child {
  margin: 0;
}

.eng_list1 .modular .pic {
  width: 214px;
  height: 120px;
  overflow: hidden;
}

.eng_list1 .modular .pic img {
  width: 214px;
  height: 120px;
}

.eng_list1 .modular:hover .pic img {
  transform: scale(1.1, 1.1);
}

.eng_list1 .modular .text {
  width: 214px;
  height: 130px;
  border-left: solid 1px #ffeaba;
  border-right: solid 1px #ffeaba;
  border-bottom: solid 1px #ffeaba;
  box-sizing: border-box;
  overflow: hidden;
}

.eng_list1 .modular .text h2 {
  color: #06273a;
  font-size: 16px;
  font-family: "times new roman",
    times;
  line-height: 20px;
  max-height: 100px;
  overflow: hidden;
  margin: 15px;
  display: block;
}

@media (max-width:1400px) {
  .eng_list1 {
    height: 200px;
  }

  .eng_list1 .modular {
    width: 150px;
    margin-left: 15px;
  }

  .eng_list1 .modular .pic {
    width: 150px;
    height: 85px;
  }

  .eng_list1 .modular .pic img {
    width: 150px;
    height: 85px;
  }

  .eng_list1 .modular .text {
    width: 150px;
    height: 110px;
  }

  .eng_list1 .modular .text h2 {
    font-size: 12px;
    line-height: 16px;
    max-height: 80px;
    margin: 15px;
  }
}

.eng_list2 {
  overflow: hidden;
}

.eng_list2 .modular {
  width: 49%;
  float: left;
  height: 250px;
}

.eng_list2 .modular:first-child {
  border-right: solid 1px #ffeaba;
}

.eng_list2 .modular span {
  color: #06273a;
  font-size: 20px;
  line-height: 28px;
  font-family: "times new roman",
    times;
  font-weight: bold;
  padding: 0 15px;
  display: block;
}

@media (max-width:1400px) {
  .eng_list2 .modular {
    height: 180px;
  }

  .eng_list2 .modular span {
    font-size: 14px;
    line-height: 18px;
    padding: 0 15px;
  }
}

.eng_title {
  height: 250px;
  border-top: solid 5px #ffeaba;
  border-bottom: solid 5px #ffeaba;
  box-sizing: border-box;
  margin: 28px 0 0 0;
  padding: 10px 20px 0;
}

.eng_title .intro {
  color: #d74339;
  font-family: "times new roman",
    times;
  font-size: 24px;
  font-weight: bold;
}

.eng_title h2 {
  color: #06273a;
  font-size: 20px;
  font-family: "times new roman",
    times;
  line-height: 1.4;
  margin: 10px 0 0 0;
}

.eng_title span {
  font-family: "times new roman",
    times;
  font-size: 16px;
  color: #666;
  font-weight: bold;
  display: block;
  margin: 10px 0 0 0;
}

@media (max-width:1400px) {
  .eng_title {
    height: 195px;
    margin: 30px 0 0 0;
    padding: 5px 10px 0;
  }

  .eng_title .intro {
    font-size: 14px;
  }

  .eng_title h2 {
    color: #06273a;
    font-size: 16px;
    font-family: "times new roman",
      times;
    line-height: 1.4;
    margin: 10px 0 0 0;
  }

  .eng_title span {
    font-family: "times new roman",
      times;
    font-size: 12px;
    color: #666;
    font-weight: bold;
    display: block;
    margin: 10px 0 0 0;
  }
}

.english_new { margin:60px 0 0 0; line-height:0; font-size:0; }
.english_new img { width:100%; }
@media ( max-width: 1400px ){
.english_new { margin:60px 0 -20px 0; }