/* 艺考攻略banner */
.raiders-banner {
    position: relative;
    color: #fff;
    line-height: 1;
    text-align: center;
    overflow: hidden;
}
.raiders-banner img {
    position: absolute;
    left: 0;
    z-index: -1;
}
.raiders-banner .w h1 {
    font-size: 46px;
    font-weight: normal;
    margin-top: 126px;
}
.raiders-banner .w p {
    font-size: 36px;
    margin-top: 13px;
    margin-bottom: 119px;
}

/* 攻略列表 */
.raiders-list {
    margin-top: 46px;
    margin-bottom: 120px;
}
.raiders-list .raiders-left {
    float: left;
    width: 100%;
}
.raiders-list .raiders-left .raiders-left-c {
    margin-right: 266px;
    padding-right: 50px;
}
.raiders-list .raiders-right {
    position: relative;
    float: right;
    width: 266px;
    margin-left: -266px;
}
/* 左侧 */
.rl-title {
    height: 57px;
    border-bottom: 1px solid #ccc;
}

.rl-title a {
    display: inline-block;
    width: 98px;
    height: 36px;
    background-color: #efefef;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    margin-right: 30px;
}

.rl-title a:hover {
    background-color: #ff6600;
    color: #fff;
}

.rl-title a.active {
    background-color: #ff6600;
    color: #fff;
}

.rl-content {
    margin-top: 30px;
    /* height: 983px; */
    overflow: hidden;
}

.rl-content li {
    margin-bottom: 40px;
}

.rl-content-img {
    float: left;
}

.rl-content-img a {
    display: block;
    overflow: hidden;
}

.rl-content-img a img {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.rl-content-img a:hover img {
    -webkit-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
}

.rl-content-right {
    float: left;
    width: 750px;
    padding-left: 17px;
}

.rl-content-right a.rl-content-title p {
    font-size: 24px;
    color: #201f1f;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.rl-content-right a.rl-content-title:hover p {
    color: #ff6600;
}

.rl-content-right .rl-cr-text a {
    display: block;
    height: 70px;
    font-size: 14px;
    min-height: 70px;
    color: #73757a;
    line-height: 22px;
    margin-top: 13px;
    overflow: hidden;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.rl-content-right .rl-cr-text a:hover {
    color: #ff6600;
}

div.rl-cr-bt {
    margin-top: 19px;
}

div.rl-cr-bt p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    float: left;
}

div.rl-cr-bt .rl-label {
    float: right;
}

div.rl-cr-bt .rl-label a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    padding: 6px 10px;
    border: 1px solid #bbb;
    line-height: 1;
    text-align: center;
    font-size: 13px;
    color: #999;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

div.rl-cr-bt .rl-label a:hover {
    border-color: #ff6600;
    background-color: #ff6600;
    color: #fff;
}

/* 分页器 */
.m-page {
    margin:50px 0 0;
    text-align:center;
    line-height:32px;
    font-size:0;
    letter-spacing:-0.307em;
    word-wrap:normal;
    white-space:nowrap;
    color:#999;
  
    margin-bottom: 80px;
  }
.m-page p {
    display: inline-block;
}
#page {
    display: inline-block;
}
  #page a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #333;
    font-size: 14px;
    border-radius: 2px;
    background-color: #e3e3e3;
    margin-right: 20px;
  }
  #page a.RepeaterNumberList {
    width: 70px;
  }
  #page a.RepeaterNumberList.dis {
    cursor: default;
    color: #ccc;
    background-color: #f5f5f5;
  }
  #page a.RepeaterNumberList_page {
    width: 30px;
  }
  #page a.RepeaterNumberList_page:hover {
      background-color: #ff6600;
      color: #fff;
  }
  #page a.RepeaterNumberList_Now {
    width: 30px;
    background-color: #ff6600;
    color: #fff;
  }


