body {
    background: #f9f9f9;
}

/* banner 轮播图 css */
.header {
    background-color: #191a1d;
}

.slideBox {
    overflow: hidden;
    position: relative;
    margin: 0 auto 24px;
    width: 100%;
    height: 300px;
    border-radius: 8px;
}

.slideBox .hd {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    display: flex;
    justify-content: center;
}

.slideBox .hd ul li {
    margin: 0 4px;
    padding: 22px 0;
    width: 40px;
    display: inline-block;
    border-radius: 2px;
    cursor: pointer;
}

.slideBox .hd ul li span {
    display: block;
    width: 100%;
    height: 5px;
    margin: 0 4px;
    border-radius: 2px;
    background: rgba(166, 166, 166, 0.8);
    cursor: pointer;
}

.slideBox .hd ul li.on {
    width: 50px;
    border-radius: 3px;
    transition: width 0.3s;
}

.slideBox .hd ul li.on span {
    background: rgba(255, 218, 35, 0.8);
}

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

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

.slideBox .bd li a {
    display: block;
    width: 100%;
    height: 300px;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 74px;
    height: 74px;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
}

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

.slideBox .prev {
    left: 50px;
    background: url('../img/index/icon_button_left.png') no-repeat center;
}

.slideBox .next {
    right: 50px;
    background: url('../img/index/icon_button_right.png') no-repeat center;
}

.slideBox:hover .prev, .slideBox:hover .next {
    display: block;
}

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

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}

.news_index {
    padding-top: 76px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.news_index_left {
    width: 880px;
}

.news_index_tabs {
    display: flex;
    padding: 0 15px 24px;

}

.news_index_tabs a {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    position: relative;
    text-align: center;
    width: 110px;
    margin-right: 13px;
    overflow: hidden;
}

.news_index_tabs a:last-child {
    margin-right: 0px;
}

.topic_title span{
    font-weight: bold;
    font-size: 18px;
    line-height: 50px;
    padding: 8px 0 0;
}
.topic_title2{
    line-height: 30px;
    margin-bottom: 16px;
}

.news_index_tabs a.on {
    color: #FACA03;
}

.news_index_tabs a.on:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    background: #FACA03;
}

.news_index_tabs a:hover {
    color: #FACA03;
}

.news_index_list {
    background: #fff;
    padding: 0 32px;
    border-radius: 8px;
}

.news_index_item {
    border-bottom: 1px dashed #e9e9e9;
    background-color: #fff;
    display: flex;
    padding: 24px 0;
    justify-content: space-between;
    position: relative;
}

