/* reset S */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: inherit;
}


a:hover {
    color:#fa3636;
}
/* reset E */

/*index S*/
body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: "宋体";
    color: #252525;
    background-color: #fff;
}

.hidden {
    display: none;
}

.index-ad-placeholder {
    display: none;
    height: 688px;
    width: 100%;
    margin: 0 auto;
    background-image: url("./img/ad-img.png");
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: -412px;
}

.index-container {
    width: 1010px;
    margin: 0 auto;
    background-color: #fff;
}

.index-header {
    width: calc(100%);
    height: 115px;
    background-color: #fff;
    padding: 0 0 0 0;
}

.index-header img {
    margin: 20px 0px 0px 0px;
    float: left;
}

.index-header-right {
    width: 470px;
    height: 100%;
    float: right;
}

.index-header-right-info {
    color: #818181;
    font-size: 12px;
    margin: 27px 0 22px;
    text-align:right;
}

.index-header-right-info a {
    color: #a2a2a2;
}

.index-header-right-input input {
    line-height: 32px;
    float: right;
}

.index-header-right-input button {
    float: right;
    background-color: #e70012;
    width: 50px;
    height: 33px;
    border: none;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    background-image: url("./img/search.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
    cursor: pointer;
    outline: none;
}

.index-header-right-input input {
    outline: none;
    width: 288px;
    height: 31px;
    padding: 0 0 0 16px;
    border: 1px solid #d4d4d4;
    border-right: none;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.index-nav-wrapper-box {
    width: 100%;
    height: 55px;
}

.index-nav-wrapper {
    height: 55px;
    background-color: #e70012;
    /*margin: 0 -1000px;*/
    width: 100%;
    position: absolute;
    top: 115px;
    left: 0;
}

.index-nav {
    width: 1010px;
    height: 100%;
    margin: 0 auto;
}

.index-nav ul {
    height: 100%;
}

.index-nav ul li {
    float: left;
    margin: 0 16px;
    color: #fff;
    font-size: 14px;
    height: 100%;
    line-height: 55px;
    font-weight: bold;
}

.index-nav ul li a {
    color: #fff;
}

.index-nav ul li a:hover {
    color: #ffc000;
}

.index-nav .active {
    color: #ffc000;
}

.index-district-nav-wrapper {
    width: 100%;
    margin: 12px 0 16px;
    padding: 18px 0;
    height: 61px;
    background-color: #f5f5f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index-district-nav-area {
    width: 251px;
    height: 100%;
    border-right: 1px solid #d4d4d4;
    float: left;
}

.index-district-nav-area ul {
    padding: 4px;
    color: #7e7e7e;
    font-size: 12px;
}

.index-district-nav-first li {
    float: left;
}

.index-district-nav-sec {
    margin-top: 35px;
}

.index-district-nav-sec li {
    float: left;
}

.index-district-nav-sec, .index-district-nav-first {
    margin-right: 21px;
    margin-left: 21px;
}

.index-district-nav-area ul li {
    margin-right: 22px;
}

.index-district-nav-area ul li:hover {
    color: #b80f08;
    text-decoration: underline;
}

.index-district-nav-area:last-child {
    border-right: none;
}

.index-district-nav-more {
    margin-right: 10px !important;
}

.index-district-nav-more li {
    margin-right: 4px !important;
}

.index-scroll-news {
    width: 100%;
    height: 35px;
    margin-bottom: 2px;
    display: flex;
    justify-content: flex-start;
}

.index-scroll-news-title {
    height: 100%;
    width: 72px;
    line-height: 35px;
    text-align: center;
    color: #7a7a7a;
    font-size: 12px;
    background-color: #f7f7f7;
    float: left;
}

.index-scroll-news-wrapper {
    width: 906px;
    height: 33px;
    border: 1px solid #ebebeb;
    padding-right: 30px;
    float: right;
}

.dowebok {
    height: 32px !important;
    background-color: #fff !important;
}

.dowebok:hover {
    background-color: #fff !important;
}

.dowebok a {
    line-height: 32px;
    font-size: 12px;
    color: #828282;
    margin: 0 15px;
}

.dowebok a:hover {
    color: #b80f08;
    text-decoration: underline;
}

.index-ad1 {
    width: 100%;
}

.index-new-ad1 {
    width: 100%;
}

.index-new-ad1 a {
    display: inline-block;
    padding: 0;
    margin: 0;
    float: left;
    width: 336px;
}

.index-new-ad1 img {
    width: 100%;
    height: 100%;
}

.index-new-part2 {
    width: 1040px;
    height: 125px;
    margin: 40px 0;
    font-size:14px;
}

.index-new-part2 a {
    width: 230px;
    margin-right: 30px;
    height: 125px;
    float: left;
    display: block;
    position: relative;
}

.index-new-part2 a .title {
    width: 100%;
    position: absolute;
    bottom: 0;
    color: #fff;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.index-new-part2 img {
    width: 100%;
    height: 100%;
}

.ad-box {
    margin-bottom: 25px;
}

.index-ad2 {
    width: 1010px;
    height: 90px;
    margin: 25px 0 35px;
}

.index-ad2 img {
    width: 1010px;
}

.index-ad1 img {
    width: 100%;
}

.index-big-new {
    width: 100%;
    height: 100px;
    border-bottom: 1px dashed #d7d7d7;
    position: relative;
    margin-bottom: 25px;
}

.index-big-new img {
    position: absolute;
    top: 0;
    left: 0;
}

.index-big-new-title {
    font-family:"Microsoft Yahei";
    margin: 15px 0 20px;
    width: 100%;
    text-align: center;
    font-size: 35px;
    line-height: 35px;
    color: #303030;
    font-weight: bold;
}

.index-big-new-content {
    margin: 0 24px;
    font-size: 12px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
}

.clearfix:after {
    content: "."; /*加一段内容*/
    display: block; /*让生成的元素以块级元素显示，占满剩余空间*/
    height: 0; /*避免生成的内容破坏原有布局高度*/
    clear: both; /*清除浮动*/
    visibility: hidden; /*让生成的内容不可见*/
}

.clearfix {
    zoom: 1; /*为IE6，7的兼容性设置*/
}

.index-part1-text {
    line-height: 30px;
    margin-top: -6px;
    font-size: 14px;
    float: right;
    width: 311px;
    height: 100%;
    /*background-color: red;*/
}
.index-part2-text {
    width:340px;
}
.index-part1-title1 {
    color: #333333;
    font-weight: bold;
    font-size:20px;
    overflow:hidden;
    height:35px;
    line-height:35px;
    font-family: "Microsoft Yahei";
}
.title-index {
    font-size:14px;
    color:#333;
}
.index-part1-title2 {
    line-height:33px;
    height:33px;
}
.index-part1-title2 .title-label {
    background-color: red;
    color: #fff;
    font-size: 12px;
    height: 14px;
    padding:0px 5px;
    line-height: 14px;
    border-radius: 5px;
    text-align: center;
    margin-right: 3px;
}

.index-part1-title3, .index-part1-title2 .title {
    font-size: 14px;
    color:#333;
}

.index-part1-holder {
    width: 100%;
    height: 12px;
}

.index-part2 {
    height: 310px;
    margin-bottom: 40px;
}

.index-part2-title {
    height: 60px;
    width: 100%;
    font-size: 18px;
    line-height: 60px;
    color: #000;
}

.index-part2-content .img-box {
    float: left;
    display: block;
    width: 310px;
    height: 250px;
    position: relative;
}

.index-part2-content .img-box img {
    width: 310px;
    height: 250px;
}

.index-part2-content .img-box .img-title {
    width: 310px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
}

.index-part2-center {
    float: left;
    width: 266px;
    height: 249px;
    padding: 0 37px;
    border: 1px solid #f4f4f4;
}

.index-part2-center .news {
    width: 100%;
    font-size: 14px;
    color: #000;
    line-height: 14px;
    margin: 16px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-part2-center .first-news {
    font-size: 22px;
    font-weight: bold;
    line-height: 52px;
}

.index-part2-last {
    float: right;
    width: 310px;
}

.index-part2-last img {
    width: 120px;
    height: 90px;
    float: left;
}

.index-part2-last .part1 {
    height: 120px;
    border-bottom: 1px solid #ddd;
}

.index-part2-last .text-box {
    float: right;
    width: 170px;
}

.index-part2-last .title {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 4px;
}

.index-part2-last .part2 {
    margin-top: 26px;
}

.index-part2-last .content {
    font-size: 12px;
    color: #7b7b7b;
    line-height: 21px;
}

.index-part3 {
    margin-right: -35px;
}

.index-new-ad2 {
    width: 1008px;
    height: 70px;
    margin-bottom: 30px;
}

.index-new-ad2-left, .index-new-ad2-left a {
    width: 335px;
    height: 70px;
    margin-right: 2px;
    float: left;
}

.index-new-ad2-left img {
    width: 100%;
    height: 100%;
}

.index-new-ad2-right {
    width: 334px;
    height: 70px;
    float: right;
}

.index-new-ad2-right img {
    width: 100%;
    height: 100%;
}


.index-new-ad3-left, .index-new-ad3-left a {
    width: 311px;
    height: 70px;
    margin-right: 35px;
    float: left;
}

.index-new-ad3-left img {
    width: 100%;
    height: 100%;
}
.index-new-ad3-right {
    width: 660px;
    height: 70px;
    float: right;
}

.index-new-ad3-right img {
    width: 100%;
    height: 100%;
}

.index-part3-card {
    float: left;
    width: 311px;
    height: 450px;
    margin-right: 35px;
}

.index-part3-card .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 34px;
    margin-top: 12px;
    margin-bottom: 15px;
    position: relative;
}

.index-part3-card .title .red-line {
    width: 225px;
    height: 2px;
    background-color: red;
    position: absolute;
    top: 15px;
    right: 0;
}

.index-part3-card .img-box, .index-part3-card .img-box a {
    width: 100%;
    height: 200px;
    position: relative;
}

.index-part3-card img {
    width: 100%;
    height: 100%;
}

.index-part3-card .img-box div {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    position: relative;
    bottom: 45px;
    color: #fff;
    overflow: hidden;
    font-size:14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family:"宋体";
}

.index-part3-card .img-box {
    margin-bottom: 15px;
}

.index-part3-card .news {
    font-size: 14px;
    line-height: 38px;
    color: #333;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-city-movie {
    margin-right: -30px;
}

.index-city-movie .title-box {
    width: 1010px;
    border-bottom: 1px solid #999;
}

.index-city-movie .title {
    font-size: 20px;
    color: #000;
    width: 100px;
    height: 45px;
    line-height: 45px;
    border-bottom: 2px solid red;
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
}

.index-city-movie .card {
    width: 230px;
    height: 210px;
    margin: 20px 30px 20px 0;
    float: left;
}

.index-city-movie .card img {
    width: 100%;
    height: 135px;
}

.index-city-movie .card div {
    line-height: 24px;
    font-size: 14px;
    margin: 12px 0 10px 0;
    text-align: center;
}

.index-ad3 {
    width: 1045px;
    height: 90px;
    margin-right: -35px;
}

.index-ad3 .index-ad3-adbox {
    width: 310px;
    height: 90px;
    float: left;
    margin-right: 37px;
}

.index-ad3-one-img img {
    width: 310px;
    height: 90px;
}

.index-ad3-two-img {
    width: 50%;
    float: left;
    position: relative;
}

.index-ad3-two-img span {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    color: #fff;
    height: 20px;
    width: 35px;
    font-size: 12px;
    line-height: 20px;
    background-color: #666;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 5px;
    text-align: center;

}

.index-ad3-two-img img {
    width: 100%;
    height: 90px;
}

.index-report .title {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.index-report .report-card-box {
    width: 1045px;
    margin-right: -35px;
}

.index-report .report-card-box .card {
    width: 310px;
    height: 250px;
    margin-right: 37px;
    float: left;
    background-color: #f8f8f8;
}

.index-report .report-card-box .card img {
    width: 310px;
    height: 150px;
}

.index-report .card-title {
    font-size: 16px;
    color: #000;
    padding: 20px 20px 10px;
}

.index-report .card-content {
    color: #7a7a7a;
    font-size: 12px;
    padding: 0 20px;
}

.marginze-swiper-title-box {
    font-size: 16px;
    color: #000;
    height: 50px;
    font-weight: bold;
    line-height: 50px;
    background-color: #f2f2f2;
    border-top: 1px solid #e70012;
}

.marginze-swiper-title-box span {
    display: inline-block;
    height: 50px;
    width: 150px;
    text-align: center;
}

.marginze-active {
    border-bottom: 2px solid red;
    background-color: red;
    color: #fff;
}

.content-slide {
    margin-top: 12px;
}

.content-slide .magzine-card:last-child {
    margin-right: 0;
}

.foot {
    width: 100%;
    border-top: 1px solid #dbdbdb;
    background-color: #f3f3f3;
    margin-top: 20px;
}

.foot .link {
    width: 1010px;
    margin: 0 auto;
    border-bottom: 1px solid #cacaca;
    padding: 20px 0px;
}

.foot .link span {
    width: 85px;
    height: 17px;
    line-height: 17px;
    display: block;
    background-image: url(./img/g-link.jpg);
    color: #727272;
    text-align: center;
    font-size: 14px;
}

.foot .link a {
    padding-right: 15px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    color: #959595;
}

.foot .link a：hover {
    color: #b80f08;
    text-decoration: underline;
}

.foot .bottom {
    border-top: 1px solid #fff;
    padding: 20px 0px;
    text-align: center;
    line-height: 25px;
    margin: auto;
    width: 1010px;
    color: #959595;
    font-size:12px;
}

.foot .bottom a {
    color: #959595;
}

.foot .bottom a:hover {
    color: #d80505;
    text-decoration: underline;
}

.foot .g-bt {
    width: 1010px;
    height: 50px;
    margin: auto;
}

/*index E*/

/*moviesList S*/
.movlist-pagination {
    width: 100%;
    height: 30px;
    margin: 30px 0 190px;
}

.movlist-pagination div {
    margin-left: 6px;
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    float: right;
    border: 1px solid #d5d5d5;
    cursor: pointer;
}

.movlist-pagination div input {
    border: none;
    outline: none;
    width: 20px;
}

.movlist-pagination .active {
    background-color: red;
    color: #fff;
}

.index-city-movie .movlist-city-movie-title {
    line-height: 26px;
    font-size: 26px;
    color: #e92732;
    margin: 40px 0 16px;
    font-family: "微软雅黑";
}

.movlist-line {
    height: 1px;
    width: 1005px;
    background-color: #416f86;
}

/*moviesList E*/

/*movies S*/
.index-city-movie .movies-city-movie-title {
    line-height: 26px;
    font-size: 26px;
    color: #e92732;
    margin: 20px 0 16px;
    font-family: "微软雅黑";
    position: relative;
}

.movies-more {
    position: absolute;
    right: 30px;
    top: 0;
    font-size: 14px;
    color: #999;
}

/*movies E*/

/*magazine S*/
.magzine-black {
    width: 100%;
    height: 40px;
}

.ad-swiper-container {
    width: 1010px;
    overflow: hidden;
}

.ad-swiper-container .swiper-slide {
    width: 1010px;
    height: 90px;
}

.ad-swiper-pagination {
    position: absolute;
    z-index: 1000;
    bottom: 0 !important;
    right: 0 !important;
    display: flex;
    justify-content: flex-end;
}

.ad-swiper-container .swiper-pagination-bullet {
    width: 30px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #fff;
    background-color: #333;
    border-radius: 0;
    text-align: center;
    margin: 0 1px 0 0 !important;
}

.ad-swiper-container .swiper-pagination-bullet-active {
    background-color: #117ab4;
}

.ad-swiper-pagination img {
    width: 1010px;
    height: 90px;
}

.magzine-news {
    height: 230px;
    width: 1045px;
    margin-bottom: 10px;
}

.magazine-box {
    width: 1020px;
    margin-right: -15px;
}

.magzine-news-card {
    width: 313px;
    margin-right: 35px;
    float: left;
}

.magzine-news-card .title {
    font-size: 20px;
    color: #6898c8;
    line-height: 20px;
    margin-bottom: 15px;
}

.magzine-news-card ul li {
    list-style: inside;
    line-height: 28px;
    font-size: 14px;
    color: #000;
    width: 310px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.magzine-news-card .img-text-box {
    height: 100px;
    margin-bottom: 13px;
}

.magzine-news-card .img-text-box {
    display: block;
    font-size: 12px;
    color: #000;
    line-height: 20px;
}

.magzine-news-card .img-text-box img {
    float: left;
    height: 100px;
    width: 150px;
}

.magzine-news-card .img-text-box .text-box {
    width: 150px;
    float: right;
    padding-left: 5px;
}

.magzine-news-card .img-text-box .subtitle {
    font-weight: bold;
}

.magzine-card {
    background-color: red;
    float: left;
    width: 155px;
    height: 225px;
    margin: 0 15px 38px 0;
    overflow: hidden;
    position: relative;
}

.magzine-card .header {
    width: 153px;
    height: 28px;
    background-color: #313d65;
    border: 1px solid #1a234c;
    line-height: 28px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.magzine-card .content {
    padding-top: 10px;
    height: 190px;
    background-color: #f4f4f4;
}

.magzine-card .content .img-box {
    display: block;
    width: 100px;
    height: 130px;
    margin: 0 auto;
}

.magzine-card .content .img-box img {
    width: 100%;
    height: 100%;
}

.magzine-card .content .first-title {
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    margin: 12px 0 5px;
    color: #656f6e;
}

.magzine-card .content .sec-title {
    text-align: center;
    font-size: 10px;
    line-height: 12px;
    color: red;
}

.magzine-card .mark {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 22px;
    left: 0;
}

.magzine-card .mark img {
    width: 100%;
    height: 100%;
}

.index-new-magzine-card {
    background-color: #fff;
}

.index-new-magzine-card .img-box {
    display: block;
    padding: 4px !important;
    width: 145px !important;
    height: 180px !important;
    border: 1px solid #d4d4d4 !important;
}

.index-new-magzine-card .img-box img {
    width: 145px;
}

.index-new-magzine-card .title {
    display: block;
    height: 45px;
    line-height: 45px;
    width: 100%;
    font-size: 12px;
    text-align: center;
}

/*magazine E*/

/*universal-list S*/
.universal-list-content {
    width: 1010px;
    margin-top: 30px;
}

.universal-list-content-left {
    width: 670px;
    float: left;
}

.universal-list-content-left .menu {
    height: 40px;
    line-height: 40px;
    width: 644px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    font-size: 12px;
    color: #beb4ba;
}

.universal-list-content-left .content {
    border-bottom: 1px solid #e5e5e5;
    padding:15px 0px;
}

.universal-list-content-left .content .title {
    font-size: 20px;
    color: #333333;
    line-height: 25px;
    float:left;
    font-family:"Microsoft YaHei";
    width: 510px;
}

.universal-list-content-left .content .text {
    font-size: 14px;
    color: #747171;
    line-height: 25px;
}

.universal-list-content-left .content .date {
    line-height: 40px;
    font-size: 14px;
    color: #a29f9d;
}

.universal-list-content-right {
    width: 300px;
    float: right;
}

.universal-list-content-right .line-box {
    height: 3px;
}

.universal-list-content-right .line-box .line1 {
    background-color: red;
    float: left;
    width: 76px;
    height: 3px;
}

.universal-list-content-right .line-box .line2 {
    background-color: #000;
    float: right;
    width: 220px;
    height: 3px;
}

.universal-list-content-right .title {
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

.universal-list-content-right .title .news {
    color: red;
}

.universal-list-content-right ul {
    list-style: none;
}

.universal-list-content-right ul li {
    line-height: 35px;
    overflow: hidden;
    font-size:14px;
    white-space: nowrap;
    color: #333;
}

.top10 {
    display:inline-block;
    width:20px;
    height:20px;
    line-height:20px;
    font-size:12px;
    text-align:center;
    background:#8F8F8F;
    color:#ffffff;
}

.top3 {
    display:inline-block;
    width:20px;
    height:20px;
    line-height:20px;
    font-size:12px;
    text-align:center;
    background:red;
    color:#ffffff;
}

/*universal-list E*/

/*universal-channel S*/
.channel-content {
    margin-top: 25px;
    width: 1010px;
}

.channel-content-left {
    float: left;
    width: 655px;
}

.channel-content-left .title {
    width: 655px;
    height: 45px;
}

.channel-content-left .title .text {
    height: 45px;
    color: #fff;
    line-height: 45px;
    text-align: center;
    width: 110px;
    font-size: 16px;
    background-color: #1855a8;
    float: left;
}

.channel-content-left .title .bg {
    height: 45px;
    width: 545px;
    background-color: #f5f5f5;
    float: right;
}

.channel-content-left .item {
    width: 655px;
    padding-bottom:20px;
    border-bottom: 1px solid #efefef;
}

.channel-content-left .item .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    padding-top: 12px;
}

.channel-content-left .item .content {
    font-size: 14px;
    color: #000;
    line-height: 23px;
}

.channel-content-left .item .tip {
    margin-top: 16px;
}

.channel-content-left .item .tip img {
    float: left;
    margin-right: 15px;
}

.channel-content-left .item .tip div {
    float: left;
    line-height: 20px;
    font-size: 12px;
    color: #999;
}

.channel-content-left .pagination {
    margin: 20px auto;
    text-align: center;
}

.channel-content-left .pagination .page {
    display: inline-block;
    height: 30px;
    color: #000;
    line-height: 30px;
    padding: 0 16px;
    background-color: #f7f6f3;
    border: 1px solid #dddad2;
    margin-right: 8px;
}

.channel-content-right {
    width: 300px;
    float: right;
}

.channel-content-right .item1 {
    width: 270px;
    height: 200px;
    border: 1px solid #e8e8e8;
    padding: 20px 15px;
}

.channel-content-right .item1 .title {
    font-size: 20px;
    line-height: 20px;
    color: #6997c7;
    margin-bottom: 20px;
}

.channel-content-right ul li {
    list-style: inside;
    color: #000;
    font-size: 14px;
    line-height: 30px;
    width: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.channel-content-right .item2 .title {
    font-size: 20px;
    line-height: 20px;
    color: #6997c7;
    margin-bottom: 20px;
}

.channel-content-right .item2 {
    width: 270px;
    border: 1px solid #e8e8e8;
    padding: 20px 15px 0 15px;
    border-top: none;
}

.channel-content-right .item2 img {
    width: 270px;
    height: 180px;
}

.channel-content-right .item2 .subtitle {
    width: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 40px;
    font-size: 14px;
    color: #000;
}

.channel-content-right .item3 .title {
    font-size: 20px;
    line-height: 20px;
    color: #6997c7;
    margin-bottom: 20px;
}

.channel-content-right .item3 {
    width: 270px;
    border: 1px solid #e8e8e8;
    padding: 20px 15px;
    margin-top: 10px;
}

.channel-content-right .item3 ul li {
    list-style: none;
    line-height: 30px;
    font-size: 14px;
    width: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.channel-content-right .num {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    color: #888;
    background-color: #ebebeb;
    text-align: center;
    line-height: 18px;
}

.channel-content-right .active {
    color: #fff;
    background-color: #c33;
}

/*universal-channel E*/

/*travel S*/
.traver-part1-text {
    line-height: 30px;
    margin-top: -6px;
    font-size: 14px;
    float: right;
    width: 318px;
    height: 100%;
}

.traver-part1-text .item {
    padding-top: 6px;
    height: 134px;
    width: 318px;
    border-bottom: 1px solid #d4d4d4;
}

.traver-part1-text .item .title {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-weight: bold;
}

.traver-part1-text .item .content {
    margin-top: 5px;
    font-size: 12px;
    color: #7c7c7c;
    line-height: 18px;
}

.travel-part2 .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #000;
    margin: 35px 0 15px;
}

.travel-city-card-box {
    width: 1050px;
}

.travel-city-card {
    width: 310px;
    overflow: hidden;
    height: 250px;
    background-color: #f8f8f8;
    float: left;
    margin-right: 39px;
}

.travel-city-card img {
    width: 310px;
    height: 150px;
}

.travel-city-card .title {
    font-weight: bold;
    font-size: 14px;
    color: #000;
    padding: 20px 20px 10px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.travel-city-card .content {
    padding: 0 20px;
}

.travel-city-card-kind2 {
    background-color: #fff;
}

.travel-city-card-kind2 .item1 {
    width: 310px;
    height: 110px;
    padding-bottom: 16px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e2e2e2;
}

.travel-city-card-kind2 .item img {
    width: 120px;
    height: 110px;
}

.travel-city-card-kind2 .item .text-box {
    float: right;
    width: 175px;
}

.travel-city-card-kind2 .item a {
    float: left;
}

.travel-city-card-kind2 .item .title {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    line-height: 28px;
    width: 175px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.travel-city-card-kind2 .item .title a {
    width: 175px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.travel-city-card-kind2 .item .content {
    padding: 0;
    font-size: 12px;
    line-height: 20px;
    color: #7a7a7a;
}

.travel-city-card-kind3 .title {
    width: 310px;
    line-height: 70px;
    font-size: 18px;
    height: 70px;
    padding: 0 12px;
    color: #4d4a49;
    border-bottom: 1px solid #e0e0e0;
}

.travel-city-card-kind3 ul li a {
    padding: 0 12px;
    list-style: none;
    font-size: 14px;
    line-height: 32px;
    width: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
}

.travel-city-card-kind3 ul {
    margin-top: 10px;
}

.travel-ad3 {
    height: 90px;
    margin-bottom: 30px;
}

.travel-ad4 {
    height: 90px;
    width: 660px;
    float: left;
}

.travel-ad4 img {
    height: 90px;
    width: 660px;
}

.travel-ad5 {
    height: 90px;
    float: right;
}

.travel-ad5 img {
    width: 310px;
    height: 90px;
}

.travel-card-box {
    width: 1065px;
    margin-bottom: 60px;
}

.travel-card {
    width: 315px;
    float: left;
    margin-right: 35px;
}

.travel-card .title {
    width: 65px;
    height: 18px;
    line-height: 18px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    border-right: 1px solid #999;
}

.travel-card .img-box {
    width: 310px;
    height: 150px;
    position: relative;
    margin-top: 20px;
}

.travel-card .img-box img {
    width: 310px;
    height: 150px;
}

.travel-card .img-box .img-title {
    width: 310px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
}

.travel-card ul {
    margin: 12px 0 28px;
}

.travel-card ul li {
    list-style: inside;
    font-size: 14px;
    line-height: 36px;
}

/*travel E*/

/*video-detail S*/
.video-detail-title {
    width: 1010px;
    border-bottom: 1px solid #d3d3d3;
    margin-top: 50px;
}

.video-detail-title .title {
    padding:16px 0px; font-size:28px; font-weight:bold;
}

.video-detail-title .date-box {
    height: 60px;
    line-height: 60px;
    font-size: 12px;
    color: #a3a3a3;
}

.video-detail-box {
    margin-top: 20px;
}

.video-detail-box .video-box {
    width: 680px;
    float: left;
}

.video-detail-box .video-box p {
    color: #232220;
}

.video-detail-box .video-box .editor {
    width: 635px;
    font-size: 14px;
    text-align: end;
    color: #0f0f0f;
    margin: 100px 0 50px;
}

.video-sublist {
    float: right;
}

.video-sublist .item {
    width: 280px;
    border: 1px solid #efefef;
    padding: 0 10px;
    margin-bottom: 30px;
}

.video-sublist .item .title {
    font-size: 24px;
    font-weight: bold;
    width: 100%;
    line-height: 55px;
    border-bottom: 1px solid #efefef;
}

.video-sublist .img-box {
    margin-right: -20px;
}

.video-sublist .img-box img {
    height: 90px;
    width: 130px;
}

.video-sublist .item-img-box {
    width: 130px;
    height: 125px;
    float: left;
    margin: 10px 20px 0 0;
}

.video-sublist .item-img-box .img-title {
    width: 130px;
    font-size: 14px;
    color: #000;
    line-height: 35px;
    overflow:hidden;
    white-space:nowrap;
}

.video-sublist .item-img-box .img-title:hover {
    text-decoration: underline;
}

.video-sublist .img-box .item-video-box {
    width: 130px;
    height: 95px;
    float: left;
    margin: 10px 20px 0 0;
    position: relative;
}

.video-sublist .img-box .item-video-box img {
    width: 130px;
    height: 95px;
}

.video-sublist .img-box .item-video-box .img-title {
    width: 100px;
    font-size: 12px;
    line-height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    bottom: 0;
    padding-left: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.video-sublist .img-box .item-video-box .img-title img {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 5px;
    top: 5px;
}

.video-sublist .list li {
    line-height: 35px;
    font-size: 14px;
}

.video-sublist .list li img {
    width: 20px;
    height: 20px;
    position: relative;
    top: 5px;
}

.video-sublist .list {
    margin: 30px 0 20px;
}
.article-box {
    line-height:40px;
    font-size: 18px;
    font-family:"Microsoft YaHei";
}
.article-detail-box .article-box p {
    color: #464646;
    line-height:35px;
    padding:10px 0px;
    text-indent:2em;
    font-family:"Microsoft YaHei";
}
#tushuo{
	color:#999999;
	font-family:"楷体","white-space:normal";
	text-align:center;
	}
.article-detail-box .article-box p a{
	text-indent:0em;
	}
.article-box img {
    max-width:650px;
   /** margin-left:-2em;**/
}

.article-sublist-hot {
    font-size: 14px;
    color: #0f0f0f;
    line-height: 30px;
    margin: 10px 0;
}

.article-sublist-hot li {
    width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height:40px;
    line-height:40px;
}

/*video-detail E*/

/* swiper S */
.swiper-container {
    float: left;
    width: 660px;
    height: 415px;
}

.marginze-swiper-container {
    width: 1010px;
    overflow: hidden;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide a {
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-slide .slide-title {
    width: 100%;
    position: absolute;
    bottom: 0;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 55px;
    background-color: rgba(0, 0, 0, 0.5);
}

.swiper-pagination-fraction {
    position: absolute;
    bottom: 0;
    height: 55px;
    line-height: 55px;
}

.swiper-pagination {
    text-align: left;
    padding-left: 90px;
    font-size: 14px;
    color: #fff;
}

.swiper-pagination-total {
    font-size: 10px;
}

.swiper-pagination-current {
    color: #ec1e16;
    font-size: 22px;
    font-weight: bold;
}

.swiper-button-next {
    position: relative;
    top: -28px;
    left: 600px;
    background-image: url("./static/img/right.png");
    background-size: 35px 35px;
}

.swiper-button-prev {
    position: relative;
    top: -50px;
    left: 30px;
    background-image: url("./static/img/left.png");
    background-size: 35px 35px;
}

/* swiper E */