.xmzcxq {
    width: 100%;
    float: left;
    padding-bottom: 50px;
	background-image: url('/r/cms/www/default/img/commit/jyx.png');
	background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
}

.main-nav-active {
	border-bottom: 2px solid #F49455 !important;
}

.xmzcxq-nav {
    width: 80%;
    float: left;
    margin-left: 10%;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 16px;
}

.xmzcxq-nav-left {
    width: calc(50% - 235px);
    height: 2px;
    background: #E0E0E0;
    float: left;
    margin-top: 29px;
}

.xmzcxq-nav-center {
    height: 60px;
    float: left;
}

.xmzcxq-nav-center-left {
    width: 2px;
    height: 60px;
    background: #E0E0E0;
    float: left;
}

.xmzcxq-nav-center-lefttitle {
    width: 150px;
    height: 60px;
    float: left;
    text-align: center;
    line-height: 60px;
}

.xmzcxq-nav-center-lefttitle a {
    color: #333333;
    text-decoration: none;
}

.xmzcxq-nav-center-center {
    width: 2px;
    height: 60px;
    background: #E0E0E0;
    float: left;
}

.xmzcxq-nav-center-righttitle {
    width: 150px;
    height: 60px;
    float: left;
    text-align: center;
    line-height: 60px;
}

.xmzcxq-nav-center-righttitle a {
    color: #333333;
    text-decoration: none;
}

.xmzcxq-nav-center-right {
    width: 2px;
    height: 60px;
    background: #E0E0E0;
    float: left;
}

.xmzcxq-nav-rihgt {
    width: calc(50% - 229px);
    height: 2px;
    background: #E0E0E0;
    float: left;
    margin-top: 29px;
}

.xmzcxq-nav-active a {
    font-size: 24px;
    color: #F49455;
}

.xmzcxq-nav-transform {
    transform: rotate(20deg);
}

.xmzcxq-main {
    width: 80%;
    margin-left: 10%;
    float: left;
    margin-top: 50px;
}
.xmzcxq-main-view {
    display: flex;
}

.xmzcxq-right {
    flex: 1;
}


.xmzcxq-main-article-more{
    margin-top: 50px;
    justify-content: space-between;
}
.xmzcxq-main-article-more>div{
    font-size: 12px;
    line-height: 20px;
}
.xmzcxq-main-article-more>div a{
    color: #333;
}
.xmzcxq-main-article-more>div a:hover{
    color: #F49455;
}
.xmzcxq-main-article h2{
    font-size: 26px;
    text-align: center;
    color: #333333;
    -webkit-text-stroke: 0 #707070;
     text-stroke: 0 #707070;
     font-weight: bold;
}
.xmzcxq-main-article-context {
    font-size: 16px;
    color: #333;
    margin-top: 40px;
	background:#fff;
	padding:40px;
	border-top:5px solid #FE9551;
	min-height: 508px;
}
.xmzcxq-main-article h3{
    font-size: 16px;
}
.xmzcxq-main-article p{
   line-height: 1.5;
}
.xmzcxq-main-article-desc{
    text-align: center;
    margin-top: 1.5%;
    font-size: 12px;
    color: #333;
}
.xmzcxq-main-article-desc div{
    display: inline-block;
    margin-right: 5%;
}
.xmzcxq-main-article-desc div a{
    color: #F49455;
}


.xmzcxq-left {
    width: 245px;
    margin-right: 50px;
	margin-top:75px;
}

.xmzcxq-left-main {
    
    padding-top: 24px;
    padding-bottom: 30px;
    
}

.step-list {
  padding: 0
}

.step-list li {
  list-style: none
}

.step-item {
  position: relative
}

.step-item .arrowPic {
  margin-top: 12px;
  margin-bottom: 12px;
  width: 20px !important;
  height: 20px;
  position: relative;
  left: 50%;
  transform: translateX(-50%)
}

.step-item a {
  color: #999;
  font-family: "PingFang SC";
  display: inline-block;
  padding-bottom: 6px;
  padding-top: 6px;
  border: 2px solid rgba(0, 0, 0, 0);
  width: 100%
}

.step-item .step-item-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 28px
}

.step-item .step-item-date,
.step-item .step-item-status {
  font-size: 14px;
  line-height: 18px
}

.step-item .step-item-no {
  position: absolute;
  left: 24px;
  top: 6px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ededed;
  text-align: center;
  line-height: 36px;
  color: #666
}

.step-item .step-item-info {
  padding-left: 76px
}

.step-item.active a {
 
  background-size: 100% 100%;
 
  box-sizing: border-box
}

.step-item.finished a {
  color: #5a964c
}

.step-item.finished .step-item-no {
  background: #5a964c;
  color: #fff
}

.step-item.steping a {
  color: #f49455
}

