.news_box {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    z-index: 2;
    background-color: #eeeeee;
    /*opacity: 0;*/
    /*animation: appear 0.8s 1s linear normal forwards;*/
}

.news_title {
    width: 100%;
    height: auto;
    padding: 80px 0 0 0;
}

.news_span_one {
    margin-left: 10%;
    font-size: 28px;
    color: #ffffff;
    font-family: "Times New Roman","微软雅黑", serif;
    text-transform: uppercase;
    letter-spacing: 15px;
    margin-right: 10px;
}

.news_span_two {
    font-size: 22px;
    color: #ffffff;
    letter-spacing: 3px;
    margin-left: -10px;
}

.news_title strong {
    display: block;
    margin-left: 10%;
    font-size: 36px;
    color: #ffffff;
    text-transform: uppercase;
    height: 90px;
    line-height: 90px;
    letter-spacing: 3px;
}

.block-a {
    font-size: 0;
}

.block-a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.block-div {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-size: 14px;
}

.ns-content-block-two {
    width: 80%;
    position: relative;
    min-height: 1px;
    margin: auto;
}

.ns-block-box {

}

.ns-block-box-div {
    width: 49%;
    float: left;
    position: relative;
    min-height: 1px;
    /*padding-right: 15px;*/
    /*padding-left: 15px;*/
}

.ns-block-box-div:nth-child(2n) {
    margin-left: 2%;
}

.ns-content {
    position: relative;
    background-color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 240px;

    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.ns-content-part-one {
    width: 70px;
    height: 100%;
    text-align: center;
    float: left;

    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.ns-content-part-one p {
    margin-bottom: 15px;
}

.ns-content-part-one p span {
    display: block;
    font-size: 28px;
    color: #404040;
    line-height: 31px;
}

.ns-content-part-one p span.timeTag {
    font-size: 0;
}

.timeTag i{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    line-height: 0;
}

.timeTag i img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.ns-content-part-one small {
    display: block;
    font-size: 12px;
    color: #404040;
}

.ns-content-part-two {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    padding-left: 70px;
    padding-right: 10px;

    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.ns-content-part-two .more {
    position: absolute;
    bottom: 40px;
    left: 50px;
}

.ns-content-part-two .more span {
    font-size: 18px;
    color: #979797;
    font-family: "Times New Roman","微软雅黑", serif;
    display: block;

    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.part-two-content {
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    z-index: 1;
    height: 100%;
    padding-top: 50px;
}

.part-two-content:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2b71a8;
    opacity: 0;
    visibility: hidden;
}

.part-two-content p {
    font-size: 22px;
    color: #454545;
    line-height: 38px;

    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.nsMore {
    font-size: 0;
    position: absolute;
    right: 50px;
    top: 40px;
}

.nsMore a {
    display: inline-block;
}

.nsMore a i {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    position: relative;
    z-index: 1;
}

.nsMore a i img {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    position: absolute;
    right: 0;
    top: 0;
}

.nsMore a i img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.ns-content:hover {
    background-color: #17523a;
}

.ns-content:hover .ns-content-part-one p span,
.ns-content:hover .ns-content-part-one small,
.ns-content:hover .part-two-content p,
.ns-content:hover .ns-content-part-two .more span {
    color: #fff;
}

.ns-content:hover .timeTag i img {
    opacity: 0;
}

.ns-content:hover .timeTag i img:nth-child(2) {
    opacity: 1;
}

.ns-content:hover .nsMore {
    animation: arrorMore 0.6s ease 0s infinite;
    -webkit-animation: arrorMore 0.6s ease 0s infinite;
    -moz-animation: arrorMore 0.6s ease 0s infinite;
    -o-animation: arrorMore 0.6s ease 0s infinite;
}

.ns-content:hover .nsMore i img {
    opacity: 0;
}

.ns-content:hover .nsMore i img:nth-child(2) {
    opacity: 1;
}

.ns-content:hover .part-two-content:after {
    top: 10px;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease 0.1s;
}

.ns-more {
    position: absolute;
    right: 10%;
    top: 142px;
}

.ns-more span,.ns-more small {
    display: inline-block;
    vertical-align: middle;
}

.ns-more span {
    font-size: 20px;
    font-family: "Times New Roman","微软雅黑", serif;
    color: #ffffff;
    text-transform: uppercase;
    margin-right: 25px;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.ns-more small {
    position: relative;
    left: 0;
}

.ns-more:hover span {
    color: #88ABDA;
}

.ns-more:hover small {
    animation: arrorMore_ 0.6s ease 0s infinite;
    -webkit-animation: arrorMore_ 0.6s ease 0s infinite;
    -moz-animation: arrorMore_ 0.6s ease 0s infinite;
    -o-animation: arrorMore_ 0.6s ease 0s infinite;
}

@keyframes arrorMore {
    0%{ right: 20px; }
    60%{ right: 10px; }
    100%{ right: 20px; }
}

@-webkit-keyframes arrorMore {
    0%{ right: 20px; }
    60%{ right: 10px; }
    100%{ right: 20px; }
}

@-moz-keyframes arrorMore {
    0%{ right: 20px; }
    60%{ right: 10px; }
    100%{ right: 20px; }
}

@-o-keyframes arrorMore {
    0%{ right: 20px; }
    60%{ right: 10px; }
    100%{ right: 20px; }
}

@keyframes arrorMore_ {
    0%{ left: 2px; }
    60%{ left: 10px; }
    100%{ left: 2px; }
}

@-webkit-keyframes arrorMore_ {
    0%{ left: 2px; }
    60%{ left: 10px; }
    100%{ left: 2px; }
}

@-moz-keyframes arrorMore_ {
    0%{ left: 2px; }
    60%{ left: 10px; }
    100%{ left: 2px; }
}

@-o-keyframes arrorMore_ {
    0%{ left: 2px; }
    60%{ left: 10px; }
    100%{ left: 2px; }
}

/*------------------------------------------------------- media -------------------------------------------------------*/
@media screen and (max-width: 1050px) {
    .nsMore {
        right: -15px;
        top: 60px;
    }
}