.container.main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.news-list {
    margin-bottom: 30px
}
.news-list ul {
    list-style: none;
    overflow: auto;
    padding: 0;
    margin: 0
}

.news-list .news-list-item {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-top: 0;
    margin-bottom: 25px;
    background-color: rgb(242, 242, 242);
    margin-top: 25px;
    height: 220px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.news-list-item .news-list-img{
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    flex: 0 0 20%;
    width: auto;
    height: 220px;
    display: grid;
    place-items: center;
    text-align: center;
}
.news-list-item .news-list-img img{
    width: 100%;
    height: 100%;
    transform: scale(1);
    max-height: 220px;
    max-width: 90%;
    transition: 0.5s;
}
.news-list-item .news-list-img:hover img {
    transform: scale(1.15);
}

.news-list-item .news-list-text{
    flex: 0 0 80%;
}
.news-list-text .intro{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.news-list-text .intro .title{
    width: 80%;
    margin-left: 35px;
}
.news-list-text .intro .overview{
    padding-left: 20px;
    padding-right: 20px;
}
.news-list-text .intro .overview p{
    color: rgb(51, 51, 51);
    margin-top: 0px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.news-list-text .intro .overview .desc{
    font-size: 14px;
    color: rgb(112, 112, 112);
    line-height: 1.6;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-list-text .intro .time{
    text-align: center;
    width: 15%;
}
.news-list-text .intro .time h4{
    min-height: 20px;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 7rem;
    color: rgb(102, 102, 102);
    line-height: 1.2;
    font-family: Impact;
    text-align: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.news-list-text .intro .time p{
    min-height: 20px;
    margin-top: 0;
    padding-left: 0px;
    font-size: 2rem;
    color: rgb(102, 102, 102);
    line-height: 1.6;
    font-family: Arial;
    font-weight: bold;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.news-list .news-list-item:hover {
    box-shadow: rgba(29, 56, 72, 0.17) 0 13px 5px -5px;
}
.news-list .news-list-item:hover .news-list-text .intro .overview p,
.news-list .news-list-item:hover .news-list-text .intro .time h4,
.news-list .news-list-item:hover .news-list-text .intro .time p{
    color: #ec5520;
}
@media (max-width: 992px) {
    .news-list-text .intro .time h4{
        font-size: 6rem;
    }
    .news-list-text .intro .time p{
        font-size: 1.6rem;
    }
}

/**/
.paragraph{
    border: 1px solid #f2f2f2;
    padding: 30px;
    background: #fff;
    margin-bottom: 30px;
}
.paragraph .title{
    margin: 0 0 25px 0;
    line-height: 1.4;
    color: #ec5520;
    font-size: 2rem;
    font-weight: normal;
    text-align: center;
}
.paragraph .time{
    width: 100%;
    text-align: center;
    display: block;
    color: #888;
    line-height: 20px;
    font-size: 1.6rem;
}
.paragraph .line{
    width: 100%;
    height: 1px;
    display: block;
    background: #f2f2f2;
    margin: 25px 0;
}
.paragraph .content{
    word-break: break-word;
    line-height: 1.7;
    font-size: 1.6rem;
    color: #343434;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.paragraph .content p {
    margin: 0;
}
.paragraph table,
.paragraph td,
.paragraph p,
.paragraph img,
.paragraph video,
.paragraph span{
    max-width: 100%;
}
.paragraph img,
.paragraph video{
    width: auto;
    text-align: center;
}
.paragraph p,
.paragraph span{
    text-wrap-mode:unset!important;
}

.prev-next-link {
    text-align: center;
    padding: 10px 0;
    overflow: auto;
}
.prev-next-link i {
    margin: 0 4px;
    font-size: 14px;
}
.prev-next-link .pbtn{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    height: 32px;
    line-height: 32px;
    font-size: 1.4rem;
    display: inline-block;
    color: #6c6c6c;
    text-decoration: none;
}

@media (min-width: 768px) {
    .prev-next-link{
        padding: 5px 0 30px 0;
    }
    .prev-next-link .left {
        float: left;
        margin-left: 25px;
    }
    .prev-next-link .right {
        float: right;
        margin-right: 25px;
    }
}

ul {
    list-style: none;
    overflow: auto;
    padding: 0;
    margin: 0
}

.case-list {
    margin: 0 -15px;
    overflow: auto
}

.case-list a {
    text-decoration: none;
    margin-bottom: 20px;
    display: block
}

.case-list a .item {
    width: 100%;
    margin: 0 0 10px 0;
    position: relative
}

.case-list a .item .blk {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    overflow: hidden;
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 100%
}

.case-list a .item .blk .square-cont {
    position: absolute;
    width: 100%;
    height: 100%
}

.case-list a .item .blk .cover-image > span {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center
}

.case-list a .item .blk .cover-image > span > img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.case-list a .text {
    text-align: center;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .5s ease .1s;
    -moz-transition: all .5s ease .1s;
    -o-transition: all .5s ease .1s;
    transition: all .5s ease .1s
}

.case-list a .text:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%
}

.case-list a .text .mt {
    vertical-align: middle;
    display: inline-block;
    width: 96%
}

.case-list a .text .wbtn {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 32px;
    padding: 0 20px;
    transition: all .5s;
    color: #fff;
    background: #ec5520;
    text-transform: uppercase
}

.case-list a .adorn {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    pointer-events: none
}

.case-list a .adorn span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%
}

.case-list a .adorn span:before, .case-list a .adorn span:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 1px;
    opacity: 0;
    background-color: #ec5520;
    -webkit-transition: all .5s ease .2s;
    -moz-transition: all .5s ease .2s;
    -o-transition: all .5s ease .2s;
    transition: all .5s ease .2s;
    top: 50%;
    left: 50%
}

.case-list a .adorn span:first-child {
    transform: rotate(45deg)
}

.case-list a .adorn span:last-child {
    transform: rotate(-45deg)
}

.case-list a .title {
    width: 100%;
    display: block;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1.8rem;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    text-align: center;
    margin-bottom: 20px;
}

.case-list a:hover .item .text {
    opacity: 1
}

.case-list a:hover .item .adorn span:before {
    width: 100%;
    opacity: 1;
    left: -80%
}

.case-list a:hover .item .adorn span:after {
    width: 100%;
    opacity: 1;
    left: 80%
}

@media (max-width: 768px) {
    .case-list {
        margin: 10px -15px 0 -15px
    }

    .case-list .col-xs-6:nth-child(2n) {
        padding-left: 9px
    }

    .case-list .col-xs-6:nth-child(2n+1) {
        padding-right: 9px
    }

    .case-list a .text {
        display: none
    }

    .case-list a .adorn {
        display: none
    }

    .case-list a .title {
        font-size: 1.6rem
    }
}
