/* 顶部轮播 */
.content-box .content-model {
 padding-left:5px;
 padding-right:5px;
 padding-top:8px;
}
.content-box .content-model.padding-top {
 padding-top:0px;
 padding-left:0px;
 padding-right:0px;
}
.banner {
  position: relative;
  height: 100%;
}
.banner.banner-top {
  height:400px;
}
.banner .move {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner .move ul {
  width: 100%;
  height: 100%;
  position: absolute;
}
.banner .move .item {
  width: 100%;
  height: 100%;
  position: absolute;
}
.banner .move .item .banner-div {
  width: 100%;
  height: 100%;
}
.banner .move .item .banner-div img {
  width: 100%;
  height: 100%;
}

.banner .move .item .banner-div .banner-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background-color:#000;
  background-color: rgba(0, 0, 0, 0.7);
  font-size:24px;
}
.banner .ctrl {
  position: absolute;
  width: 100%;
  bottom:65px;
  text-align: center;
}
.banner .ctrl .libs {
  display: inline-block;
  margin-left: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  z-index: 50;
  cursor: pointer;
}
.banner .ctrl .libs:first-child {
  margin-left: 0;
}
.banner .ctrl span.active {
  background-color: #ff0000;
}
.banner .ctrl .arrow {
  display: block;
  position: absolute;
  top: -180px;
  font-size: 0;
  cursor: pointer;
}
.banner-top .ctrl .arrow:hover .icon {
  opacity: 1;
}
.banner-top:hover .arrow .icon.icon-prev,.banner-top:hover .arrow .icon.icon-next{
  opacity:1;
}
.banner .ctrl .arrow .icon {
  opacity:0;
  width: 93px;
  height: 93px;
  text-align:center;
}
.banner .ctrl .arrow .icon.icon-prev {
  background: url(../images/icon_arrow_l.png) center center no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
}
.banner .ctrl .arrow .icon.icon-next {
  background: url(../images/icon_arrow_r.png) center center no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
}
.banner .ctrl .arrow.next {
  right: 0px;
}
.banner .ctrl .arrow.prev {
  left: 0px;
}
/* 主内容模块 */
.content-field {
  width: 100%;
  padding: 32px 20px 20px;
}
.content-field.business-field {
  padding: 0;
  height: 490px;
}
.content-field .field-right {
  float: left;
  width: 600px;
  margin-left: 45px;
}
.content-field .field-right .big-news {
  border-bottom:1px solid #eaeaea;
  margin-bottom:10px;
  padding-bottom:10px;
  /* 保证底部列表与左边轮播图底部对齐 */
}
.content-field .field-right .big-news a:hover {
  color: #666;
}
.content-field .field-right .big-news .big-title {
  color: #cc0000;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight:bolder;
  height:76px;
  line-height:38px;
}
.content-field .field-right .big-news .big-title:hover {
  color: #cc0000;
}
.content-field .field-right .big-news .intro {
  width: 100%;
  height: 50px;
  text-indent: 32px;
  margin-top: 20px;
}
.content-field .field-right .big-news .intro span {
  display: block;
  line-height: 24px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height:48px;
}
.content-field .field-right .big-news .intro:hover {
  color: #666;
}
/* 新闻中心轮播 */
.banner-news {
  float: left;
  width: 550px;
  height: 350px;
}
.banner-news .move .item .banner-div .banner-title {
  height: 45px;
  line-height: 45px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0 20px;
  text-align: left;
  font-size:18px;
}
.banner-news .ctrl .libs {
  display: none;
}
.banner-news .ctrl .arrow {
  width: 35px;
  height:35px;
  background-color: #333;
  line-height:35px;

}
.banner-news .ctrl .arrow:hover {
  background-color: #ff0000;
}
.banner-news .ctrl .arrow:hover .icon {
  opacity: 1;
}
.banner-news .ctrl .arrow .icon {
  width:35px;
  height:35px;
  line-height:35px;
  opacity:0.5;
}
.banner-news .ctrl .arrow .icon.icon-prev {
  background: url(../images/icon_news_arrow_l.png) no-repeat center center;
 
}
.banner-news .ctrl .arrow:hover .icon.icon-prev{
 background: url(../images/icon_news_arrow_l-on.png) no-repeat center center;
}
.banner-news .ctrl .arrow .icon.icon-next {
 background: url(../images/icon_news_arrow_r.png) no-repeat center center;
 
}
.banner-news .ctrl .arrow:hover .icon.icon-next{
 background: url(../images/icon_news_arrow_r-on.png) no-repeat center center;
}

