.nde-slider {
    padding: 0 15px;
    margin-bottom: 35px;
}
.neslide-box {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    position: relative;
}
.neslide-layer {
    height: 450px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(10, 10, 10, 0.4));
    position: relative;
}
.neslide-pos {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.neslide-content {
    padding: 15px 15px 40px 15px;
}
.neslide-title {
    font-family: OpenSansBold;
    color: #ffffff;
    font-size: 30px;
}
.neslide-desc {
    color: #ffffff;
    font-size: 14px;
    font-family: OpenSansRegular;
    width: 800px;
    max-width: 100%;
}
.neslide-slide {
    width: 100% !important;
}
.neslide-pagination {
    position: initial !important;
}
.neslide-pagination > .swiper-pagination-bullet {
    background-color: #0096C9;
    height: 10px;
    width: 10px;
    vertical-align: middle;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 1;
    margin: 0 5px;
}
.neslide-pagination > .swiper-pagination-bullet-active {
    width: 15px;
    height: 15px;
}
.neslide-arrow {
    position: absolute;
    top: 45%;
    z-index: 5;
    color: #FFFFFF;
    font-size: 30px;
    background-color: rgba(0, 0, 0, 0.3);
    line-height: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 4px 1px;
    outline: none !important;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0;
}
.neslide-prev {
    left: 30px;
}
.neslide-next {
    right: 30px;
}
.neslide-arrow:hover,.neslide-arrow:focus,.neslide-arrow:active {
    background-color: #000000;
}
#news-slider:hover >  .neslide-arrow,#news-slider:focus >  .neslide-arrow,#news-slider:active >  .neslide-arrow {
    opacity: 1;
}
.ne-head {
    padding: 0 15px;
    position: relative;
    margin-bottom: 30px;
}
.ne-head > h3 {
    font-family: OpenSansExtraBold;
    font-size: 25px;
    background-color: #ffffff;
    color: #0096c9;
    padding-right: 30px;
    position: relative;
    z-index: 3;
    display: inline-block;
}
.ne-head > hr {
    border-top: solid 1px #cccccc;
    margin: 0 !important;
    position: relative;
    z-index: 2;
    top: -14px;
}
.col-en {
    display: block;
    float: left;
    width: 33.3333%;
    padding: 0 15px;
}
.en-box {
    display: block;
    margin-bottom: 30px;
    padding: 15px;
}
.en-img {
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 60%;
}
.en-content {
    padding: 15px 10px;
}
.en-title {
    font-family: OpenSansSemiBold;
    font-size: 18px;
    color: #4e4f51;
    margin-bottom: 5px;
}
.en-desc {
    font-family: OpenSansRegular;
    font-size: 14px;
    color: #4e4f51;
    margin-bottom: 15px;
}
.en-date {
    font-family: OpenSansRegular;
    font-size: 12px;
    color: #4e4f51;
}
.en-box:hover,.en-box:focus,.en-box:active {
    position: relative;
    box-shadow: 0 2px 24px 0 rgba(0, 150, 201, 0.35);
    background-color: #ffffff;
}
.col-ne {
    display: block;
    float: left;
    width: 33.3333%;
    padding: 0 15px;
}
.ne-box {
    border-radius: 10px;
    box-shadow: 0 2px 14px 0 rgba(0, 150, 201, 0.35);
    margin-bottom: 30px;
}
.ne-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 65%;
}
.ne-content {
    padding: 10px 0 10px 0;
}
.ne-contain {
    padding: 30px 20px 30px 20px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ne-title {
    font-size: 18px;
    color: #0096c9;
    margin-bottom: 5px;
    font-family: OpenSansSemiBold;
}
.ne-date {
    color: #777777;
    font-family: OpenSansRegular;
    font-size: 12px;
}
.ne-desc {
    color: #333333;
    font-size: 13px;
    font-family: OpenSansRegular;
    margin-bottom: 10px;
}
.ne-read {
    text-align: center;
    display: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.ne-read > a {
    font-family: OpenSansBold;
    font-size: 14px;
    color: #777777;
    display: block;
    background-color: #eeeeee;
    padding: 10px 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.ne-read > a:hover,.ne-read > a:focus,.ne-read > a:active{
    background-color: #0096c9;
    color: #ffffff;
}
.ne-box:hover > .ne-read, .ne-box:focus > .ne-read, .ne-box:active > .ne-read {
    display: block;
}
.ne-box:hover > .ne-contain, .ne-box:focus > .ne-contain, .ne-box:active > .ne-contain {
    padding: 0 20px 22px 20px;
}
.en-more {
    text-align: center;
}
.en-more > a {
    font-family: OpenSansSemiBold;
    color: #0096c9;
    font-size: 15px;
    padding: 6px 12px;
    border-bottom: solid 2px #0096c9;
    display: inline-block;
}
.en-more > a:hover,.en-more > a:focus,.en-more > a:active {
    background-color: #0096c9;
    color: #ffffff;
}
.section-nevent {
    margin-bottom: 40px;
}
.section-nenews {
    margin-bottom: 45px;
}
.dnews-top {
    padding: 0 15px;
    width: 70%;
}
.dnews-title {
    font-family: OpenSansExtraBold;
    color: #0096c9;
    font-size: 28px;
    margin-bottom: 5px;
}
.dnews-author {
    color: #999999;
    font-size: 14px;
    font-family: OpenSansRegular;
    margin-bottom: 20px;
}
.col-dnews {
    display: block;
    float: left;
    width: 70%;
    padding: 0 15px;
}
.col-rdnews {
    display: block;
    float: left;
    width: 30%;
    padding: 0 15px;
}
.dnews-img {
    margin-bottom: 5px;
}
.dnews-img > img {
    width: 100%;
}
.dnews-img-title {
    font-family: OpenSansRegular;
    color: #999999;
    font-size: 13px;
}
.dnews-desc {
    font-family: OpenSansRegular;
    color: #414042;
    padding: 15px 0 0 0;
}
.dnews-desc img{
    max-width: 100%;
}
.dnews-desc iframe{
    max-width: 100%;
}
.dnews-content {
    margin: 0 0 30px 0;
}
.rdnews-head {
    font-family: OpenSansBold;
    color: #0096c9;
    font-size: 18px;
    margin-bottom: 10px;
}
.rdnews-wrap {
    margin-bottom: 20px;
}
.rdnews-box {
    display: block;
    border-bottom: solid 1px #ccc;
    padding-bottom: 15px;
    background-color: #fff;
}
.rdnews-img {
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 60%;
    margin-bottom: 10px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.rdnews-title {
    font-family: OpenSansBold;
    color: #0096c9;
    font-size: 16px;
    margin-bottom: 5px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
.rdnews-date {
    color: #777777;
    font-family: OpenSansSemiBold;
    font-size: 12px;
}
.rdnews-box:hover > .rdnews-img, .rdnews-box:focus > .rdnews-img, .rdnews-box:active > .rdnews-img {
    opacity: 0.8;
}
.rdnews-box:hover > .rdnews-title, .rdnews-box:focus > .rdnews-title, .rdnews-box:active > .rdnews-title {
    color: #777777;
}
@media(max-width: 767px){
    .neslide-layer {
        height: 300px;
    }
    .neslide-title {
        font-size: 20px;
    }
    .neslide-desc {
        font-size: 12px;
    }
    .neslide-next {
        right: 15px;
    }
    .neslide-prev {
        left: 15px;
    }
    .neslide-arrow {
        top: 45%;
        font-size: 20px;
        height: 30px;
        width: 30px;
    }
    .col-en {
        width: 100%;
    }
    .en-box {
        padding: 10px;
        margin-bottom: 15px;
    }
    .col-ne {
        width: 100%;
    }
    .dnews-top {
        width: 100%;
    }
    .dnews-title {
        font-size: 22px;
        line-height: 120%;
    }
    .dnews-author {
        margin-bottom: 10px;
    }
    .col-dnews {
        width: 100%;
        margin-bottom: 20px;
    }
    .col-rdnews {
        width: 100%;
    }
}