.con1 {
  width: 100%;
  padding: 30px 0;
  overflow: hidden;
  position: relative;
}

.aboutSwiper {
  width: 700px;
  height: 467px;
  float: left;
  font-size: 16px;
  line-height: 30px;
  color: #666666;
  text-align: justify;
}

.aboutSwiper .img {
  float: left;
  width: 100%;
  height: 467px;
  overflow: hidden;
  position: relative;
}

.aboutSwiper .img img {
  transition: all .3s linear;
}

.aboutSwiper .img:hover img {
  transform: scale(1.12);
}

.aboutSwiper .img p {
  width: 100%;
  height: 60px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  bottom: 0;
}

.aboutSwiper .img img {
  width: 100%;
  height: 100%;
}

.aboutSwiper.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 65px;
  text-align: right;
  padding-right: 20px;
}

.aboutSwiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: #fff;
}

.aboutSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #d50006;
}

.about_index .text h1 {
  color: #333333;
}

.about_index .text p {
  margin: 30px;
  margin-right: 20px;
  height: 240px;
  overflow: hidden;
}

.about_index .text .more {
  margin: 0;
  margin-left: 30px;
}

.dtlist {
  width: 455px;
  height: 467px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.dtlist .content {
  margin: 3px 0;
}


.dtlist .content a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 80px;
  color: #333333;
  padding: 0 10px;
}

.dtlist .content h3 {
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  overflow: hidden;
}

.dtlist .content p {
  line-height: 20px;
  color: #666666;
  font-size: 16px;
  letter-spacing: 1px;
  overflow: hidden;
  position: relative;
}

.dtlist .content.on a {
  background: #d9d9d9;
}

.dtlist .content.on a h3 {
  color: #d50006;
}

.dtlist .content.on a p {
  color: #d50006;
}

.con2 {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.con2inner .panel {
  width: 380px;
}

.con2inner .panel:nth-child(2) {
  margin: 0 14px;
}

.con2inner .panel .title {
  margin-bottom: 25px;
}

.con3 {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.adbannerSwiper {
  width: 790px;
  height: 145px;
  position: relative;
}

.adbannerSwiper .img img {
  display: block;
  width: 100%;
}

.adbannerSwiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: #fff;
}

.adbannerSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #d50006;
}

.adbannerSwiper.swiper-container-horizontal>.swiper-pagination-bullets {
  text-align: right;
  padding-right: 20px;
}

.adbanner .adphoto {
  width: 360px;
  height: 145px;
  overflow: hidden;
}

.adbanner .adphoto img {
  display: block;
  width: 100%;
}

.con4 {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.con4inner .panel {
  width: 380px;
}

.con4inner .panel:nth-child(2) {
  margin: 0 14px;
}

.con4inner .panel .title {
  margin-bottom: 25px;
}

.linkwrap {
  width: 100%;
  padding: 20px 0;
  background: #eaeaea;
  overflow: hidden;
  position: relative;
}

.linkwrap h1 {
  color: #d50006;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.linkitem {
  width: 100%;
  margin-top: 10px;
  display: flex;
  overflow: hidden;
  position: relative;
}

.linkitem strong {
  width: 85px;
  font-size: 16px;
}

.linkitem .linka {
  flex: 1;
  display: flex;
}

.linkitem .linka a {
  font-size: 14px;
  margin-right: 10px;
}

.linkitem .linka a:hover {
  color: #d50006;
}

.tuenlist {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.tuenlist.borbot {
  border-bottom: 1px solid #dbdbdb;
}

.tuenlist .item {
  width: 100%;
  display: flex;
  background: #fff;
  margin-bottom: 20px;
  overflow: hidden;
}

.tuenlist .item .img {
  flex: 0 0 220px;
  height: 145px;
  overflow: hidden;
}

.tuenlist .item .img img {
  display: block;
  width: 100%;
  height: 100%;
}

.tuenlist .item .info {
  flex: 1;
  overflow: hidden;
  margin-left: 30px;
}

.tuenlist .item .info.flex {
  display: flex;
  align-items: center;
  margin-left: 0;
}

.tuenlist .item .info.flex strong {
  flex: 1;
  padding-left: 20px;
  font-size: 18px;
  font-weight: normal;
  position: relative;
}

.tuenlist .item .info.flex strong::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #333;
  overflow: hidden;
}

.tuenlist .item .info.flex span {
  width: 100px;
  color: #999;
  font-size: 16px;
  text-align: right;
}

.tuenlist .item .info h2 {
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.tuenlist .item .info p {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  margin-bottom: 15px;
}

.tuenlist .item .info .time {
  display: block;
  font-size: 14px;
  color: #999999;
}

.tuenlist .item:hover .info strong {
  color: #d50006;
}

.tuenlist .item:hover .info.flex strong::before {
  background: #d50006;
}

.wordlist.tuenlist .item {
  margin-bottom: 0;
  border-bottom: 1px dashed #dbdbdb;
}

.wordlist.tuenlist .item .info.flex {
  line-height: 45px;
}

.wordlist.tuenlist .item:last-child {
  border-bottom: none;
}

.wordlist.tuenlist .item .info.flex strong::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/word.png) 0 0 no-repeat;
  overflow: hidden;
}

.arccon {
  padding: 0 30px;
}

.arccon .arccon_title {
  font-size: 30px;
  line-height: 40px;
  color: #999999;
  padding: 40px 0 20px;


}

.arccon .arccon_title h1 {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  text-align: center;
}

.arccon .arccon_title p {
  font-size: 16px;
  color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
}

.arccon .arccon_content {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
}

.arccon .arccon_content img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.arccon .arccon_content p {
  line-height: 35px;
  font-size: 16px;
  margin: 15px 0;
}

.pagesss {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #666666;
  padding: 20px 0 0;
}

.pagesss p {
  color: #ffa14b;
/*  width: 50%; */
}

.pagesss p a {
  color: #666;
}

.pagesss p:hover a {
  color: #d50006;
}

.danyearc .arccon {
  padding-bottom: 150px;
}

.danyearc .arccon_title h1 {
  font-size: 30px;
  color: #000;
  font-weight: normal;
}

.danyearc .arccon .arccon_content p {
  text-indent: 2em;
}

.danyearc .arccon .arccon_content {
  border-top: none;
  padding-top: 0;
}

.s_list_wrap {
  padding: 20px 30px 0;
}

.s_list_wrap h2 {
  font-size: 16px;
  color: #999;
  padding: 10px 0;
  border-bottom: 1px solid #dbdbdb;
}

.s_list_wrap h2 .red {
  color: #d50006;
}

.s_list a {
  width: 100%;
  display: block;
  padding: 15px 0;
}

.s_list a h3 {
  color: #333333;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 1.5;
}

.s_list a h3 span.red {
  color: #d50006;
}

.s_list a .bot span {
  font-size: 14px;
  color: #999;
  display: block;
}

.s_list a p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}

.s_list a:hover h3 {
  text-decoration: underline;
}

.ldcon{
  flex: 1;
  padding: 30px 50px 0;
  overflow: hidden;
}

.ldcon .item:first-child {
  width: 255px;
  margin: 0 auto;
  display: block;
}

.ldcon .item h3{
  font-size: 24px;
  text-align: center;
}

.ldcon .item p{
  text-align: center;
  font-size: 18px;
}

.ldcon .ldlist .item {
  width: calc(33.33% - 100px);
  margin: 25px 50px 0;
  float: left;
}
