.news-list {
    max-width: 1440px;
    margin: 0 auto;
}
.news-list .item {
    width: 25%;
    padding: 0 7px;
}
.news-list .item:nth-child(4n+1) {
    clear: left;
}
.news-list .box {
    max-width: 470px;
    margin: 0 auto 45px;
    background: rgba(236,236,251,.3);
    padding: 30px 40px 30px;
    border-bottom: 5px solid #fff;
    color: #ccc;
}
.news-list .pic {
    position: relative;
    overflow: hidden;
    max-width: 266px;
    margin: 0 auto 20px;
    border-radius: 100%;
}
.news-list .box:hover{
    background: rgba(236,236,251,.1);
    margin-top: -7px;
-webkit-transition: all 200ms linear;
   -moz-transition: all 200ms linear;
     -o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.news-list .box:hover .pic {
    border-color: #197292;
}
.news-list .pic a:before {
    content: "";
    background: url(../../images/common/news/hover.png) 50% 60% no-repeat rgba(0,0,0,.3);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    border-radius: 100%;
    transition: all 0.3s;
}
.news-list .box:hover .pic a:before {
    background-position: 50% 50%;
    opacity: 1;
}
.news-list .name a {
    color: #fff;
    font-size: 18px;
    text-align: left;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 55px;
}
.news-list .date,
.news-header .date {
    display: block;
    color: #DAE51E;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 26px;
}
.news-list .date{
	margin-top: 10px;
}
.news-list .box .description{
    overflow: hidden;
    height: 70px;
}
.news-list .box .more{
    text-align: right;
    display: block;
    margin-top: 30px;
}
.gallery{
    background: url(../../images/common/news/gallery_bg.png)repeat-x center;
}
.gallery .stage{
    max-width: 626px;
    margin: 0 auto;
    position: relative;
    border: 13px solid rgba(255, 243, 217, 0.12);
}
.gallery .slick-prev,.gallery .slick-next{
    width: 50px;
    height: 50px;
    background: url(../../images/common/index/rooms_arrow.png);
    border: none;
    padding: 0;
    text-indent: -5000px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: -80px;
    margin-top: -25px;
    opacity: 0.5;
}
.gallery .slick-next{
    background-position: 100% 100%;
    right: -80px;
    left: inherit;
}
.gallery button:hover{
    opacity: 1;
}


.news-header {
    text-align: center;
    margin-top: 30px;
}
.news-header .title {
    max-width: 1045px;
    margin: 0 auto 25px;
    color: #ddd;
    font-size: 18px;
    line-height: 1.5;
    font-weight: normal;
}
.news-detail {
    border-bottom: 1px dashed #ccc;
    padding: 50px 0;
}
.news-detail .editor {
    max-width: 1045px;
    margin: 0 auto;
}
@media screen and (max-width: 900px) {
    .news-list {
        max-width: 700px;
    }
    .news-list .item{
        width: 50%;
    }
    .news-list .item:nth-child(4n+1) {
        clear: none;
    }
    .news-list .item:nth-child(2n+1) {
        clear: left;
    }
}
@media screen and (max-width: 767px) {
    .news-detail {
        padding: 25px 0;
    }
    .gallery {
        padding: 0 50px;
    }
}
@media screen and (max-width: 440px) {
    .news-list .item{
        width: 100%;
    }
    .news-list .item:nth-child(n) {
        clear: none;
    }
}