.news_carousel_wrap {
    height: 400px;
    background: #fafafa;
    /*overflow: hidden;*/
    margin-bottom: 100px;
    position: relative;
}
.news_carousel_wrap .more {
    text-align: right;
    font-size: 20px;
    position: absolute;
    top: -60px;
    right: 0;
}
.news_carousel_wrap .more a {
    color: #e62f17;
}
.news_carousel_wrap .left {
    float: left;
    width: 50%;
}
.news_carousel_wrap .left .img {
    width: 100%;
    height: 350px;
    margin-bottom: 12px;
}
.news_carousel_wrap .left .img img {
    width: 100%;
    height: 100%;
}
.news_carousel_wrap .left .title_bar {
    position: relative;
    padding-right: 154px;
    line-height: 32px;
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_carousel_wrap .left .title_bar span a {
    color: #1a1a1a;
    text-decoration: none;
}
.news_carousel_wrap .left .title_bar .more_plus {
    width: 144px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    background: #f5290c;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.news_carousel_wrap .left .title_bar .more_plus:hover {
    background: #f64930;
}
.news_carousel_wrap .right {
    float: right;
    width: 49%;
    position: relative;
    padding-right: 25px;
    background: #f7f7f7;
}
.news_carousel_wrap .right .dt {
    float: left;
}
.news_carousel_wrap .right .date {
    color: #999;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
}
.news_carousel_wrap .right .tag {
    color: #fff;
    text-align: center;
    font-size: 16px;
    width: 90px;
    height: 26px;
    line-height: 26px;
    transition: .3s all;
}
.news_carousel_wrap .right .tag.newstag {
    background: #f00;
}
.news_carousel_wrap .right .tag.hottag {
    background: #ffc43c;
}
.news_carousel_wrap .right li {
    /* margin-bottom: 20px; */
}
.news_carousel_wrap .right li.on .tag,
.news_carousel_wrap .right li:hover .tag {
    /* background: #f5290c;
    color: #fff; */
    margin-left: -30px;
    width: 120px;
    padding-left: 30px;
}
.news_carousel_wrap .right .date .day{
    font-size: 32px;
    margin-bottom: 5px;
}
.news_carousel_wrap .right .brief {
    padding-left: 24px;
    max-height: 66px;
    overflow: hidden;
}
.news_carousel_wrap .right .brief a {
    text-decoration: none;
}
.news_carousel_wrap .right .brief .title {
    font-size: 18px;
    line-height: 36px;
    /* margin-bottom: 7px;
    max-height: 58px; */
    margin-top: -6px;
    color: #333;
}
.news_carousel_wrap .right .brief .title a {
    color: #666;
}
.news_carousel_wrap .right .brief .desc {
    height: 40px;
    overflow: hidden;
    line-height: 18px;
}
.news_carousel_wrap .right li:hover .brief .title a {
    color: #010101;
}
.news_carousel_wrap .right .brief .summary {
    font-size: 13px;
    line-height: 22px;
    height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_carousel_wrap .right .brief .summary a {
    color: #999;
}

.news_carousel_wrap .picFocus{ 
    margin:0 auto;
    position:relative;
    overflow:hidden;
    zoom:1;
    height: 400px;
}
.news_carousel_wrap .picFocus .hd{
    width:50%;
    overflow:hidden;
}
.news_carousel_wrap .picFocus .hd ul{
    margin-right:-5px;
    overflow:hidden;
    zoom:1;
    padding-left: 30px;
}
.news_carousel_wrap .picFocus .hd ul li{
    padding-top:20px;
    border-bottom: 1px solid #ebebeb;
    height: 100px;
}
.news_carousel_wrap .picFocus .hd ul li img{
    cursor:pointer;
    margin-right:5px
}
.news_carousel_wrap .picFocus .hd ul li.on img{
    border-color:#f60
}
.news_carousel_wrap .picFocus .bd {
    position: relative;
    z-index: 0;
    height: 100%;
}
.news_carousel_wrap .picFocus .bd li{
    vertical-align:middle;
    position: relative;
}
.news_carousel_wrap .picFocus .bd li a {
    width: 100%;
    height: 100%;
    display: block;
}
.news_carousel_wrap .picFocus .bd img{
    display:block;
    width: 100%;
    height: 400px;
}

.news_carousel_wrap .picFocus .bd .intro {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 0 2%;
    height: 50px;
    line-height: 50px;
    background: rgba(0,0,0,0.5);
}

.news_carousel_wrap .picFocus .bd .intro span {
    width: 100%;
    display: block;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 16px;
    text-align: left;
}



@media screen and (min-width: 850px) and (max-width: 1200px) {
    .news_carousel_wrap .right {
        /* width: 46%; */
    }
}

@media screen and (max-width: 640px){
	.news_carousel_wrap .picFocus {
        height: auto;
    }
    .news_carousel_wrap {
        height: auto;
    }
    .news_carousel_wrap .picFocus .bd {
        width: 100%;
    }
    .news_carousel_wrap .picFocus .hd {
        width: 100%;
    }
}