.gd .img {
    position: relative;
}

.gd .item .img img {
    width: 100%;
    height: 142px;
}

.mod-list-big .item {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #EDEFF2;
    cursor: pointer;
}

.sc .mod-list-big .item {
    border: 0;
    padding: 10px 0;
}

.log .mod-list-big .item {
    border-bottom: 1px solid #EDEFF2;
    padding: 29px 0;
}

.log .mod-list-big .item:nth-child(3) {
    border: 0;
}

.mod-list-big .item .img {
    width: 263px;
    height: 152px;
    float: left;
    background: #f5f5f5;
}

.gd .mod-list-big .item {
    width: 266px;
    display: inline-block;
    padding: 0;
    border: 0;
}

.mod-list-big .item .img img {
    width: 100%;
}

.gd .mod-list-big .item:nth-child(2) {
    margin: 0 18px;
}

.mod-list-big .item .img .yc_top {
    top: 0;
    font-size: 14px;
    width: 58px;
    height: 25px;
    background: #000000;
    opacity: 0.5;
    text-align: center;
    margin: 4px 6px;
}

.mod-list-big .item .img div {
    position: absolute;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
    bottom: 5px;
    width: 90%;
    margin-left: 5%;
}

.mod-list-big .info {
    margin-left: 292px;
}

.gd .info {
    display: table;
    border: 1px solid #eeeeee;
    height: 148px;
    width: 98.4%;
    margin: 0;
    border-top: 0;
}

.mod-list-big .info .desc {
    width: 90%;
    margin: 0 auto;
}

