/* 头部样式 */
header {
    width: 100%;
    background-image: url(../images/zhengzhou.png);
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

header .xyj-header {
    width: 80vw;
    margin: 0 auto;
}

.xyj-user-info {
    width: 100%;
    text-align: right;
    height: 42px;
    padding-top: 12px;
}

.xyj-user-info a {
    color: #333;
}

.xyj-user-info a span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0154a4;
    position: relative;
    top: -7px;
}

header .xyj-header .xyj-header-content {
    width: 100%;
    display: flex;
    display: -webkit-flex; /* Safari */
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.xyj-header-content .xyj-header-logo {
    width: 442px;
}

.xyj-header-content .xyj-header-logo img {
    position: relative;
    top: -24px;
}

.xyj-header-content .xyj-header-title {
    width: calc(100% - 442px);
    height: 33px;
    line-height: 43px;
    text-align: right;
}

.xyj-header-content .xyj-header-title h2 {
    font-family: ShiShangZhongHeiJianTi;
    font-size: 28px;
    color: #000;
    font-weight: 400;
    display: inline-flex;
    letter-spacing: 4px;
}

.xyj-header-content .xyj-header-title h2:first-child {
    margin-right: 16px;
}

.xyj-nav {
    height: 60px;
    width: 100%;
    background: linear-gradient(0deg, #d82832 0%, #d82832 100%);
}

.xyj-nav nav {
    width: 80vw;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex; /* Safari */
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.xyj-nav nav .xyj-nav-bar {
    width: calc(100% - 268px);
    list-style: none;
    display: inline-flex;
    line-height: 60px;
    height: 60px;
}

.xyj-nav nav .xyj-nav-bar li {
    width: 120px;
    height: 60px;
    text-align: center;
}

.xyj-nav nav .xyj-nav-bar li a {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.xyj-nav nav .xyj-nav-bar li:hover,
.xyj-nav nav .xyj-nav-bar .xyj-nav-item-active {
    background-color: #fbe1cc;
}

.xyj-nav nav .xyj-nav-bar li:hover a,
.xyj-nav nav .xyj-nav-bar .xyj-nav-item-active a {
    color: #d82832;
}

.xyj-nav nav .xyj-nav-search {
    width: 268px;
    height: 32px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    margin-top: 16px;
    padding-left: 12px;
}

.xyj-nav nav .xyj-nav-search input {
    background-color: transparent;
    border: transparent;
    outline: none;
    caret-color: #fff;
    color: #fff;
    width: 220px;
    border-right: 1px solid #f5f5f590;
    display: inline-flex;
    position: relative;
    top: -7px;
}

.xyj-nav nav .xyj-nav-search input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #f5f5f5;
}

.xyj-nav nav .xyj-nav-search input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #f5f5f5;
}

.xyj-nav nav .xyj-nav-search input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #f5f5f5;
}

.xyj-nav nav .xyj-nav-search input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #f5f5f5;
}

.xyj-nav nav .xyj-nav-search .xyj-nav-search-btn {
    display: inline-flex;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    width: 28px;
    height: 28px;
}

/* 中间内容区 */
section {
    margin-top: 16px;
    width: 100vw;
    height: auto;
}

.xyj-main-content {
    width: 80vw;
    margin: 0 auto;
}

/* 轮播图 */
.xyj-banner {
    display: flex;
    margin: 0 auto;
    display: -webkit-flex; /* Safari */
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    height: 380px;
}

