@charset "utf-8";
/* 新闻列表 */
.news_list {
    border-top: 1px solid #ccc;
}

.news_list .news_ul .news_li {
    border-bottom: 1px solid #ccc;
    padding: 20px;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.news_list .news_ul .news_li img {
    float: left;
    margin-right: 30px;
    width: 316px;
    height: 200px;
}

.news_list .news_ul .news_li .news_txt {
}

.news_list .news_ul .news_li .news_txt h3 {
    font-size: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news_list .news_ul .news_li .news_txt h3 a {
    color: #333;
}

.news_list .news_ul .news_li .news_txt h3 a:hover {
    color: #008ecf;
}

.news_list .news_ul .news_li .news_txt p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.news_list .news_ul .news_li .news_txt .detail {
    color: #666;
    margin-top: 15px;
    font-size: 14px;
}

/* 图片列表 */
.picture {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

.picFocus {
    margin: 0 auto;
    width: 1200px;
    position: relative;
    overflow: hidden;
    zoom: 1;
}

.picFocus .hd {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 3px;
    bottom: 0;
}

.picFocus .hd ul {
    margin-right: -5px;
    overflow: hidden;
    zoom: 1;
}

.picFocus .hd ul li {
    padding-top: 5px;
    float: left;
    text-align: center;
}

.picFocus .hd ul li img {
    width: 191px;
    height: 90px;
    border: 2px solid #ddd;
    cursor: pointer;
    margin-right: 5px;
}

.picFocus .hd ul li p {
    position: absolute;
    bottom: 120px;
    font-size: 30px;
    color: #fff;
    left: 0;
}

.picFocus .hd ul li.on {
    background: url(../img/icoUp.gif) no-repeat center 0;
}

.picFocus .hd ul li.on img {
    border-color: #f60;
}

.picFocus .bd li {
    vertical-align: middle;
    position: relative;
}

.picFocus .bd img {
    width: 1200px;
    height: 600px;
    display: block;
}

.picFocus .bd ul li p {
    position: absolute;
    bottom: 120px;
    font-size: 30px;
    color: #fff;
    left: 0;
    padding: 0 10px;
}

.picture_list {
    width: 100%;
    overflow: hidden;
}

.picture_list .pic_ul {
    width: 1216px;
    overflow: hidden;
    margin-left: -16px;
}

.picture_list .pic_ul .pic_li {
    float: left;
    width: 288px;
    height: 207px;
    margin-top: 20px;
    position: relative;
    margin-left: 16px;
}

.picture_list .pic_ul .pic_li img {
    width: 100%;
    height: 207px;
    display: block;
}

.picture_list .pic_ul .pic_li img.c_play {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
}

.picture_list .pic_ul .pic_li p {
    height: 37px;
    line-height: 37px;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background: #000;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 268px;
    padding: 0 10px;
    color: #fff;
    text-align: center;
}

/* .picture_list.f_list .v_ul .v_li{height: 288px;}
.picture_list.f_list .v_ul .v_li img{height: 288px;} */


/*视频列表*/
.video_body {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

.top_v {
    overflow: hidden;
}

.top_v_big {
    width: 795px;
    height: 511px;
    margin-right: 23px;
    overflow: hidden;
    position: relative;
}

.top_v_big img {
    width: 100%;
    height: 511px;
    display: block;
}

.top_v_big img.b_play {
    width: 56px;
    height: 56px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -28px;
    margin-top: -28px;
}

.top_v_big p {
    height: 57px;
    line-height: 57px;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background: url(../img/b_titbg.png) repeat-x left bottom;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 775px;
    padding: 0 10px;
    color: #fff;
    text-align: center;
}

.top_v_sm {
    width: 382px;
    overflow: hidden;
}

.v_sm_item {
    width: 382px;
    height: 164px;
    position: relative;
}

.v_sm_item img {
    width: 100%;
    height: 164px;
    display: block;
}

.v_sm_item img.s_play {
    width: 26px;
    height: 26px;
    position: absolute;
    left: 8px;
    bottom: 6px;
    z-index: 2;
}

.v_sm_item p {
    height: 37px;
    line-height: 37px;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background: url(../img/b_titbg.png) repeat-x left bottom;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 336px;
    padding: 0 10px 0 40px;
    color: #fff;
    text-align: center;
}


.video_tit {
    padding-left: 40px;
    background: url(../img/v_titbg.jpg) no-repeat left center;
    font-size: 30px;
    height: 64px;
    line-height: 64px;
}

.video_list {
    width: 100%;
    overflow: hidden;
}

.video_list .v_ul {
    width: 1216px;
    overflow: hidden;
    margin-left: -16px;
}

.video_list .v_ul .v_li {
    float: left;
    width: 288px;
    height: 220px;
    margin-top: 20px;
    position: relative;
    margin-left: 16px;
}

.video_list .v_ul .v_li .v_img {
    width: 288px;
    height: 165px;
    overflow: hidden;
    position: relative;
}

.video_list .v_ul .v_li img {
    width: 100%;
    height: 165px;
    display: block;
}

.video_list .v_ul .v_li img.c_play {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
}

.video_list .v_ul .v_li p {
    margin-top: 3px;
    text-align: left;
    line-height: 26px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.video_list.f_list .v_ul .v_li {
    height: 288px;
}

.video_list.f_list .v_ul .v_li img {
    height: 288px;
}

/*生活*/
.slideTxtBox {
    width: 1200px;
    height: 585px;
}

.slideTxtBox .hd {
    width: 236px;
    position: relative;
    float: left;
}

.slideTxtBox .hd ul {
    width: 236px;
}

.slideTxtBox .hd ul li {
    height: 94px;
    cursor: pointer;
    width: 236px;
    line-height: 94px;
    text-align: center;
    margin: 3px 0;
    transition: all 0.3 ease-in;
}

.slideTxtBox .hd ul li h2 {
    font-size: 26px;
    font-weight: normal;
    color: #fff;
}

/* 2cb7a4  0f71a7 ade3dc a2c8dd*/
.slideTxtBox .hd ul li p {
    display: none;
    height: 94px;
    line-height: 94px;
}

.slideTxtBox .hd ul li p img {
    vertical-align: middle;
}

.slideTxtBox .hd ul li.ly h2 {
    background: linear-gradient(to right, #2cb7a4, #0f71a7);
}

.slideTxtBox .hd ul li.ly.on h2 {
    display: none;
}

.slideTxtBox .hd ul li.ly.on p {
    display: block;
    background: linear-gradient(to right, #ade3dc, #a2c8dd);
}

.slideTxtBox .hd ul li.wc h2 {
    background: linear-gradient(to right, #f2981e, #e65545);
}

.slideTxtBox .hd ul li.wc.on h2 {
    display: none;
}

.slideTxtBox .hd ul li.wc.on p {
    display: block;
    background: linear-gradient(to right, #fad7a8, #f5bdb7);
}

.slideTxtBox .hd ul li.jy h2 {
    background: linear-gradient(to right, #42e4e5, #1f93f2);
}

.slideTxtBox .hd ul li.jy.on h2 {
    display: none;
}

.slideTxtBox .hd ul li.jy.on p {
    display: block;
    background: linear-gradient(to right, #b6f5f5, #a8d5fa);
}

.slideTxtBox .hd ul li.ky h2 {
    background: linear-gradient(to right, #e5429b, #f2223b);
}

.slideTxtBox .hd ul li.ky.on h2 {
    display: none;
}

.slideTxtBox .hd ul li.ky.on p {
    display: block;
    background: linear-gradient(to right, #f5b6d8, #faa9b3);
}

.slideTxtBox .hd ul li.lc h2 {
    background: linear-gradient(to right, #f2de1f, #e59042);
}

.slideTxtBox .hd ul li.lc.on h2 {
    display: none;
}

.slideTxtBox .hd ul li.lc.on p {
    display: block;
    background: linear-gradient(to right, #faf2a8, #f5d4b6);
}

.slideTxtBox .hd ul li.yj h2 {
    background: linear-gradient(to right, #bad552, #70dc35);
}

.slideTxtBox .hd ul li.yj.on h2 {
    display: none;
}

.slideTxtBox .hd ul li.yj.on p {
    display: block;
    background: linear-gradient(to right, #e4efbc, #c7f1b1);
}

.slideTxtBox .bd {
    float: left;
    margin-left: 20px;
    width: 964px;
}

.slideTxtBox .bd ul {
    zoom: 1;
    overflow: hidden;
    height: 585px;
}

.slideTxtBox .bd ul .bd_box {
    margin: 25px 0 25px 20px;
    height: 535px;
    width: 944px;
}

.slideTxtBox .bd ul .bd_news {
    overflow: hidden;
}

.slideTxtBox .bd ul .bd_news .bd_img {
    width: 456px;
    height: 257px;
    overflow: hidden;
    margin-right: 20px;
    position: relative;
}

.slideTxtBox .bd ul .bd_news .bd_img img {
    width: 100%;
    height: 257px;
}

.slideTxtBox .bd ul .bd_news .bd_img p {
    background: #000;
    background: rgba(0, 0, 0, 0.6);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.slideTxtBox .bd ul .bd_news .bd_list {
    width: 468px;
    height: 257px;
}

.slideTxtBox .bd ul .bd_news .bd_list ul {
    margin: 0;
}

.slideTxtBox .bd ul .bd_news .bd_list ul li {
    padding-left: 15px;
    background: url(../img/icon_dian.jpg) no-repeat left center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
}

.slideTxtBox .bd ul .bd_news .bd_list ul li a {
    font-size: 16px;
}

.slideTxtBox .bd ul .bd_news .bd_list ul li.first {
    background: none;
    border-bottom: 1px solid #ccc;
    line-height: 45px;
    height: 45px;
    padding-left: 0;
    margin-bottom: 10px;
}

.slideTxtBox .bd ul .bd_news .bd_list ul li.first a {
    font-size: 20px;
    color: #383838;
    font-weight: bold;
}

.slideTxtBox .bd ul .bd_news .bd_list ul li.first a:hover {
    color: #eb1717;
}


/*理论评论*/
/* .lilun{background: url(../img/xjp_bg.jpg) no-repeat center top;} */
.ll_topbanner {
    width: 100%;
    min-width: 1200px;
}

.ll_topbanner img {
    width: 100%;
}

.ll_nav {
    height: 62px;
    background: #9d0e0d;
    width: 100%;
}

.ll_nav ul {
    overflow: hidden;
}

.ll_nav ul li {
    float: left;
    line-height: 62px;
    height: 62px;
    margin: 0 45px;
}

.ll_nav ul li a {
    display: block;
    color: #fff;
    font-size: 18px;
}

/* .ll_nav ul li a:hover{color:#ccc} */
.x_lilun {
    width: 100%;
    background: url(../img/xjp_bg.jpg) no-repeat center top;
}

.x_lilun .l_img {
    width: 100%;
    height: 326px;
    overflow: hidden;
}

.x_lilun .l_img img {
    width: 100%;
    height: 326px;
}


.txt_list {
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
}

.txt_list ul li {
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #abe8ff;
}

.txt_list ul li:last-child {
    border-bottom: none;
}

.txt_list ul li .left_img {
    width: 230px;
    height: 129px;
    margin-right: 20px;
    overflow: hidden;
}

.txt_list ul li .left_img img {
    width: 100%;
    height: 129px;
}

.txt_list ul li .right_txt h2 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.txt_list ul li .right_txt h2 a {
    font-size: 22px;
    font-weight: bold;
}

.txt_list ul li .right_txt p {
    font-size: 16px;
    color: #666;
    padding-top: 5px;
    line-height: 30px;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/* .r_txt .txt_list a{background: url(../img/short_bg.png) no-repeat center center;width:181px;height: 49px;display:block; text-align: center;line-height: 49px;font-size:20px;color:#fff;float: left;margin-right:53px;}
.r_txt .txt_list a.first{background: url(../img/long_bg.png) no-repeat center center;width: 358px;height:49px ;}
.r_txt .txt_list a.three{margin-top:25px;margin-right:230px;}
.r_txt .txt_list a.four{margin-top:25px;} */

.hotnews {
    overflow: hidden;
}

.left_slide {
    width: 640px;
    height: 360px;
    overflow: hidden;
    margin-right: 20px;
}

.slideBox {
    width: 640px;
    height: 360px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 30px;
    overflow: hidden;
    position: absolute;
    left: 35px;
    bottom: 10px;
    z-index: 1;
    width: 50px;
}

.slideBox .hd span.pageState {
    color: #fff;
    font-style: italic;
    font-size: 16px;
}

.slideBox .hd span.pageState span {
    font-size: 22px;
    color: #f00;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #f00;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.slideBox .bd img {
    width: 640px;
    height: 360px;
    display: block;
}

.slideBox .bd p {
    line-height: 48px;
    height: 48px;
    font-size: 16px;
    text-align: center;
    background: #000;
    background: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 10;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 5px;
    bottom: 5px;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../img/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 5px;
    background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.top_list {
    margin-left: 20px;
    width: 390px;
}

.top_list ul li {
    line-height: 45px;
    border-bottom: 1px dashed #ccc;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.top_list ul li a {
    font-size: 16px;
}

.top_list ul li:first-child {
    border-bottom: none;
    line-height: 40px;
}

.top_list ul li:first-child a {
    font-size: 20px;
    color: #ffe9cd;
}

.top_list ul li:first-child a:hover {
    color: #fd6e69;
}

.right_news {
    width: 540px;
}

.hotnews_list {
}

.hotnews_list ul li {
    line-height: 42px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background: url(../img/icon_reddot.png) no-repeat left center;
    padding-left: 15px;
}

.hotnews_list ul li a {
    font-size: 16px;
}

.hotnews_list ul li.first {
    border-bottom: none;
    line-height: 40px;
    padding-left: 0;
    background: none;
}

.hotnews_list ul li.first a {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.hotnews_list ul li.first a:hover {
    color: #fd6e69;
}

.mr60 {
    margin-right: 60px;
}

.ll_newsbox {
    overflow: hidden;
}

.ll_newsbox .left_box {
    width: 570px;
}

.ll_newsbox .left_box .ll_tt {
    position: relative;
    border-bottom: 1px solid #cf0000;
    height: 45px;
    line-height: 45px;
    font-weight: bold;
}

.ll_newsbox .left_box .ll_tt a {
    font-size: 22px;
    color: #cf0000;
}

.ll_newsbox .left_box .ll_tt a.more {
    font-size: 16px;
    position: absolute;
    right: 10px;
    font-weight: normal;
}

.ll_newsbox .left_box .ll_list {
}

.ll_newsbox .left_box .ll_list ul li {
    position: relative;;
    line-height: 42px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background: url(../img/icon_dian.jpg) no-repeat left center;
    padding-left: 15px;
    padding-right: 150px;
}

.ll_newsbox .left_box .ll_list ul li a {
    font-size: 16px;
}

.ll_newsbox .left_box .ll_list ul li span {
    position: absolute;
    right: 0;
    color: #999;
    font-size: 14px;
}


/*好书推荐*/
.books_tt {
    text-align: center;
}

.picScroll-left {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.picScroll-left .hd {
    overflow: hidden;
}

.picScroll-left .hd .prev, .picScroll-left .hd .next {
    overflow: hidden;
    width: 22px;
    height: 39px;
    position: absolute;
    left: 10px;
    cursor: pointer;
    background: url(../img/orange_left.png) no-repeat left center;
    top: 90px;
}

.picScroll-left .hd .next {
    background: url(../img/orange_right.png) no-repeat left center;
    left: auto;
    right: 10px;
}

.picScroll-left .hd .prevStop {
    background-position: -60px 0;
}

.picScroll-left .hd .nextStop {
    background-position: -60px -50px;
}

.picScroll-left .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.picScroll-left .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("../images/icoCircle.gif") 0 -9px no-repeat;
}

.picScroll-left .hd ul li.on {
    background-position: 0 0;
}

.picScroll-left .bd {
    width: 980px;
    margin: 0 auto;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    margin: 0 21px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picScroll-left .bd ul li img {
    width: 154px;
    height: 210px;
    display: block;
}

.book_bg {
    width: 100%;
    height: 89px;
}

.book_bg img {
    height: 89px;
    width: 100%;
}

.book_list {
    width: 380px;
}

.book_list ul li {
    position: relative;;
    line-height: 42px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background: url(../img/icon_dian.jpg) no-repeat left center;
    padding-left: 15px;
}

.book_list ul li a {
    font-size: 16px;
}

.mr13 {
    margin-right: 13px;
}

.ll_imgbox .picbox {
    width: 278px;
}

.ll_imgbox .picbox img {
    width: 278px;
    height: 209px;
}

.ll_imgbox .picbox p {
    width: 100%;
    height: 30px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
    text-overflow: hidden;
    white-space: nowrap;
}

.mr18 {
    margin-right: 18px;
}

.ll_video {
    overflow: hidden;
}

.ll_video .videobox {
    width: 276px;
    height: 207px;
    overflow: hidden;
    position: relative;
}

.ll_video .videobox img {
    width: 100%;
    height: 207px;
}

.ll_video .videobox img.play_btn {
    width: 32px;
    height: 32px;
    left: 5px;
    bottom: 5px;
    position: absolute;
    z-index: 1;
}

.ll_video .videobox p {
    position: absolute;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    background: rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
    padding-left: 35px;
}

.mr8 {
    margin-right: 8px;
}

.piclist {
    overflow: hidden;
}

.piclist .piclist_img {
    width: 184px;
    height: 103px;
    overflow: hidden;
}

.piclist .piclist_img img {
    width: 100%;
    height: 103px;
}

.ll_listbg ul li {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ll_listbg ul li:nth-child(2n) {
    background: #e2effb;
}

.ll_listbg ul li a {
    font-size: 16px;
}

.m_header {
    display: none;
    width: 100%;
}

.m_footer {
    display: none
}

.content_body img {
    width: auto;
}

/*.pages li.page-active{padding:5px 15px;}*/
.new_box {
    display: none;
}

.news_list {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.news_list .news_ul .index_news_li {
    display: none;
}

.mobile_header, .mobile_footer {
    display: none;
}

.wap_jb {
    display: none;
}

@media (max-width: 689px) and (min-device-width: 320px), (max-device-width: 480px) {
    .header, .source, .footer, .about, .position, .mobile {
        display: none;
    }

    .wap_jb {
        display: block;
    }

    .wap_jb {
        padding: 0 15px 10px;
        position: relative;
    }

    .wap_jb img {
        width: 100%;
        display: block;
        border-radius: 10px;
    }

    .wap_jb a.gjjb_center {
        position: absolute;
        top: 11%;
        width: 55%;
        height: 0.5rem;
        left: 12%;
    }

    .wap_jb a.gjjb_app {
        position: absolute;
        height: 0.5rem;
        top: 11%;
        width: 21%;
        left: 67%;
    }

    .wap_jb a.sxjb_center {
        height: 0.5rem;
        top: 24%;
        width: 80%;
        position: absolute;
        left: 10%;
    }

    .wap_jb a.sxpy {
        height: 0.5rem;
        position: absolute;
        left: 22%;
        width: 32%;
        top: 38%;
    }

    .wap_jb a.gjpy {
        height: 0.5rem;
        position: absolute;
        left: 57%;
        width: 20%;
        top: 38%;
    }

    .wap_jb a.xajb {
        height: 0.5rem;
        position: absolute;
        top: 53%;
        width: 54%;
        left: 23%;
    }

    .content_tit {
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
    }

    html, body {
        width: 100% !important;
        min-width: 100% !important;
    }

    .container {
        width: 100% !important;
        box-sizing: border-box;
    }

    .new_box {
        display: block;
    }

    .nav {
        display: none;
    }

    .mobile_footer {
        display: block;
    }

    .m_footer p {
        text-align: center;
        color: #333;
        font-size: 10px;
    }

    .m_footer {
        border-top: 1px solid #eee;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .m_header, .m_footer {
        display: block;
    }

    .m_header .m_logo {
        width: 100%;
        box-shadow: 0 0px 5px rgba(0, 0, 0, 0.6);
    }

    .m_header .m_logo img {
        width: 40%;
        display: block;
        padding: 10px;
        margin: 0 auto;
    }

    .pages li.page {
        display: none;
    }

    .m_header.sticky {
        position: sticky;
        top: 0;
        z-index: 2;
        position: -webkit-sticky;
    }

    .mobile_header {
        width: 100%;
        box-sizing: border-box;
        position: relative;
        padding: 15px;
        background-size: 100% 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mobile_header.lh {
        background-size: 100% 100%;
    }

    .mobile_header.pl {
        background: #0086c5;
    }

    .mobile_header .left_logo {
        flex: 0 0 38%;
        max-width: 160px;
    }

    .mobile_header .left_logo img {
        width: 100%;
    }

    .mobile_header .right_search {
        flex: 0 0 62%;
        display: flex;
        justify-content: space-between;
    }

    .mobile_header .right_search_box {
        flex: 0 0 50%;
        margin-left: 10%;
        margin-top: 3px;
        font-size: 0.25rem;
    }

    .mobile_header .right_search_box form {
        display: flex;
    }

    .mobile_header .right_search_box input {
        font-size: 15px;
        border: none;
        border-radius: 0.5rem;
        height: 30px;
        line-height: 30px;
        width: 100%;
        box-sizing: border-box;
        padding-left: 15px;
        color: #666;
        padding-right: 0.65rem;
        background-size: 20px auto;
    }

    .mobile_header .right_search_box input::-webkit-input-placeholder {
        color: #606060;
        font-size: 14px;
    }

    .pc_box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .pc_box a {
        border-radius: 0.1rem;
        margin: 0 0.1rem;
        justify-content: center;
    }

    .pc_box a img {
        width: 35px;
    }

    .border0 {
        border: 0;
    }

    /*导航*/
    .nav_mobile {
        position: relative;
        height: 44px;
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
        background: #fff7f7;
    }

    .nav_mobile .scroller {
        width: 100%;
        overflow: hidden;
    }

    .nav_mobile .scroller ul::-webkit-scrollbar {
        width: 0px;
        height: 0px;
        display: none;
    }

    .nav_mobile .scroller ul {
        overflow-x: scroll;
        width: 100%;
        display: flex;
        white-space: nowrap;
    }

    .nav_mobile .scroller li {
        height: 44px;
        color: #7e7e7e;
        float: left;
        line-height: 44px;
        font-size: 18px;
        text-align: center;
    }

    .nav_mobile .scroller li a {
        color: #7e7e7e;
        display: block;
        margin: 0 16px;
        font-size: 18px;
        font-weight: bold;
        border-bottom: 2px solid #fff7f7;
        height: 44px;
        border-top: 0.05rem;
        font-family: "Microsoft YaHei", Verdana, Tahoma;
    }

    .nav_mobile .scroller li.cur {
        height: 1.05rem;
        border-radius: 0.5rem;
        color: #fff;
    }

    .nav_mobile .scroller li.cur a {
        color: #e80000;
        border-bottom: 2px solid #e80000;
    }

    .mobile_footer {
        background-size: cover;
    }

    .mobile_footer.pl {
        background: #0086c5;
    }

    .mobile_footer_nav {
        text-align: center;
        color: #fff;
        padding: 0.5rem 0;
    }

    .mobile_footer_nav a {
        color: #fff;
        font-size: 0.5rem;
        color: #fff;
    }

    .foot_bot {
        padding: 15px 0;
    }

    .foot_bot p {
        text-align: center;
        font-size: 12px;
        line-height: 20px;
        color: #fff;
    }

    .foot_bot p a {
        font-size: 12px;
        color: #fff;
        padding-bottom: 0.25rem;
        display: block;
        text-align: center;
        text-decoration: underline;
    }

    .foot_bot .wa {
        overflow: hidden;
        line-height: 20px;
        font-size: 12px;
        text-align: center;
    }

    .foot_bot .wa .wa_box {
        display: inline-block;
    }

    .foot_bot .wa .wa_box a {
        display: inline-block;
        text-decoration: none;
        line-height: 20px;
    }

    .foot_bot .wa .wa_box a img {
        width: 0.35rem;
        vertical-align: text-bottom;
    }

    .foot_bot .wa .wa_box span {
        line-height: 20px;
        margin: 0px 0px 0px 1px;
        color: #fff;
        font-size: 12px;
    }

    .nav_list ul {
        overflow-x: auto !important;
        overflow-y: hidden;
        width: 1200px;
    }

    .nav_list {
        overflow-x: auto !important;
        overflow-y: hidden;
    }

    .nav_list::-webkit-scrollbar {
        display: none;
    }

    .news_list {
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
        padding: 0 0.5rem;
        border-top: none;
    }

    .news_list .news_ul {
        overflow: hidden;
    }

    .news_list .news_ul .news_li {
        display: none;
    }

    .news_list .news_ul .index_news_li {
        border-bottom: 1px solid #ededed;
        overflow: hidden;
        font-size: 0.8rem;
        padding: 0.3rem 0;
        display: block;
    }

    .news_list .news_ul .index_news_li .news_items {
        display: flex;
        display: -webkit-flex;
    }

    .news_list .news_ul .index_news_li .right {
        width: 110px;
        height: 75px;
        position: relative;
        margin-left: 0.5rem;
        border-radius: 0.2rem;
    }

    .news_list .news_ul .index_news_li .right img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .news_list .news_ul .index_news_li .left {
        box-flex: 1;
        flex: 1;
        -webkit-box-flex: 1;
    }

    .news_list .news_ul .index_news_li .left p {
        min-height: 52px;
        line-height: 22px;
        overflow: hidden;
        white-space: normal !important;
        font-size: 17px;
    }

    .news_list .news_ul .index_news_li .m_source {
        color: #ccc;
        font-size: 11px;
        padding-top: 0.1rem;
    }

    .news_list .news_ul .index_news_li .left span {
        bottom: 0;
    }

    .news_list .news_ul .index_news_li .left span i {
        color: #de0000;
    }
}
