@charset "utf-8";
* {
    padding: 0;
    margin: 0
}

ul {
    list-style: none
}

img {
    border: 0;
    transition: all .3s linear;
}

input, select {
    font-size: 12px;
    vertical-align: middle
}

em, i {
    font-style: normal
}

a {
    color: #191919;
    text-decoration: none;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}
p{margin:0px;}
a:hover {
    color: #ba921c;
}

body {
    font-family: "PingFang SC", Arial, "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53", simsun, sans-serif;
    -webkit-font-smoothing: antialiased;
    margin: 0 auto;
    background: #FFF;
    color: #666;
    font-size: 12px;
    line-height: 1.667;
}

i.fa {
    color: #aaa;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.over {
    overflow: hidden;
}

.container {
    padding-right: 0px;
    padding-left: 0px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1180px;
    }
}

/* header */

.yd_nav {
    display: none;
}

.logo {
    height: 80px;
}

.logo img {
    padding: 10px 0px;
}

.z-c-nav {
    width: 1870px;
}

.pc_nav {
    width: 100%;
    overflow-x: scroll;
    background: black;
    height: 103px;
    
}

/*滚动条样式*/

.pc_nav::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 8px;
    /* position: absolute;
    top:-115px; */
}

.pc_nav::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px #ba921c;
    background:#ba921c;
}

.pc_nav::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px #eee;
    border-radius:5px;
    background:#eee;
}
.navbar-dark .navbar-nav .active>.nav-link{font-size: 16px;}
.navbar-nav .xiao_nav a{font-size: 14px;color: #ffffff;margin: 0px 10px;}
.theme_fashion_border-top-color {}

.header_box {
    width: 100%;
    height: 103px;
    background-color: black;
}

.z-c-nav .z-nav_item.active {}

.z-c-nav .z-nav_item>a {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    float: left;
    padding: 0px 15px;
    font-weight: 550;
}

.z-c-nav .z-nav_item .xiao_nav {
    float: left;
    width: 130px;
    height: 60px;
    margin: 5px 0px;
}

.z-c-nav .z-nav_item .xiao_nav a {
    display: inline-block;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    width: 60px;
    text-align: center;
}

.z-c-nav .z-nav_item a {
    color: #fff;
}

.z-c-nav .z-nav_item {}

.z-c-nav .z-nav_item:last-child {
    border-right: none;
}

.theme_fashion_color {}

.nav-item {
    text-align: center;
}

#demo {
    width: 860px;
    height: 426px;
    float: left;
}

.carousel-item img {
    width: 860px;
    height: 426px;
}

