.header{
    border-bottom: 1px solid #ebebeb;
}
.width {
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    background-color: #ffff;
}
.nav {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    height: 80px;
    align-items: center;
    justify-content: space-between;
}
.nav a.logo, .nav a.logo img {
    float: left;
    width: 138px;
    margin-right: 50px;
}
.nav ul.none_ddd {
    display: block;
    float: right;
    height: 80px;
    overflow: hidden;
}
.nav ul.none_ddd li {
    float: left;
    margin-right: 10px;
}   
.nav ul.none_ddd li a {
    padding: 0 10px;
    color: #333;
    height: 78px;
    line-height: 80px;
    display: block;
}
.nav ul.none_ddd li:last-child{
    margin-right: 0;
}

@media (max-width:991px) {
    .nav ul.none_ddd{
        display: none;
    }
    .header{
        background-color: #fff;
    }
    .nav{
        width: 22.1875rem;
        padding: 0 0.625rem;
        height: 4rem;
        background-color: #fff;
    }
    .nav a.logo, .nav a.logo img{
        width: 7rem;
        margin-right: 0!important;
    }
}.body{
    background-color: #fff;
}
.body .f_ul {
    width: 1200px;
    margin: 0 auto;
    height: 40px;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
}
.body .f_ul .logo_z a,.body .f_ul .logo_z a img{
    float: left;
    height: 40px;
}
.fw-seach {
    width: 300px;
    height: 40px;
    float: right;
    border-radius: 6px;
    padding-left: 40px;
    background: url(../image/seach3.png) no-repeat 13px center #f5f5f5;
}
.fw-seach_w {
    padding: 5px;
    height: 30px;
}
.fw-text {
    line-height: 30px;
    width: 210px;
    float: left;
    background-color: #f5f5f5;
}
.fw-button {
    width: 60px;
    height: 30px;
    display: block;
    float: right;
    border-radius: 6px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}
.nav_v ul {
    line-height: 44px;
    display: block;
    height: 44px;
    width: 1200px;
    margin: 0 auto;
}
.nav_v ul li, .nav_v-bottom ul li {
    float: left;
    margin-right: 10px;
}

.nav_v ul li a, .nav_v-bottom ul li a {
    padding: 4px 10px;
    color: #fff;
    border-radius: 4px;
}
.nav_v-bottom {
    background-color: #f5f5f8;
    line-height: 44px;
    display: block;
    height: 44px;
}
.nav_v-top, .nav_v ul, .tab, .nav_v-bottom ul {
    width: 1200px;
    margin: 0 auto;
    display: flow-root;
}
.nav_v-bottom ul li a {
    color: #666;
    font-size: 14px;
}
@media (max-width:991px) {
.body .f_ul{
    width: 22.1875rem;
    padding: 0 0.625rem;
    height: 4rem;
    background-color: #fff;
     align-items: center;
}
.fw-text {
    line-height: 30px;
    width: 8.5rem;
    float: left;
    background-color: #f5f5f5;
}
.fw-button{
    width:3.75rem;
    height: 1.875rem;
    border-radius: 6px;
    font-size: 14px;
}
.fw-seach{
    width: 13rem;
    height: 2.5rem;
    float: right;
    border-radius: 6px;
    padding-left:2.1875rem;
    background: url(../image/seach3.png) no-repeat 9px center #f5f5f5;
}
.fw-seach_w{
    padding: 5px 5px 5px 0;
    height: 30px;
}
.nav_v ul,.nav_v-bottom ul{
    -webkit-overflow-scrolling: touch !important;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    width: 100%;
}
.new .nav_v a,.nav_v-bottom ul li a{
    white-space: nowrap;
    padding:0.2rem 0.875rem;
    font-size: 0.9375rem;
}
.new .nav_v li:nth-child(1){
    margin-left: 0.5rem;
}
.nav_v ul li{
    margin-right: 0.625rem;
}
.nav_v-bottom ul li{
    margin-right: 0;
}
.nav_v-bottom{
    background-color: #fff;
}
}body{
    background-color: #f2f2f2!important;
}
.list {
    width: 1200px;
    margin: 0 auto;
}
.list_left {
    width: 865px;
    float: left;
}
.list_conter {
    width: 805px;
    padding: 30px;
    background-color: #fff;
    border-radius: 8px;
    display: inline-block;
    float: left;
    margin-bottom: 20px;
}
.two_top {
    display: inline-block;
    width: 100%;
}   
.two_top .a {
    font-weight: bold;
    font-size: 20px;
    float: left;
}
.list_ul {
    display: inline-block;
}
.list_ul {
    margin-top: 20px;
    width: 100%;
    display: inline-block;
    padding-top: 20px;
    border-top: 1px solid #ebebeb;
}
.list_ul li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #ebebeb;
    width: 100%;
    float: left;
}
.list_ul li .img {
    float: left;
    margin-right: 20px;
    width: 150px;
    overflow: hidden;
    height: 100px;
    border-radius: 6px;
}
.list_ul li .title {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 6px;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    justify-content: center;
}
.list_ul li p {
    font-size: 14px;
    color: #999;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    justify-content: center;
}
.list_ul li .d {
    margin-top: 10px;
    height: 16px;
    overflow: hidden;
}

