

/* 新闻 */
.news{
    /*padding-bottom: 24px;*/
}
.news-box{
    width: 580px;
    float: left;
  ;
}
.news-nav{
    position: relative;
    border-bottom: 1px solid #e2e2e2;
}
.news-nav li{
    float: left;
    margin-right: 6px;
}
.news-nav li a{
    display: block;
    padding: 14px 30px;
    font-size: 18px;
}
.news-nav li a:hover, .news-nav li.curr a{
    color: white;
    background-color: #ea430e;
}
.news-nav .more{
    font-size: 14px;
    color: #666666;
    position: absolute;
    right: 0;
    bottom: 10px;
}
.news-nav .more:hover{
    color: #ea430e;
}

/* 新闻列表 */
.news-item{
    margin-top: 9px;
	display:none;
}
.news-itembox{
    padding: 5px 24px;
    position: relative;
    border-bottom: 1px dashed #c1bfbf;
    margin-top: 5px;
}
.news-itembox a{
    display: inline-block;
}
.news-title{
    font-size: 14px;
    color: #333333;
    max-width: 420px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-title:hover{
    color: #ea430e;
}
.news-itembox::before{
    content: "";
    border: 6px solid #ea430e;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -6px;
}
.news-time{
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -8px;
}


/* 图片新闻 */
/*.news-img-box{
    position: relative;
}
.news-img{
    margin-left: 580px;
    padding-left: 20px;
    padding-top: 57px;
}
.news-img-item{
    display: none;
}
.news-img-item.curr{
    display: block;
}
.news-img-item a{
    display: block;
    position: relative;
}
.news-img-item a img{
    width: 100%;
    display: block;
}
.news-img-title{
    background-color: rgba(0,0,0,.5);
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 17px;
}
.news-img-title:hover{
    color: #ea430e;
}
.news-img-box>a.news-page{
    display: inline-block;
    color: white;
    padding: 26px 0;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 50%;
    margin-top: -32px;
    z-index: 3;
}
.news-img-box>a.news-page i{
    font-size: 32px;
}
.news-img-box>a.news-page:hover{
    color: #ff0000;
}
.news-img-box>a.news-prev{
    left: 0;
}
.news-img-box>a.news-next{
    right: 0;
}*/

.news-img{
    margin-left: 580px;
    padding-left: 20px;
	position:relative;
}
.side-title-bg{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	height:56px;
	
	color:#FFF;
	background:url(/web/img/bg.png) left top repeat;
	}
.side-title-bg p{
	line-height:56px; 
	padding-left:15px; 
	width:80%; 
	display: -webkit-box;
 	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	}

.news-img .swiper-pagination{ text-align:right; padding-right:15px;}
.news-img .swiper-pagination-fraction, .news-img .swiper-pagination-custom, .news-img .swiper-container-horizontal > .swiper-pagination-bullets{
	bottom: 20px;
    left: 0;
    width: 100%;
	}

.news-img .swiper-pagination-bullet {
    background: #FFF;
}
.news-img .swiper-pagination-bullet-active{
	background: #ea430e;
	}
.news-img .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin-right: 10px;
}

.news-img .swiper-button-prev, .news-img .swiper-button-next {
    position: absolute;
    top: 40%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
	padding:20px 5px;
	background:url(/web/img/bg.png) left top repeat;
    color: #FFF;
}
.news-img .swiper-slide img{ height:400px; }


.page-index{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 17px;
}
.page-index span{
    display: inline-block;
    border-radius: 50%;
    margin-right: 15px;
    width: 8px;
    height: 8px;
    background-color: #fff;
}
.page-index span:hover, .page-index span.curr{
    background-color: #ff0000;
}

/* 本社图书 */
.books{
    /*background-image: url(../img/bg1.png);*/
    background-repeat: no-repeat;
    background-size: cover;
   /* padding-bottom: 30px;*/
}
.book-list{
    margin: 0 -10px;
}
.book-item{
    width: 20%;
    float: left;
}
.book-itembox{
    margin: 12px 15px;
    border: 1px solid #937852;
	
}
.book-itembox:hover{
    border: 1px solid #ea430e;
    box-shadow: 0 3px 10px 0 #ea430e;
}
.book-itembox a{
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 18px 20px 30px;
    text-align: center;
    background-color: #fff;
	height:260px;
}
.book-itembox img{ max-width:100%; height:150px;}
.book-name{
    font-size: 16px;
    font-weight: normal;
    color: #333333;
    text-align: left;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    /*line-height: 2;*/
}
.book-abstract{
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}


/* 作者列表 */
.authors-box{
    margin: 0 -37px;
}
.authors-item{
    width: 16.6666%;
    float: left;
}
.authors-itembox{
    margin: 37px;
}
.authors-itembox a{
    display: block;
    text-align: center;
}
.authors-itembox a img{
    width: 138px;
	height:176px;
}
.authors-itembox a p{
    font-size: 14px;
    margin-top: 12px;
}
.authors-itembox a p:hover{
    color: #ea430e;
}


/* 本社简介 */
.about{
    background: url(../img/bg2.jpg) no-repeat;
    padding-bottom: 42px;
}
.about-box{
    padding: 30px;
    background-color: #fff;
    margin-top: 30px;
    box-shadow: 0 3px 10px 0 #d1d1d1;
}
.about-txt{
    font-size: 14px;
    color: #666666;
    line-height: 2.2;
}
.about .more{
    text-align: right;
}
.about .more-btn{
    display: inline-block;
    background-color: #ea430e;
    color: white;
    padding: 18px 26px;
}
.about .more-btn:hover{
    background-color: #ff3d00;
}


/* 主营业务 */
.business{
   /* margin-top: 22px;
    padding-bottom: 40px;*/
}
.business-box{
    margin: 0 -20px;
   /* margin-top: 48px;*/
}
.business-item{
    width: 25%;
    float: left;
	/*margin-bottom:20px;*/
	margin-top:20px;
}
.business-itembox{
	background:#FFF;
    margin: 0 20px;
    border: 1px solid #c1c1c1;
    padding: 14px 12px;
    border-radius: 4px;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.business-itembox:hover{
    border-color: #ea430e;
}
.business-itembox i{
    font-size: 72px;
    color: #ea430e;
}
.business-title{
    display: inline-block;
}
.business-title .cn{
    font-size: 24px;
    color: #333333;
    font-weight: normal;
}
.business-title .en{
    font-size: 12px;
    color: #666666;
    margin-top: 14px;
}


/* 出版流程 */
.process{
   /* background: url(../img/bg3.jpg) no-repeat;*/
    /*padding-bottom: 34px;*/background-size: cover;
}
.process-box{
    margin: 0 -25px;
    margin-top: 8px;
}
.process-item{
    width: 16.6666%;
    float: left;
	
}
.process-itembox{
    margin: 0 25px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 14px 6px 20px 6px;
   /* box-shadow: 0 3px 10px #d1d1d1;*/
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	border: 1px solid #c1c1c1;
}
.process-itembox i{
    font-size: 96px;
    color: #ea430e;
}
.process-itembox p{
    color: #333333;
    /*margin-top: 20px;*/
}