.mod-list-big .info .title {
    padding: 15px 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.mod-list-big .info .title span i {
    display: inline-block;
    width: 32px;
    height: 18px;
    color: #fff;
    background: #ddd;
    font-size: 12px;
    font-family: sans-serif;
    font-weight: 300;
    text-align: center;
    line-height: 18px;
    vertical-align: 1px;
    margin-right: 7px;
}

.mod-list-big .info .title span i.i-hot {
    background: #F89018;
}

.mod-list-big .info .title span i.i-new {
    background: #6f55ff;
}

.mod-list-big .info .intro {
    font-size: 14px;
    color: #888;
    line-height: 23px;
    height: 46px;
    word-break: break-all;
    margin-bottom: 23px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.mod-list-big .info .extra .view img {
    vertical-align: -1px;
}

.mod-list-big .info .extra {
    position: relative;
    margin-bottom: 10px;
    font-size: 14px;
    color: #bbb;
}

.gd .info .title {
    white-space: normal;
}

.gd .info .title span {
    height: 50px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 26px;
    width: 230px;
}

.gd .info .extra {
    width: 100%;
}

.mod-list-big .info .extra .time {
    margin: 0;
    left: 0;
}

.mod-list-big .info .extra .view {
    float: right;
    margin-right: 5px;
}

.jc .info .title {
    white-space: normal;
}

.mod-list-big .info .title span {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
}

.mod-list-big .item:hover .info .title span {
    color: #6f55ff;
}

.gd .info .title p {
    font-size: 14px;
    color: #888888;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 240px;
    display: inline-block;
    margin-top: 15px;
    height: 21px;
}

.mod-news-slide .hd .list li.on span {
    color: #6f55ff;
}

.sc .hd .list li.black span {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}

.gd .hd .list li span {
    font-size: 14px !important;
    color: #888888;
}

.mod-news-slide .bd {
    padding: 10px 0;
}

.jc .bd {
    padding-top: 30px;
}

.gd .bd {
    padding-top: 30px;
}

.mod-news-slide .hd {
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 5px;
}

.mod-news-slide .hd .hd_top .left {
    float: left;
}

.mod-news-slide .hd .hd_top .left span {
    font-size: 17px;
    font-weight: 600;
    color: #333333;
}

.mod-news-slide .hd .hd_top .left .img_div {
    width: 5px;
    height: 5px;
    background: #e5e5e5;
    border-radius: 50%;
    display: inline-block;
    margin: 2px 33px;
}

.mod-news-slide .hd .more {
    float: right;
    font-size: 14px;
    color: #999;
}

.mod-news-slide .hd .more span {
    font-family: cursive;
}

.mod-news-slide .hd .list li {
    float: left;
    margin-right: 76px;
}

.mod-news-slide .hd .list li span {
    display: block;
    cursor: pointer;
    font-size: 16px;
    border-bottom: 2px solid transparent;
}


.mod-list-small .item .extra {
    color: #BBBBBB;
    font-size: 14px;
}

.mod-list-small .item .extra .view {
    margin-left: 20px;
}

.mod-list-small .item .extra .view img {
    vertical-align: -1px;
}

.jc .mod-list-big .item:nth-child(3) {
    margin-right: 18px;
}

.sc {
    width: 590px;
    padding: 0;
    margin: 0;
    float: left;
}

.sc .info {
    margin-left: 225px;
    margin-top: 12px;
}

.log .info {
    margin-left: 135px;
    margin-top: 0;
}

.log {
    margin-left: 20px;
}

.sc .hd {
    width: 90%;
    margin: 0 auto;
    padding: 7.5px 0;
}

.sc .bd {
    width: 90%;
    margin: 0 auto;
    padding: 22px 0;
}

.log .bd {
    padding: 21px 0;
}

.sc .bd bd-wrap {
    width: 95%;
}

.sc .item .img {
    width: 200px;
    height: 110px;
}

.sc .item .log_div {
    display: inline-block;
    float: left;
    width: 100px;
}

.sc .item .log_div .year {
    display: block;
    background-color: #F7F7F7;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
}

.sc .item .log_div .day {
    font-size: 28px;
    margin-left: 5px;
}

.sc .item .log_div .month {
    font-size: 14px;
    margin: 0 2px;
}

.sc .intro {
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px !important;
    line-height: normal !important;
    height: auto !important;
    display: block !important;
}

.sc .info .title {
    height: auto;
    padding-top: 3px;
}

/*H5开始*/
.swiper-pagination {
    position: absolute;
    z-index: 24;
    left: 0;
    right: 0;
    bottom: 10px;
    padding-left: 20px;
    height: 20px;
}

.swiper-container .swiper-slide .mask {
    height: 70px;
    background: linear-gradient(rgba(0, 0, 0, 0), #000);
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .2s;
}

.swiper-container .swiper-slide .text {
    color: #fff;
    font-size: 1.5rem;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 45px;
    padding: 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.swiper-pagination li {
    float: left;
    width: 8px;
    height: 8px;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
    background: #F7F9FC;
    border-radius: 100%;
    opacity: 0.5;
}

.swiper-pagination li.on {
    background-color: #ffffff;
    opacity: 1;
}

/*H5结束*/

.et-e .index-banner .b-slide {
    width: 588.8px;
    height: 320px;
    overflow: hidden;
    float: left;
    position: relative;
}

.et-e .index-banner .b-slide .bd li {
    position: relative;
}

.et-e .index-banner .b-slide .bd img {
    width: 100%;
    height: 320px;
}

.et-e .index-banner .b-slide .bd a {
    position: absolute;
    z-index: 4;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.et-e .index-banner .b-slide .bd .mask {
    height: 100px;
    background: linear-gradient(rgba(0, 0, 0, 0), #000);
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .2s;
    opacity: 0.8;
}

.et-e .index-banner .b-slide .bd li:hover .mask {
    height: 80px;
}

.et-e .index-banner .b-slide .bd .title {
    color: #fff;
    font-size: 22px;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 15px;
    padding: 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.et-e .index-banner .b-slide .hd {
    position: absolute;
    z-index: 5;
    bottom: 23px;
    right: 0;
}

.et-e .index-banner .b-slide .hd li {
    float: left;
    width: 8px;
    height: 8px;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
    background: #F7F9FC;
    border-radius: 100%;
    opacity: 0.5;
}

.et-e .index-banner .b-slide .hd li.on {
    background: #ffffff;
    opacity: 1;
}

.et-e .index-banner .b-slide .hd li.on:after {
    background: #f63c2e;
}
.itempage {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    line-height: 42px;
    font-size: 0;
    word-wrap: normal;
    white-space: nowrap;
}

.itempage a, .itempage span {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    margin-left: -1px;
    border: 1px solid #ddd;
    font-size: 14px;
    letter-spacing: normal;
    background: #fff;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.itempage a {
    text-decoration: none;
    color: #333;
}
.itempage span, .itempage span:hover, .itempage a.active {
    cursor: default;
    color: #fff;
    background: #6f55ff;
    font-weight: bold;
}
.itempage a:last-child {
    margin-right: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}