/**
 * 雅思/托福综合机经口语/写作二级列表页
 * 
 * 
 * Author: Alisa  alisa.ji@zhan.com
 * Date: 2018-06-08
 *
 */

body{
    background: #f0f0f0;
}
/*面包屑样式*/
.currentsite_review {
    width: 100%;
    padding-left: 4%;
    border-bottom: 1px solid #EAEAEA;
    background: #F2F2F2;
    z-index: 1;
}

.currentsite_review>* {
    display: inline-block;
    vertical-align: top;
}

.currentsite_review a,
.currentsite_review span {
    font-size: 2.4rem;
    color: #808080;
    line-height: 2.5em;
}

.currentsite_review .arrow {
    display: inline-block;
    width: 5%;
    background: url('../images/home_right.png') no-repeat center center;
    background-size: 25% auto;
    font-size: 2.4rem;
    line-height: 2.5em;
    height: 2.5em;
}
.currentsite_review .last_re_crumbs {
    width: 5em;
    color: #808080;
    line-height: 2.5em;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 2.4rem;
}
/*主体内容模块*/
.cssContanter{
    width: 100%;
    margin: 0 auto;
    font-size: 3.2rem;
    color: #494949;
    background: #f0f0f0;
}
.cssContanter .cssSection{
    width: 100%;
    margin-bottom:0.625em;
    background: #fff;
}
.cssContanter .cssTitle{
    padding:0 4%;
    padding-left: 8%;
    line-height: 2em;
    position: relative;
    font-size: 3.6rem;
    font-weight: bold;
    border-bottom: 1px solid #EAEAEA;
}
.cssContanter .cssTitle:after{
    display: inline-block;
    content: '';
    width: 0.2em;
    height:45%;
    position: absolute;
    top: 25%;
    left:4%;
    background: #FD5A0D;
    border-radius: 0.2em;
}
.cssContanter .cssTitle span{
    font-size:2.8rem;
    color: #808080;
    font-weight: normal;
}
.cssContanter .cssItem{
    width: 100%;
    padding: 0 4%;
}
.cssContanter .cssItem .cssItemList{
    position: relative;
    padding: 2% 0;
    border-bottom: 1px solid #EAEAEA;
}
.cssContanter .cssItem .cssItemList .cssIcon{
    display: inline-block;
    font-size: 3.2rem;
    width:2.5em;
    height: 1.25em;
    background: url("../images/jj_ylicon@2x.png") no-repeat center;
    background-size: 100% auto;
    position: absolute;
    top:11%;
    right: 0;
}
.cssContanter .cssItem .cssItemList.active .cssIcon{
  display: block;
}
.cssContanter .cssItem li:last-child(){
    border-bottom: none;
}
.cssContanter .cssItem .cssItemList .cssItemTop{
    font-family: PingFangSC-Regular;
    width: 80%;
    line-height: 1.2em;
    max-height:2.4em;
    font-size: 3.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 0.5em;
}
.cssContanter .cssItem .cssItemList .cssItemTop a{
    font-size: 3.2rem;
}

.cssContanter .cssItem .cssItemList .cssItemWarn{
   position: relative;
   font-size: 2.4rem;
   color: #808080;
   background: url("../images/home_right.png") no-repeat center right;
   background-size: 3% 100%;
}
.cssContanter .cssItem .cssItemList .cssItemWarn a{
  display: block;
  width: 100%;
  height: 100%;
  font-size: 2.4rem;
  color: #808080;
}
/*分页*/
 .pages_content,.mycuoti_desc_content .pages_content{
  text-align: center;
  background: #fff;
  padding:1.67em 0;
}
 .pages_content ul,.mycuoti_desc_content .pages_content ul{
  display: inline-block;
}
 .pages_content li,.mycuoti_desc_content .pages_content li{
  width:2.2em;
  cursor: pointer;
  height:2.2em;
  font-size:3.2rem;
  color: #3B8EFF;
  text-align: center;
  line-height:2.2em;
  margin-right:0.35em;
  float: left;
  border-bottom: none;
  border: 1px solid #EAEAEA;
  border-radius: 2px;
}

 .pages_content li.current,.mycuoti_desc_content .pages_content li.current{
  background: #4C91FF;
  color: #fff;
}

 .pages_content li:hover ,.mycuoti_desc_content .pages_content li:hover{
  border: 1px solid #4C91FF;
  color: #3B8EFF;
}

 .pages_content li.current:hover,.mycuoti_desc_content .pages_content li.current:hover  {
  color: #fff;
}

 .pages_content li.prev, .mynewword_desc_content .pages_content li.next ,.mycuoti_desc_content .pages_content li.prev,.mycuoti_desc_content .pages_content li.next{
  width:2.2em;
  height: 2.2em;
}