/*内页新闻*/

.Pagenews .content {
    text-align: center;
}

.Pagenews #newslist {
    width: 960px;
    float: right;
}

.Pagenews #newslist .newstitem {
    width: 100%;
    margin: 0;
    height: 190px;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.Pagenews #newslist .wrapper .news_wrapper {
    width: 920px;
    float: left;
    position: inherit;
    margin-left: 85px;
}

.Pagenews #newslist .newstitem .newsimg {
    display: block;
    width: 200px;
    height: 130px;
    margin-top: 30px;
}

.Pagenews #newslist .news_wrapper,
.Pagenews #newslist .newstitem a.newscontent:hover .news_wrapper {
    width: 920px;
}

.Pagenews #newslist .newsbody .date {
    width: 120px;
    top: 0;
    text-align: left;
    float: right;
    padding-right: 50px;
}

.Pagenews #newslist .newsbody .date .year {
    color: #999;
    top: 22px;
    font-size: 30px;
    text-align: right;
}

.Pagenews #newslist .newsbody .date .md {
    display: none;
}

.Pagenews #newslist .newsbody .date:after {
    left: 100px;
    top: 8px;
}

.Pagenews #newslist .newsbody .title {
    left: 155px;
    width: 520px;
    margin-top: -10px;
    line-height: 24px;
    height: 24px;
}

.Pagenews #newslist .newsbody .description {
    left: 155px;
    width: 520px;
    top: 100px;
    margin-top: -12px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.Pagenews #newslist .newstitem:hover .newsbody .title,
.Pagenews #newslist .newstitem:hover .newsbody .description {
    left: 175px
}

.Pagenews #newslist .newstitem:hover .newsbody .date:after {
    width: 60px;
    background: #7D7D7D;
}

.Pagenews #newslist .newstitem:hover .title {
    color: #333
}

.Pagenews #newslist .newstitem:hover .date .year {
    color: #333;
}

.Pagenews #newslist .newstitem a.details {
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 0;
    border: none;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    overflow: hidden;
    position: relative;
    margin: 0px;
    z-index: 3;
    top: -96px;
    right: 0;
    float: right;
}

.Pagenews #newslist .newstitem a.details:after {
    content: '';
    width: 15px;
    height: 9px;
    background: url(http://resources.jsmo.xin/templates/upload/302/201606/icon.png) no-repeat -110px -11px;
    display: block;
    margin: 13px 0 0 11px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.Pagenews #newslist .newstitem:hover .details {
    border-color: #b6b6b6;
    text-indent: 130px;
    background: transparent;
}

.Pagenews #newslist .newstitem:hover .details:after {
    background: url(http://resources.jsmo.xin/templates/upload/302/201606/icon.png) no-repeat -1px -71px;
}

.Pagenews #newslist .newstitem .details:hover {
    border: none;
}

#indexPage #mteam .header img {
    width: 400px;
    height: 210px;
    overflow: hidden;
    border-radius: 0px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#indexPage #mteam .content_list li:hover .header img {
    box-shadow: 0 12px 10px rgba(0, 0, 0, 0.1);
}

#indexPage #mteam .bx-wrapper .bx-controls-direction a {
    margin-top: -46px;
    border-radius: 3px;
    background: rgba(0, 0, 0, .1);
    width: 30px;
    height: 70px;
}

#indexPage #mteam .bx-wrapper .bx-controls-direction a.bx-prev i {
    margin-left: 10px;
}

#indexPage #mteam .bx-wrapper .bx-controls-direction a i {
    font-size: 26px;
    margin-top: 21px;
    margin-left: 12px;
}

#indexPage #mteam .bx-wrapper .bx-controls-direction a:hover {
    background-color: rgba(0, 0, 0, .4);
}

#indexPage #mteam .content_list li {
    background: rgba(255, 255, 255, .0);
    height: 400px;
    border-bottom: 1px solid rgba(255, 255, 255, .0);
    transition: all 0.3s ease-out 0s;
}

#indexPage #mteam .content_list li:hover {
    margin-top: -10px;
    border-bottom: 1px solid rgba(255, 255, 255, .6);
}

#indexPage #mteam .summary {
    padding: 0 30px 0 5px;
}
