html,
body {
    font-family: MicrosoftYaHei;
    background: #ffffff
}

.construction-content {
    width: 100%;
    min-width: 120.0rem;
    min-height: 102.8rem;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.construction-content .info-banner {
    width: 100%;
    height: 50.6rem;
    background: url(/frontend/images/bg8.jpg) no-repeat
}

.construction-content .info-banner .banner-in {
    width: 120.0rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.construction-content .info-banner .banner-in .banner-l {
    float: left;
    width: 4.7rem;
    height: 3.8rem;
    margin-top: 5.0rem
}

.construction-content .info-banner .banner-in .banner-c {
    float: left;
    width: 101.5rem;
    margin-left: 4.7rem;
    margin-right: 4.3rem
}

.construction-content .info-banner .banner-in h5 {
    font-family: AdobeHeitiStd-Regular;
    font-size: 3.0rem;
    line-height: 4.0rem;
    text-indent: 6.0rem;
    color: #042c56;
    font-weight: bold;
    margin-top: 5.9rem;
    margin-bottom: 4.5rem
}

.construction-content .info-banner .banner-in p {
    font-family: MicrosoftYaHei;
    font-size: 1.8rem;
    color: #333333;
    text-indent: 3.6rem;
    line-height: 3.0rem
}

.construction-content .info-banner .banner-in .banner-r {
    float: right;
    width: 4.8rem;
    height: 3.8rem;
    margin-top: 5.0rem
}

.construction-content .content-nav {
    text-align: center;
    height: 6.9rem;
    width: 120.0rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.construction-content .content-nav a {
    display: inline-block;
    height: 6.9rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14.8rem;
    text-align: center;
    margin-left: 5.6rem;
    line-height: 6.9rem;
    text-decoration: none;
    position: relative;
    font-size: 1.8rem;
    color: #000000;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.construction-content .content-nav a.active,
.construction-content .content-nav a:hover {
    color: #009aff
}

.construction-content .content-nav a.active::after,
.construction-content .content-nav a:hover::after {
    width: 7.5rem
}

.construction-content .content-nav a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: .0rem;
    height: .5rem;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    /* border-bottom: .4rem solid #009aff; */
    background: url('/frontend/images/Group9.png');
    background-size: 100% 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 6%;
}

.construction-content .content-nav a:first-of-type {
    margin-left: .0rem
}

.construction-content .content-info {
    width: 100%;
    padding-bottom: 4.0rem;
    background: #f2f5fa;
    padding-top: 2.0rem
}

.construction-content .content-info .info {
    width: 120.0rem;
    height: 113.2rem;
    background-color: #ffffff;
    padding-top: 3.0rem;
    padding-left: 2.0rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 0
}

.construction-content .content-info .info .info-list {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.construction-content .content-info .info .info-list li {
    float: left;
    width: 37.2rem;
    height: 31.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 2.0rem;
    margin-bottom: 3.0rem
}

.construction-content .content-info .info .info-list li .img {
    width: 37.2rem;
    height: 24.8rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative
}

.construction-content .content-info .info .info-list li .img .img-txt {
    position: absolute;
    width: 37.2rem;
    height: 10.4rem;
    bottom: -10.4rem;
    left: 0;
    background: url(/frontend/images/bg9.png) no-repeat;
    color: #ffffff;
    font-size: 1.6rem;
    padding-top: 2.7rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: .8rem;
    padding-right: .8rem;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.construction-content .content-info .info .info-list li .img img {
    position: absolute;
    width: 100%;
    height: 100%
}

.construction-content .content-info .info .info-list li p {
    text-align: center;
    height: 6.6rem;
    border: .1rem solid #e5e5e5;
    border-top: .0rem;
    line-height: 6.6rem;
    font-size: 1.8rem;
    color: #323333
}

.construction-content .content-info .info .info-list li:hover .img .img-txt {
    bottom: .0rem
}

.construction-content .content-info .info .changepage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: .6rem
}

.construction-content .content-info .info .changepage a {
    display: inline-block;
    width: 3.1rem;
    height: 2.8rem;
    -webkit-border-radius: .4rem;
    border-radius: .4rem;
    border: solid .1rem #e5e5e5;
    background-color: #ffffff;
    text-align: center;
    line-height: 2.8rem;
    text-decoration: none;
    font-size: 1.4rem;
    font-family: AdobeHeitiStd-Regular;
    color: #666666;
    margin-right: .9rem
}

.construction-content .content-info .info .changepage a.active {
    background-color: #133984;
    border: solid .1rem #133984;
    color: #ffffff
}

.construction-content .content-info .info .changepage a.prev,
.construction-content .content-info .info .changepage a.next {
    width: 6.5rem
}
.describe{
    width: 80%;
    margin-bottom: 8%;
    margin-left: 12%;
    font-size: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.describe-tit{
   color: #666666;
}
.describe-txt{
    color: black;
    margin-left: 5%;
}