body {
    font: 17px Arial,Helvetica,Verdana,Geneva,sans-serif;
    color: #000;
    background-color: #fff;
    line-height: 1.6
}
.main {
        max-width: 1300px;
        padding: 20px 40px;
        margin: 0 auto
    }

    .mainContent {
        display: flex;
        flex-wrap: nowrap;
    }

    .left {
        width: 250px;
        flex: none
    }

    .right {
        position: relative;
        flex: auto;
        padding-left: 40px
    }

    .c_path {
        position: relative;
        padding: 12px 0;
        border-bottom: 1px solid #dcdcdc
    }

    @media screen and (max-width: 1200px) {
        .main {
            width:100%
        }

        .artiContent .feedbackContent,.artiContent .info,.intro p,.c_path a {
            font-size: 20px
        }
    }

    @media screen and (max-width: 1024px) {
        .main {
            padding:10px
        }

        .right {
            padding-left: 10px
        }
    }

    @media screen and (max-width: 768px) {
        .main {
            width:95%
        }
        .left {
            display:none
        }

        .right {
            padding-left: 0
        }

    }

        .l_nav {
        margin: 0;
        width: 100%;
        color: #333
    }

    .l_nav .l_title {
        padding: 9px 0;
        text-align: center;
        background: #e5e5e5
    }

    .l_nav .l_title a {
        text-decoration: underline;
        display: block;
        color: #000
    }

    .l_nav .l_title a:hover {
        text-decoration: none;
        color: #000
    }

    .l_nav li a,.l_nav li span {
        background: #f7f7f7 url(../images/background/icon/icon-list1.png)10px center no-repeat;
        padding: 9px 4px 8px 25px;
        border-top: 1px solid #dedede;
        display: block;
        text-decoration: none;
        color: #000
    }

    .l_nav li a:hover {
        background: #009EF9 url(../images/background/icon/icon-list1-white.png)10px center no-repeat;
        border-right: 1px solid #e79100;
        color: #fff
    }

    .l_nav li.current span {
        color: #009EF9;
        background-color: #fff
    }

    .l_nav li.l_nav_nolink {
        padding: 9px 4px 8px 25px;
        background: #fff url(../images/background/icon/icon-list1.png)10px center no-repeat;
        color: #009EF9;
        border-top: 0
    }

    .l_nav li.l_nav_nolink span {
        background: 0;
        padding: 0;
        border: 0;
        color: #009EF9
    }

    .mobile_menu {
        display: none
    }

    @media screen and (max-width: 768px) {
        .mobile_menu {
            position:fixed;
            display: block;
            top: 100px;
            right: 10px;
            width: 50px;
            height: 50px;
            padding: 15px 12px;
            background: #009EF9;
            border-radius: 50px;
            cursor: pointer;
            opacity: .6
        }

        .mobile_menu_icon {
            border-top: 1px solid #fff;
            border-bottom: 1px solid #fff;
            width: 100%;
            height: 100%
        }

        .mobile_menu_icon span {
            display: block;
            width: 100%;
            height: 50%;
            border-bottom: 1px solid #fff
        }

        .left.show {
            display: block;
            position: absolute;
            left: 0;
            top: auto;
            background: #fff;
            z-index: 999;
            box-shadow: 5px 5px 10px 5px #333;
            width: 260px
        }

        .left>* {
            display: none
        }

        .left .l_nav {
            display: block
        }

        .l_nav .l_title {
            background: 0;
            border-top: 1px solid #eaeaea;
            color: #009EF9;
            text-align: left;
            padding-left: 25px
        }

        .l_nav .l_title a {
            color: #009EF9;
            text-decoration: none;
            display: block;
            background: url(../images/background/icon/btn_arrow_right.png)right 10px center no-repeat
        }

        .l_nav li a {
            background: 0;
            border: 0;
            padding: 5px 5px 5px 25px
        }

        .l_nav li.current span {
            color: #aaa;
            background: 0
        }
    }

    .feedbackChoice {
        border: 1px solid #d1d1d1;
        background: #fff;
        padding: 10px 15px
    }

    .feedbackChoice .stat .numBox {
        height: 90px;
        padding: 30px 55px;
        background: #009EF9 url(../images/background/icon/bgj043.jpg)no-repeat center top;
        font-weight: 700;
        color: #fffecc
    }

    .feedbackChoice .stat .num {
        margin-bottom: 5px;
        font-size: 20px;
        color: #fff
    }

    .feedbackChoice .stat a {
        color: #333
    }

    .feedbackChoice .stat .h4 {
        padding: 15px 0 10px 15px;
        font-size: 20px
    }

    .feedbackChoice .stat .bg {
        margin: 0 10px 20px;
        padding: 0;
        background: #f0f0f0
    }

    .feedbackChoice .stat .bg select {
        font-size: large;
        width: 200px;
        height: 44px;
        border: 1px solid #d1d1d1
    }

    .feedbackChoice .year {
        margin-bottom: 15px;
        padding: 10px 0 10px 7px;
        background: #f0f0f0;
        line-height: 1.6
    }

    .feedbackChoice .year a {
        padding: 0 8px 10px;
        background: url(../images/background/icon/bgp002.png)no-repeat 0 7px
    }

    .feedbackChoice a.sg {
        margin-left: 5px;
        padding-left: 8px;
        background: url(../images/background/icon/arrow-orgensm.gif)no-repeat 0 7px;
        font-size: 17px;
        display: block;
        height: 24px
    }

    .feedbackChoice a.sg:hover {
        text-decoration: none
    }

    .tReview_top {
        position: relative;
        padding: 5px 25px 0
    }

    .tReview_top_title {
        padding: 0 25px;
        font-size: 24px
    }

    .tReview_time {
        display: inline-block;
        color: #000;
        font-size: large
    }

    .tReview_rating {
        display: inline-block;
        margin-right: 20px;
        height: 20px;
        vertical-align: middle;
        background: url(../images/background/icon/icon-rate-star-s.png)repeat-x left top;
        width: 75px
    }

    .tReview_rating.star1 {
        width: 15px
    }

    .tReview_rating.star2 {
        width: 30px
    }

    .tReview_rating.star3 {
        width: 45px
    }

    .tReview_rating.star4 {
        width: 60px
    }

    .tReview_rating.star5 {
        width: 75px
    }

    .fb_photos {
        float: right;
        margin: 0 0 10px 20px;
        position: relative;
        overflow: hidden;
        text-align: center;
        width: 60%;
        max-width: 448px
    }

    .fb_photos ul {
        display: block;
        position: relative;
        margin: 0;
        padding: 71.42857%0 0
    }

    .fb_photos li {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: none;
        list-style: none
    }

    .fb_photos li:first-child {
        display: block
    }

    .fb_photos img {
        display: block;
        width: 100%;
        height: 100%
    }

    .fb_photos li img {
        object-fit: scale-down;
        background: #000
    }

    .fb_photos .cinum {
        background: #000;
        opacity: .6;
        color: #fff;
        font-size: 12px;
        padding: 0 6px;
        border-radius: 5px;
        position: absolute;
        bottom: 3px;
        right: 3px
    }

    .fb_photos p {
        text-align: center;
        padding: 5px 0
    }

    .fb_photos_nav {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1
    }

    .fb_photos_nav div {
        width: 50%;
        height: 100%;
        margin: 0;
        padding: 0
    }

    .fb_photos_left {
        cursor: url(../images/background/icon/arr_left.cur),auto;
        float: left
    }

    .fb_photos_right {
        cursor: url(../images/background/icon/arr_right.cur),auto;
        float: right
    }

    .fb_photos.wh1280x960 ul {
        padding: 75%0 0
    }

    .fb_photos.wh1280x850 ul {
        padding: 66.40625%0 0
    }

    .fb_photos.wh693x1247 {
        max-width: 178px
    }

    .fb_photos.wh693x1247 ul {
        padding: 179.942279%0 0
    }

    .fb_photos.wh320x240 {
        max-width: 320px
    }

    .fb_photos.wh320x240 ul {
        padding: 75%0 0
    }

    .fb_photos.wh320x226 {
        max-width: 320px
    }

    .fb_photos.wh320x226 ul {
        padding: 70.625%0 0
    }

    .ixbox.w830h400 {
    max-width: 830px;
    }

    .ixbox {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        box-sizing: border-box;
    }

    .ixbox img {
        width: 100% !important;
        height: 100% !important;
        display: block;
        padding: 0 !important;
        min-height: inherit !important;
    }

    #AdGlobal_220X430 {
        height: 600px!important
    }

    @media screen and (max-width: 640px) {
        .artiContent .feedbackContent.hasPhotos {
            display:flex;
            flex-direction: column-reverse
        }

        .fb_photos {
            float: none;
            margin: 10px auto 0;
            width: 100%;
            text-align: center
        }
    }

    @media screen and (max-width: 480px) {
        .fb_photos.wh693x1247 {
            max-width:320px
        }
    }

    @media screen and (max-width: 768px) {
        #lim_mobile_chat,#lim_mini {
            display:none!important
        }
    }

    .howToId {
        margin: 15px 10px;
        padding-left: 15px;
        background: url(../images/background/icon/ico_dot_2.gif)no-repeat 0 5px
    }

    .left .taBox {
        background: #f2f2f2;
        text-align: center;
        padding: 10px 0
    }

    .left .taBox .taInfo {
        text-align: left;
        padding: 0 20px
    }

    .left .taBox a {
        color: #36c
    }

    .left .taBox a:hover {
        color: #009EF9;
        text-decoration: none
    }

    .intro {
        padding-top: 10px
    }

    .intro h1 {
        font-size: 22px
    }

    .intro p {
        padding: 10px 0 0;
        text-align: justify
    }

    .rateRT {
        position: absolute;
        top: 0;
        right: 40px
    }

    .rateRT .rcount {
        margin-left: 10px;
        display: inline-block;
        height: 24px;
        line-height: 24px
    }

    .tReviewsRating {
        padding-left: 20px;
        margin-top: 8px
    }

    .tReviewsRating span {
        display: inline-block;
        height: 24px;
        line-height: 24px
    }

    .trrBar {
        position: relative;
        width: 120px;
        height: 24px;
        overflow: hidden;
        background: url(../images/background/icon/icon-rate-star-m-e.png)repeat-x;
        vertical-align: top;
        display: inline-block
    }

    .trrBar div {
        position: relative;
        width: 120px;
        height: 24px;
        overflow: hidden;
        background: url(../images/background/icon/icon-rate-star-m.png)repeat-x
    }

    @media screen and (max-width: 480px) {
        .rateRT {
            position:static;
            text-align: center;
            padding: 10px
        }

        .tReviewsRating span.trNum {
            float: none;
            margin-top: 5px;
            display: block
        }

        .tReviewsRating {
            padding-left: 5px
        }
    }

    .ors_intro {
        font-size: 20px;
        padding: 20px 10px 0 30px
    }

    .ors_intro span {
        display: inline-block
    }

    .ors_star {
        color: #009b88;
        font-size: 20px;
        vertical-align: middle
    }

    .ors_count {
        font-size: 17px;
        color: #999
    }

    .taReviews {
        min-height: 200px;
        position: relative
    }

    .taReviews .leftArrow {
        position: absolute;
        opacity: .85;
        top: 0;
        left: 0;
        z-index: 2;
        width: 30px;
        background: url(../images/background/icon/btn-left-02.png)no-repeat left center;
        cursor: pointer;
        height: 200px
    }

    .taReviews .rightArrow {
        position: absolute;
        opacity: .85;
        top: 0;
        right: 0;
        z-index: 2;
        width: 30px;
        background: url(../images/background/icon/btn-right-02.png)no-repeat right center;
        cursor: pointer;
        height: 200px
    }

    .taReviews .leftArrow.disabled {
        background: url(../images/background/icon/btn-left-01.png)no-repeat left center
    }

    .taReviews .rightArrow.disabled {
        background: url(../images/background/icon/btn-right-01.png)no-repeat right center
    }

    .taReviews .tarList {
        margin: 0 30px;
        min-height: 200px;
        overflow: hidden
    }

    .taReviews .tarItem {
        min-height: 200px;
        width: 100%
    }

    .tarbox {
        position: relative;
        padding-top: 10px
    }

    .tarAuthor {
        position: absolute;
        left: 0;
        top: 35px;
        width: 140px;
        text-align: center
    }

    .tarAuthor .tarName {
        color: #000;
        margin: 10px 0;
        font-size: 20px;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .tarAuthor .tarNation {
        color: #999;
        margin: 5px 0 10px
    }

    .tarAuthor .ui_avatar {
        display: inline-block;
        border-radius: 72px;
        width: 72px;
        height: 72px;
        border-color: #fff;
        overflow: hidden;
        vertical-align: middle;
        margin-right: 5px
    }

    .tarAuthor .ui_avatar img {
        width: 100%;
        height: 100%
    }

    .tarInfo {
        margin: 0 0 0 140px;
        text-align: justify;
        line-height: 150%;
        padding-right: 10px
    }

    .tarInfo .tarTitle {
        font-size: 18px;
        padding: 10px 5px 5px
    }

    .tarInfo .tarText {
        padding: 10px 5px;
        z-index: 1;
        border: 1px solid #fff
    }

    .tarInfo .tarText.more {
        display: none
    }

    .tarTop {
        overflow: hidden;
        padding: 20px 0 0 6px
    }

    .tarTop img {
        vertical-align: middle
    }

    .tarTop .tarDate {
        display: inline-block;
        margin-left: 10px
    }

    .taMore {
        position: absolute;
        top: 0;
        left: 0;
        display: none;
        min-height: 180px;
        z-index: 999;
        text-align: justify;
        line-height: 150%;
        padding: 10px 5px;
        background: #fff;
        border: 1px dashed #d1d1d1
    }

    .switch {
        color: #009EF9;
        border: 1px solid #009EF9;
        font-size: 10px;
        padding: 0 10px;
        border-radius: 5px;
        cursor: pointer;
        margin: 5px 0;
        display: inline-block
    }

    #tab .more,#tab .more:hover {
        float: right;
        margin: 0 40px 10px;
        padding: 0 10px 0 15px;
        background: url(../images/background/icon/ico_dot_2.gif)no-repeat 0 8px
    }

    .fbList {
        background: url(../images/background/icon/p004.png)repeat-y 5px top;
        overflow: hidden;
        zoom:1}

    .fbList .fbArr,.fbList .fbArr2,.fbList .fbDot {
        background: url(../images/background/icon/p002.png)no-repeat;
        overflow: hidden
    }

    .fbList .fbR {
        position: relative;
        margin-bottom: 15px;
        background: #f8f8f8;
        text-align: left;
        border: 2px solid #e3e3e3;
        border-radius: 10px;
        margin-left: 30px
    }

    .fbList .fbYear {
        height: 47px;
        line-height: 47px;
        padding: 0 40px;
        background: #f8f8f8;
        border-radius: 8px 8px 0 0;
        color: #009EF9;
        font-size: 24px
    }

    .fbList .fbDot {
        position: absolute;
        width: 10px;
        height: 10px;
        background-position: 0-38px
    }

    .fbList .fbArr {
        position: absolute;
        width: 14px;
        height: 15px
    }

    .fbList .fbR .fbArr {
        left: -14px;
        top: 60px;
        background-position: 0-101px
    }

    .fbList .fbR .fbDot {
        left: -30px;
        top: 65px
    }

    .fbList .thisYear .fbYear {
        background: #009EF9;
        border-radius: 8px 8px 0 0
    }

    .fbList .thisYear .fbYear a,.fbList .thisYear .fbYear a:hover {
        color: #fff
    }

    .fbList .bd {
        margin-bottom: 15px;
        padding: 15px 25px;
        overflow: hidden
    }

    .fbList .bd p {
        margin: 0 0 10px
    }

    .fbList .bd img {
        display: block;
        border: 1px solid #ccc;
        margin: 5px 0 5px 5px;
        float: right;
        width: 320px;
        height: 226px
    }

    .fbList .bd ul {
        border-bottom: 1px dashed #ccc;
        margin-bottom: 10px;
        padding-bottom: 10px
    }

    .fbList .bd li {
        padding: 2px 0 2px 13px;
        background: url(../images/background/icon/ico_cusp_line2.gif)no-repeat 0 9px
    }

    .fbList .bd li img {
        display: inline;
        border: 0;
        margin: 0;
        vertical-align: middle;
        float: none
    }

    .fbList .more {
        position: absolute;
        top: 10px;
        right: 10px
    }

    .fbList .more a {
        color: #fff
    }

    .fbList .icon {
        float: left;
        width: 45px;
        height: 54px;
        margin-right: 8px;
        background: url(../images/background/icon/bg_feedback_02.gif)no-repeat
    }

    #otherReviews .g_tab_item {
        display: none;
        border: 1px solid #d1d1d1;
        border-top: 0;
        padding: 0 10px;
        margin-bottom: 20px
    }

    #otherReviews .g_tab_item.tcg {
        padding: 20px 0 0;
        border: 0;
        margin-bottom: 0
    }

    .fbList .thisYear .fbYear {
        background: 0;
        padding: 0 25px
    }

    .fbList .thisYear .fbYear a {
        color: #009EF9
    }

    .fbList .thisYear .fbYear a:hover {
        color: #009EF9
    }

    .fbList h2.fbYear {
        font-size: 20px
    }

    .fbList h2.fbYear a {
        color: #009EF9
    }

    .fbList h2.fbYear a:hover {
        color: #009EF9
    }

    .otrTab {
        display: block;
        height: 50px;
        border-bottom: 1px solid #d1d1d1
    }

    .otrTab li {
        position: relative;
        float: left;
        padding-top: 10px;
        text-align: center;
        box-sizing: border-box;
        height: 50px;
        width: 24%;
        background: #f2f2f2;
        cursor: pointer
    }

    .otrTab li.tcg {
        padding-top: 0
    }

    .otrTab li img {
        max-width: 98%
    }

    .otrTab li.current {
        background: #fff;
        border: 1px solid #d1d1d1;
        border-bottom-color: #fff;
        bottom: -1px;
        height: 51px
    }

    .otrTab li:nth-child(4n+2) {
        margin: 0 .7%auto 1.3%
    }

    .otrTab li:nth-child(4n+3) {
        margin: 0 1.3%auto .7%
    }

    @media screen and (max-width: 770px) {
        .otrTab {
            display:none
        }

        #otherReviews .g_tab_item.tcg {
            padding: 0
        }
    }

    #tab {
        overflow: hidden;
        margin: 20px auto;
        position: relative
    }

    #tab .tabTit {
        display: block;
        height: 45px;
        border-bottom: 1px solid #d1d1d1;
        margin-bottom: 10px
    }

    #tab .tabTit li {
        float: left;
        border-bottom: 1px solid #4f94c1;
        width: 220px;
        height: 45px;
        line-height: 45px;
        padding-left: 50px;
        margin: 0 10px -1px 0;
        background: #4f94c1 url(../images/background/icon/65-w.png)no-repeat 10px center/30px 30px;
        color: #fff;
        font-size: 20px;
        cursor: pointer
    }

    #tab .tabTit li.current {
        border: 1px solid #d1d1d1;
        border-bottom-color: #fff;
        background: #fff url(../images/background/icon/65.png)no-repeat 10px center/30px 30px;
        color: #009EF9;
        cursor: default
    }

    #tab .tabTit li.video {
        background: #4f94c1 url(../images/background/icon/61-w.png)no-repeat 10px center/30px 30px
    }

    #tab .tabTit li.video.current {
        background: #fff url(../images/background/icon/61.png)no-repeat 10px center/30px 30px
    }

    #tab .tabCon {
        display: none;
        border: 1px solid #efefef;
        padding: 0;
        background: #e2e2e2 url(../images/background/icon/j002.webp)repeat-x
    }

    #tourBanner .imgBox02 li {
        width: 100%
    }

    #tourBanner .imgBox02 img {
        display: block;
        width: 100%
    }

    @media screen and (max-width: 770px) {
        #tab .tabTit li {
            width:200px
        }
    }

    @media screen and (max-width: 640px) {
        .fbList .bd {
            padding:15px 10px 250px;
            position: relative
        }

        .fbList .bd img {
            float: none;
            margin-left: -160px;
            position: absolute;
            left: 50%;
            bottom: 0;
            box-sizing: content-box
        }
    }

    @media screen and (max-width: 600px) {
        #tab .tabTit {
            display:none
        }

        .fbList {
            background: 0
        }

        .fbList .fbR {
            margin-left: 0
        }

        .fbList .fbR .fbArr {
            display: none
        }
    }

    @media screen and (max-width: 480px) {
        .listBox2 {
            float:none;
            width: auto;
            min-height: 0;
            margin-bottom: 10px
        }
    }

    @media screen and (max-width: 320px) {
        #tab {
            display:none
        }

        .fbList {
            margin-top: 10px
        }

        #yearPic .yearPicBox img {
            max-width: 100%
        }
    }

    .tarAuthor .ui_avatar {
        display: inline-block;
        border-radius: 72px;
        width: 72px;
        height: 72px;
        border-color: #fff;
        overflow: hidden;
        vertical-align: middle;
        margin-right: 5px
    }

    .tarAuthor .ui_avatar img {
        width: 100%;
        height: 100%
    }

    .tarAuthor .ui_avatar span {
        width: 72px;
        height: 72px;
        line-height: 72px;
        border-radius: 72px;
        color: #000;
        display: block;
        margin: 0 auto;
        text-align: center;
        font-size: 36px
    }

    .tarAuthor .ui_avatar span.pink {
        background: #ffc5d5
    }

    .tarAuthor .ui_avatar span.greenlight {
        background: #9ff6d3
    }

    .tarAuthor .ui_avatar span.greendark {
        background: #00897b
    }

    .tarAuthor .ui_avatar span.purple {
        background: #7b1fa2;
        color: #fff
    }

    .tarAuthor .ui_avatar span.orange {
        background: #ffc999
    }

    .tarAuthor .ui_avatar span.yellow {
        background: #fffbd6
    }

    .tarAuthor .ui_avatar span.black {
        background: #46586a;
        color: #fff
    }

    .artiContent {
        background: #efefef;
        margin-bottom: 20px;
        border-radius: 10px
    }

    .artiContent .info {
        padding: 10px 25px 0
    }

    .artiContent .info ul {
        margin: 0
    }

    .artiContent .info li {
        background: url(../images/background/icon/ico_cusp_line2.gif)no-repeat 0 12px;
        padding: 5px 0 0 20px
    }

    .artiContent .feedbackContent {
        padding: 10px 25px;
        text-align: justify
    }

    .artiContent .feedbackContent p {
        margin-bottom: 0
    }

    .artiContent .feedbackContent .dtt {
        background: url(../images/background/icon/ico-email.gif)no-repeat;
        padding-left: 35px;
        margin: 10px 0;
        font-weight: 400;
        font-size: 14px;
        line-height: 25px
    }

    .artiContent .feedbackContent .img {
        float: right;
        border: #d0e6f6 solid 1px;
        margin-left: 15px;
        text-align: center;
        font-size: 12px;
        width: 100px
    }

    .artiContent .feedbackContent .img p {
        margin: 0
    }

    .artiContent .feedbackContent .img img {
        padding: 5px 5px 0
    }

    .fbList:has(.artiContent) {
        background: 0
    }

    @media screen and (max-width: 480px) {
        .artiContent .info {
            padding:10px
        }

        .artiContent .feedbackContent {
            padding: 10px
        }

        .artiContent .feedbackContent .img {
            float: none;
            margin-left: 0;
            max-width: 100%
        }

        .artiContent .feedbackContent .img img {
            max-width: 100%
        }
    }

    @media screen and (max-width: 320px) {
        .artiContent .feedbackContent .img {
            width:auto
        }

        .artiContent .feedbackContent .img img {
            width: 96%
        }
    }

    .crtop {
        padding: 0 10px 20px;
        text-align: center;
        font-size: 24px
    }

    .artiContent+.crtop {
        font-size: large;
        text-align: right
    }

    .artiContent+.crtop a {
        padding-left: 25px;
        background: url(../images/background/icon/heading-arrow1.png)no-repeat left center
    }

    .yearList {
        border: 1px solid #d1d1d1;
        background: #f2f2f2;
        padding: 10px 20px
    }

    .yearList .h4 {
        font-size: larger;
        padding: 10px 0
    }

    .yearList .year {
        display: flex;
        flex-wrap: wrap
    }

    .yearList .year a {
        display: block;
        padding: 5px 15px;
        width: 12.5%;
        background: url(../images/background/icon/p18.png)no-repeat left center
    }

    @media screen and (max-width: 1024px) {
        .yearList .year a {
            width:20%
        }
    }

    @media screen and (max-width: 480px) {
        .yearList .year a {
            width:33.33%
        }
    }

    .sgTitle {
    font-size: 20px;
    line-height: 1.6;
    padding: 10px 0 10px 7px;
    text-align: left;
    }
    .pageMore {
    padding: 10px;
    background: #f0f3f6;
    margin-bottom: 10px
}

.pageMore dd {
    float: right
}

.pageMore li a,
.pageMore li span {
    display: block;
    float: left;
    width: 27px;
    height: 27px;
    background: url(../images/background/icon/bg002c.png) no-repeat 0 0;
    line-height: 27px;
    text-align: center;
    text-decoration: none;
    color: #000;
    margin: 0 1px
}

.pageMore .next:hover {
    background-position: 0 -135px
}

.pageMore .prev {
    background-position: 0 -54px;
    cursor: pointer
}

.pageMore .prev:hover {
    background-position: 0 -81px;
    cursor: pointer
}

.pageMore .prevN {
    background-position: -27px -54px;
    cursor: default
}

.pageMore li a:hover,
.pageMore .active span {
    background-position: 0 -27px
}

.pageMore .next {
    background-position: 0 -108px
}

.pageMore .nextN {
    background-position: -27px -108px;
    cursor: default
}