/* 轮播图容器 */
.xyj-banner .xyj-banner-swiper {
   /* width: 952px;*/
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

/* 轮播图图片容器 */
.xyj-banner .xyj-banner-swiper .xyj-swiper-img {
    left: 0;
    top: 0;
    height: 485px;
    width: 6664px;
    display: flex;
    position: relative;
}

.xyj-banner .xyj-banner-swiper ul li {
    list-style: none;
    height: 485px;
    width: 952px;
    flex: 1;
}

.xyj-banner .xyj-banner-swiper li a {
    height: 485px;
    width: 952px;
}

.xyj-banner .xyj-banner-swiper li a p {
    width: 952px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    padding-left: 16px;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    opacity: 0.5;
    border-radius: 0px 0px 2px 2px;
    position: relative;
    top: -48px;
}

/* .xyj-swiper-dot {
  position: relative;
  top: 100px;
} */
.xyj-banner .xyj-banner-swiper .xyj-swiper-dot li {
    display: inline-flex !important;
    width: 14px;
    height: 14px;
    background: #ffffff;
    opacity: 0.8 !important;
    border-radius: 50%;
    position: relative;
    top: -24px;
    left: 780px;
    margin-right: 16px;
}

.xyj-statistics {
    width: calc(100% - 968px);
    height: 485px;
    margin-left: 16px;
}

.xyj-statistics .xyj-statistics-top,
.xyj-statistics .xyj-statistics-bottom {
    border: 1px solid #e4e4e4;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}

.xyj-statistics .xyj-statistics-top {
    height: 273px;
}

.xyj-statistics .xyj-statistics-bottom {
    margin-top: 11px;
    height: 200px;
}

.xyj-statistics .xyj-statistics-top .xyj-statistics-top-head,
.xyj-statistics .xyj-statistics-bottom .xyj-statistics-bottom-head {
    height: 54px;
    border-bottom: 1px solid #e4e4e4;
    line-height: 54px;
}

.xyj-statistics .xyj-statistics-top .xyj-statistics-top-head h3,
.xyj-statistics .xyj-statistics-bottom .xyj-statistics-bottom-head h3 {
    width: 234px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #d82832;
    margin-left: 16px;
}

.xyj-statistics .xyj-statistics-top .xyj-statistics-top-head h3::after {
    content: "";
    width: 280px;
    height: 2px;
    display: block;
    background: #d82832;
    margin-left: -16px;
}

.xyj-statistics .xyj-statistics-bottom .xyj-statistics-bottom-head h3::after {
    content: "";
    width: 232px;
    height: 2px;
    display: block;
    background: #d82832;
    margin-left: -16px;
}

.xyj-statistics .xyj-statistics-top .xyj-statistics-top-body {
    padding: 16px 8px;
}

.xyj-statistics-top-body .xyj-statistics-top-body-top,
.xyj-statistics-top-body .xyj-statistics-top-body-bottom {
    list-style: none;
    text-align: center;
}

.xyj-statistics-top-body .xyj-statistics-top-body-top li {
    list-style: none;
    width: calc((100% - 24px) / 3);
    border: 1px dashed #e4e4e4;
    height: 94px;
    display: inline-flex;
    padding: 4px 0px;
}

.xyj-statistics-top-body-top li div {
    height: 86px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    text-align: center;
}

.xyj-statistics-top-body-top li div p {
    font-size: 24px;
    margin-top: 12px;
}

.xyj-statistics-top-body-top li:nth-child(1) div {
    background-image: url(../images/bg-1.png);
    color: #ed714b;
}

.xyj-statistics-top-body-top li:nth-child(2) div {
    background-image: url(../images/bg-2.png);
    color: #ec707e;
}

.xyj-statistics-top-body-top li:nth-child(3) div {
    background-image: url(../images/bg-3.png);
    color: #f29753;
}

.xyj-statistics-top-body .xyj-statistics-top-body-bottom li {
    list-style: none;
    width: calc((100% - 24px) / 2);
    border: 1px dashed #e4e4e4;
    height: 90px;
    display: inline-flex;
    padding: 4px 0px;
}

.xyj-statistics-top-body-bottom li div {
    height: 82px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    text-align: center;
}

.xyj-statistics-top-body-bottom li div p {
    font-size: 24px;
    margin-top: 12px;
}

.xyj-statistics-top-body-bottom li:nth-child(1) div {
    background-image: url(../images/bg-4.png);
    color: #b266a6;
}

.xyj-statistics-top-body-bottom li:nth-child(2) div {
    background-image: url(../images/bg-5.png);
    color: #5e77b9;
}

.xyj-statistics-bottom-body {
    padding: 16px 8px;
}

.xyj-statistics-bottom-body ul {
    list-style: none;
    width: 100%;
    text-align: center;
}

.xyj-statistics-bottom-body ul li {
    list-style: none;
    display: inline-flex;
    height: 100px;
    width: calc((100% - 24px) / 3);
    border: 1px dashed #e4e4e4;
    display: inline-flex;
    padding: 4px;
    cursor: pointer;
    font-size: 24px;
    text-align: center;
    line-height: 92px;
}

.xyj-statistics-bottom-body ul li > div {
    height: 92px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    background-size: inherit
}

.xyj-statistics-bottom-body ul li div img {
    position: relative;
    top: 12px;
    display: block;
    width: 30px;
    margin: 0 auto
}

.xyj-statistics-bottom-body ul li div p {
    padding: 10px 0px;
    margin: 0;
    line-height: 2.5;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.xyj-statistics-bottom-body ul li:nth-child(1) > div {
    background-image: url(../images/bg-8.png);
}

.xyj-statistics-bottom-body ul li:nth-child(1) > div a {
    color: #20b9b5;
}

.xyj-statistics-bottom-body ul li:nth-child(2) > div {
    background-image: url(../images/bg-7.png);
}

.xyj-statistics-bottom-body ul li:nth-child(2) > div a {
    color: #4e90cd;
}

.xyj-statistics-bottom-body ul li:nth-child(3) > div {
    background-image: url(../images/bg-6.png);
}

.xyj-statistics-bottom-body ul li:nth-child(3) div a {
    color: #4e90cd;
}

/* 文章区域 */

.xyj-article {
    margin: 16px auto;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.xyj-article-list {
    width: calc(50%);
    height: 348px;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}

.xyj-article-left {
    margin-right: 8px;
}

.xyj-article-right {
    margin-left: 8px;
}

.xyj-article-head {
    height: 54px;
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    line-height: 54px;
}

.xyj-article-head .xyj-article-more::after {
    content: "";
    clear: both;
}

.xyj-article-head h3 {
    display: block;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #d82832;
    margin-left: 16px;
    float: left;
}

.xyj-article-head h3::after {
    content: "";
    width: 110px;
    height: 2px;
    display: block;
    background: #d82832;
    margin-left: -16px;
}

.xyj-article-head .xyj-article-more {
    display: block;
    float: right;
    margin-right: 16px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #888888;
}

.xyj-article-body-list ul {
    list-style: none;
}

.xyj-article-body-list ul li {
    list-style: none;
    border-bottom: 1px solid #d2d2d2;
    height: 58px;
    padding: 0 16px;
    line-height: 58px;
}

.xyj-article-body-list ul li a {
    color: #666666;
    font-size: 16px;
}

.xyj-article-body-list ul li:nth-child(5) {
    border-bottom: none;
}

.xyj-article-body-list ul li a span {
    display: inline-flex;
}

.xyj-article-body-list ul li a .xyj-article-dot {
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background: #d82832;
    margin-right: 16px;
}

.xyj-article-body-list ul li a .xyj-article-date {
    color: #999;
    font-size: 16px;
    float: right;
}

/* 专题banner */

.xyj-special-banner {
    margin: 16px auto;
}

.xyj-special-banner img {
    width: 100%;
}

/* 专家栏 */
.xyj-article-body-img {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
}

.xyj-article-body-img ul {
    list-style: none;
    text-align: center;
}

.xyj-article-body-img ul li {
    list-style: none;
    display: inline-flex;
    text-align: center;
    width: calc((100% - 32px) / 3);
}

.xyj-article-body-img ul li a {
    color: #666;
    width: 100%;
}

.xyj-article-body-img ul li img {
    width: 100%;
    background-color: #666;
}

/* 友情链接 */
.xyj-link {
    margin: 16px auto;
    height: 124px;
    background: #ffffff;
    border: 1px solid #e4e4e4;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}

.xyj-link .xyj-link-head {
    height: 54px;
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
    line-height: 54px;
}

.xyj-link .xyj-link-head h3 {
    display: block;
    font-weight: 400;
    float: left;
    cursor: pointer;
    text-align: center;
}

.xyj-link .xyj-link-head h3:first-child {
    margin-left: 16px;
    margin-right: 32px;
}

.xyj-link .xyj-link-head .xyj-link-tab-active {
    font-weight: bold;
    color: #d82832;
}

.xyj-link .xyj-link-head .xyj-link-tab-active::after {
    content: "";
    width: 186px;
    height: 2px;
    display: block;
    background: #d82832;
    margin-left: -16px;
}

.xyj-link .xyj-link-head a {
    display: block;
    float: right;
    margin-right: 16px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #888888;
}

.xyj-link-list {
    padding: 16px;
}

.xyj-link-list li {
    line-height: 32px;
    display: inline-flex;
    margin-right: 16px;
}

.xyj-link-list li::before {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    background: #d82832;
    border-radius: 50%;
    margin-top: 12px;
    margin-right: 12px;
}

.xyj-link-list li a {
    color: #666;
}

/* 底部样式 */

footer {
    height: 184px;
    background: linear-gradient(0deg, #d82832 0%, #d82832 100%);
    width: 100%;
}

footer .xyj-footer-content {
    width: 80vw;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex; /* Safari */
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.xyj-footet-website {
    width: calc(100% - 540px);
    margin-top: 24px;
}

.xyj-footet-website-map {
    color: #fff;
    overflow: hidden;
}

.xyj-footet-website-map ul {
    list-style: none;
    display: inline-flex;
    overflow: hidden;
}

.xyj-footet-website-map ul li {
    list-style: none;
    display: inline-flex;
    margin-right: 16px;
    overflow: hidden;
}

.xyj-footet-website-map ul li::after {
    content: "";
    width: 1px;
    height: 12px;
    display: block;
    background: #f5f5f590;
    margin-left: 12px;
    margin-top: 6px;
}

.xyj-footet-website-map ul li:last-child::after {
    display: none;
}

.xyj-footet-website .xyj-footet-website-dep {
    list-style: none;
    margin-left: -10px;
    margin-top: 12px;
}

.xyj-footet-website .xyj-footet-website-dep li {
    list-style: none;
    text-align: center;
    margin: 0 8px;
    display: inline-flex;
    color: #fff;
}

.xyj-footer-website-copy li {
    list-style: none;
    color: #fff;
    margin-top: 12px;
}

.xyj-footet-code {
    width: 540px;
    margin-top: 24px;
}

.xyj-footet-code ul {
    list-style: none;
}

.xyj-footet-code ul li {
    list-style: none;
    margin: 0 8px;
    display: inline-flex;
    flex-direction: column;
    width: 106px;
    text-align: center;
}

.xyj-footet-code ul li img {
    width: 106px;
    height: 106px;
    display: block;
}

.xyj-footet-code ul li p {
    color: #fff;
    margin-top: 12px;
}

/*关于联盟*/
.main-content-right {
    padding: 50px;
}

.xyj-talent-title {
    text-align: center;
    font-size: 48px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #d82832;
    line-height: 60px;
}

.xyj-talent-paragraph-title {
    font-size: 30px;
    height: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #444444;
    line-height: 30px;
    margin-top: 36px;
}

.xyj-talent-paragraph {
    margin-top: 24px;
    text-indent: 2em;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}

.xyj-talent-paragraph ul li {
    list-style: none;
    text-indent: 2em;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 48px;
}

.main-content-img-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.main-content-img-box .main-content-item:first-child p {
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #d82832;
}

.main-content-img-box .main-content-item a {
    color: inherit;
}

.img_box {
    width: 100%;
    height: 340px;
    border: 1px dashed #ddd;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.img_box img {
    width: 100%;
    height: auto;
}

.main-content-img-box .main-content-item {
    margin: 8px 0px;
    text-align: center;
    margin-left: 4px;
    margin-right: 4px;
    font-size: 16px;
    width: 32%
}

.main-content-img-box .main-content-item > p {
    width: 100%;
}

.main-content-img-box .main-content-item > p > a {
    display: inline-block;
    width: 100%;
    text-align: left;
}

.main-pagination {
    margin: 0 auto;
    text-align: center;
    margin-top: -42px;
    margin-bottom: 16px;
}

.main-pagination ul li {
    list-style: none;
    display: inline-flex;
    width: 41px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    margin-right: 12px;
    line-height: 40px;
    padding-left: 16px;
    color: #999999;
}

.main-pagination ul .current-page,
.main-pagination ul .page-confirm {
    background: linear-gradient(0deg, #d82832 0%, #d82832 100%);
    color: #fff;
}

.main-pagination ul .dot {
    border: 1px solid transparent;
}

.main-pagination .page-long-content {
    width: 62px;
}

.main-pagination ul .page-input {
    width: 80px;
    border: none;
    margin-left: 16px;
}

.page-input::before {
    content: "到";
    margin-left: -32px;
}

.page-input::after {
    content: "页";
    margin-right: 16px;
}

.page-input input {
    border: none;
    width: 40px;
    height: 38px;
    outline: none;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    margin-left: 8px;
    margin-right: 8px;
}

/* 申请培训样式 */

.xyj-apply-title {
    text-align: center;
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #444444;
}

.xyj-form {
    margin-top: 36px;
    display: flex;
    flex-direction: column;
}

.form-sub-title {
    height: 60px;
    background: #eeeeee;
    border-radius: 2px;
    border-left: 2px solid #d82832;
    padding-left: 12px;
    line-height: 60px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    color: #444444;
    font-weight: 400;
    margin-bottom: 24px;
}

.form-item {
    width: 50%;
    text-align: center;
    margin: 12px auto;
}

.form-item > div {

}

.form-item label {
    width: 120px;
    display: inline-flex;
    justify-content: right;
}

.form-item input:not([type="radio"]),
.form-item select {
    width: 420px;
    display: inline-flex;
    outline: none;
    height: 48px;
    background: #ffffff;
    border: 1px solid #d4d4d4;
    padding: 12px;
}

.form-item-radio .form-item-radio-box {
    display: inline-flex;
    width: 420px;
    justify-content: left;
}

.form-item-radio .form-item-radio-box input {
    margin-right: 16px;
}

.form-item-radio .form-item-radio-box input:nth-child(2) {
    margin-left: 16px;
}

.form-item-radio .form-item-radio-box input:checked {
    background-color: #d82832;
    color: #d82832;
}

.form-item .form-item-btn {
    width: 192px;
    height: 60px;
    background: #eeeeee;
    border-radius: 6px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    outline: none;
    border: none;
    margin-right: 16px;
}

.form-item #form-item-primary-btn {
    background-color: #d82832;
    color: #fff;
}

/* 会员级别样式 */
.main-content-right {
    padding-left: 40px;
    padding-right: 40px;
}

.main-content-tabs {
    text-align: center;
    margin-top: 48px;
    margin-bottom: 48px;
}

.main-content-tabs ul {
    list-style: none;
    text-align: center;
    height: 60px;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.main-content-tabs ul li {
    width: 195px;
    display: inline-flex;
    height: 60px;
    line-height: 64px;
    font-size: 20px;
    color: #444;
    background-color: #eaeaea;
    text-align: center;
    justify-content: center;
}

.main-content-tabs ul li:first-child {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.main-content-tabs ul li:last-child {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.main-content-tabs ul .main-content-tabs-item-active {
    font-weight: bold;
    background: linear-gradient(0deg, #d82832 0%, #d82832 100%);
    color: #fff;
}

.dep-list ul li {
    list-style: none;
    height: 290px;
    border-bottom: 1px solid #e4e4e4;
    display: flex;
    cursor: pointer;
}

.dep-list ul li:last-child {
    border: none;
}

.dep-list ul li .dep-list-item-left {
    height: 240px;
    width: 240px;
}

.dep-list ul li .dep-list-item-left img {
    width: 240px;
}

.dep-list ul li .dep-list-item-right {
    width: calc(100% - 240px);
    padding-left: 36px;
}

.dep-list ul li .dep-list-item-right .dep-name {
    margin-top: 24px;
    font-size: 20px;
    font-weight: 400;
}

.dep-list ul li .dep-list-item-right .dep-name:hover {
    font-weight: bold;
    color: #d82832;
}

.dep-list ul li .dep-list-item-right .dep-introduce {
    margin-top: 24px;
    font-size: 16px;
    line-height: 30px;
    color: #666c;
    height: 156px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

.xyj-upload-file {
    width: 80%;
    height: 480px;
    background: #eeeeee;
    border-radius: 2px;
    margin: 36px auto;
    display: flex;
}

.xyj-upload-file div:first-child {
    margin-top: 48px;
    margin-left: 48px;
}

.xyj-upload-btn {
    border: none;
    width: 238px;
    height: 68px;
    background: linear-gradient(0deg, #d82832 0%, #d82832 100%);
    border-radius: 6px;
}

.xyj-upload-btn span {
    display: inline-flex;
}

.xyj-upload-btn .xyj-btn-left {
    margin-right: 32px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #ffffff;
    position: relative;
    top: -12px;
    left: 12px;
}

.xyj-upload-btn .xyj-btn-left i {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    top: 8px;
    left: -75px;
}

.xyj-upload-btn .xyj-btn-right {
    position: relative;
    left: -12px;
    top: 8px;
}

.xyj-upload-file .xyj-upload-info-list {
    list-style: none;
    color: #666666;
    margin-top: 36px;
}

.xyj-upload-file .xyj-upload-info-list li {
    list-style: none;
    color: #666666;
    font-size: 16px;
    line-height: 48px;
}

.xyj-upload-file .xyj-upload-info-list li:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xyj-form .xyj-paragraph {
    margin-top: 24px;
    font-size: 16px;
    color: rgba(102, 102, 102, 1);
    line-height: 30px;
}

.main-content-left-item a {
    display: inline-block;
    width: 100%;
    color: inherit !important;
}

.xyj-content-contact {
    margin-top: 36px;
    display: flex;
}

.xyj-content-contact-left {
    flex: 1;
}

.xyj-content-contact-left h3 {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #444444;
}

.xyj-content-contact-right {
    width: 438px;
    height: 422px;
    background: #f2f2f2;
    border-radius: 2px;
    text-align: center;
    padding-top: 76px;
}

.xyj-content-contact-right p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.xyj-contact-info-list {
    list-style: none;
    color: #666666;
}

.xyj-contact-info-list li {
    list-style: none;
    color: #666666;
    font-size: 16px;
    line-height: 32px;
}

.xyj-contact-info-list li:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xyj-contact-info-list li span {
    font-weight: bolder;
}

/*详情*/
.main-content-right .details_title {
    margin: 0 50px;
    font-size: 36px;
    font-weight: bold;
    color: #d82832;
    line-height: 60px;
    text-align: center;
}

.message_line {
    background-color: #F6F6F6;
    height: 32px;
    line-height: 32px;
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.message_line span {
    display: inline-block;
    margin: 0 20px;
}

.article_cont img {
    display: block;
    margin: 20px auto;
}

.article_cont p {
    font-size: 16px;
    line-height: 2;
    text-indent: 28px;
    margin-bottom: 20px;
}