.banner-news .ctrl .arrow.next {
  top:26px;
  right:0px;
}
.banner-news .ctrl .arrow.prev {
  top:26px;
  left:479px;
  bottom: 0;
}

/* 模块标题 */
.model-header {
  width: 100%;
  height:65px;
  line-height:62px;
  border-bottom:1px solid #ff0000;
  padding: 0 5px 0 20px;
  background:#fcfaf7;
  border-top:1px solid #ececd9;
  border-left:1px solid #ececd9;
  border-right:1px solid #ececd9;
  border-radius:3px;
}
.model-header.head-on {
 border-bottom:0px;
 border-top:1px solid #ff0000;
 border-left:0px;
 border-right:0px;
 border-radius:0px;
}
.model-header .icon{
  width:35px;
  height:35px;
  display:inline-block;	
  vertical-align:middle;
  margin-right:10px;
}
.model-header .icon.icon-news{
  background: url(../images/icon-news.png) no-repeat right center; 
}
.model-header .header-title {
  height:35px;
  display:inline-block;
}
.model-header .header-title.title1{
 background:url(../images/head-title1.png) no-repeat;
 width:340px;
 vertical-align:middle;
}
.model-header .header-title.title2{
 background:url(../images/head-title2.png) no-repeat;
 width:340px;
 vertical-align:middle;
}
.model-header .header-title.title3{
 background:url(../images/head-title3.png) no-repeat;
 width:340px;
 vertical-align:middle;
}
.model-header .header-title.title4{
 background:url(../images/head-title4.png) no-repeat;
 width:430px;
 vertical-align:middle;
}
.model-header .header-title.title5{
 background:url(../images/head-title5.png) no-repeat;
 width:340px;
 vertical-align:middle;
}
.model-header .header-title.title6{
 background:url(../images/head-title6.png) no-repeat;
 width:360px;
 vertical-align:middle;
}
.model-header .more{
 font-size:16px;
 float:right;
 margin-top:1px;
}
.model-header .icon-arrow-right {
  display: block;
  width:20px;
  height: 19px;
  background: url(../images/icon_more.png) no-repeat right center;
  margin-top:22px;
  float:right;
}
.model-header .more:hover .icon-arrow-right{
  background: url(../images/icon_more_on.png) no-repeat right center;
}

