/**组件样式**/
/**组件样式**/
/**组件样式**/
/* 现任领导 */
.xrld {}

.xrld .tit h3 {
  font-family: sys-semibold;
  font-size: 34px;

  line-height: 1;
  letter-spacing: normal;
  color: #333333;
  border-left: 3px solid #274C8F;
  padding-left: 20px;}

.xrld ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;}

.xrld ul li {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
  margin-top: 50px;
  border-bottom: 1px solid #E1E8F4;
  transition: all 0.5s;}

.xrld ul li .tit {
  font-family: sys-semibold;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #274C8F;
  width: 60%;
  padding-right: 10px;
  border-right: 1px solid #E1E8F4;
  transition: all 0.5s;}

.xrld ul li .tx {
  width: 40%;
  text-align: center;}

.xrld ul li .tx a {

  font-size: 22px;
  line-height: 26px;}
@media screen and (max-width: 1024px){
.xrld ul li {
    width: 100%;}
.xrld ul li .tit{
font-size:18px;}
.xrld ul li .tx a{
font-size:18px;}
}
