@charset "UTF-8";
/* 禁用双击缩放 */
html {
  touch-action: manipulation;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 100px;
}

body {
  width: 100vw;
  max-width: 100vw;
  overflow-x: hidden;
  color:#1D2129;
  line-height: 1.5;
  font-size: 16px;
  font-family: "microsoft yahei";
  -webkit-font-smoothing: antialiased;
}
body p{
    font-family: Microsoft YaHei;
    color: #1d2346;
    /* line-height: 30px; */
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  background: 0;
}

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
.el-button.is-disabled, 
.el-button.is-disabled:focus, 
.el-button.is-disabled:hover{
  border: 1px solid #DCDFE6;
}
textarea {
  resize: none;
}

input:-webkit-autofill {
  background-color: #fff !important;
  box-shadow: 0 0 0 1000px white inset; /* 覆盖默认背景色 */
}

img {
  border: 0;
  /* vertical-align: bottom; */
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none;
}
/* a:hover {
  color: #0d89f5!important;
} */
/* 自定义 a 标签下划线样式 */
a{
  color: #1D2129;
  position: relative;
}
a:hover{
  color: #0060C5;
}
/* a::after{
  content: '';
  position: absolute;
  width: 0;
  height: 1.5px;
  bottom: 0;
  left: 0;
  background-color: #0060C5;
  transition: width 0.3s ease;
}
a:hover::after{
  width: 100%;
} */
/* 自定义 a 标签下划线样式end */
input::placeholder,
input::-webkit-input-placeholder,
input::-ms-input-placeholder
input:-ms-input-placeholder{
  color: #C2C8D3;
  font-family: Source Han Sans;
  font-size: 14px;
}
ul,
li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-variant: normal;
}

