.title_box{
    margin-bottom: 78px;
}

/* 轮播内容 开始 */
.swiper_img{
    width: 33%;
    float: left;
    margin-left: 2px;
}
.right_box{
    width: 64.1%;
    float: right;
}
.right_date{
	font-size: 36px;
	color: #b5b5b5;
}
.right_title{
	font-size: 18px;
	font-weight: bold;
    color: #333;
    margin-top: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.right_text{
	font-size: 16px;
	line-height: 26px;
    color: #999;
    margin: 20px 80px 30px 0px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.detail{
	font-size: 16px;
    color: #ff702b;
    padding: 11px 28px;
    background-color: #FFF7F3;
    cursor: pointer;
    border: 1px solid #FFF7F3;
    display: inline-block;

}
.detail:hover{
    border: 1px solid #ff702b;
}
.swiper-button-prev:after,.swiper-button-next:after{
    content: '' !important;
}
.btn_right{
    position: absolute;
    right: 0px;
    top: -80px;
}
.btn_left{
    /* position: absolute;
    right: -1060px;
    top: -80px; */
}
.btn_hover{
    display: none;
}
.swiper-button-next:hover .btn_hover , .swiper-button-prev:hover .btn_hover {
    display: block;
}
.swiper-button-next:hover .btn_def , .swiper-button-prev:hover .btn_def {
    display: none;
}
.swiper-pagination{
    /* position: absolute !important;
    left: 536px !important;
    top: 11px !important;
	font-size: 16px;
	color: #999; */
}
.swiper-pagination-current{
    color: #ff702b !important;
}


.develop_swiper_btn {
    max-width: 50%;
    /* float: right; */
    text-align: right;
    padding-top: 0px;
    position: absolute;
    right: 0px;
    top: 5px;
    z-index: 99;
}


.swiper-pagination {
    display: inline-block !important;
    position: relative !important;
    bottom: 0px !important;
    right: 0px !important;
    margin: 0px 20px;
    font-size: 16px;
    top: 4px;
    width: auto !important;
    color: #999 !important;
}

.swiper-button-next, .swiper-button-prev {
    width: 10px !important;
    height: 16px !important;
    display: inline-block !important;
    position: relative !important;
    left: 0px !important;
    right: auto !important;
    top: 0px !important;
    bottom: auto !important;
}

.swiper-button-next img , .swiper-button-prev img {
    width: 100%;
    height: 100%;
}

.swiper-button-next .img2 , .swiper-button-prev .img2 {
    display: none;
}

.swiper-button-next:hover .img2 , .swiper-button-prev:hover .img2 {
    display: inline-block;
}

.swiper-button-next:hover .img1 , .swiper-button-prev:hover .img1 {
    display: none;
}
/* 轮播内容 结束 */

/* 列表内容 开始 */
.info_ul{
    margin: 40px 0px;
    border-bottom: 1px solid #E6E5E5;
}
.info_ul li{
    border-top: 1px solid #E6E5E5;

}

.info_ul li:hover{
    background-color: #FFF9F7;
    border-top: 1px solid #FFF9F7;
}
.li_left{
    display: inline-block;
    padding: 40px 50px 40px 20px;
}
.li_date{
	font-size: 36px;
    color: #b5b5b5;
}
.li_year{
    font-size: 24px;
    margin-top: 10px;
    color: #b5b5b5;
}
.li_right{
    display: inline-block;
    padding: 0px 0px;
    width: 1036px;
}
.li_title{
	font-size: 22px;
    color: #333;
    margin-bottom: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.li_text{
	font-size: 16px;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* 列表内容 结束 */

/* 加载更多 开始 */
.more_box{
    width: 100%;
    height: 70px;
    background-color: #FFF9F7;
    text-align: center;
    cursor: pointer;
    margin-bottom: 80px;
}
.more_box img{
    width: 10px;
    padding: 30px 8px;
}
/* 加载更多 结束 */
.page_2{
    display: none;
}
