
.index-news {
	background: url(..img/box04.jpg) center center no-repeat fixed;
}
.index-news-swiper {
    overflow: hidden;
}
/*.index-news-content {
    opacity: 0!important;
}*/
.index-news-content.swiper-slide-active {
    opacity: 1!important;
}
.index-news-content .item {
    float: left;
}
.index-news-content .item-l {
    width: 40%;
}
.index-news-content .item-l .pic {
    /*margin-bottom: 30px;*/
    overflow: hidden;
    height: 250px;
    text-align: center;
    background: #fff;
	border: solid 1px #fff;
}
.index-news-content .item-l .pic img {
    max-width: 100%;
    
}
.index-news-content .item-l h5 a {
    color: #fff;
}
.index-news-content .item-l h5 a:hover,
.index-news-content .item-l p .more:hover,
.index-news-content .item-r ul li .box:hover h5 {
    color: #fc5a20;
}
.index-news-content .item-l h5,
.index-news-content .item-r ul li .box h5 {
    font-size: 18px;
    color: #fff;
}
.index-news-content .item-l p,
.index-news-content .item-r ul li .box p {
    margin-top: 10px;
    color: #fff;
}
.index-news-content .item-r {
    width: 60%;
}
.index-news-content .item-r ul li .box h5 {
    position: relative;
    padding-left: 15px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-news-content .item-r ul li .box h5:before {
    content: "";
    position: absolute;
    left: 0;
    width: 6px;
    height: 100%;
    background: url(/template/pc/skin/img/icon-news-tit.png) no-repeat center;
}
.index-news-content .item-r ul li .box p {
    color: #fff;
}
.index-news-content .item-l p .more {
    display: inline-block;
    margin-left: 6px;
    color: #fc5a20;
}
.index-news-content .item-l p .more span {
    display: inline-block;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-news-content .item-l p .more:hover span {
    padding: 0 10px;
}
.index-news-content .item-r {
    padding-left: 70px;
    padding-top: 5px;
}
.index-news-content .item-r ul li .box {
    position: relative;
    padding-right: 100px;
}
.index-news-content .item-r ul li .box .more {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 82px;
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
}
.index-news-content .item-r ul li .box .more .icon-more {
    position: relative;
    margin-bottom: 10px;
    width: 82px;
    height: 20px;
    /*background: url(/template/pc/skin/img/icon-more3.png) no-repeat center #d2d2d2;*/
    overflow: hidden;
}
.index-news-content .item-r ul li .box .more .icon-more:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/template/pc/skin/img/icon-more3.png) no-repeat center #d2d2d2;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-news-content .item-r ul li .box .more .icon-more:before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/template/pc/skin/img/icon-more2.png) no-repeat center #f5f5f5;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-news-content .item-r ul li .box:hover .more .icon-more:before {
    left: 0;
}
.index-news-content .item-r ul li .box:hover .more .icon-more:after {
    left: 100%;
}
.index-news-content .item-r ul li ~ li {
    margin-top: 70px;
}
.index-news-content .item-r ul li .box:hover h5 {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}