#product [v-cloak],
#product[v-cloak]{
  display: none;
}

 /* PC端 */
 @media screen and (min-width: 1280px) {
  .index {
    width: 100%;
    padding-top: 128px;
    min-width: 1280px;
  }

  
.news-center-list-item .item-content-other {
  flex: 1;
  height: 66px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f0f2f7;
}
.news-center-list-item .item-content-other .item-content-other-data {
  flex: 1;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1d2346;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.news-center-list-item .item-content-other .item-content-other-time {
  flex-shrink: 0;
  width: 168px;
  text-align: right;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #818aa3;
}
.news-center-list-item .item-content-other:hover .item-content-other-data,
.news-center-list-item .item-content-other:hover .item-content-other-time
{
  color: #0060c5;
}



.party-building .news-center-list-item .item-content-other:hover .item-content-other-data,
.party-building .news-center-list-item .item-content-other:hover .item-content-other-time
{
  color: #c84240;
}

  .tablist01.news-center-list-item::before {
    content: '•';
    font-size: 18px;
    line-height: 66px;
    margin-right: 8px;
  }
  
  .search_con input.input1 {
    width: 245px;
    height: 33px;
    position: relative;
    top: 1px;
    border: 1px solid #e7e7e7;
    text-indent: 6.5px;
  }

  .search_con input.input1::placeholder {
    color: #8393A2;
  }

  .search_con .bnts {
    width: 85px;
    height: 33px;
    background: #0060c5;
    color: #fff;
    position: relative;
    left: -5px;
    border: 1px solid #0060c5;
    cursor: pointer;
  }
}


.clearfix:after{
  content: "";
  height: 0;
  line-height: 0;
  display:block;
  visibility: hidden;
  clear: both;
}
.fl{
  float: left;
}
.fr{
  float: right;
}
.mt20{
  margin-top: 20px;
}
.mb20{
  margin-bottom: 20px;
}
.ml20{
  margin-left: 20px;
}
.mr20{
  margin-right: 20px;
}
.mt10{
  margin-top: 10px;
}
.mb10{
  margin-bottom: 10px;
}
.one-line-hide {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.two-line-hide {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

}
.nth-line-hide {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.common-dialog-hidden{
  display: none;
}
.common-width1320{
  width: 1280px;
  margin: 0 auto;
}
.commmon-background{
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.common-button{
  width: 103px;
  height: 40px;
  background: #2867f3;
  border: none;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}
.common-button:hover {
    transition: 0.5s ease-out;
    transform: scale(1.1);
    background: #2867f3;
    border-radius: 4px;
    color: #ffffff;
}
.text-center{
  text-align: center;
}
.no-data {
  width: 1.25rem;
  height: 0.3rem;
  margin-top: 35px;
}


.main-type-title{
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1d2346;
  line-height: 24px;
}
.main-type-short-title{
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1d2346;
  line-height: 20px;
  margin-bottom: 18px;
}
.common-width1320 .column{
  padding: 24px 24px;
}
.column .main-type-short-title{
  margin-bottom: 18px;
}
.main-title{
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
}
.main-short-title{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1d2346;
  line-height: 18px;
  margin-bottom: 24px;
}
.main-descript{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1d2346;
  margin-top: 20px;
}
.main-more{
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #263657;
  white-space: nowrap;
}

.first-backcolor:first-child .main-type-title,
.first-backcolor:first-child .main-type-short-title,
.first-backcolor:first-child  a
{
    color: #fff!important;
}
.first-backcolor:first-child .article-title:before
{
    background: #fff!important;
}
.main-list a:hover,
.main-list a:hover .article-title,
.main-list a:hover .article-title:before,
.main-list a:hover .date
{
  color: #c84240!important;
}
.main-list a:hover .article-title:before{
  background: #c84240;
}
.main-list a .article-title:before{ 
  display: inline-block; 
  content: "";
  width: 10px;
  height: 10px;
  background: linear-gradient(0deg, #585858, #585858);
  border-radius: 100%;
  margin-right: 6px;
  transform: scale(0.6);
}

/* element ui 弹框样式修改--------------------------------------start */
.el-message-box .el-message-box__content {
  padding: 15px 15px 45px;
}
.el-message-box .el-message-box__content .el-message-box__status {
  color: #409eff;
  font-size: 30px!important;
}
.el-message-box .el-message-box__content .el-message-box__status+.el-message-box__message {
  padding-left: 38px;
}
.el-message--success,
.el-message--error
{
  height: 0.6rem!important;
  top: 1rem!important;
}
.el-message--success .el-icon-info,
.el-message--info .el-message__content{
  font-size: 0.16rem!important;
}
.el-message--info{
  height: 0.6rem!important;
  background-color:#fdf6ec;
  border-color:#f3b763;
  top: 1rem!important;
}
.el-message--info  .el-icon-info{
  color: #e6a23c;
  font-size: 0.16rem!important;
}
.el-message--info .el-message__content{
  color: #e6a23c;
  font-size: 0.16rem!important;
}
.el-loading-fade-enter{
  opacity: 1;
}
/* 弹框样式修改---------------------------------------end */


/*头部*/

/*底部*/
.footer-line{
  border-left: 1px #2E3950 solid;
}
.contact-us {
  width: 100%;
  min-width: 1280px;
  background-color: #161E30;;
  color: #fff;
}
.contact-us .contact-us-content {
  /* height: 314px; */
  padding-top: 47px;
  padding-bottom: 47px;
}
.contact-us a:hover{
  color: #0d89f5!important;
}
.contact-us .contact-us-content .contact-us-top {
  display: flex;
  justify-content: space-between;
}
.contact-us .contact-us-content .contact-us-top > div:first-child{
  padding-left: 0;
  /* padding-right: 40px; */
}
.contact-us .contact-us-content .contact-us-top > div:last-child{
  padding-right: 0;
  border:none;
  /* padding-left: 40px; */
}
.contact-us .contact-us-content .contact-us-top .contact-us-top-left .contact-us-title {
  font-size: 25px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fbfcfc;
}
.contact-us .contact-us-content .contact-us-top .contact-us-top-left .contact-us-phone {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  margin-top: 18px;
}
.contact-us .contact-us-content .contact-us-top .contact-us-top-left .contact-us-phone .contact-us-phone-text {
  display: flex;
  align-items: center;
}
.contact-us .contact-us-content .contact-us-top .contact-us-top-left .contact-us-phone .contact-us-phone-text .contact-us-phone-text-item {
  /* margin-right: 40px; */
  min-width: 300px;
}
.contact-us .contact-us-content .contact-us-top .contact-us-top-left .contact-us-phone .contact-us-phone-text .contact-us-phone-text-item .item-title {
  display: inline-block;
  min-width: 80px;
}
.contact-us .contact-us-content .contact-us-top .contact-us-top-left .contact-us-link {
  display: flex;
  margin-top: 44px;
}
.contact-us .contact-us-content .contact-us-top .contact-us-top-left .contact-us-link .contact-us-link-title {
  flex-shrink: 0;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fbfcfc;
  margin-right: 20px;
}
.contact-us .contact-us-content .contact-us-top .contact-us-top-left .contact-us-link .contact-us-link-friend {
  margin-top: 4px;
}
.contact-us .contact-us-content .contact-us-top .contact-us-top-left .contact-us-link .contact-us-link-friend a {
  display: inline-block;
  margin-right: 60px;
  margin-bottom: 20px;
  line-height: 10px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fbfcfc;
}
.contact-us .contact-us-content .contact-us-top .contact-us-top-right {
  /* width: 200px;
  height: 200px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-us .contact-us-content .contact-us-top .contact-us-top-right .contact-us-qrcode {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* margin-left: 20px; */
}
.contact-us .contact-us-content .contact-us-top .contact-us-top-right .contact-us-qrcode img {
  width: 124px;
  height: 124px;
}
.contact-us .contact-us-content .contact-us-top .contact-us-top-right .contact-us-qrcode .contact-us-qrcode-titel {
  color: rgba(255, 255, 255, 0.6);
  font-family: Source Han Sans;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 0px;
  text-align: left;
  margin-top: 10px;
}
.contact-us .contact-us-bottom {
  height: 80px;
  background: #232B3D;
  color: #FFFFFFB2;
  font-size: 14px;
  line-height: 24px;
}
.contact-us .footer-links-h5{
  text-align: center;
  border-bottom: 1px solid rgba(236, 236, 236, 0.2);
  padding-bottom: 17px;
  margin-bottom: 13.5px;
}
.contact-us .footer-links-h5 .el-input__inner{
  border: 1px solid rgba(236, 236, 236, 0.2);
  border-radius:60px;
  background-color:transparent;
  text-align: center;
  width: 180px;
}
.contact-us .footer-links-h5 .el-input--suffix .el-input__inner{
  padding-right: 80px;
}
.contact-us .footer-links-h5 .el-input__suffix{
  width: 52px;
  border-left: 1px solid rgba(236, 236, 236, 0.2);
}
.el-select .el-input.is-focus .el-input__suffix{
  border-left-color: #409EFF;
}
.contact-us .contact-us-bottom .contact-us-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.contact-us .contact-us-bottom p,
.contact-us .contact-us-bottom a{
  color: rgba(255, 255, 255, 0.698);
  font-size: 14px;
}
.contact-us .contact-us-bottom .btm-img{
  margin-left: 14px;
}
.contact-us .contact-us-content .contact-us-bottom .internet-content-provider {
  color: #fff;
}
.contact-us .contact-us-content .contact-us-bottom .contact-us-line {
  width: 100%;
  height: 1px;
  background: #f0f2f7;
  opacity: 0.34;
}
.contact-us .contact-us-content .contact-us-bottom .contact-us-bottom-text {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}
.contact-us .contact-us-content .contact-us-bottom .contact-us-bottom-text-a {
  margin: 16px 0 10px 0;
}
.contact-us p,
.contact-us a{
  color: #fff;
}
.contact-us .conotact-info{
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  /* padding-right: 40px !important; */
}
.contact-us .conotact-info > div{
  display: flex;
  align-items: center;
  margin-bottom: 37px;
}
.contact-us .conotact-info > div:last-child{
  margin-bottom: 0;
}
.contact-us .conotact-info .conotact-img{
  margin-right: 10px;
}
.contact-us .conotact-test >div{
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 4px;
  font-weight: normal;
}
.contact-us .footer-menu .conotact-test >div{
  margin-bottom: 0;
}
.contact-us .conotact-test >p{
  font-size: 16px;
}

.footer-menu{ 
  color: #fff;
}
.footer-menu>ul{
  display: flex;
  align-items: start;
    /* flex-wrap: wrap; */
}
.footer-menu .footer-menu-nav-list-item{
  padding: 0 20px;
}
.footer-menu .footer-menu-nav-list-item:nth-child(4n){
  margin-right: 0px;
}
.footer-menu .footer-menu-nav-list-item .item{
  line-height: 30px;
  font-weight: bold;
  font-size: 14px;
}
.footer-menu .footer-menu-nav-list-item .item-other{
  font-size: 14px;
  line-height: 34px;
  font-weight: normal;
}
.footer-menu .footer-menu-nav-list-item .second-menu-item2 .item-other{
  line-height: 30px;
}

/*banner*/
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  top: 5px;
}
.banner .partybuild-img {
  width: 931px;
  position: absolute;
  top: 19%;
  left: 29%;
 
}

@media  screen and (max-width: 1500px) {
  .banner .partybuild-img {
    width: 800px;
     left: 22%;
     top: 21%;
  }
}

@media  screen and (min-width: 2500px) {
  .banner .partybuild-img {
     width: 1000px;
     top: 24%;
     left: 34%;
  }
}
.banner-companyNotice .banner-sectitle {
  left: 3%;
}

.banner-sectitle {
  width: 100%;
  position: absolute;
  top: 25%;
  text-align: center;
  font-size: 60px;
  font-weight: bold;
}
.banner-sectitle p {
  color: #fff !important;
}
.banner .bgImg {
  width: 100%;
  margin-top: 60px;
  max-height: 360px;
}
.banner .breadcumb {
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%);
}
.banner .breadcumb .breadcumb-title {
  font-size: 26px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 30px;
}
.banner .banner-partybuild + .breadcumb .breadcumb-title,.banner .banner-partybuild + .breadcumb .address-detail {
  color: #edc827 !important;
}

.banner .banner-partybuild + .breadcumb .orientation a {
  color: #edc827 !important;
}


.banner .breadcumb .orientation {
  display: flex;
  align-items: center;
  margin-top: 14px;
}
.banner .breadcumb .orientation .orientation-img {
  display: inherit;
  margin-right: 6px;
  vertical-align: middle;
}
.banner .breadcumb .orientation .orientation-img .address-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.banner .breadcumb .orientation ul {
  display: flex;
}
.banner .breadcumb .orientation ul li {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.67;
  margin-right: 4px;
}
.banner .breadcumb .orientation a,
.banner .breadcumb .orientation span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.8;
}

/*侧边nav*/
.sidebar {
  width: 214px;
  flex-shrink: 0;
}
.party-building-content .sidebar .sidebar-title,.party-building-content .sidebar .sidebar-list .sidebar-list-item,.party-building-content .sidebar .sidebar-list {
 background-color:#cb3338 !important ;
}
.sidebar .sidebar-title {
  width: 100%;
  height: 60px;
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  border-bottom: 1px solid rgba(235, 235, 235, 0.298);
  color: #fff;
  background: #0060c5;
}
.partybuild-sidebar .sidebar-title {
  background: #cb3338 !important
}
.sidebar .sidebar-title span {
  margin-left: 30px;
  line-height: 60px;
  font-size: 22px;
  font-weight: bold;
}
.sidebar .sidebar-list {
  width: 100%;
  padding-top: 14px;
  background: #0060c5;
}
.partybuild-sidebar .sidebar-list {
  background: #cb3338 !important;
}

.sidebar .sidebar-list .sidebar-list-item {
  padding: 0 0 0 40px;
  height: 60px;
  background: #0060c5;
  position: relative;
}

.sidebar .sidebar-list .sidebar-list-item.sidebar-is-active::before {
   content: '';
   display: block;
   width: 5px;
   height: 5px;
   border-radius:50% ;
   -webkit-border-radius:50% ;
   -moz-border-radius:50% ;
   -ms-border-radius:50% ;
   -o-border-radius:50% ;
   background-color: #fff;
   position: absolute;
   top: 20px;
   left: 26px;
}
.partybuild-sidebar .sidebar-list .sidebar-list-item {
  background: #cb3338 !important
}
.partybuild-sidebar .sidebar-list .sidebar-list-item:hover {
  color:#edc827!important
}
.sidebar .sidebar-list .sidebar-list-item a {
  display: block;
  height: 100%;
}

.sidebar .sidebar-list .sidebar-list-item a .sidebar-list-text {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  position: relative;
  top: 10px;
}
.sidebar .sidebar-list .sidebar-list-item a i {
  font-size: 18px;
  color: #1d2346;
}
.sidebar .sidebar-list .sidebar-is-active a {
  cursor: default;
}
.sidebar .sidebar-list .sidebar-is-active a span::after{
  content: ' ';
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  flex: 0 0 auto; /* 避免flex收缩 */
}
.sidebar .sidebar-list .sidebar-is-active a .sidebar-list-text {
  color: #fff;
}
.sidebar .sidebar-list .sidebar-is-active a i {
  color: #c84240;
}
.sidebar .sidebar-list .sidebar-is-noactive:hover a .sidebar-list-text {
  color: #fff;
}
.sidebar .sidebar-list .sidebar-is-noactive:hover a i {
  color: #fff;
}
.sidebar .sidebar-list .sidebar-list-item a:hover {
 text-decoration: none;
}
/*# sourceMappingURL=base.css.map */


/* 简介-样式01 -------------------------------------------------start*/
.introduction {
  width: 100%;
}
.introduction .common-width1320{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 80px;
}
.introduction02 >div{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.introduction .introduction-title {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1d2346;
  margin-bottom: 46px;
  margin-top: 60px;
}
.introduction .introduction-title-text{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1d2346;
  line-height: 30px;
  width: 100%;
}
.introduction .introduction-title-text img{
  width: 100%;
}
/* 简介-样式01 -------------------------------------------------end*/
/* 简介-样式04 -------------------------------------------------start*/
.brief-intro04{
  padding: 50px 0px;
}
.brief-intro04 .common-width1320{
  height: 400px;
  display: flex;
    justify-content: space-between;
    align-items: center;
}
.brief-intro04 .common-width1320 .left{
  width: 370px;
  height: 100%;
  margin-right: 76px;
}
.brief-intro04 .common-width1320  .left img{
  width: 100%;
  height: 100%;
}
.brief-intro04 .common-width1320 .right{
  width: calc(100% - 370px - 76px);
  height: 100%;
  background-color: #e5e5e5;
  padding: 20px 26px 28px 30px;
  box-sizing: border-box;
}
.brief-intro04 .common-width1320 .right .main-short-title{
  margin-bottom: 5px;
}
.brief-intro04 .common-width1320 .right .main-title{
  color: #3c0156!important;
}
.brief-intro04 .common-width1320 .right .content{
  margin-top: 42px;
  
}
.brief-intro04 .common-width1320 .right .content p{
  line-height: 22px;
  
}

/* 简介-样式04 -------------------------------------------------end*/

/* 简介-样式05 -------------------------------------------------start*/
.brief-intro05{
  padding: 50px 0px;
}
.brief-intro05 .common-width1320 .about-typetitle{
  padding-left: 28px;
}
.brief-intro05 .common-width1320  .main-type-short-title{
  margin-bottom: 6px;
}
.brief-intro05 .organizational-structure{
  width: 100%;
  min-height: 570px;
}
.brief-intro05 .organizational-structure img{
  width: 100%;
  height: 100%;
  min-height: 570px;
}
/* 简介-样式05 -------------------------------------------------end*/




/* 链接跳转-样式05 -------------------------------------------------start*/
.out-link-05 {
  width: 100%;
  height: 340px;

  background-size: cover;
  background-repeat: no-repeat;
}
.out-link-05 .out-link-05-center {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.out-link-05 .out-link-05-center .out-link-05-title {
  margin-top: 124px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1d2346;
}
.out-link-05 .out-link-05-center .out-link-05-text {
  margin-top: 28px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1d2346;
}
.out-link-05 .out-link-05-center .out-link-05-btn {
  margin-top: 26px;
}
.out-link-05 .out-link-05-center .out-link-05-btn .el-button {
  width: 103px;
  height: 40px;
  background: #2867f3;
  border-radius: 4px;
  border: none;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
}
.out-link-05 .out-link-05-center .out-link-05-btn:hover .el-button {
  transition: 0.5s ease-out;
  transform: scale(1.1);
}
/* 链接跳转-样式05 -------------------------------------------------end*/
/* 链接跳转-样式06 -------------------------------------------------start*/
.out-link-06{
  padding-top: 50px;
  padding-bottom: 50px!important;
}
.out-link-06 .common-width1320>.content-list{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 24px;
}
.out-link-06 .content-list .list-item{
  position: relative;
  width: calc((100% - 2px) / 3);
  height: 400px;
  padding: 26px 30px 48px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
}

.out-link-06 .content-list .list-item:first-child .main-short-title,
.out-link-06 .content-list .list-item:first-child .main-title,
.out-link-06 .content-list .list-item:first-child .descript,
.out-link-06 .content-list .list-item:first-child .el-button{
  color: #fff!important;
}
.out-link-06 .content-list .list-item:first-child .el-button{
  border-color: #fff;
}
.out-link-06 .content-list .list-item .descript{
  margin: 48px 0px 36px;
  text-indent: 2em;
  -webkit-line-clamp: 7;
  color: #1d2346;
}
.out-link-06 .content-list .list-item .out-link-06-btn{
  position: absolute;
  bottom: 32px;
}
.out-link-06 .content-list .list-item .el-button{
  padding: 5px 15px;
  color: #fff;
}
/* 链接跳转-样式06 -------------------------------------------------end*/

/* 链接跳转-样式07 -------------------------------------------------start*/
.out-link-07 .content-list{
  flex-wrap: wrap;
}
.out-link-07 .content-list .list-item{
  width: calc((100% - 2px) / 2);
}
.out-link-07 .content-list .list-item .content p{
  line-height: 20px;
}
.out-link-07 .content-list .list-item:first-child .content p{
  color: #fff;
}
.out-link-07 .content-list .list-item .content{
  margin: 46px 0px 36px;
  -webkit-line-clamp: 8;
  color: #1d2346;
}
.out-link-07 .content-list .list-item .out-link-06-btn {
  bottom: 40px;
}
/* 链接跳转-样式07 -------------------------------------------------end*/

/* 链接跳转-样式08 -------------------------------------------------start*/
.out-link-08 .common-width1320 .content-list .list-item:first-child{
  background: #fff!important;
}
.out-link-08 .common-width1320 .content-list .list-item:first-child .main-short-title,
.out-link-08 .common-width1320 .content-list .list-item:first-child .descript{
  color: #1d2346!important;
}
.out-link-08 .common-width1320 .content-list .list-item:first-child .main-title{
  color: #c84240!important;
}
.out-link-08 .common-width1320 .content-list .list-item:first-child .el-button{
  border-color: #DCDFE6!important;
}
/* 链接跳转-样式08 -------------------------------------------------end*/

/* 链接跳转-样式09 -------------------------------------------------start*/
.out-link-09 .content-list .list-item{
  width: calc((100% - 2px) / 5);
}
.out-link-09 .content-list .list-item .descript{
  -webkit-line-clamp: 8;
}
/* 链接跳转-样式09 -------------------------------------------------end*/
/* 链接跳转-样式10 -------------------------------------------------start*/
.out-link-10 .content-list .list-item{
  width: calc((100% - 2px) / 4);
}
.out-link-10 .content-list .list-item .descript{
  -webkit-line-clamp: 8;
}
/* 链接跳转-样式10 -------------------------------------------------end*/
/* 链接跳转-样式11 -------------------------------------------------start*/
.out-link-11 .content-list .list-item{
  width: calc((100% - 2px) / 4);
}
.out-link-11 .content-list .list-item .main-type-title{
  color: #c84240;
}
.out-link-11 .content-list .list-item .content-list{
  margin-top: 48px;
}
.out-link-11 .content-list .list-item .content-list .items>a{
  display: block;
}
.out-link-11 .content-list .list-item .content-list .items>a .article-title{
  width: 100%;
  margin: 12px 0px;
}
.out-link-11 .list-item .list11-btn{
  position: absolute;
  bottom: 32px;
  left: 30px;
}
/* 链接跳转-样式11 -------------------------------------------------end*/
/* 链接跳转-样式12 -------------------------------------------------start*/
.out-link-12 .content-list .list-item{
  width: calc((100% - 2px) / 5);
}
.out-link-12 .content-list .list-item .descript{
  -webkit-line-clamp: 8;
}
/* 链接跳转-样式12 -------------------------------------------------end*/
/* 链接跳转-样式13 -------------------------------------------------start*/
.out-link-13 .content-list .list-item{
  width: calc((100% - 2px - 30px) / 2);
}
body .out-link-13 .content-list .list-item:first-child{
  margin-right: 30px;
  background-color: #ddd!important;
}
.out-link-13 .content-list .list-item:first-child .main-short-title,
.out-link-13 .content-list .list-item:first-child .general,
.out-link-13 .content-list .list-item .general,
.out-link-13 .content-list .list-item:first-child .content p{
  color: #1d2346!important;
}
.out-link-13 .content-list .list-item:first-child .main-title,
.out-link-13 .content-list .list-item .main-title{
  color: #3c0156!important;
}

.out-link-13 .content-list .list-item:first-child a{
  color: #1d2346;
}
.out-link-13 .content-list .list-item:first-child .main-short-title{
  margin-bottom: 15px;
}

.out-link-13 .content-list .list-item .general{
  margin-top: 18px;
}
.out-link-13 .content-list .list-item .content{
  margin-top: 24px;
  text-indent: 2em;
}
.out-link-13 .content-list .list-item .content p{
  line-height: 22px;
}
.out-link-13 .content-list .list-item:first-child .el-button {
  border-color: #DCDFE6!important;
}
.out-link-13 .content-list .list-item .out-link-13-btn{
  top: 76px;
  right: 38px;
}
.out-link-13 .content-list .list-item .to-detail{
  position: absolute;
  bottom: 28px;
  right: 32px;
}
/* 链接跳转-样式13 -------------------------------------------------end*/

/* 链接跳转-样式14 -------------------------------------------------start*/
.out-link-14 .content-list .list-item{
  width: calc((100% - 2px - 30px) / 4);
}
body .out-link-14 .content-list .list-item:first-child {
  background: #fff!important;
}
.out-link-14 .last-backcolor:last-child{
  background-color: #c84240;
}
.out-link-14 .content-list .list-item:first-child .main-short-title,
.out-link-14 .content-list .list-item:first-child .descript{
  color: #1d2346!important;
}
.out-link-14 .content-list .list-item:first-child .main-title,
.out-link-14 .content-list .list-item .main-title{
  color: #3c0156!important;
}
.out-link-14 .content-list .list-item:first-child a{
  color: #1d2346;
}
.out-link-14 .content-list .list-item:last-child .main-short-title,
.out-link-14 .content-list .list-item:last-child .main-title,
.out-link-14 .content-list .list-item:last-child .descript,
.out-link-14 .content-list .list-item:last-child .to-detail a{
  color: #fff!important;
}
.out-link-14 .content-list .list-item:last-child .el-button{
  border-color: #fff;
}

.out-link-14 .content-list .list-item .to-detail{
  position: absolute;
    bottom: 32px;
    right: 30px;
}

/* 链接跳转-样式14 -------------------------------------------------end*/

/* 链接跳转-样式15 -------------------------------------------------start*/
.out-link-15{
  height: inherit;
}
.out-link-15 .common-width1320 .jilin-exchange{
  position: relative;
  width: 750px;
  height: 100%;
  padding: 24px 28px;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  margin-right: 46px;
}
.out-link-15 .common-width1320 .jilin-exchange .introduction {
  margin-top: 28px;
}
.out-link-15 .common-width1320 .jilin-exchange .introduction .title {
  margin-bottom: 46px;
}
.out-link-15 .common-width1320 .jilin-exchange .introduction .content p{
   line-height: 20px;
}
.out-link-15 .common-width1320 .introduction .to-detail{
  position: absolute;
    right: 28px;
    bottom: 26px;
}
.out-link-15 .common-width1320 .chronicle-events{
  position: relative;
  width: calc(100% - 750px - 46px);
  height: 100%;
  padding: 24px 30px;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  background-size: cover;
  background-position: left bottom;
}
.out-link-15 .common-width1320 a {
  color: #000;
  opacity: 0.9;
}
.out-link-15 .common-width1320 .chronicle-events .other-article{
  width: 100%;
  height: 100%;
  padding: 0px;
    background-color: transparent;
}
.out-link-15 .common-width1320 .chronicle-events .other-article .typetitle-more{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.out-link-15 .common-width1320 .chronicle-events .other-article .typetitle-more span{
  font-size: 18px;
  color: #000;
  opacity: 0.9;
  position: inherit;
}
.out-link-15 .chronicle-events .other-article .typetitle-more span a{
  display: inline-block;
  font-size: 18px;
  color: #000;
}
.out-link-15 .common-width1320 .chronicle-events .other-article .list:first-child{
  margin-top:40px;
}
.out-link-15 .common-width1320 .chronicle-events .other-article .list{
  margin-top:16px;
}
.out-link-15  .common-width1320 .chronicle-events .other-article .list .content{
  margin-top:10px;
  -webkit-line-clamp: 4;
}
.out-link-15  .common-width1320 .chronicle-events .other-article .common-a{
  position: absolute;
    right: 30px;
  bottom: 24px;
}
/* 链接跳转-样式15 -------------------------------------------------end*/

/* 链接跳转-样式16 -------------------------------------------------start*/
.out-link-16 .chronicle-events{
  background-color: #c84240;
  background-size: cover;
  background-position: left bottom;
}
.out-link-16 .chronicle-events .other-article .typetitle-more span{
  font-size: 16px;
}
.out-link-16 .chronicle-events .other-article .typetitle-more span,
.out-link-16 .chronicle-events .content .typetitle,
.out-link-16 .chronicle-events .content p{
  color: #fff!important;
  opacity: 1;
}
.out-link-16 .chronicle-events .other-article>div:last-child{
  margin-top: 40px;
}
/* 链接跳转-样式16 -------------------------------------------------end*/

/* 链接跳转-样式17 -------------------------------------------------start*/
body .out-link-17 .content-list .list-item:first-child{
  background-color: #3c0156!important;
}
.out-link-17 .content-list .list-item .main-title{
  color: #3c0156!important;
}
.out-link-17 .content-list .list-item .out-link-06-btn{
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: calc(100% - 30px * 2);
}
.out-link-17 .content-list .list-item .out-link-06-btn .el-button{
  width: 50%;
  border-radius: 0%;
}
.out-link-17 .content-list .list-item .out-link-06-btn .el-button:last-child{
  background-color: #333;
  margin-left: 0px;
}
.out-link-17 .content-list .list-item .to-detail{
  position: absolute;
    bottom: 32px;
    right: 30px;
}

/* 链接跳转-样式17 -------------------------------------------------end*/

/* 链接跳转-样式18 -------------------------------------------------start*/
.out-link-18 .chronicle-events .other-article>div>div{
  margin-bottom: 10px;
}
.out-link-18 .chronicle-events .other-article>div>div:last-child{
  margin-bottom: 00px;
}
.out-link-18 .chronicle-events .other-article>div>div p{
  color: #fff;
}
.out-link-18 .chronicle-events .other-article>div>div p:last-child{
  font-size: 28px;
  font-weight: bold;
}
.out-link-18 .chronicle-events .other-article div p span{
  font-size: 18px;
  margin-left: 5px
}
/* 链接跳转-样式18 -------------------------------------------------end*/



/* 流程-样式01 -------------------------------------------------start*/
.flow-path-content {
  width: 100%;
}
.flow-path-content .flow-path-content-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flow-path-content .flow-path-content-center .flow-path-content-title {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1d2346;
  margin-top: 108px;
}
.flow-path-content .flow-path-content-center .flow-path-content-text {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1d2346;
  margin-top: 23px;
}
.flow-path-content .flow-path-content-center .flow-path-content-apply {
  display: flex;
  align-items: start;
  justify-content: space-around;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 167px;
}
.flow-path-content .flow-path-content-center .flow-path-content-apply .flow-path-content-apply-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flow-path-content .flow-path-content-center .flow-path-content-apply .flow-path-content-apply-item img {
  width: 80px;
  height: 80px;
}
.flow-path-content .flow-path-content-center .flow-path-content-apply .flow-path-content-apply-item .flow-path-content-apply-item-text {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1d2346;
  line-height: 30px;
  text-align: center;
}
.flow-path-content .flow-path-content-center .flow-path-content-apply .flow-path-content-apply-item .flow-path-content-apply-item-text .item-text-title {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1d2346;
}
.flow-path-content .flow-path-content-center .flow-path-content-apply .flow-path-content-apply-item .flow-path-content-apply-item-text .item-text-info {
  width: 280px;
  text-align: left;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1d2346;
}
.flow-path-content .flow-path-content-center .flow-path-content-apply .flow-path-content-apply-line {
  width: 126px;
  border-bottom: 2px dashed #3c95ff;
  margin-top: 40px;
}
/* 流程-样式01 -------------------------------------------------end*/
/* 流程-样式02 -------------------------------------------------start*/
.flow-path-content02 .flow-path-content-center .flow-path-content-title{
  margin-top: 60px;
}
.flow-path-content02 .flow-path-content-center .flow-path-content-apply{
  margin-top: 46px;
  margin-bottom: 0px;
}
/* 流程-样式02 -------------------------------------------------end*/



/* 无数据 -------------------------------------------------start*/
.list-nodata {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1d2346;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 200px;
}
/* 无数据 -------------------------------------------------end*/


/* tabs列表-样式03 -------------------------------------------------start*/
.swiper-list05 {
  width: 100%;
}
.swiper-list05 .swiper-container {
  width: 100%;
  height: 556px;
}
.swiper-list05 .swiper-container a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-list05 .swiper-container a img {
  width: 100%;
  min-height: 100%;
}
.swiper-list05 .swiper-container a .itemTitle {
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  font-size: 20px;
  line-height: 54px;
  padding: 5px 10px;
  box-sizing: border-box;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}
.swiper-list05 .swiper-thumbnail {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.swiper-list05 .swiper-thumbnail .swiper-thumbnail-item {
  width: 187px;
  height: 118px;
  margin-right: 18px;
  cursor: pointer;
  position: relative;
}
.swiper-list05 .swiper-thumbnail .swiper-thumbnail-item img {
  width: 100%;
  height: 100%;
}
.swiper-list05 .swiper-thumbnail .swiper-thumbnail-item:last-of-type {
  margin-right: 0;
}
/* tabs列表-样式03 -------------------------------------------------end*/
/* tabs列表-样式04 -------------------------------------------------start*/
.party-building-news-list {
  width: 100%;
}
.party-building-news-list .party-building-center-list-item {
  width: 100%;
  border-bottom: 1px solid #d9dcde;
  display: flex;
}
.party-building-news-list .party-building-center-list-item .item-content {
  flex: 1;
  height: 66px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f0f2f7;
}
.party-building-news-list .party-building-center-list-item .item-content .item-content-data {
  flex: 1;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1d2346;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.party-building-news-list .party-building-center-list-item .item-content .item-content-time {
  flex-shrink: 0;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  padding: 6px;
  background-color: #5874b5;
  margin-right: 10px;
}
.party-building-news-list .party-building-center-list-item .item-content:hover .item-content-data {
  color: #c84240;
}
.party-building-news-list .party-building-center-list-item:first-of-type {
    border-top: none;
}
/* .party-building-news-other .party-building-news-list .party-building-center-list-item:first-of-type {
  border-top: 1px solid #d9dcde;
} */
/* tabs列表-样式04 -------------------------------------------------end*/




/* 列表-样式04 ------------------------------------------------------start */
.news-list .item {
  display: flex;
  padding: 0.36rem 0.15rem 0.4rem 0.27rem;
  border-bottom: 1px dashed #eee;
  align-items: center;
}
.news-list .item a:hover{
  color:#c84240;
}
.news-list .item  .date {
  width: 0.68rem;
  height: 0.88rem;
  background-color: #f9f9f9;
  text-align: center;
  padding: 0px 10px;
}
.news-list .date .day {
  font-family: PingFang-SC-Regular;
    font-size: 0.32rem;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999;
    padding: 0.1rem 0rem 0.08rem;
    border-bottom: 1px solid #eee;
}

.news-list .date .month {
  font-family: PingFang-SC-Regular;
    font-size: 0.16rem;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999;
}
.news-list .info {
  padding-left: 27px;
  padding-right: 27px;
  width: calc(100% - 15px - 27px - 2 * 27px - 88px - 60px);
  border-right: 1px solid #eee;
}

.news-list .info  .title {
  display: inline-block;
    width: 100%;
    font-family: PingFang-SC-Regular;
    font-size: 0.18rem;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333;
    cursor: pointer;
}

.news-list .info .desc {
  width: 100%;
    font-family: PingFang-SC-Regular;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999;
    opacity: 0.6;
    margin-top: 0.1rem;
    line-height: 0.25rem;
}
.news-list .item .to-detail{
  padding: 20px;
}
.news-list .item .to-detail img{
  margin-top: 10px;
}
.news-list .item .to-detail a>div{
  color: #999;
}
.news-list .item .to-detail a:hover div{
  color:#c84240;
}
/* 列表-样式04 ------------------------------------------------------end */
/* 列表-样式05 ------------------------------------------------------start */
.list05{
  padding-bottom: 40px;
}
.list05 .common-width1320{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.list05 .common-width1320 .list-item{
  width: calc((100% - 40px) / 2);

}
.list05 .common-width1320 .list-item .header-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 24px;
  box-sizing: border-box;
  border-bottom: 3px solid #3b0056;
}

.list05 .common-width1320 .list-item .content-list{
  padding: 28px 20px;
  box-sizing: border-box;
}
.list05 .list-item .content-list .items{ 
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list05 .list-item .content-list .items>a{ 
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: #1d2346;
}
.list05 .list-item .content-list .items>a .article-title{  
  width: calc(100% - 60px - 60px);
  margin: 10px 0px;
  line-height: 14px;
}

/* 列表-样式05 ------------------------------------------------------end */
/* 列表-样式06 ------------------------------------------------------start */
.list06 .common-width1320{
  display: block;
}
.list06 .common-width1320 .column{
  padding: 24px 24px;
}
.list06 .common-width1320 .column .main-type-short-title{
  margin-bottom: 18px;
}

.list06 .common-width1320 .list-content-item{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}
.list06 .common-width1320 .list-content-item .list-item{
  width: calc((100% - 30px * 2) / 3);

}
.list06 .list-item .content-list .items>a .article-title{  
  width: calc(100% - 30px - 60px);
  
}
/* 列表-样式06 ------------------------------------------------------end */
/* 列表-样式07 ------------------------------------------------------start */
.list07 .common-width1320 .list-item .header-title{
  align-items: end;
}
.list06 .common-width1320 .list-item .left .main-type-short-title{
  margin-bottom: 18px;
}
/* 列表-样式07 ------------------------------------------------------end */
/* 列表-样式08 ------------------------------------------------------start */
.list08 {
  padding-bottom:30px ;
}
.list08 .list-content-item{
  display: flex;
  flex-wrap: wrap;
}
.list08 .list-content-item .list-item{
  position: relative;
  width: calc((100% - 30px) / 2);
  height: 400px;
  padding: 26px 30px 28px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  margin-right: 30px;
  margin-bottom: 30px;
  background-position: right center;
}
.list08 .list-content-item .list-item:first-child{
  background-color: #3b0056!important;
}
.list08 .list-content-item .list-item:nth-child(2n){
  margin-right: 0px;
}
.list08 .list-content-item .content-list{
  margin-top: 36px;
}
.list08 .list-item .content-list .items>a{ 
  display: flex;
  width: 100%;
  color: #1d2346;
}
.list08 .list-item .content-list .items>a .article-title{  
  width: calc(100% - 60px);
  margin: 10px 0px;
  line-height: 14px;
}
.list08 .list-content-item .list-item .list08-btn{
  position: absolute;
  bottom: 28px;
  right: 30px;
}
/* 列表-样式08 ------------------------------------------------------end */

/* 列表-样式09 ------------------------------------------------------start */
.list09{
    padding: 60px 0px 50px;
}
.list09 .common-width1320{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list09 .left{
  width: 400px;
  margin-right: 79px;
  background-color: #e5e5e5;
}
.list09 .left .images-show{
  width: 100%;
  height: 214px;
}
.list09 .left .images-show img{
  width: 100%;
  height: 214px;
  
}
.list09 .left .swiper-container  .swiper-pagination{
  text-align: left;
  margin-left: 23px
}
.list09 .left .swiper-container .swiper-pagination-bullet{
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #2e2e2e;
  box-sizing: border-box;
  background-color: #fff;
  margin: 0px 7px;
}
.list09 .left .swiper-container .swiper-pagination-bullet-active{
  background-color: #000;
}
.list09 .left .news-info{
  padding: 26px 30px;
}
.list09 .typetitle-date{
  color: #000;
  opacity: 0.8;
}
.list09 .left .news-info .title{
  display: inline-block;
  width: 100%;
  font-size: 24px;
  margin: 8px 0px 32px;
  color: #3b0056;
  line-height: 26px;
  font-weight: bold;
}
.list09 .left .news-info .to-detail a{
  color: #000;
}
.list09 .right{
  width: calc(100% - 400px - 79px);
}
.list09 .right .typetitle{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 47px;
}
.list09 .right .typetitle .main-title,
.list09 .right .typetitle .main-more a{
  color: #000;
}
.list09 .right .content-list .list{
  margin-top: 29px;
}
.list09 .right .content-list .list:first-child{
  border-bottom: 1px solid #ddd;
}
.list09 .right .content-list .list .title{
  display: inline-block;
  width: 100%;
  font-size: 18px;
  color: #3b0056;
  margin-top: 6px;
  font-weight: bold;
}
.list09 .right .content-list .list-other .title{
  font-size: 16px;
  color: #000;
  opacity: 0.9;
}
.list09 .right .content-list .list .descript{
  color: #000;
  margin: 25px 0px 18px;
  line-height: 16px;
  text-indent: 2em;
  opacity: 0.7;
}
/* 列表-样式09 ------------------------------------------------------end */

/* 列表-样式10 ------------------------------------------------------start */
/* .list10 .data-presentation-content .data-presentation-top .data-presentation-top-left .data-presentation-nav,
.list10 .data-presentation-content .data-presentation-top .data-presentation-top-left {
  height: initial;
  align-items: center!important;
} */
.list10 .el-menu.el-menu--horizontal{
  display: flex;
  align-items: flex-end;
  border-bottom: none;
}
.list10 .el-menu--horizontal>.el-submenu.is-active .el-submenu__title{
  border-bottom: none;
  color: #3b0056;
  height: 54px;
  line-height: 54px;
  transition: 0.5s ease-out;
}
.list10 .el-menu--horizontal>.el-submenu .el-submenu__title {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #000;
  padding: 0 30px;
  border-bottom: 2px solid transparent;
}
.list10 .el-menu--horizontal>.el-menu-item {
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  color: #000;
  border: 1px solid #333;
  border-bottom-color: #333!important;
  margin-left: -1px;
  padding: 0px 40px;
  transition: 0.5s ease-out;
}
.el-menu--horizontal>.el-menu-item.is-active{
  height: 56px!important;
  line-height: 56px!important;
}
.list10  .el-menu--horizontal>.el-submenu {
  border: 1px solid #333;
  margin-left: -1px;
}
.list10  .el-menu--horizontal>.el-submenu .el-icon-arrow-down:before {
  color: #333;
  font-size: 16px;
}
.list10 .el-table thead tr th{
  color: #fff!important;
  background-color: #3b0056!important;
}
.list10 .el-table tr:nth-child(2n){
  background-color: #ebebeb;
}
.list10 .el-table--enable-row-hover .el-table__body tr:hover>td.el-table__cell{
  background-color: transparent;
}
.list10 .data-presentation-content .data-presentation-center{
  padding: 16px 0 17px 0!important;
  background-position: center 101%;
}
.company-type-son .el-menu--popup{
  min-width: 144px;
  padding:0px;
}
.company-type-son .el-menu--popup-bottom-start{
  margin-top: 0px;
}
.company-type-son .el-menu .el-menu-item.is-active{
  color: #fff;
  background-color: #333;
}
.company-type-son .el-menu .el-menu-item:hover{
  color: #fff;
  background-color: #aaa;
}
.company-type-son .el-menu .el-menu-item{
  padding: 0 28px;
  color: #000;
}
/* 列表-样式10 ------------------------------------------------------end */



/* 块状图文简介-样式01 -------------------------------------------------start*/
.corporation6-content {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 80px;
}
.corporation6-content .corporation6-content-center {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.corporation6-content .corporation6-content-title {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1d2346;
  margin-top: 53px;
  margin-bottom: 68px;
}
.corporation6-content .corporation6-center-data {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.corporation6-content .corporation6-center-data .corporation6-center-info {
  width: 440px;
  /* height: 278px; */
  background: #ffffff;
}
.corporation6-content .corporation6-center-data .corporation6-center-info .corporation6-center-center {
  height: 100%;
  padding: 60px 80px 66px 66px;
  box-sizing: border-box;
}
.corporation6-content .corporation6-center-data .corporation6-center-info .corporation6-center-center .corporation6-center-title {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1d2346;
}
.corporation6-content .corporation6-center-data .corporation6-center-info .corporation6-center-center .corporation6-center-line {
  width: 56px;
  height: 6px;
  background-size: 100% 100%;
  margin-top: 10px;
}
.corporation6-content .corporation6-center-data .corporation6-center-info .corporation6-center-center .corporation6-center-text {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1d2346;
  margin-top: 16px;
  line-height: 30px;
  -webkit-line-clamp: 3;
}
.corporation6-content .corporation6-center-data .corporation6-center-info .corporation6-center-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
}

/* 块状图文简介-样式01 -------------------------------------------------end*/

/* 块状图文简介-样式02 -------------------------------------------------start*/
.corporation10-content {
  width: 100%;
  height: 734px;
  background-color: rgba(244, 248, 255, 0.7);
}
.corporation10-content .corporation10-content-center {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.corporation10-content .corporation10-content-title {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1d2346;
  margin-top: 76px;
  margin-bottom: 23px;
}
.corporation10-content .corporation10-content-text {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1d2346;
  margin-bottom: 34px;
}
.corporation10-content .corporation10-center-data {
  width: 100%;
  height: 458px;
  display: flex;
}
.corporation10-content .corporation10-center-data .corporation10-center-data-left {
  width: 298px;
  height: 100%;
  margin-right: 16px;
}
.corporation10-content .corporation10-center-data .corporation10-center-data-left .corporation10-center-info {
  width: 100%;
  height: 100%;
}
.corporation10-content .corporation10-center-data .corporation10-center-data-left .corporation10-center-info .corporation10-center-center {
  height: 100%;
  padding: 51px 0px 0 45px;
  box-sizing: border-box;
}
.corporation10-content .corporation10-center-data .corporation10-center-data-left .corporation10-center-info .corporation10-center-center .corporation10-center-title {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
}
.corporation10-content .corporation10-center-data .corporation10-center-data-left .corporation10-center-info .corporation10-center-center .corporation10-center-line {
  width: 111px;
  height: 6px;
  background-size: 100% 100%;
  margin-top: 20px;
}
.corporation10-content .corporation10-center-data .corporation10-center-data-left .corporation10-center-info .corporation10-center-bg {
  width: 100%;
  height: 100%;
  background-size: 100% auto;
}
.corporation10-content .corporation10-center-data .corporation10-center-data-right {
  flex: 1;
  height: 100%;
  display: flex;
  /* flex-direction: column;
  justify-content: space-between; */
}
.corporation10-content .corporation10-center-data .corporation10-center-data-right .corporation10-center-data-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.corporation10-content .corporation10-center-data .corporation10-center-data-right .corporation10-center-data-top .corporation10-center-info {
  width: 496px;
  height: 220px;
}
.corporation10-content .corporation10-center-data .corporation10-center-data-right .corporation10-center-data-top .corporation10-center-info .corporation10-center-center {
  height: 100%;
  padding: 51px 0px 0 45px;
  box-sizing: border-box;
}
.corporation10-content .corporation10-center-data .corporation10-center-data-right .corporation10-center-data-top .corporation10-center-info .corporation10-center-center .corporation10-center-title {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
}
.corporation10-content .corporation10-center-data .corporation10-center-data-right .corporation10-center-data-top .corporation10-center-info .corporation10-center-center .corporation10-center-line {
  width: 111px;
  height: 6px;
  background-size: 100% 100%;
  margin-top: 20px;
}
.corporation10-content .corporation10-center-data .corporation10-center-data-right .corporation10-center-data-top .corporation10-center-info .corporation10-center-bg {
  width: 100%;
  height: 100%;
  background-size: 100% auto;
}
.corporation10-content .corporation10-center-data .corporation10-center-data-right .corporation10-center-data-top .corporation10-center-info .corporation10-center-bg2 {
  background-size: 100% auto;
}
.corporation10-content .corporation10-center-data .corporation10-center-data-right .corporation10-center-data-top .corporation10-center-info .corporation10-center-bg3 {
  background-size: 100% auto;
}
.corporation10-content .corporation10-center-data .corporation10-center-data-right .corporation10-center-data-top .corporation10-center-info .corporation10-center-bg4 {
  background-size: 100% auto;
}
.corporation10-content .corporation10-center-data .corporation10-center-data-right .corporation10-center-data-top .corporation10-center-info .corporation10-center-bg5 {
  background-size: 100% auto;
}
/* 块状图文简介-样式02 -------------------------------------------------end*/

/* 块状图文简介-样式03 -------------------------------------------------start*/
.trading {
  width: 100%;
  padding-top: 43px;
  padding-bottom: 80px;
}
.trading .common-width1320{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.trading .trading-title {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1d2346;
}
.trading .trading-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 54px;
}
.trading .trading-content .trading-info {
  width: 50%;
  height: 280px;
  background: #ffffff;
}
.trading .trading-content .trading-info .trading-center {
  height: 100%;
  padding: 60px 0 0 64px;
  box-sizing: border-box;
}
.trading .trading-content .trading-info .trading-center .trading-title {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1d2346;
}
.trading .trading-content .trading-info .trading-center .trading-line {
  width: 56px;
  height: 6px;
  background-size: 100% 100%;
  margin-top: 10px;
}
.trading .trading-content .trading-info .trading-center .trading-text {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1d2346;
  margin-top: 24px;
}
.trading-btn {
  width: 103px;
  height: 40px;
  border-radius: 4px;
  margin-top: 34px;
}
.trading-btn .el-button {
  width: 100%;
  height: 100%;
  background: #2867f3;
  padding: 0;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  border: none;
}
.trading-btn:hover .el-button {
  transition: 0.5s ease-out;
  transform: scale(1.1);
}
.trading .trading-content .trading-info .trading-bg {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}
/* 块状图文简介-样式03 -------------------------------------------------end*/
/* 块状图文简介-样式04----------------------------------------------start */
.piece-image-text04{
  height: 546px;
  padding: 50px 0px 50px;
  box-sizing: border-box;
  background-size: cover!important;
}
.piece-image-text04 .common-width1320{
display: flex;
align-items: center;
height: 400px;
padding-bottom: 18px;
background-position: center 101%;
}
.piece-image-text04 .jilin-exchange{
  position: relative;
width: 500px;
height: 100%;
padding: 25px 48px 30px 32px;
box-sizing: border-box;
background-color: #fff;
}
.piece-image-text04 .jilin-exchange .about{
font-size: 18px;
color: #000;
line-height: 30px;
opacity: 0.9;
}
.piece-image-text04 .jilin-exchange .typetitle{
font-size: 24px;
font-weight: bold;
color: #3b0056;
line-height: 30px;
}
.piece-image-text04 .introduction{
margin-top: 43px;
}
.piece-image-text04 .introduction .title{
margin-bottom: 60px;
}
.piece-image-text04 .introduction .title span{
color: #000;
opacity: 0.8;
}
.piece-image-text04 .introduction .content{
color: #000;
opacity: 0.7;
-webkit-line-clamp: 5;
text-indent: 2em;
line-height: 20px;
}
.piece-image-text04 .introduction .to-detail{
  position: absolute;
    right: 47px;
    bottom: 25px;
}
.piece-image-text04 a{
  color: #000;
  opacity: 0.9;
}
.piece-image-text04 .chronicle-events{
  display: flex;
  width: calc(100% - 500px);
  height: 100%;
  align-items: center;
}
.piece-image-text04 .chronicle-events .first-article{
width: 400px;
height: 100%;
font-size: 0;
}
.piece-image-text04 .chronicle-events .first-article img{
width: 100%;
height: 297px;
}
.piece-image-text04 .chronicle-events .first-article .content{
  height: 103px;
  padding: 20px 27px 20px;
  box-sizing: border-box;
  background-color: #e8380d;
}
.piece-image-text04 .chronicle-events .first-article .content>div{
  height: 100%;
  text-indent: 2em;
  -webkit-line-clamp: 3;
  line-height: 22px;
  color: #fff;
  font-size: 14px;
}
.piece-image-text04 .chronicle-events .other-article{
width: calc(100% - 400px);
height: 100%;
padding: 24px 60px 30px 34px; 
box-sizing: border-box;
background-color: #fff;
}
.piece-image-text04 .chronicle-events .other-article .typetitle{
font-size: 18px;
color: #000;
opacity: 0.9;
}
.piece-image-text04 .chronicle-events .other-article .list{
margin-top: 51px;
}
.piece-image-text04 .chronicle-events .other-article .list:first-child{
margin-top: 74px;
}
.piece-image-text04 .chronicle-events .other-article .list .date{
display: flex;
justify-content: space-between;
align-items: center;
}
.piece-image-text04 .chronicle-events .other-article .list .date span:first-child{
font-size: 18px;
color: #000;
line-height: 30px;
opacity: 0.9;
}
.piece-image-text04 .chronicle-events .other-article .list .date span:last-child{
color: #000;
line-height: 30px;
opacity: 0.6;
}
.piece-image-text04 .chronicle-events .other-article .list .content{
color: #000;
line-height: 20px;
opacity: 0.8;
margin-top: 18px;
position: relative;
    right: auto;
    bottom: auto;
}


/* 块状图文简介-样式04----------------------------------------------end */
/* 块状图文简介-样式05----------------------------------------------start */
.piece-image-text05{
height: 500px;
padding: 50px 0px 50px;
box-sizing: border-box;
}
.piece-image-text05 .common-width1320{
display: flex;
align-items: center;
height: 400px;
padding-bottom: 17px;
background-position: center 101%;
}
.piece-image-text05 .strategic-cooperation{
width: 310px;
height: 100%;
padding: 20px 40px 20px 32px;
box-sizing: border-box;
background-color: #e5e5e5;
}
.piece-image-text05 .strategic-cooperation .typetitle{
display: flex;
justify-content: space-between;
align-items: ceter;
}
.piece-image-text05 .strategic-cooperation .typetitle span{
font-size: 24px;
color: #3b0056;
font-weight: bold;
}
.piece-image-text05 .strategic-cooperation .typetitle a{
font-size: 24px;
color: #3b0056;
font-weight: 400;
}
.piece-image-text05 .strategic-cooperation .content{
  width: 100%;
  height: 255px;
  color: #000;
  opacity: 0.7;
  line-height: 20px;
  margin-top: 38px;
  text-indent: 2em;
}
.piece-image-text05 .strategic-cooperation .to-more{
  text-align: right;
  margin-top: 13px;
}
.piece-image-text05 .strategic-cooperation .to-more span{
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 40%;
  background-color: #000;
  margin: 0px 3px;
}
.piece-image-text05 .important-strategic-cooperation{
  position: relative;
  width: 224px;
  height: 100%;
  padding: 29px 29px 20px 29px;
  box-sizing: border-box;
  background-size: cover;
}
.piece-image-text05 .important-strategic-cooperation .typetitle-shorttypetitle .typetitle{
  font-size: 16px;
  color: #fff;
  line-height: 18px;
}
.piece-image-text05 .important-strategic-cooperation .typetitle-shorttypetitle .shorttypetitle{
  margin-top: 20px;
  font-size: 14px;
  color: #fff;
  line-height: 16px;

}
.piece-image-text05 .important-strategic-cooperation ul li{
  margin-top: 18px;

}
.piece-image-text05 .important-strategic-cooperation ul li:first-child{
  margin-top: 58px;
  
}
.piece-image-text05 .important-strategic-cooperation .to-more{
  position: absolute;
  left: 30px;
  bottom: 16px;
}
.piece-image-text05 .important-strategic-cooperation .to-more a{
  color: #fff;
}
.piece-image-text05 .brokerage-cooperation .typetitle-shorttypetitle .typetitle,
.piece-image-text05 .brokerage-cooperation .typetitle-shorttypetitle .shorttypetitle,
.piece-image-text05 .brokerage-cooperation .to-more a{
  color: #000;
  opacity: 0.8;
}
.piece-image-text05 .brokerage-cooperation .typetitle{
  height: 36px;
  opacity: 0.9;
}
.piece-image-text05 .common-cooperation{
  width: 100%;
  position: relative;
  height: 50%;
  padding: 29px 29px 20px 29px;
  box-sizing: border-box;
  background-color: #fff;
}
.piece-image-text05 .common-cooperation .typetitle{
  height: 36px;
  font-size: 16px;
  color: #333;
  line-height: 18px;
  opacity: 0.9;
}
.piece-image-text05 .common-cooperation .shorttypetitle{
  font-size: 16px;
  color: #333;
  line-height: 18px;
  opacity: 0.9;
  margin-top: 20px;
}
.piece-image-text05 .common-cooperation .to-more{
  position: absolute;
  bottom: 17px;
}
.piece-image-text05 .common-cooperation .to-more a{
  color: #000;
  opacity: 0.8;
}
.piece-image-text05 .Fund-service-cooperation{
  width: 280px;
  height: 100%;
}
.piece-image-text05 .Fund-service-cooperation .Fund-cooperation {
  background-color: #e8380d;
}

.piece-image-text05 .Fund-service-cooperation .Fund-cooperation .typetitle,
.piece-image-text05 .Fund-service-cooperation .Fund-cooperation .shorttypetitle,
.piece-image-text05 .Fund-service-cooperation .Fund-cooperation .to-more a,
.piece-image-text05 .contbt-super-gov-department .gov-department .typetitle,
.piece-image-text05 .contbt-super-gov-department .gov-department .shorttypetitle,
.piece-image-text05 .contbt-super-gov-department .gov-department .to-more a{
  color: #fff;
}

.piece-image-text05 .Fund-service-cooperation .service-cooperation .typetitle,
.piece-image-text05 .Fund-service-cooperation .service-cooperation .shorttypetitle,
.piece-image-text05 .Fund-service-cooperation .service-cooperation .to-more a,
.piece-image-text05 .contbt-super-gov-department .contbt-supe-department .typetitle,
.piece-image-text05 .contbt-super-gov-department .contbt-supe-department .shorttypetitle,
.piece-image-text05 .contbt-super-gov-department .contbt-supe-department .to-more a{
  color: #000;
  opacity: 0.8;
}
.piece-image-text05 .Fund-service-cooperation .service-cooperation .typetitle,
.piece-image-text05 .contbt-super-gov-department .contbt-supe-department .typetitle{

  opacity: 0.9;
}
.piece-image-text05 .contbt-super-gov-department{
  width: calc(100% - 310px - 224px * 2 - 280px);
  min-width: 220px;
  height: 100%;
}
.piece-image-text05 .contbt-super-gov-department .gov-department{
  background-color: #c84240;
}
.piece-image-text05 .Fund-service-cooperation .Fund-cooperation a:hover,
.piece-image-text05 .contbt-super-gov-department .gov-department a:hover{
  color: #fff!important;
}

/* 块状图文简介-样式05----------------------------------------------end */



/* 多图展示-样式01 -------------------------------------------------start*/
.more-img-show01{
  margin-top: 50px;
  margin-bottom: 52px;

}
.more-img-show01 .common-width1320 .bottom ul li{
  float: left;
    width: 232px;
    height: 80px;
    border: 1px solid #d0d0d0;
    margin-right: 40px;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.more-img-show01 .common-width1320 .bottom ul li:nth-child(5n){
  margin-right: 0px;
}
.more-img-show01 .common-width1320 .bottom ul li a{
  display: inline-block;
    width: 100%;
    height: 100%;
}
.more-img-show01 .common-width1320 .bottom li a img{
  width: 100%;
  height: 100%;
    object-fit: cover;
}
/* 多图展示-样式01 -------------------------------------------------end*/
/* 多图展示-样式02 -------------------------------------------------start*/
.more-img-show02{
  margin-top: 0.42rem;
  margin-bottom: 0.42rem;
}
.more-img-show02 .common-width1320{
  display: table;
  border: 1px solid #d0d0d0;
}
.more-img-show02 .common-width1320 .left{
  display: table-cell;
    width: 3.0rem;
    background-color: #f2f2f2;
    box-sizing: border-box;
    padding: 0.3rem 0.4rem;
    vertical-align: middle;
}
.more-img-show02 .common-width1320 .left .title{
  font-size: 24px;
  color: #3b0057;
  line-height: 25px;
  margin-bottom: 0.5rem;
}
.more-img-show02 .common-width1320 .left .subhead{
  color:#010101;
  line-height: 18px;
}
.more-img-show02 .common-width1320 .right{
  display: table-cell;
  padding: 0.25rem 0.2rem 0.08rem;
  box-sizing: border-box;
  vertical-align: middle;
}
.more-img-show02 .common-width1320 .right ul{
  height: 185px;
  overflow: hidden;
}
.more-img-show02 .common-width1320 .right ul li{
  float: left;
  width: 230px;
  height: 80px;
  border: 1px solid #d0d0d0;
  margin-right: 15px;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.more-img-show02 .common-width1320 .right ul li a{
  display: inline-block;
    width: 100%;
    height: 100%;
}
.more-img-show02 .common-width1320 .right li a img{
  width: 100%;
  height: 100%;
    object-fit: cover;
}
.more-img-show02 .common-width1320 .right .view-more{
  width: 100%;
  text-align: right;
  color: #3b0057;
  padding-right: 0.15rem;
    box-sizing: border-box;
    cursor: pointer;
}
.more-img-show02 .common-width1320 .right .view-more:hover{
  color: #3b5599;
}
/* 多图展示-样式02 -------------------------------------------------end*/
/* 多图展示-样式03 -------------------------------------------------start*/

.more-img-show03 .common-width1320 .left{
  background-color: #c84240;
}
.more-img-show03 .common-width1320 .left .title{
  color: #fff;
}
.more-img-show03 .common-width1320 .left .subhead{
  color:#fff;
}
/* 多图展示-样式03 -------------------------------------------------end*/



@media screen and (min-width:1024px) and (max-width:1399px){
 /*  html{
      font-size: 71px!important;
  }
  .common-width1320 {
      width: 1100px;
  } */
  .data-statistics .data-statistics-content .data-statistics-center .map-data {
    width: 558px!important;
  } 
  .data-statistics .data-statistics-content .data-statistics-center .map-data .map-data-content {
    padding: 0px 0 80px 40px!important;
  }
  .index-news .news-center .news-content .news-content-left {
    width: 450px!important;
  }
  .corporation10-content .corporation10-center-data .corporation10-center-data-right .corporation10-center-data-top .corporation10-center-info {
    width: 5.42rem;
  }
  .corporation-listing-list .content-left-item {
    width: calc(7.45rem - 0.17rem * 2)!important;
  }
  .corporation-listing-list .content-left-item .item-info-center .item-info-center-a {
    width: 3.44rem!important;
  }
  .corporation-listing-list .item-info-bottom .el-tag {
    margin-right: 6px!important;
  }
  .corporation6-content .corporation6-center-data .corporation6-center-info {
    width: 5.1rem;
  }
  .piece-image-text04 .jilin-exchange{
    width: 406px!important;
  }
  .piece-image-text04 .chronicle-events {
    width: calc(100% - 406px);
  }
  .more-img-show02 .common-width1320 .left .title {
    font-size: 18px;
  }
}

.blue-line {
  width: 40px;
  height: 4px;
  background: #005fd3;
  margin-left: 48%;
}

.partybuild-sidebar {
  font-size: 18px;
}


.search_con {
  margin-top: 17px;
}


.partybuild-sidebar + .news-center-right .search_con .bnts {
  background: #cb3338;
  border: 1px solid #cb3338;
}

.search-box {
    height: 269px;
    background-color: #fff;
    margin-top: -144px;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding-top: 63px;
    padding-bottom: 70px;
    text-align: center;
}
.search-box h2{
    font-size: 30px;
    font-weight: bold;
}
.search-content{
    min-height: 300px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 40px 25px;
}
.search-content .search-text{
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
}
.search-content-top{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-content-top .el-input--suffix .el-input__inner{
  text-align: center;
  width: 133px;
  border-radius: 0px;
  background: #F6F6F6;
  border: none;
  color: #8393A2;
}
.search-content-top .el-select .el-input .el-select__caret{
  color: #1D2129;
}
.search-content .list-box{
    padding-top: 35px;
}
.search-content .list-box ul.lists li{
    box-sizing: border-box;
    padding: 10px 0;
    border-bottom: 1px solid #F0F0F0;
}
.search-content .list-box ul.lists li:first-child{
  padding-top: 0;
}
.search-content .list-box ul.lists li:last-child{
  border-bottom: none;
}
.search-content .list-box ul.lists li a .list-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.search-content .list-box ul.lists li a .list-top .list-title{
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    width: calc(100% - 90px);
}
.search-content .list-box ul.lists li a .list-top .list-num{
    color: #C2C8D3;
    font-size: 20px;
    font-weight: bold;
    margin-right: 10px;
}
.search-content .list-box ul.lists li a .list-top > span{
    color: #8393A2;
    font-size: 14px;
}
.search-content .list-box ul.lists li a .list-desc{
    color: #8393A2;
    font-size: 14px;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 30px;
}
.keywords-red{
    color: #CB3338;
}
.product-inner-page {
  margin-top: 194px;
}

.header .header-nav .header-nav-list .nav-is-active {
  
  background-color: #0060c5;

}
.show {
  display: block !important;
}

/* 分页 */
.ui-pagination-container {
  height: 34px;
  line-height: 34px;
}

.ui-pagination-container .ui-pagination-page-item {
  font-size: 14px;
  padding: 4px 10px;
  background: #fff;
  border: 1px solid #c5b7b7;
  color: #888;
  margin: 0 3px;
  text-decoration: none;
}

.ui-pagination-container .ui-pagination-page-item:hover {
  border-color: #0060c5;
  color: #0060c5;
  text-decoration: none;
}

.ui-pagination-container .ui-pagination-page-item.active {
  background: #0060c5;
  border-color: #0060c5;
  color: #fff;
  cursor: default;
}
.page-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}

.page-box #page-input {
   width: 48px;
    height: 32px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    text-indent: 1em;
    margin-left: 5px;
}

.page-box .box {
  display: flex;
}

.page-box .jump-page {
  display: flex;
  align-items: center;
}

.page-box #setPage {
    width: 48px;
    height: 32px;
    background: #0060c5;
    color: #fff;
    text-align: center;
    line-height: 32px;
    border-radius: 3px;
    margin-left: 10px;
    cursor: pointer;
}

.page-box #pagination3 {
  margin-right: 10px;
}

/* 分页 */
.pagination{
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagination .el-pagination{
  color: rgba(0, 0, 0, 0.6);
}
.pagination .el-pagination .btn-prev,
.pagination .el-pagination .btn-next{
  border-radius: 3px;
  background: #F3F3F3;
}
.pagination .el-pagination .btn-prev{
  margin-right: 4px;
}
.pagination .el-pagination .btn-next{
  margin-left: 4px;
}
.pagination .el-pager li{
  font-family: Source Han Sans;
  font-size: 14px;
  margin: 0 4px;
  background: rgba(255, 255, 255, 0.898);
}
.pagination .el-pager li.active{
  color: #FFFFFF;
  background-color: #0060C5;
}
.pagination .el-pager li.number{
  border-radius: 3px;
  border: 1px solid #DCDCDC;
}
.pagination .el-pagination__jump{
  margin-left: 16px;
}
.pagination .el-pager li.btn-quicknext,
.pagination .el-pager li.btn-quickprev{
  border-radius: 2px;
  background-color: transparent;
}
.pagination .el-pagination__total,
.pagination .el-pagination__jump{
  color: #1D2129;
  font-family: Source Han Sans;
  font-size: 14px;
  line-height: 22px;
}
/* 分页 end */