.banner_tit {
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    padding: 0px 30px 40px;
    background: -moz-linear-gradient(top, transparent 0%, #111 100%);
    background: -webkit-linear-gradient(top, transparent 0%, #111 100%);
}

.home-news {
    float: left;
}

.z-fashion-news {
    width: 320px;
    height: 427px;
    border-left: 1px solid #fff;
}

.z-fashion-news .box {
    width: 320px;
    height: 213px;
    position: relative;
    display: block;
    border-bottom: 1px solid #fff;
    overflow: hidden;
}

.z-fashion-news .box:last-child {
    border-bottom: none;
}

.image-comp {
    position: relative;
    overflow: hidden;
}

.z-fashion-news .box img {
    width: 320px;
    height: 213px;
    display: block;
}

.z-fashion-news .box .title {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0px;
    color: #fffefe;
    font-size: 14px;
    line-height: 24px;
    height: 60px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    box-sizing: border-box;
    padding: 6px 20px 6px;
    background: -moz-linear-gradient(top, transparent 0%, #111 100%);
    background: -webkit-linear-gradient(top, transparent 0%, #111 100%);
}

.z-fashion-news .box .title .bg {
    width: 100%;
    height: 100%;
    filter: alpha(opacity=70);
    opacity: 0;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.tit_nav {
    width: 100%;
    height: 40px;
    margin: 30px 0px;
    position: relative;
}

.tit_nav_lit {
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    top: 20px;
    z-index: -1;
}

.tit_nav h2 {
    color: #000;
    text-align: center;
    display: block;
    height: 40px;
    width: 300px;
    margin: auto;
    padding: 0px 30px;
    background-color: #fff;
    z-index: 999;
}

.tit_nav h2 span {
    color: #ed2567;
    margin-left: 10px;
}

.list .item {
    height: 61px;
    border-bottom: 1px solid #e5e5e5;
    float: left;
    width: 346px;
    line-height: 61px;
    font-size: 16px;
    color: #303030;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: relative;
    box-sizing: border-box;
    padding-left: 17px;
}

.list .item:before {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #303030;
    border-radius: 50%;
    left: 0;
    top: 29px;
}

.boxs_pic {
    margin: 30px 0px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.boxs {
    flex: 1;
    height: 328px;
    width: 386px;
    float: left;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    position: relative;
    padding: 9px;
    padding-bottom: 0px;
}

.boxs:nth-child(2) {
    margin: 0px 11px;
}

.boxs .pic {
    width: 366px;
    height: 242px;
    display: block;
}

.boxs .title {
    font-size: 16px;
    color: #303030;
    line-height: 24px;
    margin-top: 15px;
    height: 48px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.image-comp-img {
    transition: all 0.6s;
}

.image-comp-img:hover {
    transform: scale(1.4);
}

.trends {
    width: 100%;
    height: 65px;
    position: relative;
    font-size: 24px;
}

.trends_xian {
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    top: 30px;
    z-index: -1;
}

.trends_nav {
    line-height: 65px;
    padding: 0px 20px;
    width: 180px;
    background: #fff;
}

.s01-3zntNi_t {
    color: #000;
}

.s01-3zntNi_t a {
    color: #000;
}

.s02-Q0Awz_1h {
    color: #ed2567;
}

.s02-Q0Awz_1h a {
    color: #ed2567;
}

.box-1xvjh7n2 h3 {
    font-family: Microsoft YaHei;
    font-size: 18px;
    color: #222;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
}

.box-1xvjh7n2 h3 a {
    color: #222;
}

.box-1xvjh7n2 h3 img {
    display: inline;
    padding-left: 10px;
}

.imgList-1uFeN6bd {
    width: 100%;
    overflow: hidden;
}

.box-1xvjh7n2 ul li {
    width: 31%;
    height: 148px;
    background: 0;
    padding: 0;
    margin: 0;
    margin-right: 10px;
    float: left;
    overflow: hidden;
}

.box-1xvjh7n2 ul li img {
    width: 100%;
    height: 100%;
}

.date-3faSdm6q {
    font-family: Arial;
    color: #c2c2c2;
    height: 20px;
    line-height: 20px;
    margin-top: 6px;
}

.box-1xvjh7n2 {
    border-bottom: 1px dashed #e5e5e5;
    padding: 15px 0 20px;
}

.box-1b4rsmi9 {
    border-bottom: 1px dashed #e5e5e5;
    padding: 24px 0 25px;
    overflow: hidden;
}

.hl_left .box-1b4rsmi9:last-child {
    border-bottom: none;
}

.pic-2ACZk8Od {
    width: 21%;
    height: 95px;
    overflow: hidden;
    float: left;
}

.pic-2ACZk8Od img {
    width: 100%;
    height: 100%;
}

.txt-23Z7aEGs {
    width: 76%;
    float: right;
}

.box-1b4rsmi9 h3 {
    font-family: Microsoft YaHei;
    font-size: 18px;
    color: #222;
    font-weight: bold;
    /* height: 24px; */
    line-height: 24px;
}

.box-1b4rsmi9 h3 a {
    color: #222;
}

.box-1b4rsmi9 p {
    color: #999;
    line-height: 18px;
    height: 36px;
    margin-top: 8px;
    overflow: hidden;
}

.date-NcLIRrwE {
    font-family: Arial;
    color: #c2c2c2;
    height: 20px;
    line-height: 20px;
    margin-top: 6px;
}

.box-1b4rsmi9 .date-NcLIRrwE span {
    margin-right: 20px;
}

.hl_ul {
    padding: 10px 0 0;
}

.hl_ul li {
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    zoom: 1;
    font-size: 14px;
}

.hl_ul li i {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-color: #999;
    color: #fff;
    margin-right: 5px;
    text-align: center;
    font-size: 14px;
}

i.h1_color {
    background-color: #ed2567 !important;
}

.hl_right {
    width: 100%;
}

.hl_right span {
    color: #000;
    font-size: 24px;
}

.hl_right span i {
    margin-right: 10px;
}

.gup .eyf-main {
    margin-right: -12px;
}

.gup .eyf-mod {
    width: 46%;
    margin-right: 12px;
}

.gup .eyf-mod-piclink {
    display: block;
    overflow: hidden;
}

.gup .eyf-mod-piclink img {
    width: 100%;
    height: 250px;
}

.gup .eyf-mod-title {
    display: block;
    text-align: center;
    padding: 0 10px;
    font-size: 14px;
    line-height: 32px;
    padding-top: 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333333;
}

.hor .ar-mod {
    padding-bottom: 8px;
}

.hor .ar-mod .ar-mod-imglink:first-child {
    margin-left: 0;
}

.hor .ar-mod-imglink {
    width: 46%;
    height: 140px;
    overflow: hidden;
    margin-left: 12px;
}

.hor .ar-mod-imglink img {
    width: 100%;
    height: 100%;
}

.hor .rr-list-num {
    width: 24px;
    height: 24px;
    margin-top: 10px;
    background: #dddddd;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    font-style: normal;
    margin-right: 15px;
}

.hor .rr-list-num1 {
    background: #ff5e5b;
}

.hor .rr-list-num2 {
    background: #ff9d00;
}

.hor .rr-list-num3 {
    background: #f9d219;
}

.hor .rr-list:first-child .rr-list-title {
    border-top: none;
}

.hor .rr-list-title {
    width: 84%;
    border-top: 1px dashed #dddddd;
    font-weight: normal;
    font-size: 14px;
    height: 36px;
    line-height: 44px;
}

.hor .rr-list-title .a-hover {
    display: block;
    max-width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
}

.mb-20 {
    margin-bottom: 20px;
    width: 100%;
}

.cm-sidetitle {
    border-top: 1px solid #e5e5e5;
    margin-top:30px;
}

.cm-sidetitle .cm-sidetitle-head {
    line-height: 48px;
    font-size: 20px;
    color: #000;
    font-weight: normal;
}

.cm-sidetitle .cm-sidetitle-right-more {
    color: #4d9df5;
    font-size: 14px;
    line-height: 48px;
}

.familiar {
    padding: 20px;
    background-color: rgb(248, 247, 247);
}

.familiar a {
    display: inline-block;
    padding: 2px 15px;
    font-size: 14px;
    border: 1px solid #aaa;
    margin: 2px;
    border-radius: 15px;
}

.familiar a:nth-child(4n+1) {
    color: rgb(242, 175, 104);
}

.familiar a:nth-child(4n+2) {
    color: rgb(95, 154, 125);
}

.familiar a:nth-child(4n+3) {
    color: rgb(139, 229, 90);
}

.familiar a:nth-child(4n+4) {
    color: rgb(132, 146, 229);
}

/* column */

/* 面包屑导航栏 */

.wbig {
    overflow: hidden;
    width: 100%;
    background: #ededed;
    margin: 20px auto 0px;
}

.zlocation {
    font-size: 14px;
    line-height: 46px;
    padding: 0px 30px;
    overflow: hidden;
    font-size: 14px;
    background: url(../images/jiantou1.png) no-repeat 0px 16px;
    margin-left: 30px;
}

.zlocation a {
    font-size: 16px;
    color: #444;
    text-decoration: none;
    font-family: 'Microsoft YaHei';
    font-weight: 550;
}
.type_nav{float: left;line-height: 46px;
    font-size: 15px;}
    .type_nav a{margin-right: 10px;}
.zleft {
    overflow: hidden;
    width: 100%;
    margin-top: 10px;
}

.zlefta {
    overflow: hidden;
    width: 100%;
    margin: 0px auto;
}

.zlefta ul li {
    overflow: hidden;
    margin: 10px 0px 0px;
    padding: 0px 0px 15px;
    border-bottom: 1px dashed #d6d6d6;
}

.zlefta ul li h3 {
    font-size: 15px;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.zlefta .zlefta_img {
    float: left;
    width: 180px;
    height: 132px;
    margin: 0px 20px 0px 0px;
    overflow: hidden;
}

.zlefta .zlefta_img img {
    width: 100%;
    height: 100%;
}

.zlefta ul li p {
    font-size: 12px;
    color: #666;
    line-height: 20px;
    margin-bottom: 8px;
}

.zlefta ul li .ztime {
    font-size: 12px;
    color: #666;
    line-height: 0px;
    padding: 10px 0px;
}

.Side_nav {
    width: 100%;
    border: 1px solid #d6d6d6;
    margin-top: 20px;
}

.Side_nav a {
    width: 100%;
    display: block;
    font-size: 15px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    border-top: 1px solid #d6d6d6;
    color: #666;
}

.Side_nav a:first-child {
    border-top: 0px;
}

.Side_nav a.active {
    background-color: #ffc0cb;
    color: #fff;
}

.Side_nav a:hover {
    background-color: #ffc0cb;
    color: #fff;
}

.padd0 {
    padding-left: 0px;
    padding-right: 0px;
}

.zright {
    overflow: hidden;
    float: right;
    width: 100%;
}

.zright .searchContainer {
    float: none;
    width: 100%;
    margin: 0px 38px;
}

.zright .searchselect {
    border: 1px solid #ddd;
}

.zright .searchselect ul li {
    background: #fff;
}

.zright .searchselect ul li.last {
    background: #fff;
}

.zright .searchselect ul li a {
    color: #666;
}

.zright .searchselect ul li a:hover {
    color: #fff;
    background: #ffc0cb;
}

.zright .searchselect ul li a.current {
    color: #9c9c9c;
}

.zright .searchselect ul li a.current:hover {
    color: #9c9c9c;
}

.zright .searchselectbtn {
    background: url(bj15.jpg) no-repeat 0px 16px;
}

.zright .searchselect span {
    text-indent: 0px;
    text-align: center;
}

.zright .myText100 {
    background: #fff;
    width: 170px;
    height: 35px;
}

.zright #divselect cite {
    background: url(bj16.jpg) no-repeat right 0px;
    height: 35px;
}

.zright #divselect ul {
    width: 171px;
    background: #fff;
    left: -120px;
}

.zright #divselect ul li a {
    color: #333;
}

.zright #divselect ul li a:hover {
    color: #ffc0cb;
    background: #e4e4e4;
}

.zrighta {
    overflow: hidden;
    width: 300px;
    height: 42px;
    line-height: 42px;
    margin: 18px auto 0px;
}

.zrighta h3 {
    float: left;
    font-size: 20px;
    font-weight: normal;
    padding-right: 26px;
}

.zrightb {
    overflow: hidden;
    width: 300px;
    margin: 6px auto 0px;
}

.zrightb ul li {
    overflow: hidden;
    display: inline;
    position: relative;
    float: left;
    width: 148px;
    height: 98px;
    margin: 4px 0px 0px 4px;
}

.zrightb ul li h3 {
    overflow: hidden;
    width: 148px;
    height: 98px;
    z-index: 1;
}

.zrightb ul li h3 img {
    width: 148px;
    height: 98px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.zrightb ul li h3 a:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.zrightb ul li h4 {
    overflow: hidden;
    position: relative;
    background: #000;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    width: 148px;
    height: 21px;
    margin-top: -21px;
    z-index: 2;
}

.zrightb ul li p {
    overflow: hidden;
    position: relative;
    font-size: 12px;
    text-align: center;
    width: 144px;
    height: 21px;
    line-height: 21px;
    margin-top: -21px;
    padding: 0px 2px;
    z-index: 3;
}

.zrightb ul li.first {
    margin-left: 0px;
}

.zrightb a {
    color: #fff;
}

.zrightb a:hover {
    color: #fff;
}

.zrighte {
    overflow: hidden;
    width: 300px;
    margin: 18px auto 0px;
}

.zrightf {
    overflow: hidden;
    width: 300px;
    height: 36px;
    background: url(bj20.jpg) repeat-x 0px 0px;
    margin: 28px auto 0px;
}

.zrightf h3 {
    float: left;
    font-size: 20px;
    color: #cf4789;
    font-weight: normal;
    width: auto;
    line-height: 35px;
    border-top: 1px solid #cf4789;
}

.zrightf h4 {
    float: left;
    width: 5px;
    height: 35px;
    border-top: 1px solid #ededed;
}

.zrightg {
    overflow: hidden;
    width: 300px;
    margin: 5px auto 0px;
}

.zrightg ul li {
    float: left;
    overflow: hidden;
    font-size: 14px;
    background: url(bj4.jpg) no-repeat 0px 11px;
    width: 290px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
}

.zright .myText100 {
    background: #fff;
    width: 162px;
}

.myText100 {
    float: left;
    font-size: 14px;
    color: #807a62;
    background: #ededed;
    width: 202px;
    height: 33px;
    line-height: 33px;
    padding-left: 9px;
    border: none;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

.searchbtn {
    overflow: hidden;
    float: left;
    width: 53px;
    height: 35px;
}

.search12 {
    float: left;
    text-indent: 8em;
    background: url(../images/fashion_search.png) no-repeat 0px 0px;
    background-size: 100% 100%;
    width: 53px;
    height: 35px;
    cursor: pointer;
    border: none;
}

/*分页样式*/

#pageBox ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

#pageBox .pagination a {
    text-decoration: none;
    margin-right: 0px!important;
}

#pageBox ul.pagination li {
    display: inline;
}

#pageBox .disabled, .pagination .active, .pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

.pagination .active {
    background-color: #ba921c;
    color: white;
    border: 1px solid #ba921c;
}

#pageBox .disabled {
    background-color: rgba(236, 236, 236, 0.78);
}

#pageBox ul.pagination a.active {
    background-color: #FF943E;
    color: white;
    border: 1px solid #FF943E;
}

#pageBox ul.pagination li a:hover:not(.active) {
    background-color: #ddd;
}

.rea .rea-first {
    display: block;
    height: 210px;
    overflow: hidden;
    position: relative;
    margin-bottom: 12px;
}

.rea .rea-first img {
    width: 100%;
    height: 100%;
}

.rea .rea-first-bottom {
    position: absolute;
    bottom: -8px;
    left: 0;
    padding: 0 11px;
    width: 278px;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.rea .rea-list {
    font-size: 14px;
    line-height: 32px;
}

.theme-news .rea .rea-list-title {
    color: #4d9df5;
}

.rea .rea-list-title {
    color: #4d9df5;
    margin-right: 6px;
}

.rea .rea-list .a-hover {
    max-width: 290px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: black;
}

/* details */

.zleftg {
    overflow: hidden;
    float: left;
    width: 100%;
    line-height: 30px;
    text-align: right;
    margin-bottom: 30px;
}

.zleftb {
    overflow: hidden;
    float: left;
    padding: 0px 0px 5px;
    width: 100%;
}

.zleftb h1 {
    height: auto;
    color: #000;
    margin-bottom: 6px;
    font: bold 20px/24px "Microsoft Yahei", "幼圆", "宋体";
    text-align: center;
    line-height: 40px;
}

.zleftb h2 {
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    line-height: 28px;
    padding: 5px 0px 10px;
}

.zleftc p {
    text-align: center;
}

.zleftc p span {
    overflow: hidden;
    font-size: 12px;
    color: #a1a1a1;
    margin: 0 10px 0 0;
}

.zleftf {
    overflow: hidden;
    float: left;
    font-size: 16px;
    width: 100%;
    line-height: 32px;
    margin: 2px 0px 0px;
    padding: 0px 0px 20px;
}

.zleftf p {
    margin: 15px 0px 0px;
    text-indent: 2rem;
}

.zleftf img {
    display: block;
    margin: auto;
    width: 75%;
    height: 100%;
}

.m-mianjianjie {
    background-color: #eeee;
    padding: 20px 0px;
    margin: 20px 0px;
}

.m-mianjianjie div {
    height: auto;
    overflow: hidden;
    margin: 0 30px;
    line-height: 26px;
    font-size: 12px;
    padding-top: 5px;
    color: #999;
}

.m-mianjianjie div strong {
    color: #333;
}

.statement {
    background: #f5f5f5;
    padding: 13px;
    font-size: 12px;
    color: #999;
    margin: 40px 0;
    line-height: 24px;
    clear: both;
}

.det_pic {
    width: 330px;
    height: 490px;
    margin: 20px auto;
}

.det_pic img {
    width: 100%;
    height: 100%;
}

.todayHot {
    overflow: hidden;
}

.todayHot .tit {
    height: 40px;
    border-bottom: 1px solid #222222;
    font-size: 18px;
    position: relative;
    margin-bottom: 13px;
    margin-top:20px;
}

.todayHot .tit span {
    width: 200px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    background: #222222;
    color: #fff;
    display: block;
}

.todayHot .tit i {
    margin: 0 0 0 -10px;
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    position: absolute;
    left: 50%;
    bottom: -21px;
    border: 10px solid;
       border-color: #222222 transparent transparent transparent;
}

.todayHot .news {
    height: auto;
    overflow: hidden;
    width: 320px;
    margin: 0 auto 10px;
    font-size: 18px;
}

.todayHot .news .fcut {
    height: 50px;
    border-bottom: 1px solid #80808047;
    overflow: hidden;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    margin-bottom: 4px;
    padding-bottom: 66px;
    font-weight: bold;
}

.todayHot .news .fcut .mask {
    height: 56px;
    line-height: 28px;
    width: 100%;
    overflow: hidden;
}

.search h3 {
    font-weight: bold;
    font-size: 25px;
    border-bottom: 1px solid black;
    margin: 10px 0;
    padding-bottom: 10px;
}

.search ul {
    padding: 0px 20px;
}

.search ul li {
    float: left;
    margin: 5px;
}

.search ul li a {
    display: inline-block;
    font-size: 15px;
    border: 1px solid rgb(206, 212, 218);
    min-width: 70px;
    height: 36px;
    border-radius: 25px;
    text-align: center;
    line-height: 36px;
    padding:0px 10px;
}

.search ul li a:hover {
    border-color: black;
}

/* footer */

.footer {
    background-color: #000;
    overflow: hidden;
    padding: 20px 0px 0px;
    margin-top: 30px;
}

.foot_box {
    width: 100%;
    height: 60px;
    line-height: 60px;
}

.foot_logo {
    float: left;
    border-right: 1px solid #595959;
    margin-right: 20px;
    margin-bottom: 20px;
}

.foot_nav {
    float: left;
}

.foot_nav a {
    float: left;
    font-size: 16px;
    color: #bebebe;
    margin: 0 26px;
}

.foot_box2 {
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #595959;
}

.foot_box2 .foot_hh {
    float: left;
    width: 33.33%;
    padding: 20px;
    font-size: 14px;
    min-height: 120px;
}

.foot_box2 .foot_hh a {
    color: #595959;
    margin-right: 10px;
}

.foot_box2 .foot_hh p {
    margin-bottom: 4px;
    line-height: 30px;
}

.bor2 {
    border-left: 1px solid #595959;
    border-right: 1px solid #595959;
}

.dingbu {
    position: fixed;
    top: 45%;
    right: 10%;
}

.related {
    margin-bottom: 10px;
}

.related_box {
    border: 1px solid #d4e2eb;
    width: 100%;
    overflow: hidden;
}

.related_box h2.title_2 {
    background: linear-gradient(to bottom, #FCFDFF, #FCFDFF, #F1F8FE, #F1F8FE, #E9F5FE);
    overflow: hidden;
    font-size: 16px;
    line-height: 44px;
    padding: 0px 10px;
}

.related_box h2 span {
    float: left;
    font-weight: 800;
}

.related_box ul {
    width: 100%;
}

.related_box .gamekf {
    width: 22%;
    margin: 10px 1.5%;
    float: left;
}

.related_box .gamekf a img {
    width: 100%;
    height: 120px;
}

.related_box .gamekf p.tit {
    color: #fff;
    font-weight: 800;
    width: 100%;
    text-align: center;
    margin: 0 0;
    height: 18px;
    line-height: 18px;
    text-indent: 0;
    overflow: hidden;
}

.r_more {
    float: right;
    font-size: 12px;
    font-weight: 500;
    color: #647680;
    line-height: 44px;
}

.quickLink {
    margin: 40px auto 30px auto;
    font-size: 16px;
}

.mb-15 {
    margin-bottom: 15px;
}

.gua .ar-mod:first-child {
    border-top: none;
}

.gua .ar-mod-imglink {
    width: 34%;
    overflow: hidden;
    height: 150px;
}

.gua .ar-mod-imglink img {
    width: 100%;
    height: 100%;
}

.gua .ar-mod-right {
    width: 100%;
}

.gua .ar-mod-right h4 {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gua .ar-mod-right-time {
    font-size: 12px;
    line-height: 24px;
    color: #999999;
    margin-top: 8px;
}

.gua .ar-mod {
    padding: 10px 0px !important;
    border-top: 1px dashed #dddddd;
    overflow: hidden;
}

.u_pic {
    width: 100%;
    overflow: hidden;
    margin: 10px 0px;
}

.u_pic ul {
    width: 100%;
}

.u_pic ul li {
    width: 48%;
    height: 120px;
    position: relative;
}

.u_pic ul li img {
    width: 100%;
    height: 100%;
}

.u_pic ul li:first-child {
    float: left;
}

.u_pic ul li:last-child {
    float: right;
}

.u_pic ul li a {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: rgba(17, 17, 17, 0.5);
    padding: 0px 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
}

.udots li {
    font-size: 14px;
    height: 48px;
    line-height: 48px;
   
}

.udots li i {
    width: 3px;
    height: 12px;
    background-color: #ffc0cb;
    line-height: 48px;
    margin-right: 2px;
    float: left;
    margin-top:18px;
}
.udots li a{display: inline-block;line-height: 48px;height: 48px;float: left;}
.udots li a:nth-child(3){width: 54%; white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;}
.udots li span{float: right;}

.padd30 {
    padding-left: 30px;
    padding-right: 0px;
}

.once img {
    width: 330px;
    height: 450px;
    display: block;
    margin: 20px auto 0px;
}

#nowDateTimeSpan {
    padding-top: 20px;
    width: 355px;
    height: 100px;
    color: #ba921c;
    margin-top: 20px;
    position: absolute;
    right: -3%;
    top: -14px;
}

.time {
    font-size: 38px;
    font-weight: bolder;
    margin-left: 20px;
    display: block !important;
}

.timeM {
    margin: 0 10px;
    display: block !important;
    position: absolute;
    top: 41%;
    left: 36%;
    font-size: 20px;
    display: none
}

.timeW {
    font-size: 20px;
    position: absolute;
    right: 100px;
    top: 22%;
    display: block !important;
}

.timeY {
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 55%;
    display: block !important;
}




/* 首页 */
   
#focus_Box{position:relative;width:100%;height:400px;margin:20px auto;}
#focus_Box ul{position:relative;width:100%;height:400px;}
#focus_Box li{z-index:0;position:absolute; width:0px;background:#787878;height:0px;top:146px;cursor:pointer;left:377px;border-radius:4px;box-shadow:1px 1px 12px rgba(200, 200, 200, 1)}
#focus_Box li img{width:100%;
    background:url(../images/load_tu.png) no-repeat center 50%;
    height:100%;vertical-align:top}
#focus_Box li p{position:absolute;left:0;bottom:0px;width:100%;height:40px;line-height:40px;text-indent:8px;color:#fff; background: rgba(0,0,0,.5);margin-bottom: 0px;}
#focus_Box li p span{display:inline-block;width:100%;height:40px;overflow:hidden;text-align: center;}
#focus_Box .prev,#focus_Box .next{display:block;z-index:100;overflow:hidden;cursor:pointer;position:absolute;top: 170px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    font-weight: 600;
    background: rgba(0,0,0,.5);
    color: #ffffff;}
#focus_Box .prev{
    width: 40px;height: 40px;
    left:218px}
#focus_Box .next{
    width: 40px;height: 40px;
    right:218px} 
