/****************************  ****************************/

.news-list a,
.news-list a:hover,
.news-list .item,
.news-list .item:hover {
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}


/****************************  ****************************/

.news-list {
    margin: 35px -17px 0 -17px;
}

.news-list li:nth-child(2n+1) {
    clear: left;
}

.news-list .item {
    width: 50%;
    padding: 0 17px 25px;
}

.news-list .item:hover {}

.news-list a {
    position: relative;
    display: block;
}

.news-list .pic {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 145px;
    margin: 0 20px 0 0;
}

.news-list .pic:before,
.gallery .thumbnails li a:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5) url('../images/news/more.png') 50% 50% no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.news-list .pic:after,
.gallery .stage:after,
.gallery .thumbnails li a:after {
    content: "";
    width: 100%;
    height: 100%;
    border: 9px solid rgba(255, 255, 255, .5);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.news-list a:hover .pic:before,
.gallery .thumbnails li a:hover:before,
.gallery .thumbnails li.active a:before {
    opacity: 1;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.news-list a:hover .pic:after {
    opacity: 0;
}

.news-list .txt {
    display: inline-block;
    vertical-align: top;
    width: 295px;
}

.news-list .date {
    display: inline-block;
    width: 60px;
    font-size: 13px;
    color: #535353;
    text-align: right;
    line-height: 1.4;
    margin: 0 10px 0 0;
}

.news-list .date b {
    font-size: 30px;
    color: #000000;
    display: block;
    font-weight: normal;
}

.news-list .name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
    height: 44px;
    color: #333333;
    font-weight: bold;
    line-height: 1.6;
    margin: 0 0 10px 0;
}

.news-list a:hover .name {
    color: #6AAC6A;
}

.news-list .description {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    height: 89px;
    color: #777777;
    line-height: 1.65;
}


/****************************  ****************************/

.gallery {
    max-width: 900px;
    margin: 0 auto 35px;
    padding-bottom: 65px;
    border-bottom: 1px solid #DFDFDF;
}

.gallery .thumbnails {
    width: 326px;
    float: right;
    margin: 0 -19px;
}

.gallery .thumbnails ul {
    margin: 35px 0 0 0;
}

.gallery .thumbnails li {
    width: 50%;
    padding: 0 19px 35px;
}

.gallery .thumbnails li a {
    position: relative;
}

.gallery .stage {
    float: left;
    width: 527px;
    position: relative;
}

.gallery .stage:before {
    content: "";
}

.news-title {
    border: 1px solid #68A0FD;
    font-size: 16px;
    color: #043D57;
    padding: 10px 140px 10px 10px;
    position: relative;
    margin: 30px 0 40px;
    min-height: 25px;
}

.news-date {
    background: #68A0FD;
    line-height: 21px;
    font-size: 13px;
    color: #FFFFFF;
    padding: 0px 15px;
    letter-spacing: 0;
    display: block;
    position: absolute;
    margin: 2px 0 0 0;
    top: 10px;
    right: 10px;
}

.news-page {
    max-width: 900px;
    margin: 0 auto;
}
