.news-list{
    margin-top:-10px;
    margin-bottom:30px;
}
.news-content{
}
.news-list .item {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 20px;
}

.news-list .item a {
}

.news-list .item .pic {
    text-align: left;
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    padding: 12px;
    background: url(../images/news/news_bg.jpg);
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.news-list .item .pic .pic-img {
    position: relative;
    display: inherit;
}

.news-list .item .pic .pic-img:before {
    content: url(../images/more.png);
    position: absolute;
    top: 0%;
    left: 50%;
    margin-top: -49px;
    margin-left: -45px;
    z-index: 50;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.news-list .item .pic .pic-img:after {
    content: "";
    background: rgba(194, 164, 69, .6);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.news-list .item a:hover .pic-img:before,
.news-list .item a:hover .pic-img:after {
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.news-list .item a:hover .pic-img:before {
    top: 50%;
}

.news-list .item .txt {
    border:#D80C0C 1px solid;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.news-list .item .date,
.news-content .date {
    width: 100px;
    height: 30px;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    padding:0px 10px;
    text-align:center;
    color: #fff;
    float:left;
    background: url(../images/news/news_bg.jpg) repeat;
    position:relative !important;
}

.news-content .date{
    float:none;
    margin:0 auto;
}

.news-content .date:before{
    content:'';
    width: 0;
    height: 0;
    position: absolute;
    bottom:-7px;
    left:50%;
    margin-left:-5px;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #DF3A3A transparent transparent transparent;
}

.news-list .item .date span,
.news-content .date span {
    display: block;
    font-size: 13px;
}

.news-list .item .date b,
.news-content .date b {
    font-size: 24px;
}

.news-list .item .title {
    font-size: 18px;
    color: #333333;
    padding:0px 5px 0px 5px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-list .item a:hover .title {
    color:#FFCEBF;
}

.news-list .item .description {
    font-size: 15px;
    line-height: 1.3;
    color: #666666;
    padding:10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-list .item .more {
    max-width: 244px;
    display: block;
    line-height: 27px;
    color: #BBBBBB;
    background: transparent;
    font-size: 12px;
    text-align: center;
    border: 1px solid #BBBBBB;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.news-list .item a:hover .txt {
    background:#D80C0C;
}


/****************** NEWS-DETAIL ****************************/

.detail-tit {
    font-weight: bold;
    font-size: 24px;
    color:#D80C0C;
    margin: 20px 0 45px 0;
    letter-spacing: 1px;
}

.news-content .date {
    position: static;
    margin: 0 auto;
    display: block;
}

.news-content .news-gallery .txt {
    width: 100%;
    max-width: 1065px;
    margin: 0 auto;
    float: none;
}

.news-content .gallery .stage {
    width: 60%;
}

.news-content .gallery .txt .thumbnails {
    width: 39.3%;
    margin: 0 -7px;
    float: right;
}

.news-content .gallery .txt .thumbnails li a {
    max-width: 196px;
}

.news-content .gallery .txt .thumbnails li {
    width: 50%;
    padding: 0 7px;
    margin-bottom: 20px;
    text-align: center;
}


/****************** RWD ****************************/

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1150px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 960px) {}

@media screen and (max-width: 720px) {}

@media screen and (max-width: 600px) {}
