@charset "utf-8";
/* CSS Document */

@charset "UTF-8";


/*header*/

.page {
    background-color: #F9FAFA;
}

.pHeader {
    background-color: #fff;

}

.pHeader .w1200 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}

.page .plogo {
    width: 198px;
    height: 30px;
}

.page .plogo img {
    height: 100%;
    width: auto;
}

.p-search {
    width: 320px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #007BFF;
    position: relative;
    overflow: hidden;
    padding-left: 10px;
}

.p-search .search-input {
    width: 250px;
    padding: 0 0 0 17px;
    border: none;
    height: 32px;
    outline: none;
    background-image: url(../image/icon_sousuo.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.p-search .primary {
    position: absolute;
    width: 60px;
    /* height: 32px; */
    height: 100%;
    color: #fff;
    background: #007BFF;
    border-radius: 0 6px 6px 0;
    border: 0;
    right: -2px;
    font-size: 12px;
    font-weight: bold;
}

/**/
.slideshow {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slideshow .slider-container {
    position: relative;
    width: 660px;
    height: 425px;

}

.slideshow .slider-w660 {
    position: relative;
    width: 660px;
    height: 425px;
    margin: 0 auto;
    overflow: hidden;

}


.slideshow .slider {
    display: flex;
    border-radius: 10px;
    width: 3300px;
    /* 660px * 5 */
    height: 100%;
    transition: transform 0.5s ease;
}

.slideshow .slide {
    width: 660px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 48px;
    color: white;
    font-weight: bold;
}

/* .slideshow .slide:nth-child(1) { background-color: #ff7675; }
.slideshow .slide:nth-child(2) { background-color: #74b9ff; }
.slideshow .slide:nth-child(3) { background-color: #55efc4; }
.slideshow .slide:nth-child(4) { background-color: #a29bfe; }
.slideshow .slide:nth-child(5) { background-color: #ffeaa7; color: #333; } */

.slideshow .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 46px;
    cursor: pointer;
    z-index: 10;
    border: none;
    outline: none;
    background-size: 100%;
    border-radius: 8px;

}

.slideshow .arrow:hover {
    opacity: 0.5;
}

.slideshow .prev {
    left: 20px;
    background-image: url(../image/qieh_l.png);

}

.slideshow .next {
    right: 20px;
    background-image: url(../image/qieh_r.png);

}

.slideshow .dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.slideshow .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background-color 0.3s;
}

.slideshow .dot.active {
    background-color: white;
}

/**/
.content-path a {
    font-size: 14px;
    color: #333;
    height: 56px;
    line-height: 56px;
}

.fw {
    font-weight: bold;
}

a.channelLink {
    display: inline-block;
    font-size: 12px;
    color: #FF9333;
    background-color: rgba(255, 147, 51, 0.1);
    border-radius: 2px;
    padding: 0px 5px;
    height: 22px;
    line-height: 22px;
}

.d-main {}

.d-main .content {
    width: 700px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.d-main .content .imgShow {
    height: 472px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 10px;
}

.slideshow {
    width: 660px;
    height: 425px;
}



.c-box {
    min-height: 110px;
    padding: 20px 40px 35px;
    margin-bottom: 10px;
    background-color: #fff;
}

.c-tit {
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
}

.c-info {
    padding-top: 25px;
}

.c-info * {
    max-width: 100%;
}

.c-info p {
    line-height: 26px;
}

.sidebar {
    width: 490px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.s-box {
    padding: 18px 30px 25px;
    background: #FFFFFF;
    border-radius: 10px;
    background: #FFFFFF;
    margin-bottom: 10px;
    overflow: hidden;
}



.s-box h2 {
    font-weight: bold;
    font-size: 20px;
    margin: 23px 18px;
}

.s-box h2 span {
    display: inline-block;
    font-size: 12px;
    color: #FF9333;
    background-color: rgba(255, 147, 51, 0.1);
    border-radius: 2px;
    padding: 0px 5px;
    height: 22px;
    line-height: 22px;
    margin-right: 7px;
}

.s-box p {
    color: #666666;
}

.s-box .tag {
    margin: 12px 0 20px 0;
}

.s-box .tag span {
    height: 22px;
    line-height: 22px;
    color: #fff;
    background-color: #FB3001;
    padding: 0 5px;
    margin-right: 10px;
}

.s-box .introduce {
    line-height: 26px;
}

.s-box .s-tit {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    margin-bottom: 20px;
}

.s-box .download {
    background: #F9FAFA;
    border-radius: 10px 0px 0px 0px;
    display: flex;
    align-items: center;
    padding: 18px;
}

.d-tit {
    margin: 0 45px 0 5px;
}

.d-img img {
    height: 24px;
    width: 24px;
}

.d-tit {
    font-size: 14px;
}

.btn-d {
    color: #007BFF;
    font-size: 12px;
    width: 50px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #007BFF;

}

.s-info {
    float: left;
    width: 48%;
    margin-right: 1%;
    line-height: 30px;
    margin-top: 10px;
}

.s-info span {
    font-size: 12px;
    color: #999999;
    width: 60px;

}

.s-info:first-child {
    width: 100%;
}

.s-content2 {
    display: inline-flex;
    align-items: center;
    margin: 0 -15px -7px
}

.s-content2 .browse {
    font-weight: 500;
    font-size: 12px;
    color: #666666;
    width: 140px;
    margin-right: 10px;
}

.s-content2 button {
    border: none;
    line-height: 52px;
}

.s-content2 button span {
    width: 16px;
    height: 52px;
    -webkit-background-size: 100%;
    background-size: 100%;
    display: inline-block;
    margin-bottom: -26px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: 0 14px;
}

.s-content2 .praise {
    width: 120px;
    color: #FF881F;
    font-size: 12px;
    border-radius: 6px;
    background-color: #FFF2E9;

}

.s-content2 .praise span {
    background-image: url(../image/icon_dianz_n.png);

}

.s-content2 .praise2 {
    width: 120px;
    color: #fff;
    font-size: 12px;
    border-radius: 6px;
    background-color: #FF881F;

}

.s-content2 .praise2 span {
    background-image: url(../image/icon_dianz_p.png);

}

.s-content2 .btn2 {
    width: 180px;
    background: linear-gradient(-89deg, #007BFF 0%, #00B4FF 100%);
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-left: 10px;
}

.s-content2 .btn2 span {
    background-image: url(../image/icon_huod.png);

}

.s-content2 .hide {
    display: none;
}

.s-content .s-list .item {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    height: 27px;
    overflow: hidden;
    margin-bottom: 18px;
    line-height: 26px;
}

.s-content .s-list .item-content a {
    width: 332px;
    margin-left: 8px;
}

.s-content .s-list .item-content .num {
    width: 22px;
    height: 26px;
    background: #F4F4F4;
    border-radius: 4px;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    margin-right: 10px;
}

.s-content .s-list .item:nth-child(-n+3) .num {
    background: #FFEDC9;
    color: #FF6215;
}

.s-content .s-list .look {
    padding-left: 16px;
    background-image: url(../image/icon_zan.png);
    background-repeat: no-repeat;
    background-position: 0 6px;

}

.s-content .s-list .item:first-child a {
    color: #F81818;
}

.s-content .s-list .hot {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url(../image/icon_huo.png);
    background-repeat: no-repeat;
    background-position: 8px 4px;
    margin-bottom: -5px;
}

/*分页*/
.pagination {
    display: inline-block;
}

.pagination {
    float: right;
}

.pagination li {
    float: left;
}

.pagination li a {
    margin: 0 4px;
    transition: background-color .3s;
    border: 1px solid #ddd;
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 3px;
    background-color: #F4F4F5;
}

.pagination li a:hover {
    background-color: #409EFF;
    color: #fff;
}