.list_ul li .d em, .list_ul li .d a {
    float: left;
    margin-right: 20px;
    font-size: 12px;
    color: #999;
}
/*page*/
.page{
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }
  .page a{
    width: 36px;
    display: inline-block;
    border: 1px solid #ebebeb;
    background-color: #f8f8f8;
    margin-right: 5px;
    border-radius: 4px;
    text-align: center;
    line-height: 36px;
  }
  .page a:hover,.page a.c{
    background-color: #2bbb61;
    color:#fff !important;
    border: 1px solid #2bbb61;
  }
  .page a:hover{
    text-decoration: none !important;
  }
  .page .pg{
    padding: 0 10px;
  }
  .right {
    width: 315px;
    float: right;
  }
    .right .list_tag {
        margin-bottom: 20px;
        margin-left: 0;
    }
    .list_tag {
        float: left;
        width: 255px;
        padding: 30px 30px 34px 30px;
        background-color: #fff;
        border-radius: 8px;
        margin-left: 20px;
    }
    .list_tag .hot_zz .a {
        margin-left: 0 !important;
    }
    .tag2 p .a, .list_tag p .a {
        font-weight: bold;
        color: #333;
        font-size: 20px;
        font-weight: bold;
    }
    .list_ul2 {
        display: inline-block;
    }
    .list_ul2 li {
        width: 260px;
        display: inline-block;
        float: left;
        margin-top: 16px;
    }
    .list_ul2 li em {
        width: 18px;
        height: 18px;
        display: block;
        float: left;
        text-align: center;
        line-height: 20px;
        margin-right: 10px;
        background: #ededed;
        border-radius: 4px;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
        margin-top: 2px;
    }
    .list_ul2 li a {
        font-size: 16px;
        color: #333;
        line-height: 20px;
        width: 230px;
        float: left;
        height: 20px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .tag {
        margin-right: 10px;
        line-height: 22px;
        display: inline-block;
        margin-top: 20px;
    }
    .tag a {
        white-space: nowrap;
        padding: 2px 5px;
        background: #efefef;
        float: left;
        margin: 0 5px 5px 0;
        border-radius: 6px;
        font-size: 13px;
        color: #333;
    }
  @media (max-width:991px){
    .list{
        width: 23.4375rem;
    }
    .list_left {
        margin-bottom: 0.9375rem;
        width: 23.4375rem;
    }
    .list_conter{
        float: none;
        background-color: #fff;
        width: 19.6875rem;
        padding: 0.9375rem;
        border-radius: 0.5rem;
        margin-top: 0.9375rem;
        margin: 0 0.9375rem;
        display: inline-block;
    }
    .list_ul {
        margin-top: 1rem;
        width: 100%;
        display: inline-block;
        padding-top: 1rem;
        border-top: 0.0625rem solid #ebebeb;
    }
    .list_ul li .img {
        margin-right: 1rem;
        width: 9.375rem;
        overflow: hidden;
        height: 6.25rem;
        border-radius: 0.375rem;
    }
    .list_ul li .title {
        font-size: 1.25rem;
        margin-bottom: 0.375rem;
    }
    .list_ul li p {
        font-size: 0.875rem;
    }
    .list_ul li .d em, .list_ul li .d a {
        margin-right: 1.25rem;
        margin-bottom: 0.375rem;
    }
    .list_ul li:last-child{
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .right{
        width: 21.5625rem;
        padding: 0 0.9375rem;
    }
    .list_tag{
        width: auto;
    }
  }.color_a2{
    background: #fff;
    margin-top: 20px;
}
.color_a .footer3 a{
    color:#fff;
}
.footer3 {
    padding-bottom: 10px;
    padding-top: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color:#fff;
}
.color_a2 p,.color_a2 p a{
    text-align: center;
    color: #333;
    font-size: 12px;
    padding: 0 10px;
    line-height: 24px;
}
.color_a2 p:last-child{
    padding-bottom: 20px;
}