/* #focus_Box .prev:hover{background-position:left top;} */
/* #focus_Box .next:hover{background-position:right top;} */
/* #focus_Box a.imgs-scroll-btn{display:block;position:absolute;z-index:110;top:7px;right:15px;width:51px;height:23px;overflow:hidden;background:url(images/share-btn.png) no-repeat;text-indent:-999px;} */
  

.minsheng-pic {
    margin:10px 0px;
    height: 105px;
    overflow: hidden;
}
.ms-pic-r {
    float: left;
    width: 180px;
}
.ms-pic-r img {
    width: 180px;
    height: 101px;
    border-radius: 5px;
}
.ms-t {
    float: left;
    margin-left: 15px;
    width: 175px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
.ms-t .ms-title {
    height: 75px;
    overflow: hidden;
    display: block;
}
.ms-t .ms-time {
    font-size: 14px;
    margin-top: 10px;
    text-align: left;
}
.jyfbUl {
    width: 50%;
    float: left;
    margin-top: 2px;
    margin-left: 24px;
}
.jyfbUl li {
    width: 100%;
    float: left;
    height: 30px;
    line-height: 30px;
   
    font-size: 15px;
}

.jyfbUl li span:first-child{    width: 78%; white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 30px;
    display: block;
    float: left;}

    .jyfbUl li span:last-child{float: right;}
.tool {text-align: center;}
.tool a{display: inline-block;width: 30%;height: 112px;    background: #eee;
    margin-top: 20px;}
.tool a:nth-child(2){margin:0px 3.5%;}
.tool  p{    font-size: 15px;}
.tool img{
    width: 45px;
    height: 45px;
    display: block;    margin: 15px auto 10px;
}

.suolue{width: 100%;}
.suolue .img{width: 100%;height: 178px;}
.suolue li{}
.suolue li img{width: 100%;height: 100%;}
.suolue li p{    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;}

    .tuwen2 li {
        position: relative;
        text-align: left;
        overflow: hidden;
        background: #f7f7f7;
        margin-bottom: 20px;
    }
    .tuwen2 li span {
        display: block;
        position: absolute;
        left: 0px;
        width: 130px;
        height: 100px;
        overflow: hidden;
    }
    .tuwen2 li span img {
        display: block;
        width: 130px;
        height: 100px;
    }
    .tuwen2 li h3 {
        display: block;
        height: 26px;
        line-height: 26px;
        font-size: 16px;
        font-weight: bold;
        overflow: hidden;
        margin-left: 140px;
        margin-top: 10px;
    }
    .tuwen2 li p {
        margin-top: 10px;
        font-size: 14px;
        color: #666;
        line-height: 24px;
        margin-left: 140px;
        height: 48px;
        margin-bottom: 6px;
        overflow: hidden;
    }

    .wucai {width: 100%;margin-bottom: 5px;    overflow: hidden;}
    .wucai a.www{    padding: 6px 20px;
        display: inline-block;
        font-size: 15px;
        margin: 5px;
        border-radius: 5px;
        color: #ffffff;    width: auto;}

	    .wucai a{

    font-size: 16px;
    margin: 5px;
    border-radius: 5px;
    color: #ffffff;
    width: 30%;
    text-align: center;
    height: 60px;
    padding: 5px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    float: left;
	}

    .wucai a:nth-child(4n+1) {
        background-color: rgb(242, 175, 104);
    }
    .wucai a:nth-child(4n+3){
        background-color: #ffc0cb;
    }
    .wucai a:nth-child(4n+2) {
        background-color: rgb(95, 154, 125);
    }
    .wucai a:nth-child(4n+4) {
        background-color: rgb(132, 146, 229);
    }

    #demo{display: none;}

@media screen and (max-width: 751px) {
    #nowDateTimeSpan , #focus_Box {
        display: none;
    }
    #demo{display: block;}
    .row {
        margin-left: 0px;
        margin-right: 0px;
    }
    .top {
        display: none;
    }
    .header_box{
        display: none;
    }
    #demo {
        width: 100%;
        height: 100%;
    }
    .carousel-item img {
        width: 100%;
        height: 300px;
    }
    .banner_tit {
        display: none;
    }
    .home-news {
        display: none;
    }
    .yd_nav {
        display: block;
    }
    .boxs {
        margin: 0px 11px;
        display: none;
    }
    .boxs:nth-child(2) {
        margin: 11px 11px;
    }
    .list {
        padding: 0px 14px;
    }
    .box-1xvjh7n2 {
        display: none;
    }
    .pic-2ACZk8Od {
        width: 28%;
    }
    .txt-23Z7aEGs {
        width: 70%;
    }
    .box-1b4rsmi9 {
        padding: 24px 6px 25px;
    }
    .mrg4 {
        margin: 0px 4px;
    }
    .foot_box2 .foot_hh {
        width: 100%;
    }
    .biaoqiandd {
        display: none;
    }
    .zlefta li>img {
        float: left;
        margin: 6px 20px 0px 0px;
    }
    .padd0 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .ydnone {
        display: none;
    }
    .zlefti ul li {
        margin-left: 0px;
    }
    .dingbu {
        right: 0px !important;
    }
    .dingbu img {
        width: 28px !important;
    }
    .rea .rea-list .a-hover {
        max-width: 220px;
    }
    .padd30 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .jyfbUl li span:first-child {
        width: 74%;}
    .ms-pic-r{width: 40%;}
    .ms-pic-r img{width: 100%;}
    .ms-t{width: 54%;}
    .trends_nav{padding:0px;}
    .trends_nav{width: 100% !important;}
    .udots li a:nth-child(3){width: 50%;}
    .related_box .gamekf a img{height: 60px;}
}