.step-item.steping .step-item-no {
  background: #f49455;
  color: #fff
}

.step-item.steping-line::before {
  border-color: #f49455 !important;
  border-style: solid !important
}

.step-item:not(:last-child)::before {
  content: "";
  position: absolute;
  width: 0;
  height: calc(100% - 18px);
  border-left-width: 1px;
  border-style: dashed;
  border-color: #c8c8c8;
  left: 41px;
  top: 31px
}

.step-remark {
  padding-left: 24px
}

.row1 {
  font-size: 16px;
  color: rgba(0, 0, 0, .7);
}
.row1 span {
    color: #d33c3c;
}

.main {
	background:#f1f1f1;
}

.other-info {
  margin-top: 12px;
  font-size: 14px;
  color: rgba(0, 0, 0, .7);
  line-height: 20px
}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1140px) {}

@media screen and (max-width: 992px) {
    .xmzcxq-nav {
        width: 96%;
        margin-left: 2%;
        font-size: 14px;
    }
    .xmzcxq-nav-left {
        width: calc(50% - 103px);
        margin-top: 19px;
    }
    .xmzcxq-nav-center {
        width: 206px;
        height: 40px;
    }
    .xmzcxq-nav-center-left {
        height: 40px;
    }
    .xmzcxq-nav-center-lefttitle {
        width: 100px;
        height: 40px;
        line-height: 40px;
    }
    .xmzcxq-nav-center-center {
        height: 40px;
    }
    .xmzcxq-nav-center-righttitle {
        width: 100px;
        height: 40px;
        line-height: 40px;
    }
    .xmzcxq-nav-center-right {
        height: 40px;
    }
    .xmzcxq-nav-rihgt {
        width: calc(50% - 103px);
        margin-top: 19px;
    }
    .xmzcxq-nav-active a {
        font-size: 18px;
    }
    .xmzcxq-main {
        width: 96%;
        margin-left: 2%;
        float: left;
    }

    .xmzcxq-main-article{
        margin-top: 44px;
    }
    .xmzcxq-main-article h2{
        font-size: 15px;
    }
    .xmzcxq-main-article-desc{
        font-size: 14px;
    }

    .xmzcxq-main-article-context {
        font-size: 14px;
        color: #333;
    }
    .xmzcxq-main-article h3{
        font-size: 14px;
    }
    
}

@media screen and (max-width: 720px) {
	.xmzcxq-left {
		margin-top:20px;
	}
    .xmzcxq-nav-center{
        width:70%
    }
    .xmzcxq-nav-rihgt{
        width:15%;
    }
    .xmzcxq-nav-left{
        width:15%;
    }
	
	.xmzcxq-main-article-context table {
		width: 100% !important;
	}

    .xmzcxq-main-article{
        margin-top: 32px;
    }
    .xmzcxq-main-article h2 {
        font-size: 13px;
    }
    .xmzcxq-main-article-desc{
        font-size: 12px;
    }
    /* article text */
    .xmzcxq-main-article-context {
        font-size: 12px;
        color: #333;
    }
    .xmzcxq-main-article h3{
        font-size: 12px;
    }
    .xmzcxq-main-article-more{
        flex-direction: column;

    }

    .xmzcxq-main-view {
        flex-direction: column;
    }

    .xmzcxq-left-main {
        background: none;
        box-shadow: none;
    }

    .xmzcxq-main {
        margin-top: 10px;
    }

    .xmzcxq-left {
        margin-right: 0;
    }

    .step-list {
        display: flex;
        flex-direction: row;
        margin-bottom: 0;
        justify-content: center;
    }
    .step-item {
        margin-left: 20px;
        text-align: center;
    }
    .step-item::before {
        border-width: 1px 0 0 0;
        height: 0px !important;
        width: 100% !important;
        top:9px !important;
         z-index: -1;
    }
    .step-item .arrowPic {
        display: none !important;
    }   
    .step-item a{
        border: none !important;
        background: none !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 0px;
    }
    .step-item .step-item-no {
        width: 20px;
        height: 20px;
        font-size: 12px;
        line-height: 20px;
        position: static;
       
    }
    .step-item:nth-child(1) {
        margin-left: 0px;
    }
    .step-item .step-item-info {
        padding-left: 0;
        flex: 1;
    }
    .step-item .step-item-info .step-item-title {
        font-size: 12px;
        white-space: nowrap;
        line-height: 1;
        margin-top: 4px;
    }
    .step-item .step-item-info .step-item-date, .step-item .step-item-info .step-item-status {
        font-size: 10px;
        white-space: nowrap;
        line-height: 12px;
    }
    .step-remark {
        display: none;
    }
    .xmzcxq-left-main {
        padding-bottom: 0;
        padding-top: 10px;
        overflow-x: scroll;
    }
    .xmzcxq-left {
        width: 100%;
    }
}