﻿@charset "utf-8";
.xyTit{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.xyTit h2{
  font-family: SourceHanSerifCN-Bold;
  font-size: 36px;
  line-height: 1;
  color: #323232;
  margin-bottom: 10px;
  text-align: center;
}
.xyTit p{
  position: relative;
  width: auto;
  margin: 0 auto;
  padding: 0 10px;
}
.xyTit p::before,.xyTit p::after{
  display: block;
  content: "";
  width: 22px;
  height: 1px;
  background: #263e62;
  position: absolute;
  top: 50%;
}
.xyTit p::before{
  left: 100%;
}
.xyTit p::after{
  right: 100%;
}
.xyTit p img{
  display: block;
  width: auto;
  height: 18px;
}
.jcxy .clearfix li{
  float: left;
  width: 18.58%;
  margin-right: 1.77%;
}
.jcxy .clearfix li:nth-of-type(5n){
  margin-right: 0;
}
.jcxy .clearfix li a{
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
  padding: 15px 15px 0;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 0 0 30px 0 rgba(43,63,73,0.03);
}
.jcxy .clearfix li a .img{
  width: 100%;
  padding: 117.4% 0 0;
  border-radius: 8px;
}
.jcxy .clearfix li a .con{
  padding: 10px 0;
}
.jcxy .clearfix li a .tit{
  font-family: MicrosoftYaHeiSemibold;
  font-size: 18px;
  line-height: 28px;
  color: #323232;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0px;
}
.jcxy .clearfix li a .txt{
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jcxy .clearfix li a:hover{
  background: #263e62;
}
.jcxy .clearfix li a:hover .tit,.jcxy .clearfix li a:hover .txt{
  color: #fff;
}
a.xyMore{
  display: block;
  width: 160px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #263e62;
  box-sizing: border-box;
  padding: 5px;
  margin: 40px auto 0;
  font-size: 14px;
  line-height: 28px;
  color: #323232;
  text-indent: 25px;
  position: relative;
}
a.xyMore::before{
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background: #263e62 url(../img/xyMoreIcon.png) no-repeat center;
  border-radius: 100%;
  position: absolute;
  right: 5px;
  top: 4px; 
}
a.xyMore:hover{
  background: #263e62;
  color: #fff;
}
a.xyMore:hover::before{
  display: block;
  width: 30px!important;
}
.yxxy{
  margin-top: 80px;
}
.yxxy .clearfix li{
  float: left;
  width: 48.93%;
  margin-right: 2.14%;
  margin-bottom: 30px;
}
.yxxy .clearfix li:nth-of-type(2n){
  margin-right: 0;
}
.yxxy .clearfix li a{
  display: block;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 0 0 30px 0 rgba(43,63,73,0.03);
  background: #fff;
}
.yxxy .clearfix li .img{
  width: 180px;
  padding: 220px 0 0;
  border-radius: 8px;
}
.yxxy .clearfix li .con{
  width: calc(100% - 180px);
  padding-left: 30px;
  padding-right: 25px;
  box-sizing: border-box;
}
.yxxy .clearfix li .con .tit{
  font-family: MicrosoftYaHeiSemibold;
  font-size: 22px;
  line-height: 28px;
  color: #323232;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.yxxy .clearfix li .con .txt{
  font-size: 16px;
  line-height: 26px;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 78px;
}
.yxxy .clearfix li .con .hx{
  width: 100%;
  height: 1px;
  background: #e9e9e9;
  margin: 28px 0 25px;
  position: relative;
}
.yxxy .clearfix li .con .hx::before{
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  background: #a22529;
  position: absolute;
  left: 0;
  top: -1px;
}
.yxxy .xyMore{
  margin: 10px auto 0;
}
.yxxy .clearfix li a:hover .con .tit{
  color: #263e62;
}