.news_index_item > a {
    position: absolute;
    z-index: 999;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.news_index_item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.news_index_item > .left {
    display: flex;
    align-content: center;
    justify-content: center;
    margin-right: 24px;
}

.news_index_item > .left a {
    display: flex;
    align-content: center;
    justify-content: center;
}

.news_index_item > .left img {
    width: 192px;
    height: 120px;
}

.news_index_item > .left > .days {
    margin: 54.5px 43px 75px 0px;
    border: 1px solid #f3d660;
    text-align: center;
}

.news_index_item > .left > .days > p {
    width: 49px;
    height: 28px;
    line-height: 28px;
    color: #f3d660;
}

.news_index_item > .left > .days > p:first-child {
    background-color: #f3d660;
    color: #fff;
}

.news_index_item > .right {
    width: 616px;
    color: #666;
}

.news_index_item h3 {
    margin: 4px 0 8px;
    font-size: 18px;
    color: #333;
}

.news_index_item > .right > .info > p {
    height: 50px;
    line-height: 26px;
    font-size: 14px;
    color: #777;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 12px;
}

.footMenu {
    margin: 30px 0 50px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.footMenu > .comm {
    float: right;
    width: 46px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #999;
    border: 1px solid #ddd;
    background-color: #fff;
    cursor: pointer;
}

.footMenu > .comm:hover {
    background-color: #f3d660;
}

.footMenu > .active {
    background-color: #f3d660;
    color: #555;
}

.footMenu > ul > li {
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 6px;
    line-height: 28px;
    font-size: 14px;
    color: #999;
    border: 1px solid #ddd;
    background-color: #fff;
    cursor: pointer;
}

.footMenu > ul > li:nth-child(1) {
    margin-left: 6px;
}

.footMenu > ul > li:hover {
    background-color: #f3d660;
}

.footMenu > ul > li.active {
    background-color: #f3d660;
    color: #555;
}

.footMenu > ul > li > a {
    display: block;
}

.news_index_right {
    width: 300px;
}

.news_index_right01 {
    width: 300px;
    height: 300px;
    display: block;
    background: #dfdfdf;
    border-radius: 8px;
    margin-bottom: 24px;
}

.news_index_right01 img {
    border-radius: 8px;
}

.news_index_right2a {
    color: #333;
    margin-bottom: 24px;
    border-radius: 8px;
    background: #fff;
}

.news_index_right2b {
    font-size: 18px;
    height: 56px;
    line-height: 56px;
    padding-left: 20px;
    margin-bottom: 4px;
    position: relative;
}

.news_index_right2b a {
    float: right;
    font-size: 14px;
    padding-right: 20px;
}

.news_index_right2b:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 20px;
    background: #FACA03;
    position: relative;
    margin-right: 10px;
    top: 4px;
}

.news_index_right2d {
    padding: 1px 0;
}

.news_index_right2d a {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 10px;
    width: 280px;
    height: 60px;
    line-height: 60px;
    background: #FAFAFA;
    padding: 0 16px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
}

.news_index_right2d a:hover {
    background: url('../images/icon_11.png') no-repeat center;
}

.news_index_right2d a:hover i {
    color: #333333;
}

.news_index_right2d a span {
    display: flex;
    align-items: center;
}

.news_index_right2d img {
    width: 36px;
    height: 36px;
    margin-right: 10px;
    border-radius: 8px;
}

.news_index_right2d i {
    color: #999;
    font-size: 24px;
}

.news_index_right2c {
    padding: 0 10px 2px;
}

.news_index_right2c a {
    display: flex;
    font-size: 14px;
    color: #555;
    margin-bottom: 16px;
}

.news_index_right2c h5 {
    font-size: 14px;
    max-height: 46px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_index_right2c a > div {
    position: relative;
    top: -2px;
    width: 170px;
}

.news_index_right2c a img {
    width: 100px;
    height: 60px;
    margin-right: 10px;

}

.news_index_right2c p {
    font-size: 12px;
    color: #999;
    display: flex;
    align-items: center;
    align-content: center;
    padding-top: 4px;
}

.news_index_right2c p i {
    margin-right: 5px;
}

.news_index_right2c1 {
    padding: 0px 10px 5px 10px;
    overflow: hidden;
}

.news_index_right2c1 a {
    color: #666;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    position: relative;
    font-size: 12px;
    background-color: #f7f9fa;
    margin: 0px 10px 10px 0;
    float: left;
    padding: 0 10px;
}
.news_index_right2c1a{
    display: flex;
    flex-flow: wrap;
    gap: 10px;
    justify-content: space-between;
    padding: 0px 16px 16px;
}
.news_index_right2c1a a{
    width: 60px;
    text-align: center;
    margin: 0;
}

.news_index_right2c1 a:hover {
    color: #333;
    background-color: #ffc303;
}

.news_index_right2c a:hover {
    color: #f1b601;
}

.bdsharebuttonbox {
    display: flex;
    align-items: center;
    margin-left: 32px;
}

.news_index_link {
    width: 1200px;
    margin: 0 auto 40px;
    background: url('../images/icon_10.jpg') no-repeat center;
    background-size: cover;
    border: 1px solid #fff;
}

.news_index_links {
    display: flex;
    justify-content: space-between;
    padding: 0 24px 24px;
}

.newInfoAll .bigbox img {
    margin: 30px 0;
    max-width: 800px;
    cursor: pointer;
}


.news_index1 {
    position: relative;
    padding-top: 120px;

}

.news_index_bread {
    position: absolute;
    top: 85px;
    left: 0;
    font-size: 14px;
    color: #666;
}

.news_index_bread a {
    color: #666;
}

.news_index_bread a:hover {
    color: #FACA03;
}

.content_tag {
    display: flex;
    line-height: 30px;
    margin: 12px 0;
}

.content_tag > span {
    margin: 4px 0;
    display: inline-block;
    width: 88px;
    text-align: right;
}

.content_tag > div {
    display: flex;
    flex-wrap: wrap;
    line-height: 30px;
    width: 720px;
}

.content_tag a {
    display: block;
    line-height: 30px;
    padding: 0 10px;
    margin: 5px;
    color: #fff;
    background: #f6b746;
    font-size: 14px;
}

.content_goods a:nth-child(0) {
    background-color: #f6b746;
}

.content_goods a:nth-child(1) {
    background-color: #ff535d;
}

.content_goods a:nth-child(2) {
    background-color: #567cf9;
}

.content_goods a:nth-child(3) {
    background-color: #d67801;
}

.content_goods a:nth-child(4) {
    background-color: #36c995;
}

.content_goods a:nth-child(5) {
    background-color: #4eb7f1;
}

.content_goods a:nth-child(6) {
    background-color: #3adf00;
}

.content_goods a:nth-child(7) {
    background-color: #fb40d8;
}

.content_goods a:nth-child(8) {
    background-color: #c4d107;
}

.content_key a:nth-child(0) {
    background-color: #3adf00;
}

.content_key a:nth-child(1) {
    background-color: #4eb7f1;
}

.content_key a:nth-child(2) {
    background-color: #f6b746;
}

.content_key a:nth-child(3) {
    background-color: #d67801;
}

.content_key a:nth-child(4) {
    background-color: #36c995;
}

.content_key a:nth-child(5) {
    background-color: #567cf9;
}

.content_key a:nth-child(6) {
    background-color: #ff535d;
}

.content_key a:nth-child(7) {
    background-color: #fb40d8;
}

.content_key a:nth-child(8) {
    background-color: #c4d107;
}
.related-recommendation h2 {
    height: 80px;
    line-height: 80px;
    color: #FFA600;
    border-top: 1px solid #dddddd;
    display: block;
    text-align: left;
}

.related-recommendation ul {
    width: 400px;
    overflow: hidden;
}
.related-recommendation ul li {
    width: 400px;
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    list-style: disc inside;
    margin-bottom: 25px;
    text-align: left;
}

.related-recommendation ul li:hover a {
    color: #FFA600;
}

.related-recommendation ul li a {
    color: #555;
}


.news_info {
    text-align: center;
    border-radius: 8px;
    background: #fff;
    padding: 0 40px;
    font-size: 16px;
}

.news_info > h1 {
    font-size: 24px;
    color: #333;
    padding-top: 32px;
}

.news_info > h6 {
    text-align: center;
    font-size: 14px;
    color: #999;
    padding: 24px 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news_info > h6 span:not(:first-child) {
    margin-left: 32px;
}

.bigbox p {
    font-size: 16px;
    color: #555;
    line-height: 30px;
    text-align: left;
}

.bigbox img {
    margin: 24px 0;
    max-width: 80%;
}

.bigimg {
    width: 600px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
    z-index: 9999;
    border: 10px solid #fff;
}

.masks {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.8;
    filter: Alpha(opacity=50);
    z-index: 9998;
    transition: all 1s;
    display: none
}

.bigbox {
    width: 780px;
    background: #fff;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
    text-align: left;
    line-height: 28px;
    color: #555;
}

.bigbox p {
    margin: 0 0 10px 0;
}

.bigbox ul, .bigbox ol {
    padding-left: 32px;
    margin: 16px 0;
}

.bigbox ul li {
    list-style: initial;
}

.bigbox ol li {
    list-style: auto;
}

.bigbox > .imgbox {
    width: 400px;
    height: 250px;
    float: left;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 10px 10px 10px;
}

.bigbox > .imgbox > img {
    width: 100%;
}

.imgbox:hover {
    cursor: zoom-in
}

.masks:hover {
    cursor: zoom-out
}

.masks > img {
    position: fixed;
    right: 15px;
    top: 12px;
    width: 40px;
    height: 40px;
}

.masks > img:hover {
    cursor: pointer
}

.newsCount i {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url(img/help_new01.png) no-repeat;
    position: relative;
    top: 3px;
    margin-right: 6px;
}

/*广告*/
.news_ad {
    width: 880px;
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
}

.news_ad a {
    display: block;
    width: 285px;
    height: 140px;
}