.container {
  position: relative;
  width: 100%;
    background-color: #F4F6F8;
}

@media (max-width: 750px) {
  .content-right {
    width: 100%;
    overflow: hidden;
  }

  /*  .content-right .adsense {
    width: 100%;
    height: 4.5rem;
  }
  .content-right .adsense img {
    width: 100%;
    height: 100%;
  }*/
  .content-right .adsense {
    width: 100%;
    padding: 0.16rem 0.24rem;
    background-color: #ffffff;
    border-radius: 0.04rem;
  }

  .content-right .adsense h4 {
    font-size: 0.48rem;
    color: #10bbb8;
    text-align: left;
  }

  .content-right .adsense .item-form {
    width: 100%;
    height: 0.8rem;
    margin-top: 0.24rem;
    position: relative;
  }

  .content-right .adsense .item-form img {
    width: 0.32rem;
    height: 0.32rem;
    position: absolute;
    left: 0.08rem;
    top: 50%;
    transform: translateY(-50%);
  }

  .content-right .adsense .item-form input {
    padding-left: 0.56rem !important;
  }

  .content-right .adsense .item-form input,
  .content-right .adsense .item-form select {
    width: 100%;
    height: 100%;
    line-height: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
    font-size: 0.14rem;
    border: 1px solid #c8c7cc;
    outline: none;
    border-radius: 0.04rem;
    padding-left: 0.48rem;
  }

  .content-right .adsense .item-form input:focus,
  .content-right .adsense .item-form select:focus {
    border-color: #10bbb8;
  }

  .content-right .adsense .submit {
    width: 100%;
    text-align: center;
    height: 0.8rem;
    font-size: 0.32rem;
    color: #fff;
    background: #10bbb8;
    border-radius: 0.05rem;
    margin-top: 0.24rem;
  }

  .content-right .serach {
    padding: 0.2rem;
  }

  .content-right .serach h4 {
    font-size: 0.28rem;
    font-weight: bold;
  }

  .content-right .serach h4 span {
    padding-bottom: 0.1rem;
    border-bottom: 2px solid #5555;
  }

  .content-right .serach ul {
    margin-top: 0.4rem;
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
  }

  .content-right .serach ul li {
    width: 50%;
    padding: 0.12rem 0;
    background-color: #fafafa;
    border-bottom: 1px solid #eeeeee;
  }

  .content-right .serach ul li+li {
    border-left: 1px solid #eeeeee;
  }

  .content-right .serach ul li:nth-child(4n+1) {
    border-left: none;
  }

  .content-right .serach ul li:nth-child(4n),
  .content-right .serach ul li:last-child {
    border-right: 1px solid #eeeeee;
  }

  .content-right .serach ul li a {
    width: 100%;
    height: 100%;
    color: #444;
    font-size: 0.24rem;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .content-right .news {
    width: 100%;
    padding: 0.2rem;
    margin-top: 0.2rem;
  }

  .content-right .news>h4 {
    font-size: 0.28rem;
    font-weight: bold;
  }

  .content-right .news>h4 span {
    padding-bottom: 0.1rem;
    border-bottom: 2px solid #5555;
  }

  .content-right .news ul {
    width: 100%;
    margin-top: 0.3rem;
  }

  .content-right .news ul li {
    width: 100%;
    margin-bottom: 0.2rem;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 0.2rem;
  }

  .content-right .news ul li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 1rem;
  }

  .content-right .news ul li a h4 {
    width: 75%;
    height: 90%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .content-right .news ul li a h4 p {
    font-size: 0.24rem;
    color: #444;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }

  .content-right .news ul li a h4 span {
    font-size: 0.12rem;
    color: #999;
  }

  .content-right .news ul li a img {
    width: 20%;
    height: 0.8rem;
  }

    .w1200 {
        background-color: #fff;
        margin: 0 auto;
        padding: 0.2rem 0;
        text-indent: 0.2rem;
    }

    .w1200 a {
        float: left;
    }
    .left-news{width: 100%!important;}
    .left-news-title{color:#333;font-weight: bold}
    .left-news p{line-height: 0.5rem}
    .key-search{width: 49%!important;}
    h2{text-indent: 0.2rem}
  /*  .w1200 a:first-child {
        text-indent: 20px;
    }*/

}

@media (min-width: 1200px) {
 /*   body {
        background-color: #eeeeee;
    }*/
    .recommend h2{
        font-size: 16px;
        font-weight: bold;
    }
    .center-nav>li>a{
        padding: 0 20px!important;
    }
    .center-nav{width: 1200px;}
    .wap-nav {
        display: none;
    }

    .content {
        width: 1200px;
        margin: 0 auto;
    }

    .content-left {
        width: 880px;
        float: left;
        margin-top: 37px;
    }

    .content-left .title {
        font-size: 20px;
        padding: 20px 20px 0;
        background-color: #ffffff;
    }

    .red {
        color: rgb(255, 0, 0);
    }

    .content-left .title span {
        border-bottom: 2px solid #555555;
    }

    .content-left-list {
        width: 100%;
        background-color: #ffffff;
    }

    .content-left-list li {
        width: 100%;
        padding: 20px;
        border-bottom: 1px solid #eeeeee;
    }

    .content-left-list li h2 {
        font-size: 16px;
        line-height: 25px;
        color: #444;
    }

    .content-left-list li h2 span {
        color: #FF5E52;
    }

    .content-left-list li h4 {
        margin-top: 10px;
        font-size: 12px;
        color: #999;
    }

    .content-left-list li .details {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .content-left-list li .details div p {
        color: #777;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .content-left-list li .details div h5 {
        font-size: 12px;
        color: #999;
    }



    .content .pagination {
        width: 100%;
        padding: 20px;
        text-align: center;
        background-color: #10bbb8;
    }

    .pagination a {
        color: #fff;
        margin: 0 7px;
    }

    .pagination .active {
        color: red;
    }

    .content .recommend {
        background-color: #ffffff;
        padding: 20px;
        margin-top: 20px;
    }

    .content .recommend h4 {
        font-size: 22px;
        line-height: 25px;
        color: #444;
    }

    .content .recommend h4 span {
        border-bottom: 2px solid #555555;
    }

    .content .recommend ul {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
    }

/*    .content .recommend ul li + li {
        margin-left: 7px;
    }*/

    .content .recommend ul li {
        width: 23%;
        margin-bottom: 20px;
    }
    .xinxi ul li{
        margin-left: 14px;
    }
    .xinxi ul li:nth-of-type(4n-3) {
        margin-left: 0px;

    }


    /*    .content .relevant ul li:nth-child(1) {
            margin-left: 7px;
        }*/

    .content .relevant ul li {
        width: 32% !important;
        margin-bottom: 20px;
        list-style-type: disc;
        color: #10bbb8;
        font-size: 16px;
        list-style: none;
    }

    .content .recommend ul li img {
        width: 100%;
        height: 132px;
    }

    .content .recommend ul li p {
        color: #666;
        font-size: 14px;

    }

    .text-time {
        color: #999 !important;
        font-size: 12px !important;
    }

    .left-news {
        width: 100% !important;
    }

    .left-news-d {
        padding-top: 5px;
    }

    .left-news-title {
        color: #383838 !important;
        font-weight: bold
    }

    .content-right {
        float: right;
        width: 300px;
        margin-top: 18px;
    }

    /* .content-right .adsense {
      width: 100%;
      height: 226px;
      overflow: hidden;
    }
    .content-right .adsense img {
      width: 100%;
      height: 226px;
    }*/
    h4 span {
        border-bottom: 2px solid #555555;
    }

    .content-right .adsense {
        width: 100%;
        overflow: hidden;
        padding: 10px 16px;
        background-color: #ffffff;
        border-radius: 4px;
    }

    .content-right .adsense h4 {
        font-size: 18px;
        color: #10bbb8;
        text-align: left;
    }

    .content-right .adsense .item-form {
        width: 100%;
        height: 38px;
        margin-top: 12px;
        position: relative;
    }

    .content-right .adsense .item-form img {
        width: 16px;
        height: 16px;
        position: absolute;
        left: 8px;
        top: 50%;
        transform: translateY(-50%);
    }

    .content-right .adsense .item-form input {
        padding-left: 36px !important;
    }

    .content-right .adsense .item-form input,
    .content-right .adsense .item-form select {
        width: 100%;
        height: 100%;
        line-height: 38px;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #666;
        font-size: 13px;
        border: 1px solid #c8c7cc;
        outline: none;
        border-radius: 4px;
        padding-left: 32px;
    }

    .content-right .adsense .item-form input:focus,
    .content-right .adsense .item-form select:focus {
        border-color: #10bbb8;
    }

    .content-right .adsense .submit {
        width: 100%;
        text-align: center;
        height: 38px;
        line-height: 38px;
        font-size: 16px;
        color: #fff;
        background: #10bbb8;
        border-radius: 5px;
        margin-top: 12px;
    }

    .content-right .serach {
        width: 100%;
        background-color: #ffffff;
        margin-top: 20px;
        padding: 20px;
    }

    .content-right .serach h4 {
        font-size: 22px;
        line-height: 25px;
        color: #444;
    }

    /* .content-right .serach h4 span {
      border-bottom: 2px solid #555555;
    }*/
    .content-right .serach ul {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        border-left: 1px solid #eeeeee;
        border-top: 1px solid #eeeeee;
    }

    .content-right .serach ul li {
        width: 50%;
        height: 50px;
        background-color: #fafafa;
        border-bottom: 1px solid #eeeeee;
    }

    .content-right .serach ul li + li {
        border-left: 1px solid #eeeeee;
    }

    .content-right .serach ul li:nth-child(4n+1) {
        border-left: none;
    }

    .content-right .serach ul li:nth-child(4n),
    .content-right .serach ul li:last-child {
        border-right: 1px solid #eeeeee;
    }

    .content-right .serach ul li a {
        width: 100%;
        height: 100%;
        color: #444;
        font-size: 0.12rem;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .content-right .news {
        width: 100%;
        background-color: #ffffff;
        /*margin-top: 20px;*/
        padding: 0px 10px;
        margin: 10px 0;
        padding-top: 10px;
    }

    .content-right .news > h4 {
        font-size: 22px;
        background-color: #ffffff;
    }

    .content-right .news > h4 span {
        border-bottom: 2px solid #555555;
    }

    .content-right .news ul {
        margin-top: 10px;
    }

    .content-right .news ul li {
        border-bottom: 1px solid #eeeeee;
    }

    .content-right .news ul a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 76px;
    }

    .content-right .news ul a h4 {
        width: 170px;
        padding: 8px 0;
    }

    .content-right .news ul a h4 p {
        font-size: 14px;
        color: #444444;
    }

    .content-right .news ul a h4 span {
        font-size: 12px;
        color: #999;
    }

    .content-right .news ul a img {
        width: 80px;
        height: 60px;
    }

    .key-null {
        font-size: 14px;
        color: grey;
        padding: 15px 0;
        text-indent: 20px;
    }


    .s-postion{
        height: 24px;
        line-height: 38px;
        font-size: 14px;
        width: 760px;
    }
    .s-postion span{
        text-indent: 20px;
    }
   .relevant{
       margin-bottom: 20px;
   }
    .crumbs {
        text-indent: 0px !important;
    }
}
    .logo-index img {
        height: 40px;
    }

    /**弹出菜单 start**/
    .menu-layer {
        height: 5000%;
        width: 100%;
        position: absolute;
        top: 50px;
        bottom: 0px;
        left: 0;
        right: 0;
        /*background: #fff;*/
        background: rgba(0, 0, 0, 0.6);
        z-index: 10;
        display: none;
    }

    .more-menu {
        background: rgba(0, 0, 0, 0.6);
        /*background: #fff;*/
        /* padding-bottom: 13px; */
        text-align: left;
    }

    .more-menu dl {
        padding-top: 10px;
        position: fixed;
        top: 51px;
        right: 0px;
        background: #10bbb8;
        width: 130px;
        padding: 0 15px;
        z-index: 999;
    }

    .more-menu dl dt {
        display: flex;
        width: 100%;
        padding: 0 10px;
        position: relative;
        justify-content: center;
        border-bottom: 1px solid #f8f8f8;
        /* border-top: 1px solid #fff; */
    }

    .more-menu a:last-child dt {
        border-bottom: none;
    }

    .more-menu dl dt .line {
        border-bottom: 1px solid rgba(0, 81, 186, 0.5);
        width: 70%;
        position: absolute;
        top: 7%;
        right: 0;
        height: 10px;
    }

    .more-menu dl dt .circle {
        width: 5px;
        height: 5px;
        display: block;
        background-color: #7fa8dc;
        position: absolute;
        left: -2%;
        bottom: -33%;
        border-radius: 50%;
    }

    .more-menu dl dt h6 {
        color: #fff;
        /*color:rgba(0,81,186,0.5);*/
        font-size: 1rem;
        font-weight: 500;
        margin: 12px 0;
        font-size: 14px;
    }

    .more-menu dl dd {
        display: flex;
        flex-wrap: wrap;
        padding-left: 1.5rem;
    }

    .more-menu dl dd a {
        width: 33%;
        padding: 0.3rem 0.5rem;
        color: #333;
        font-size: 0.8rem;
    }

    /**弹出菜单 end**/
    .nav-search .nav {
        padding-top: 13px !important;
    }

/*新增*/
/*常用*/
.of-h { overflow:hidden; height:100%;}.w990 { width:990px; margin:0px auto;}.fl { float:left;}.fr{ float:right}.cle { clear:both;}
.w1100 { width:1100px; margin:0px auto;}
/*布局*/
.w250 { width:250px; overflow:hidden;}.w725{width:725px; overflow:hidden;}/*间隔15像素*/
.w300 { width:300px; overflow:hidden;}.w675{width:675px; overflow:hidden;}.w655{width:655px; overflow:hidden;}
.w180 { width:180px; overflow:hidden;}.w795{width:990px; overflow:hidden;}
.w350 { width:350px; overflow:hidden;}.w200 { width:200px; overflow:hidden;}.w100 { width:100px; overflow:hidden;}.w150 { width:150px; overflow:hidden;}.w120 { width:120px; overflow:hidden;}
.w320 { width:320px; overflow:hidden;}
ul.li50 li { width:50%;}
.h200 { height:200px;}.h100 { height:100px; }
/*行高*/
.hlo-40 { height:40px; line-height:40px; overflow:hidden;}.hlo-30 { height:30px; line-height:30px; overflow:hidden;}.hlo-35 { height:35px; line-height:35px; overflow:hidden;}.hlo-25 { height:25px; line-height:25px; overflow:hidden;}.hlo-20 { height:20px; line-height:20px; overflow:hidden;}.hlo-15 { height:15px; line-height:15px; overflow:hidden;}
.l-30 { line-height:30px;}.l-35 {line-height:35px;}.l-25 { line-height:25px;}.l-20 { line-height:20px;}
/*内外边距*/
.m10 { margin:10px;}.m20 { margin:20px;}.m10-0-10-15 { margin:10px 0px 10px 15px;}
.mt5 { margin-top:5px;}.mt10 { margin-top:10px;}.mt15 { margin-top:15px;}.mt20 { margin-top:20px;}
.p5 { padding:5px;}.p10 { padding:10px;}.p20 { padding:20px;}.p5-0 { padding:5px 0px;}.p10-0 { padding:10px 0px;}.p15-0 { padding:15px 0px;}.p20-0 { padding:20px 0px;}.p0-5 { padding:0px 5px;}.p0-10 { padding:0px 10px;}.p0-20 { padding:0px 20px;}.p10-5 { padding:10px 5px;}.p5-10 { padding:5px 10px;}.p10-20 { padding:10px 20px;}.p3-4 { padding:3px 4px;}
.pb5{ padding-bottom:5px;}.pb10{ padding-bottom:10px;}.pb15{ padding-bottom:15px;}
.pl5 { padding-left:5px;}.pl10 { padding-left:10px;}.pr20 { padding-right:20px;}
.pt10 { padding-top:10px;}.pl20 { padding-left:20px;}.pl15 { padding-left:15px;}
.mb5{ margin-bottom:5px;}.mb10{ margin-bottom:10px;}.mb15{ margin-bottom:15px;}.mb20{ margin-bottom:20px;}
.ml5 { margin-left:5px;}.ml10 { margin-left:10px;}.ml15 { margin-left:15px;}.ml20 { margin-left:20px;}
.mr5 { margin-right:5px;}.mr10 { margin-right:10px;}.mr15 { margin-right:25px;}.mr20 { margin-right:20px;}.mr25 { margin-right:25px;}

.ti5 { text-indent:5px;}.ti7 { text-indent:7px;}.ti10 { text-indent:10px;}.ti15 { text-indent:15px;}.ti20 { text-indent:20px;}
.t-a-c { text-align:center;}.wsn a { white-space:nowrap;}
/*颜色类*/
.bgf7 { background:#f7f7f7;}.bgfff { background:#fff;}.bgf5 { background:#f5f5f5;}.bgf60 { background:#f60;}
.b-b-ed { border-bottom:1px solid #ededed;}.b-t-ed { border-top:1px solid #ededed;}.b-da-e6 { border:1px dashed #e6e6e6;}
.b-b-e6 { border-bottom:1px solid #e6e6e6;}.b-e6 { border:1px solid #e6e6e6;}.b-d-e6 { border-bottom:1px  dashed #e6e6e6;}.b-t-e6 { border-top:1px solid #e6e6e6;}
.b-l-e6 { border-left:1px solid #e6e6e;}.b-2t-e6 { border-top:2px solid #e6e6e6;}
.b-nb-e6 { border-bottom:none;}.b-nr-e6 { border-right:none;}.b-nt-e6 { border-top:none;}.b-nl-e6 { border-left:none;}
.b-2t-7d{border-top: 2px solid #7DAA2A;}/*顶部2px绿色*/
.cofff ,.cofff a{ color:#fff;}/*白色*/
.co999 ,.co999 a{ color:#999;}.co999 a:hover { color:#f00;}/*灰色*/
.coccc ,.coccc a{ color:#ccc;}.coccc a:hover { color:#f00;}/*灰色*/
.co333 ,.co333 a{ color:#333;}.co333 a:hover { color:#f00;}/*黑色*/
.co666 ,.co666 a{ color:#666;}.co666 a:hover { color:#f00;}/*黑色*/
.cof90 ,.cof90 a{ color:#f90;}.cof90 a:hover { color:#f00;}/*棕色*/
.cof00 ,.cof00 a{ color:#f00;}.cof00 a:hover { color:#f00;}/*红色*/
a.a00c{color:#00c;} a:hover.a00c{ color:#f00;}
a.af90{color:#f90;} a:hover.a00c{ color:#f00;}
.bg7DAA2A { background:#7DAA2A}/*背景绿色*/.co7DAA2A ,.co7DAA2A a{ color:#7DAA2A}.bg007AFF{background:#007AFF;}.bgf00 { background:#f00;}.bg999 { background:#999;}
/*字体类*/
.fb14,.fb14 a{ font-size:14px; font-weight:bold;}
.f14,.f14 a{ font-size:14px;}
.fb16,.fb16 a{ font-size:16px; font-weight:bold;}
.f16,.f16 a{ font-size:16px;}
.f16 a{ width:400px; overflow:hidden;}
.ffyh ,.ffyh a{ font-family:"微软雅黑";}.f12,.f12 a { font-size:12px; font-weight:500;}.fb ,.fb a{ font-weight:bold;}
/* 分页 */
.page  a { background:#F2F1EC; font-size:14px;display: inline-block;height: 24px;line-height: 24px;margin-right: 0.333em;padding: 0 10px;}
.page  a.page-num-current{ background:#999;color:#FFF;}
.page  a.nextbg {background:#e74c3c; color:#FFF;}
.page  a.nextbg:hover {background:#999; color:#FFF; text-decoration:none;}
.page  a:hover {background:#999; color:#FFF; text-decoration:none;}
/*其它公用类*/
.highlight { color:#f00;}
span.num {border:1px solid #e6e6e6;color:#929292;float:left;font-family:"Tahoma";font-size:11px;height:14px;line-height:14px;margin-right:7px;text-align:center;width:18px;margin-top:7px; }
span.b { background:#f90; color:#fff; border:1px solid #f90;}
span.bgre { background:#7DAA2A; color:#fff; border:1px solid #7DAA2A;}
span.dot { float: left; height: 4px; width: 4px;   line-height: 16px; text-align: center; background:#999; margin: 11px 0px 5px 10px; font-size: 12px; font-weight: normal;font-family: Arial;}
/*返回顶部*/
.back2top {width:38px;height:38px;position:fixed;_position:absolute;right:15px;bottom:30px;_bottom:auto;cursor:pointer;display:none; }
.back2top a {display:block;width:100%;height:100%;background:url('../images/back2top.png') -38px 0 no-repeat;border-radius:5px;filter: alpha(opacity=70);opacity: .7;}
.back2top a:hover {background:url('../images/back2top.png') no-repeat ; text-decoration:none;}

.benyz {background: #FFFDCC;padding: 8px 0 8px 20px; color:#F00;line-height: 20px;border: 1px solid #F2E2AE;}
.bslist .li-l {
    width: 135px;
}
.bslist .li-m {
    width:660px;
}

.bslist .li-m i span {
    margin-left: 15px;
    padding: 3px 5px;
    color: #fff;
    background: #f00; border-radius:5px;
    font-size: 14px;
}

.bslist span {
    margin-top: 5px;
    margin-right: 10px;
}