/* 右侧 */
.raiders-right .rai-img a {
    display: block;
    width: 266px;
    height: 344px;
    overflow: hidden;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.raiders-right .rai-img a img {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.raiders-right .rai-img a:hover {
    -webkit-box-shadow: 0 0 10px #333;
            box-shadow: 0 0 10px #333;
}
.raiders-right .rai-img a:hover img {
    -webkit-transform: scale(1.1,1.1);
        -ms-transform: scale(1.1,1.1);
            transform: scale(1.1,1.1);
}

p.rai-title {
    padding-left: 16px;
    border-left: 3px solid #ff6600;
    font-size: 22px;
    color: #2f2b2b;
    line-height: 1;
    margin-top: 43px;
}



.rai-adv li {
    margin-top: 20px;
    position: relative;
    cursor: pointer;
    overflow: hidden;

    -webkit-transition: all .2s;

    -o-transition: all .2s;

    transition: all .2s;
}
.rai-adv li img {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.rai-adv li:hover {
    -webkit-box-shadow: 0 0 10px #333;
            box-shadow: 0 0 10px #333;
}
.rai-adv li:hover img {
    -webkit-transform: scale(1.1,1.1);
        -ms-transform: scale(1.1,1.1);
            transform: scale(1.1,1.1);
}
.rai-adv li a {
    display: block;
}
.rai-adv li p.rai-item-bt {
    height: 44px;
    width: 100%;
    line-height: 44px;
    background-color: rgba(0, 0, 0, 0.8);
    font-size: 18px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
}
.rai-adv-list {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    /* left: 0; */
    bottom: 0;
    display: none;
}
div.rai-adv-list p {
    font-size: 18px;
    color: #ff6600;
    text-align: center;
    background-color: transparent;
    position: static;
    margin-top: 29px;
}
div.rai-adv-list p::after {
    content: '';
    display: block;
    width: 24px;
    height: 2px; 
    background-color: #ff6600;
    margin: 0 auto;
}
div.rai-adv-list span {
    height: 57px;
    overflow: hidden;
    font-size: 14px;
    color: #fff;
    display: block;
    width: 181px;
    margin: 8px auto 0;
    text-align: center;
}
div.rai-adv-list a {
    display: block;
    width: 114px;
    height: 32px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 2px solid #ff6600;
    border-radius: 16px;
    line-height: 32px;
    text-align: center;
    color: #ff6600;
    margin: 25px auto 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
div.rai-adv-list a:hover {
    -webkit-box-shadow: 0 0 6px #ccc;
            box-shadow: 0 0 6px #ccc;
}
.rl-content li.no-pic .rl-content-right {
    padding-left: 0;
    width: 884px;
}
/* 文字处理类 */
.no-wrap {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}

/* 艺考攻略banner */
.raiders-banner {
    position: relative;
    color: #fff;
    line-height: 1;
    text-align: center;
    overflow: hidden;
}
.raiders-banner img {
    position: absolute;
    left: 0;
    z-index: -1;
}
.raiders-banner .w h1 {
    font-size: 46px;
    font-weight: normal;
    margin-top: 126px;
}
.raiders-banner .w p {
    font-size: 36px;
    margin-top: 13px;
    margin-bottom: 119px;
}
/* 攻略详情 */
.raiders-list {
    margin-top: 46px;
    margin-bottom: 120px;
}
.raiders-list .raiders-left {
    float: left;
    width: 100%;
}
.raiders-list .raiders-left .raiders-left-c {
    margin-right: 266px;
    padding-right: 50px;
}
.raiders-list .raiders-right {
    position: relative;
    float: right;
    width: 266px;
    margin-left: -266px;
}
/* 右侧 */
.raiders-right .rai-img a {
    display: block;
    width: 266px;
    height: 344px;
    overflow: hidden;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.raiders-right .rai-img a img {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.raiders-right .rai-img a:hover {
    -webkit-box-shadow: 0 0 10px #333;
            box-shadow: 0 0 10px #333;
}
.raiders-right .rai-img a:hover img {
    -webkit-transform: scale(1.1,1.1);
        -ms-transform: scale(1.1,1.1);
            transform: scale(1.1,1.1);
}

p.rai-title {
    padding-left: 16px;
    border-left: 3px solid #ff565b;
    font-size: 22px;
    color: #2f2b2b;
    line-height: 1;
    margin-top: 43px;
}



.rai-adv li {
    margin-top: 20px;
    position: relative;
    cursor: pointer;
    overflow: hidden;

    -webkit-transition: all .2s;

    -o-transition: all .2s;

    transition: all .2s;
}
.rai-adv li img {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.rai-adv li:hover {
    -webkit-box-shadow: 0 0 10px #333;
            box-shadow: 0 0 10px #333;
}
.rai-adv li:hover img {
    -webkit-transform: scale(1.1,1.1);
        -ms-transform: scale(1.1,1.1);
            transform: scale(1.1,1.1);
}
.rai-adv li a {
    display: block;
}
.rai-adv li p.rai-item-bt {
    height: 44px;
    width: 100%;
    line-height: 44px;
    background-color: rgba(0, 0, 0, 0.8);
    font-size: 18px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
}
.rai-adv-list {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    /* left: 0; */
    bottom: 0;
    display: none;
}
div.rai-adv-list p {
    font-size: 18px;
    color: #ff565b;
    text-align: center;
    background-color: transparent;
    position: static;
    margin-top: 29px;
}
div.rai-adv-list p::after {
    content: '';
    display: block;
    width: 24px;
    height: 2px; 
    background-color: #ff565b;
    margin: 0 auto;
}
div.rai-adv-list span {
    height: 57px;
    overflow: hidden;
    font-size: 14px;
    color: #fff;
    display: block;
    width: 181px;
    margin: 8px auto 0;
    text-align: center;
}
div.rai-adv-list a {
    display: block;
    width: 114px;
    height: 32px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 2px solid #ff565b;
    border-radius: 16px;
    line-height: 32px;
    text-align: center;
    color: #ff565b;
    margin: 25px auto 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
div.rai-adv-list a:hover {
    -webkit-box-shadow: 0 0 6px #ccc;
            box-shadow: 0 0 6px #ccc;
}

/* 左侧 */
/* 面包屑导航 */
.raiders-left .ra-crumbs span.rc-title {
    font-size: 14px;
    color: #73757a;
    float: left;
}
.raiders-left .ra-crumbs ul li {
    float: left;
    font-size: 14px;
}
.raiders-left .ra-crumbs ul li.active {
    color: #201f1f;
}
.raiders-left .ra-crumbs ul li a {
    font-size: 14px;
    color: #73757a;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.raiders-left .ra-crumbs ul li a span {
    margin: 0 5px;
}
.raiders-left .ra-crumbs ul li a:hover {
    color: #ff565b;
}
/* 详情内容 */
.ra-ct-title {
    margin-top: 50px;
    border-bottom: 1px solid #ccc;
}
.ra-ct-title h1 {
    font-size: 30px;
    color: #201f1f;
    font-weight: normal;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.ra-ct-title h1:hover {
    color: #ff565b;
}
.ra-ct-sub {
    margin-top: 20px;
    margin-bottom: 40px;
}
.ra-ct-sub .ra-sub-left {
    float: left;
}
.ra-ct-sub .ra-sub-left span {
    font-size: 14px;
    color: rgba(115,117,122,0.85);
    margin-right: 40px;
}
.ra-ct-sub .ra-sub-right {
    float: right;
}
.ra-ct-sub .ra-sub-right span {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px;
    color: rgba(115,117,122,0.85);
    padding: 0 6px;
    border-right: 1px solid #ccc;
}
.ra-ct-sub .ra-sub-right span:last-child {
    border-right: none;
}
.ra-article {
    margin-top: 40px;

    border-bottom: 1px solid #ccc;
}
.ra-article img {
    max-width: 100%;
}
.ra-article .ra-art-btn {
    margin-bottom: 40px;
    margin-top: 50px;
}
.ra-art-btn .ra-btn-left {
    float: left;
    height: 38px;
    line-height: 38px;
}
.ra-art-btn .ra-btn-left span {
    font-size: 16px;
    color: #999;
    float: left;
}
.ra-art-btn .ra-btn-left a {
    display: block;
    float: left;
    width: 36px;
    height: 36px;
    border: solid 1px #bfbfbf;
    border-radius: 50%;
    margin-right: 14px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #cccccc;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.ra-art-btn .ra-btn-left a:nth-child(2) {
    background-image: url('../img/rd-share-2.png');
}
.ra-art-btn .ra-btn-left a:nth-child(3) {
    background-image: url('../img/rd-share-3.png');
}
.ra-art-btn .ra-btn-left a:nth-child(4) {
    background-image: url('../img/rd-share-1.png');
}
.ra-art-btn .ra-btn-left a:hover {
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-box-shadow: 0 0 10px #ff565b;
            box-shadow: 0 0 10px #ff565b;
    background-color: #ff565b;
    border-color: #ff565b;
}
.ra-art-btn .ra-btn-right {
    float: right;
}
.ra-art-btn .ra-btn-right a {
    display: block;
    width: 161px;
    height: 36px;
    line-height: 35px;
    padding-left: 20px;
    background: url('../img/rd-down-icon.png') no-repeat;
    background-position: 40px center;
    background-color: #ff565b;
    border-radius: 18px;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.ra-art-btn .ra-btn-right a:hover {
    -webkit-box-shadow: 0 0 10px #333;
            box-shadow: 0 0 10px #333;
}
.ra-bottom a {
    line-height: 1;
    display: block;
    font-size: 16px;
    color: #666;
    margin-top: 30px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.ra-bottom a:hover {
    color: #ff565b;
}