/*精品走廊*/
.book-list{
 position:relative;
 background:#fcfaf7;
 height:465px;
 border-bottom:10px solid #fff;
}
.book-list .move{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.book-list .list-ul{
  width: 100%;
  height: 100%;
  position: absolute;
}
.book-list .move .list-ul li{
  width: 100%;
  height: 100%;
  position: absolute;
}
.book-list .list-ul .li-item{
 width:282px;
 margin-left:23px;
 background:#fff;
 border:1px solid #cccc99;
 border-radius:3px;
 float:left;
 padding-bottom:20px;
}
.book-list .list-ul li .li-item:hover {
  border:2px solid #ff0000;
}
.book-list .list-ul li .li-item .box-img{
 width:215px;
 height:265px;
 margin-left:30px;
 padding-top:25px;
 display:block;
}
.book-list .list-ul li .li-item .box-img img{
 width:215px;
 height:265px;
}
.book-list .list-ul li .li-item .line-award{
 font-size:14px;
 margin-top:40px;
 display:block;
 height:35px;
 white-space:nowrap;
 overflow:hidden;
 text-overflow:ellipsis;
 line-height:35px;
 background: url(../images/icon-cup.png) no-repeat left center #f5f5e9;
 width:100%;
}
.book-list .list-ul li .li-item:hover .line-award{
 background: url(../images/cup-on.png) no-repeat left center;
 width:303px;
 margin-left:-12px;
}
.book-list .list-ul li .li-item:hover .line-award a{
 color:#fff;
}
.book-list .list-ul li .li-item .line-award a{
  color:#ff0000;
}
.book-list .list-ul li .li-item .line-award .icon{
 width:31px;
 height:35px;
 display:inline-block;
 margin-right:10px;
 vertical-align:middle;
 margin-right:5px;
}
.book-list .list-ul li .li-item .line-name{
 font-size:14px;
 margin-top:20px;
 display:block;
 text-align:center;
 height:25px;
 white-space:nowrap;
 overflow:hidden;
 text-overflow:ellipsis;
 margin-left:5px;
}
.book-list .ctrl {
  position: absolute;
  width: 100%;
  bottom:10px;
  text-align: center;
}
.book-list .ctrl .libs {
  display: inline-block;
  margin-left:10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  z-index: 50;
  cursor: pointer;
}
.book-list .ctrl .libs:first-child {
  margin-left: 0;
}
.book-list .ctrl span.active {
  background-color: #ff0000;
}
.book-list .ctrl .arrow {
  width: 35px;
  height:35px;
  position: absolute;
  text-align: center;
  background-color: #333;
  line-height:65px;
  margin-top:-8px;
}
.book-list .ctrl .arrow:hover {
  background-color: #ff0e16;
}
.book-list .ctrl .arrow:hover .icon {
  opacity: 1;
}
.book-list .ctrl .arrow .icon {
  width: 35px;
  height:35px;
}

.book-list .ctrl .arrow .icon.icon-prev {
  background: url(../images/icon_news_arrow_l.png) no-repeat center top;
   margin-top: 12px;
}
.book-list .ctrl .arrow:hover .icon.icon-prev{
 background: url(../images/icon_news_arrow_l-on.png) no-repeat center top;
}
.book-list .ctrl .arrow .icon.icon-next {
  background: url(../images/icon_news_arrow_r.png) no-repeat center top;
   margin-top: 12px;
}
.book-list .ctrl .arrow:hover .icon.icon-next{
  background: url(../images/icon_news_arrow_r-on.png) no-repeat center top;
   margin-top: 10px;
}
.book-list .ctrl .arrow.next {
  top: -470px;
  right:30px;
}
.book-list .ctrl .arrow.prev {
  top: -470px;
  right:66px;

}

/* 书香凤凰轮播 */
.banner-book {
  width: 100%;
  min-height:420px;
}
.banner-book .move .item .banner-div {
  padding-top:30px;
  padding-bottom: 15px;
}
.banner-book .move .item .banner-div .book-item {
  float:left;
  width:180px;
  margin:0 10px;
  text-align: center;
  border:1px solid #e5e5e5;
  padding:10px 5px 10px 5px;
  
}
.banner-book .move .item .banner-div .book-item.bi {
  padding:15px 5px 20px 5px;
  
}
.banner-book .move .item .banner-div .book-item:hover{
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  -moz-transform: scale(1.06);
  transform: scale(1.06);
  position: relative;
  z-index: 1;
  *z-index: 0;
  border:1px solid #999;
  box-shadow:5px 5px 12px 2px #f5f5f5;
  /* ie7bug autoset margin-left:0 ; */
}
.banner-book .move .item .banner-div .book-item img {
  width: 163px;
  height: 224px;
}
.banner-book .move .item .banner-div .book-item.bi img {
  width: 165px;
  height: 235px;
}

.banner-book .move .item .banner-div .book-item .name {
  height: 20px;
  font-size: 14px;
  color: #111;
  margin: 18px 0 5px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width:100%;
}
.banner-book .move .item .banner-div .book-item .name.nb {
  height: 25px;
}
.banner-book .move .item .banner-div .book-item .prize {
  height: 20px;
  margin-top: 10px;
  color: #CC0000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.banner-book .move .item .banner-div .book-item:hover .name {
  color: #CC0000;
}
.banner-book .ctrl {
  top: -50px;
  bottom: auto;
  left: 130px;
  right: 130px;
  width: auto;
}
.banner-book .ctrl .arrow {
  display: none;
}
.banner-book .ctrl .libs {
  width: 140px;
  height:49px;
  font-size: 16px;
  line-height:49px;
  border:1px solid #ff0000;
  border-radius: 0;
  background:#fff;
  margin-left:-1px;
  border-bottom:0px;
  color:#333;
}
.banner-book .ctrl .libs.active {
  background: url(../images/tab-nav-on.jpg) no-repeat;
  width:140px;
  color: #cc0000;
  height:50px; 
}
.banner-book .ctrl .libs.lib1::after {
  content: '新书推荐';
}
.banner-book .ctrl .libs.lib1:after {
  content: '新书推荐';
}
.banner-book .ctrl .libs.lib2::after {
  content: '凤凰教材';
}
.banner-book .ctrl .libs.lib2:after {
  content: '凤凰教材';
}

.link-tips{
 width:100%;
 height:35px;
 line-height:35px;
 text-align:center;
 margin-top:20px;
}
.link-tips1{
 width:100%;
 height:25px;
}
.link-tips a{
 margin-left:15px;
 margin-right:15px;
 font-size:14px;
 display:inline-block;
}
.link-tips a:hover,.link-tips a.active{
 color:#ff0000;
 border-bottom:2px solid #ff0000;
}
/* 广告条 */
.advertise-box {
  padding-bottom:20px;
}
.advertise-box img {
  width: 100%;
}

/* 业务板块右侧内容 */
.image-text-box {
  float: left;
  width: 1044px;
  height: 450px;
  display: none;
}
.image-text-box.active {
 display: inline-block;
}
.image-text-box .box-left {
  float: left;
  width: 365px;
  height: 100%;
  display: inline-block;
  position: relative;
}
.image-text-box .box-left img {
  width:365px;
  height:450px;
  margin-top:5px;
  margin-left:10px;
}
.image-text-box .box-left .text-box {
  background-color: #bd080a;
  position: absolute;
  width: 100%;
  bottom: 0;
  opacity: 0.9;
}
.image-text-box .box-left .text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 80px;
  margin: 20px;
  color: #fff;
  font-size: 12px;
  font-family: '微软雅黑';
}
.image-text-box .box-left .more-box {
  background-color: #cc0000;
  float: right;
  width: 31px ;
  height: 22px ;
  margin-bottom: 20px;
  margin-right: 18px;
}
.image-text-box .box-left .more {
  margin-top: 8px;
  margin-left: 12px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
}
.image-text-box .box-right {
  float: left;
  width: 600px;
  margin: 20px 0 0 45px;
}
.image-text-box .box-right .intro {
  padding: 0 20px 20px 0;
  border-bottom: solid 1px #eaeaea;
  line-height:2;
}
.image-text-box .box-right .intro .text {
  display: block;
 /* overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;*/
  font-size: 14px;
  font-family: "微软雅黑";
  padding-bottom:20px;
  position: relative;
  line-height:25px;
  max-height:75px;
  overflow:hidden;
}
.image-text-box .box-right .intro .text::after {
  display: block;
  content: "...";
  position: absolute;
  bottom: 0;
  right:50px;
}
.image-text-box .box-right .intro .more {
  font-size: 14px;
  font-family: "微软雅黑";
  color: #333;
  content: "[更多]";
  position:absolute;
  right:10px;
  top:50px;
  z-index:1000;
}
.image-text-box .box-right .intro .more:hover{
  color: #cc0000;
}
.image-text-box .box-right .news-box {
  overflow: hidden;
  padding: 20px 20px 20px 0;
}
.image-text-box .box-right .click-more {
  margin-top: 45px;
  font-size: 14px;
  color: #333;
}
.image-text-box .box-right .click-more .icon-more {
  float: right;
  width: 4px;
  height: 7px;
  background: url(../images/icon_news_arrow.png) no-repeat;
  margin-top: 6px;
  margin-left: 6px;
}
/*业务板块轮播图*/
.banner-business {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner-business .move {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner-business .move .item {
  width: 365px;
  height: 450px;
  position: absolute;
  overflow: hidden;
}
.banner-business .move .item a image {
  width: 365px;
  height: 100%;
}
.banner-business .move .item a:active,
.banner-business .move .item a:hover {
  cursor: pointer;
}
.banner-business .ctrl {
  position: relative;
}
.banner-business .ctrl .libs {
  display: none;
}
.banner-business .ctrl .arrow {
  width: 35px;
  height:35px;
  line-height:35px;
  position: absolute;
  text-align: center;
  background-color: #333;
}
.banner-business .ctrl .arrow:hover {
  background-color: #ff0e16;
}
.banner-business .ctrl .arrow:hover .icon {
  opacity: 1;
}
.banner-business .ctrl .arrow .icon {
  width: 35px;
  height:35px;
  opacity: 0.5;
}

.banner-business .ctrl .arrow .icon.icon-prev {
  background: url(../images/icon_news_arrow_l.png) no-repeat center center;
}
.banner-business .ctrl .arrow:hover .icon.icon-prev{
 background: url(../images/icon_news_arrow_l-on.png) no-repeat center center;
}
.banner-business .ctrl .arrow .icon.icon-next {
  background: url(../images/icon_news_arrow_r.png) no-repeat center center;
}
.banner-business .ctrl .arrow:hover .icon.icon-next{
  background: url(../images/icon_news_arrow_r-on.png) no-repeat center center;
}
.banner-business .ctrl .arrow.next {
  top: -38px;
  right:0px;

}
.banner-business .ctrl .arrow.prev {
  top: -38px;
  right: 36px;
}
/*党的建设、人力资源*/
.content-field.sider{
 padding:0px 0px 0px;
 padding-top:0px;
}

.box-sider{
 width:621px;
 background:#fff;
 padding:8px 2px 0px 2px;
 float:left;
}
.news-box .news-list .item:last-child{ margin-bottom:10px;}
.box-sider.margin-left{
 border-left:10px solid #f3f3f3;
 margin-left:5px;
 padding-left:10px;
 padding-bottom:5px;
}
.box-sider .news-box{
 padding-top:20px;
 padding-bottom:10px;
 padding-left:10px;
 padding-right:10px;
}
.news-main{
 position:relative;
 margin-bottom:15px;
 border-bottom:1px solid #eaeaea;
 padding-bottom:16px;
}
.news-main .news-img{
 width:160px;
 height:100px;
 display:inline-block;
}
.news-main .news-img img{
 width:160px;
 height:100px;
}
.news-main .news-info{
 width:400px;
 float:right;
 margin-right:10px;
}
.news-main .news-info .line-title{
 font-size:16px;
 width:100%;
 white-space:nowrap;
 overflow: hidden;  
 text-overflow:ellipsis;
 display:block;
}
.news-main .news-info .line-cont{
 display:block;
 display: -webkit-box;  
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
 line-height:21px;
 width:100%;
 overflow:hidden;
 margin-top:12px;
 height:63px;
 text-overflow:ellipsis;
}
.search-main{
 width:602px;
 height:55px;
 background:url(../images/search-bg.png) no-repeat;
 margin:0 auto;
 line-height:55px;
}
.search-main .search-text{
 height:50px;
 float:left;
 width:520px;
 border:0px;
 margin-left:20px;
 background:none;
}
.search-main .search-btn{
 height:28px;
 display:inline-block;
 width:31px;
 background:url(../images/search-btn.png) no-repeat;
 float:right;
 margin-right:15px;
 margin-top:15px;
 cursor:pointer;
}
.padding-top-50{ padding-top:50px;}
.padding-top-30{ padding-top:30px;}
.side-navigation-box.index-icon{
}
.side-navigation-box.index-icon .navigation-list .item.active .icon-arrow-right, 
.side-navigation-box.index-icon .navigation-list .item:hover .icon-arrow-right{
 background: url(../images/icon_nav_arrow-red-index.png) no-repeat;
}
.side-navigation-box.index-icon .navigation-list .item .icon-arrow-right{
 float: right;
 width: 20px;
 height: 20px;
 margin-top: 15px;
 background: url(../images/icon_nav_arrow-gray-index.png) no-repeat;
 margin-right: 20px;
}
.search-list{
padding:10px;
}
.search-list li{
 padding-top:10px;
 padding-bottom:10px;
 border-bottom:1px solid #eaeaea;
}

