
.top{ line-height: 40px; height: 40px; background: #eee; border-bottom: 1px solid #ddd;}
.top .top_left{ float: left; width: 300px; }
.top .top_left a{}
.top .top_right{ width: 340px; float: right; }
.top .top_right ul{}
.top .top_right ul li{ float: right; margin: 0 10px; }
.top .top_right ul li a{}

/*顶部二维码*/
#wxImg{display: none;; height: 50px;position: absolute;}
#wxImg img{position: relative; top: 40px; right: -220px; z-index: 9999; border: 1px solid #ccc; padding: 10px; background-color: #fff; width: 100px;}
#wxImgphone{display: none;; height: 50px;position: absolute;}
#wxImgphone img{position: relative; top: 40px; right: -220px; z-index: 9999; border: 1px solid #ccc; padding: 10px; background-color: #fff; width: 100px;}

/*BANNER*/
.banner{ background: url(../images/bg_logo.jpg) center center;height: 130px; }
.banner .logo{ float: left; margin-top: 25px;}
.banner .logo img{ width: 220px; height: 80px; }
.banner .search{ float: right; margin-top: 40px;}

/*Foucs*/
.focus{ margin: 30px 0; }

.sy_title{
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #b40005;
    font-weight: 600;
    letter-spacing: 2px;
}

.sy_sub{
    font-size: 18px;
    color: #b40005;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap; 
    overflow: hidden; 
}

.sy_title:hover{
    color: #c00;
}

.sy_sub:hover{
    color: #c00;
}

/* film_focus */

.film_focus {
    width: 1200px;
    height: 400px;
    background-color: #f5f5f5;
    overflow: hidden;
    position: relative;
    margin: 20px auto 40px;
    box-shadow: 0px 0px 5px #ccc;
}

.film_focus .film_focus_imgs_wrap {
    width: 60%;
    height: 400px;
}

.film_focus ul.film_focus_imgs {
    width: 60%;
    height: 9999em;
    position: absolute;
    left: 0;
    top: 0;
}

.film_focus ul.film_focus_imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.film_focus ul.film_focus_imgs li {
    height: 400px;
    overflow: hidden;
}

.film_focus .film_focus_desc h3 {
    height: 40px;
    line-height: 45px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    z-index: 99;
    font-size: 16px;
}

.film_focus ul.film_focus_nav {
    width: 40%;
    height: 400px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}

.film_focus ul.film_focus_nav li {
    height: 100px;
    overflow: hidden;
    padding: 8px 30px 0px 30px;
    box-sizing: border-box;
    position: relative;
}

.film_focus ul.film_focus_nav li.cur {
    background-color: #C6130E;
    border: 1px #ccc solid;
    color: #fff;
    font-size: 16px;
}

.film_focus ul.film_focus_nav li.cur a{ color: #fff; }
.film_focus ul.film_focus_nav li h4 {
    font-size: 18px;
    line-height: 1.4;
    padding: 5px 0px;
}
.film_focus ul.film_focus_nav li a{font-size: 18px;}
.film_focus ul.film_focus_nav li a:hover{ color: #fff; }

/* 全新的现代化轮播图样式 */
.modern_slider {
    width: 1200px;
    height: 450px;
    background: #f8f9fa;
    overflow: hidden;
    position: relative;
    margin: 30px auto 30px;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.modern_slider .slider_wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

/* 左右切换按钮 */
.modern_slider .slider_nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    outline: none;
    background: rgba(0,0,0,0.35);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 11;
    transition: background 0.3s ease, transform 0.2s ease;
}

.modern_slider .slider_nav:hover {
    background: rgba(0,0,0,0.55);
}

.modern_slider .slider_prev { left: 12px; }
.modern_slider .slider_next { right: 12px; }

.modern_slider .slider_nav i {
    font-size: 22px;
    line-height: 1;
}

.modern_slider .slider_list {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

.modern_slider .slide_item {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
    z-index: 1;
}

.modern_slider .slide_item.active {
    opacity: 1;
    z-index: 2;
}

.modern_slider .slide_item a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
}

.modern_slider .slide_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.slide_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    padding: 30px 40px 30px;
    z-index: 3;
}

.slide_title {
    margin: 0;
    font-size: 22px;
    line-height: 1.4;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    font-weight: 600;
}

.slide_title a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.slide_title a:hover {
    color: #ff6b6b;
}

.slider_dots {
    position: absolute;
    bottom: 25px;
    left: 80%;
    transform: translateX(-50%);
    z-index: 10;
}

.slider_dots ul {
    display: flex;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dot_item {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.dot_item:hover {
    background: rgba(255, 255, 255, 0.7);
    transform: scale(1.1);
}

.dot_item.active {
    background: #ffffff;
    transform: scale(1.3);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.dot_item span {
    display: none;
}

/* 焦点区域容器 - 轮播图+新闻标题模块 */
.focus_container {
    display: flex;
    /* gap: 20px; */
    margin: 30px auto;
    width: 1200px;
    align-items: stretch;
}

/* 调整轮播图宽度为60% */
.modern_slider {
    width: 65%;
    height: 450px;
    background: #f8f9fa;
    overflow: hidden;
    position: relative;
    border-radius: 12px 0 0 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

/* 保证在flex容器中不因auto外边距而换行 */
.focus_container .modern_slider {
    margin: 0;
    flex: 0 0 65%;
}

/* 右侧新闻标题模块 */
.news_title_module {
    height: 450px;
    background: #ffffff;
    border-radius: 0 12px 12px 0;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* 在flex容器中固定右侧宽度 */
.focus_container .news_title_module {
    flex: 1;
}

.news_title_header {
    background: linear-gradient(135deg, #E62129 0%, #764ba2 100%);
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.news_title_header h3 {
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.news_title_header h3 i {
    font-size: 20px;
}

.news_title_list {
    flex: 1;
    overflow-y: auto;
    padding: 0;
}

.news_title_list::-webkit-scrollbar {
    width: 6px;
}

.news_title_list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.news_title_list::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.news_title_list::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

.news_title_list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.news_title_item {
    border-bottom: 1px solid #f5f5f5;
    transition: background-color 0.3s ease;
}

.news_title_item:last-child {
    border-bottom: none;
}

.news_title_item:hover {
    background-color: #f8f9fa;
}

.news_title_item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    text-decoration: none;
    color: #333;
    transition: color 0.3s ease;
}

.news_title_item a:hover {
    color: #E62129;
}

.news_title_text {
    flex: 1;
    font-size: 16px;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 10px;
}

.news_title_date {
    font-size: 14px;
    color: #999;
    white-space: nowrap;
    flex-shrink: 0;
}

/* 轮播图 */
.carouselBox {width: auto;  height: 422px;  background: #FFFFFF;    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);   position: relative; margin-bottom: 50px;}
.carouselBox .boxHead { background: url(../index/images/index2020/roll_head.png);   width: 77px;    height: 86px;   position: absolute; top: 15px;  left: -24px;    z-index: 1;}
.carouselBox .boxHead a {   width: 100%;    height: 100%;   display: block; overflow: hidden;   text-indent: -999px;}
.carouselBox .boxItem { position: absolute; top: 0; left: 0;    width: 828px;   height: 422px;  background: #FFFFFF;    display: none;}
.carouselBox .boxItem.cur { display: block;}
.carouselBox .boxItem .itemPic {width: 828px;   height: 422px;  float: left;}
.carouselBox .boxItem .itemPic img {display: block; width: 100%;    height: 100%;   object-fit: cover;}
.carouselBox .boxControl {position: absolute;   right: -24px;   top: 22px;  width: 400px;   height: 422px;}
.carouselBox .boxControl h3 {   width: 400px;   height: 122px;  display: block; overflow: hidden;   cursor: pointer;    color: #333;    margin-top: -22px;}
.carouselBox .boxControl h3 span {font-size: 16px;  text-align: left;   line-height: 24px;  font-weight: bolder;    height: 48px;   overflow: hidden;   margin: 25px 45px 0 30px;   display: block; display: -webkit-box;   -webkit-box-orient: vertical;   -webkit-line-clamp: 2;  overflow: hidden;}
.carouselBox .boxControl h3 span a {color: #333333;}
.carouselBox .boxControl h3.cur {   background: url(../images/banner_item.png); width: 400px;   height: 122px;  color: #FFFFFF;}
.carouselBox .boxControl h3.cur span a {color: #FFFFFF;}

/*GD NEWS*/

.huadong { background: url(../images/bg_gd_new.png) #EFEFEF no-repeat; height:35px; position:relative;margin:0 auto;}
.huadong .huabox {  margin:0 20px 0 80px; width:1100px; line-height: 35px;}
.huadong .notice_active {float: left;height: 35px; width: 100%; padding: 0;overflow: hidden;position: relative;}
.huadong .notice_active li{list-style-type:none;line-height: 35px;overflow: hidden;}
.huadong .notice_active li.notice_active_ch span {color:#656972;font-size:1rem;display: block;overflow: hidden; width:90%;float: left;overflow: hidden;margin:0 0 2rem 0;}
.huadong .gg_more .news_ck {float: left;margin: 0 1rem 0 0.5rem;color: #888;width: 5rem;height: 2rem;line-height: 2rem; display: block;border: 1px solid #656972;text-align: center;border-radius: 0.7rem; font-size: 0.8rem;margin-top: 1rem;}
.huadong .gg_more .news_more {}
.huadong .notice_active li.notice_active_ch em {text-align:right;float:right;color:#888;font-size:0.8rem;font-style:normal; }

/*RD NEWS*/
.rdnews{ margin: 30px 0; }
.rdnews h2{font-size: 24px; line-height: 50px;}
.rdnews h2 span{ display: inline-block; background: url(../images/tuijian.png) no-repeat 5px 11px; width: 72px; color: #fff; text-align: center;}
.rdnews ul{ overflow: hidden; }
.rdnews ul li{ float:left; width: 200px; margin-right: 20px; border-bottom: 1px solid #efefef; height: 48px;padding: 20px 10px;}
.rdnews ul li a{ font-size: 16px;}
.rdnews ul li:nth-child(1), .rdnews ul li:nth-child(2), .rdnews ul li:nth-child(3), .rdnews ul li:nth-child(4), .rdnews ul li:nth-child(5){ border-bottom: 2px solid #DC7373; font-weight: bold;  }
.rdnews ul li:hover { -webkit-transition: .5s; -o-transition: .5s; -moz-transition: .5s; transition: .5s; box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)}

/*video*/
.video{ height: 350px;  margin: 30px 0; }

.videolist{}
.videolist h2{ font-size: 24px; line-height: 50px;}
.videolist h2 span{ float: right; }
.videolist ul{ overflow: hidden; padding:20px 0; display: grid;grid-template-columns: repeat(4, 1fr);gap: 20px;}
.videolist ul li{ position:relative;background: #FFFFFF;overflow: hidden;}
.videolist ul li img{ width: 280px; height: 160px;transition: all 0.5s;display: block; margin-bottom: 20px;}
.videolist ul li i{display:block;width:25px;height:25px; position: absolute; border-radius:100%;padding:3px;background:#E62129 10px 10px no-repeat;padding: 10px 10px; color: #fff; border: 2px solid #fff; top:55px;left:110px;z-index:10; opacity: 0.6;}
.videolist ul li h3{ padding: 0 10px;}
.videolist ul li h3 a{ font-size: 16px; margin: 10px 0;}
.videolist ul li p{ line-height: 24px; color: #999; padding: 0 10px;}
.videolist ul li:hover{  -webkit-transition: .5s;-o-transition: .5s; -moz-transition: .5s; transition: .5s; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3)}
.videolist ul li:hover img{transform:scale(0.95);}


/*ART LIST_INDEX*/
.artlist_index{ margin: 30px 0; }
.artlist_index h2{font-size: 24px; line-height: 50px;}
.artlist_index h2 span{ display: inline-block;float: right;}

.artlist_index .art_left{ float: left; width: 870px; display: flex; gap: 20px;flex-direction: column;}
.artlist_index .art_left_l{ float: left; width: 450px; position: absolute; border-bottom: 5px solid #efefef; padding-bottom: 30px; }
.artlist_index .art_left_l img{ width: 450px; height: 300px; }
.artlist_index .art_left_l span{ display: inline-block;position: relative; top: 40px; left: 10px; padding: 5px 10px; text-align: center; background-color: #E62129; color: #fff; border-radius: 5px;}
.artlist_index .art_left_l h2{ font-size: 16px; }
.artlist_index .art_left_l p{ line-height: 30px; font-size: 14px; color: #999; }
.artlist_index .art_left_l .txtcon{ font-size: 14px; color: #999; }

.artlist_index .art_left_r{ float: left; width: 390px; margin-left: 470px;}
.artlist_index .art_left_r ul{padding-top: 20px;}
.artlist_index .art_left_r ul li{ border-bottom: 1px solid #efefef; padding: 13px 0;}
.artlist_index .art_left_r ul li img{ float: left; width: 70px; height: 70px; margin-right: 10px; }
.artlist_index .art_left_r ul li h2{ font-size: 16px;line-height: 24px;}
.artlist_index .art_left_r ul li p{ line-height: 30px; color: #999; }

.art_list{ width: 100%;}
.art_list h2{font-size: 24px; line-height: 50px;}
.art_list h2 span{ display: inline-block; float: right;}

.art_list ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.art_list ul li{ 
    display: flex;
    margin-bottom: 25px;
    padding: 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    align-items: stretch;
    overflow: hidden;
    border: 1px solid #f0f0f0;
    min-height: 145px;
}
.art_list ul li span{}
.art_list ul li span a{ display: inline-block;color: #fff;  background: #E62129; border-radius: 5px; padding:0 6px; font-size: 14px; }
.art_list ul li a {
    display: flex;
    width: 250px;
    height: auto;
    padding: 15px;
}
.art_list ul li a img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.art_list ul li h3 a{font-size: 16px; }
.art_list ul li h3 .title{font-size: 20px; }

.art_list ul li .content_info {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
}

.art_list ul li h3 {
    margin: 0 0 8px 0;
    font-size: 18px;
    line-height: 1.3;
    flex: 0 0 auto;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.art_list ul li h3 .title {
    color: #333;
    text-decoration: none;
    font-weight: bold;
    display: block;
    margin-bottom: 6px;
    line-height: 1.3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    height: auto;
    font-size: 18px;
    display: flex;
    align-items: center;
    flex: 1;
}

.art_list ul li h3 span {
    font-size: 12px;
    color: #999;
    font-weight: normal;
    display: block;
    margin-bottom: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.art_list ul li h3 span a {
    color: #ffff;
    text-decoration: none;
    width: auto;
    height: auto;
    padding: 5px 10px;
}

.art_list ul li p {
    margin: 0 0 8px 0;
    color: #666;
    line-height: 1.5;
    font-size: 15px;
    flex: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    min-height: 0;
    max-height: 42px;
    padding: 0;
}

.art_list ul li p:last-child {
    color: #999;
    font-size: 12px;
    margin-top: auto;
    flex: 0 0 auto;
    border-top: 1px solid #f0f0f0;
    padding-top: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 20px;
}

.art_list ul li p{padding: 10px 20px; color: #999;}
/*.art_list ul li .tags{ border-top: 1px dotted #ccc;margin: 0 20px}
.art_list ul li .tags a{ color: #999; font-size: 14px;}*/
.art_list ul li:hover{  -webkit-transition: .5s; -o-transition: .5s; -moz-transition: .5s; transition: .5s; box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)}
.art_list .btn{height: 50px;width: 50%; margin: 30px auto; font-size: 16px; background-color: #eee; border-radius: 25px; line-height: 50px; }
.art_list .btn a{  display: block; border-radius: 25px; text-align: center; font-size: 16px;}
.art_list .btn a:hover{background-color: #E62129; color: #fff;  -webkit-transition: .5s;-o-transition: .5s; -moz-transition: .5s; transition: .5s; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3)}

.art_right{ float: right; width: 300px; margin-left: 20px;}
.art_right .scrolltext{width:300px;height:500px;overflow:hidden;}
.art_right #ailist{ border: 1px solid #eee; margin-bottom: 30px;  overflow:hidden; height: 420px;}
.art_right #ailist h3{ font-size: 16px; background-color: #E62129; display: inline-block; color: #fff; border-top-right-radius: 20px; border-bottom-right-radius: 20px; padding: 5px 15px;}
.art_right #ailist ul{padding: 20px;}
.art_right #ailist ul li{ border-left: 1px solid #eee;  }
.art_right #ailist ul li span{font-size: 12px; color: #999; line-height: 30px; height: 30px;}
.art_right #ailist ul li span i{ position: relative; top: 0px; left: -5px; }
.art_right #ailist ul li p{ padding: 0 10px; font-size: 14px; }

.art_right .qikan_index{ margin-bottom: 30px; height: 180px; }
.art_right .qikan_index .qk_l{ float: left; width: 140px; background-color: #7979F6;}
.art_right .qikan_index .qk_l .qishu{ margin: 10px 0 0 10px; color: #fff; font-size: 14px;  background-color: #E62129; border-radius: 20px; padding: 3px 10px; text-align: center; display: inline-block;  }
.art_right .qikan_index .qk_l .shidu{ color: #fff; font-size: 24px;margin: 20px 0 10px 10px; }
.art_right .qikan_index .qk_l .btn a{margin: 10px 0 20px 10px;  display: inline-block; border-radius: 20px; padding: 5px 20px; text-align: center; background-color: #efefef; }
.art_right .qikan_index .qk_r{ float: right; }
.art_right .qikan_index .qk_r img{ width: 160px; height: 180px;}

.art_right .rwimg{margin: 30px 0;}
.art_right .rwimg h3{font-size: 16px;line-height: 40px;}
.art_right .rwimg h3 span{ float: right;}
.art_right .rwimg ul{ padding: 20px;  border: 1px solid #eee; }
.art_right .rwimg ul li{}
.art_right .rwimg ul li img{ width: 260px; }
.art_right .rwimg ul li h4{line-height: 30px; text-align: start; display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; }
.art_right .rwimg ul li{}

.art_right .tj_index{}
.art_right .tj_index h3{ font-size: 16px; line-height: 40px;}
.art_right .tj_index h3 span{ float: right;}
.art_right .tj_index ul{ padding:20px; border: 1px solid #eee;  }
.art_right .tj_index ul li{ margin-bottom: 20px; height: 74px; }
.art_right .tj_index ul li p{ font-size: 14px; float: left; width: 138px;line-height: 24px; }
.art_right .tj_index ul li img{ float: right; width: 110px; margin-left: 10px; }


/*首页视频*/
.nex_index_middle{}
.nex_index_middle_top{height:30px;margin-bottom:20px;line-height:30px;}
.nex_index_middle_top h2{float:left;height:30px;line-height:30px;}
.nex_index_middle_top h2 span{display:block;float:left;font-size:20px;height:30px;line-height:30px;color:#4c4c4c;font-weight:500;letter-spacing:1px;background:url(../images/ganhuotag.png) left center no-repeat;padding-left:34px;}
.nex_index_middle_top h2 p{display:block;margin-left:15px;float:left;height:30px;line-height:30px;font-size:16px;font-weight:300;color:#000;position:relative;}
.nex_index_middle_top h2 p i{display:inline-block;position:absolute;left:0;top:0px;color:#E62129;font-size:16px;font-weight:300;background-image:-webkit-gradient(linear,0 0,0 bottom,from(rgba(230,33,41,1)),to(rgba(210,30,38,1)));-webkit-background-clip:text;-webkit-text-fill-color:transparent;}
.nex_index_middle_top ul{float:right;}
.nex_index_middle_top ul li{float:left;margin-left:15px;height:30px;line-height:30px;}
.nex_index_middle_top ul li a{font-size:14px;color:#666;}
.nex_index_middle_top ul li a:hover{color:#E62129;}
.nex_index_middle_top ul li.ons a{color:#E62129;}
.nex_index_cases_top h2 span{background:url(../images/newroll.png) left center no-repeat!important;}
.nex_RollPart{position:relative;width:1180px;}
.nex_RollPart a.prev,.nex_RollPart a.next{display:block;width:50px;height:50px;position:absolute;}
.nex_RollPart a.prev{top:145px;left:-60px;background:url(../images/jt_l_gy.png) no-repeat;}
.nex_RollPart a.next{top:145px;right:-60px;background:url(../images/jt_r_gy.png) no-repeat;}
.nex_RollPart a.prev:hover{background:url(../images/jt_l1.png) no-repeat;}
.nex_RollPart a.next:hover{background:url(../images/jt_r1.png) no-repeat;}
.nex_RollPart .tempWrap{width:1180px!important;overflow:hidden!important;}
.nex_RollPart ul{overflow:visible!important;padding-top:13px!important;}
.nex_RollPart ul li{float:left;margin:0 20px 20px 0;width:280px;}
.nex_RP_pic{width:280px;height:160px;position:relative;}
.nex_RP_pic a{display:block;width:280px;height:160px;overflow:hidden;}
.nex_RP_pic a img{width:280px;height:160px;-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear;-webkit-transition:all 0.3s linear;-moz-transition:all 0.3s linear;-o-transition:all 0.3s linear;-ms-transition:all 0.3s linear;transition:all 0.3s linear;transform:scale(1.1,1.1);}
.nex_RP_pic a:hover img{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-ms-transform:scale(1,1);-o-transform:scale(1,1);transform:scale(1,1);}
.nex_RP_pic i{display:block;width:25px;height:25px;border-radius:100%;padding:3px;background:#E62129 10px 10px no-repeat;padding: 10px 10px; color: #fff; border: 2px solid #fff; position:absolute;top:-10px;left:15px;z-index:10;}
.nex_RP_pic i{ -webkit-transition: .5s;  -o-transition: .5s; -moz-transition: .5s; transition: .5s; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);top:55px;left:110px;z-index:10; opacity: 0.6;}
.nex_RP_info_top{height:20px;line-height:20px;margin:15px 0;overflow:hidden;font-size:13px;color:#999;font-weight:400;}
.nex_RP_info_top em{padding:0 5px;}
.nex_RP_info_top em a{color:#E62129;}
.nex_RP_info_title{height:50px;line-height:25px;overflow:hidden; margin: 10px 0;}
.nex_RP_info_title a{font-size:16px;color:#4c4c4c;font-weight:600;}
.nex_RP_info_title a:hover{color:#E62129;}
.nex_RP_info_detail{height:20px;line-height:20px;overflow:hidden;margin:10px 0;}
.nex_RP_info_detail span{display:block;float:left;margin-right:15px;font-size:12px;color:#999;padding-left:30px;}
.nex_RP_info_detail span.nex_RP_info_view{background:url(../images/list_view.png) left center no-repeat;}
.nex_RP_info_detail span.nex_RP_info_reply{background:url(../images/list_comment.png) left center no-repeat;}
.nex_RP_info_cons{height:45px;line-height:22px;overflow:hidden;font-size:12px;color:#999;}
.nex_index_middle_top{height:30px;margin-bottom:20px;line-height:30px;}
.nex_index_middle_top h2{float:left;height:30px;line-height:30px;}
.nex_index_middle_top h2 span{display:block;float:left;font-size:20px;height:30px;line-height:30px;color:#4c4c4c;font-weight:500;letter-spacing:1px;background:url(../images/ganhuotag.png) left center no-repeat;padding-left:34px;}
.nex_index_middle_top h2 p{display:block;margin-left:15px;float:left;height:30px;line-height:30px;font-size:16px;font-weight:300;color:#000;position:relative;}
.nex_index_middle_top h2 p i{display:inline-block;position:absolute;left:0;top:0px;color:#E62129;font-size:16px;font-weight:300;background-image:-webkit-gradient(linear,0 0,0 bottom,from(rgba(230,33,41,1)),to(rgba(210,30,38,1)));-webkit-background-clip:text;-webkit-text-fill-color:transparent;}
.nex_index_middle_top ul{float:right;}
.nex_index_middle_top ul li{float:left;margin-left:15px;height:30px;line-height:30px;}
.nex_index_middle_top ul li a{font-size:14px;color:#666;}
.nex_index_middle_top ul li a:hover{color:#E62129;}
.nex_index_middle_top ul li.ons a{color:#E62129;}



/* 搜索条*/
.sc { width: 282px; margin: auto;}
.sc .scbox { border: 2px solid #D71518; height: 40px; border-radius: 40px; background: #fff;}
.sc .scbox .SC_input {width: 210px;float: left; height: 36px; line-height: 38px; color: #7E7E7E; font-size: 14px !important; margin: 2px -3px 0 20px; border: 0}
.sc .scbox .scbtn { height: 20px; line-height: 20px; width: 20px; border: 0px; background: url(../images/searchbtn.png) no-repeat bottom center; font-size: 0; cursor: pointer; float: right; margin-right: 10px; margin-top: 9px;}
button,.btnNormal { height: 22px; line-height: 18px; padding: 0 9px!important; padding: 0 5px;}
.sc .scbox .selSearch { float: left; width: 53px; height: 40px; line-height: 40px; font-size: 14px; padding-left: 20px; background: url(../images/selectbg.gif) no-repeat 54px 18px; color: #a8a8a8; cursor: pointer; _overflow: hidden; display: none;}
.sc .scbox .btnSel { float: right;width: 14px;height: 19px;}
.sc .scbox .selOption {position: absolute; width: 60px; background: #fff; border: 1px solid #E5E5E5; border-top: 0px;line-height: 22px;font-weight: 100; margin: -19px 0px 0px -8px;z-index: 1999999}
.sc .scbox .selOption a { display: block; height: 30px; line-height: 30px; text-decoration: none; color: #888; font-weight: 100; font-size: 14px; padding-left: 10px;}
.sc .scbox .selOption a:hover { background: #eee;}
.sc .sc_tags {display: none; float: right;  margin-top: 25px; margin-left: 20px; color: #666; height: 25px; line-height: 25px; overflow: hidden; font-family: Arial, Helvetica, sans-serif}
.sc .sc_tags a { color: #999;}


/*friend link*/
.friendlink{ margin: 50px 0; height: 120px;}
.friendlink h2{ font-size: 24px; line-height: 50px; }
.friendlink ul{display: flex;justify-content: space-between; flex-wrap: wrap;gap: 20px;}
.friendlink ul li{ float: left;}
.friendlink ul li a{ text-align: left; font-size: 14px; }

/*FOOT*/
.foot{ background-color: #F5F5F7; width: 100%; border-top: 2px #BD1326 solid; }
.foot .foot_nav{ line-height: 50px;  text-align: center;}
.foot .foot_nav a{line-height: 50px;}
.foot .foot_con{ padding: 20px 0; }
.foot .foot_con p{line-height: 30px; font-size: 14px; text-align: center;}


/* 首页 导航 */
.fixed {  position: fixed;  left: 0;}
.wrap {  margin: 0 auto;  width: 100%;  min-width: 1200px;}
.layout {  margin: 0 auto 15px;  width: 1200px;}
.bn {  margin-bottom: 20px;  width: 100%;  height: 110px;  background: #f5f5f5;  overflow: hidden;}
.r-bn {  height: 320px;}
.r-bn img {  width: 100%;  height: 100%;}
.header {  margin-bottom: 0;  height: 100px;}
/* 导航 */
.nav-wrap {  position: relative;  margin-bottom: 30px;  display: table;  word-spacing: -5px;  height: 50px;  background-color: #B40005;}
.nav-wrap .layout { margin-bottom: 0;}
#navWrap a {  position: relative;  display: inline-block;  padding: 10px 50px;  font-size: 16px;  color: #fff;  line-height: 30px;  text-align: center;}
#navWrap a::after {  content: " ";  position: absolute;  right: 0;  top: 19px;  width: 1px;  height: 12px;  background-color: #C5120D;}
#navWrap a:hover, #navWrap a.cur {  text-decoration: none;  background-color: #C5120D;}
#navWrap a:hover::after, #navWrap a.cur::after, #navWrap a.nav-more::after { content: none; }
#navWrap a:focus { opacity: 0.8;}
.nav-more img { position: absolute;margin: 10px 2px; transform: translateY(0%) rotate(0deg); transition: transform 0.3s ease;}
.nav-more:hover img { transform: translateY(0%) rotate(180deg);}
.nav-list {  display: none;  position: absolute;  top: 50px;  left: 0;  right: 0;  padding: 7px 0;  background: #fff;  box-shadow: 0px 2px 15px 0px rgba(153, 153, 153, 0.3);  z-index: 200;}
.nav-list a { display: inline-block; padding: 7px 25px; font-size: 16px; color: #000;line-height: 20px;}
.nav-list a:hover { color: #B40005; text-decoration: underline;}

/*transform: translateY(0%) rotate(
90deg
);
 transition: transform 0.3s ease;
*/
/*分页样式*/
#fenye table {margin:0 auto; } 
#pagelist { padding:30px 0; text-align: center; } 
#pagelist a { float:left; width:50px; height: 40px; line-height: 30px; background:#fff; border-radius:3px; font-size:16px; border:1px solid #e3e3e3; margin:0 5px; color:#5b5b5b; } 
#pagelist a:hover { color:#E62129; } 
#pagelist .prev,
#pagelist .next { display:block; height:50px; width: 50px } 
#pagelist .next img,#pagelist .next img { margin-top: 17px } 

#pagelist .prev:hover { background:url(paging-prevh.png) center no-repeat 50% 50%; } 
#pagelist .next:hover { background:url(paging-nexth.png) center no-repeat 50% 50%; } 
#pagelist .curr,
#pagelist .curr:hover { background: #E62129; color: #fff; border: 1px solid #E62129; padding-top: 10px;} 
#pagelist .prev { background:url(paging-prev.png) no-repeat 50% 50%; } 
#pagelist .next { background:url(paging-next.png) no-repeat 50% 50%; } 
#fenye a { border-radius:2px; margin:0px 5px; } 
#fenye { text-align: center;} 
#fenye .num{padding-top: 10px;}


/*内容页正文*/
.art_txt_con{ }
.art_txt_con h1{ line-height: 50px; font-size: 24px;}
.art_txt_con span{ font-size: 16px; text-align: left; display: block;}
.art_txt_con .contags{ line-height: 40px; border-bottom: 2px solid #78acf1; margin-bottom: 20px; }
.art_txt_con .contags i{ margin-right: 20px; }
.art_txt_con .info{ background-color: #c0fdfc; border: 1px solid #efefef; padding: 20px; text-align: left; text-indent: 1rem; }
.art_txt_con .contxt{ padding: 30px 0; width: 100%;font-size: 16px; }
.art_txt_con .contxt p{font-size: 16px; line-height: 30px; margin-bottom: 10px;text-indent: 1.8em; text-align:justify; }
.art_txt_con .contxt p img {display:block; margin:0 auto; width: 100%;}
.art_txt_con .contxt p video{display:block; margin:0 auto;}
.cont p{font-size: 18px; line-height: 1.5em; margin-bottom: 10px;text-indent: 1.5em;}
.sm{ padding: 20px; border: 1px solid #ccc; background-color: #efefef; }
.sm p{ font-size: 16px; line-height: 24px; color: #999; }
.art_txt_con .postnavi{ margin-bottom: 30px; }
.art_txt_con .postnavi .prev{}
.art_txt_con .postnavi .next{}


/* 容器样式 */
.index-content-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

/* 主布局 */
.index-main-layout {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
}

/* 左侧区域 */
.index-left-column {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* 主内容项 */
.index-main-item {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    padding: 2%;
    overflow: hidden;
}

.index-main-image {
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
    height: 220px;
}

.index-main-info {
    padding-top: 2%;
}

.index-main-title {
    margin: 0 0 1.5%;
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    line-height: 1.4;
}

.index-main-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

.index-main-title a:hover {
    color: #e53e3e;
}

.index-main-desc {
    color: #666;
    font-size: clamp(0.9rem, 1.5vw, 1rem);
    margin-bottom: 1.5%;
}

.index-meta-info {
    display: flex;
    gap: 2%;
    color: #999;
    font-size: clamp(0.8rem, 1.2vw, 0.9rem);
}

/* 次要内容网格 */
.index-secondary-grid {
    display: flex;
    gap: 2%;
    width: 100%;
}

.index-secondary-item {
    flex: 1;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    padding: 2%;
}

.index-secondary-image {
    width: 100%;
    height: auto;
    max-height: 100px;
    object-fit: cover;
    border-radius: 4px;
}

.index-secondary-title {
    margin: 2% 0 0;
    font-size: clamp(0.9rem, 1.5vw, 1.1rem);
    line-height: 1.4;
}

.index-secondary-title a {
    color: #333;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s;
}

.index-secondary-title a:hover {
    color: #e53e3e;
}

/* 右侧区域 */
.index-right-column {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    padding: 0 20px;
}

.index-list-heading {
    font-size: clamp(1rem, 2vw, 1.2rem);
    color: #333;
    padding-bottom: 2%;
    border-bottom: 2px solid #e53e3e;
    margin: 0 0 3%;
}

.index-article-list {
    list-style: none;
}

.index-list-item {
    display: flex;
    align-items: flex-start;
    padding: 3% 0;
    border-bottom: 1px dashed #eee;
}

.index-list-item:last-child {
    border-bottom: none;
}

.index-item-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    background: #f5f5f5;
    color: #666;
    border-radius: 50%;
    font-size: 0.8rem;
    margin-right: 3%;
    flex-shrink: 0;
}

.index-list-item:nth-child(1) .index-item-number,
.index-list-item:nth-child(2) .index-item-number,
.index-list-item:nth-child(3) .index-item-number {
    background: #e53e3e;
    color: #fff;
}

.index-item-link {
    flex: 1;
    color: #333;
    text-decoration: none;
    font-size: clamp(0.9rem, 1.5vw, 1rem);
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s;
}

.index-item-link:hover {
    color: #e53e3e;
}

/* 列表页头部样式 */
.list_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding: 20px 0 0 20px;
    border-bottom: 2px solid #f0f0f0;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
}

.list_title h2 {
    font-size: 32px;
    color: #B40005;
    margin: 0;
    font-weight: bold;
    display: block;
}

.list_title p {
    font-size: 14px;
    color: #999;
    margin: 5px 0 0 0;
    font-weight: normal;
    display: block;
}

.list_tabs {
    flex: 1;
    display: flex;
    gap: 0;
    background: transparent;
    border-radius: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.tab_item {
    padding: 5px 20px;
    color: #666;
    text-decoration: none;
    border-radius: 0;
    transition: all 0.3s ease;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    background: transparent;
    border-bottom: 3px solid transparent;
}

.tab_item:hover {
    color: #B40005;
    text-decoration: none;
    background: transparent;
}

.tab_item.active {
    color: #B40005;
    background: transparent;
    font-weight: bold;
    border-bottom: 3px solid #B40005;
}

.art_content {
    width: 100%;
}

.no_sub_cats {
    color: #999;
    font-size: 14px;
    padding: 12px 24px;
}

/* 响应式优化 */
@media (max-width: 768px) {
    .list_header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    
    .list_tabs {
        width: 100%;
        flex-wrap: wrap;
    }
    
    .art_list ul li {
        flex-direction: column;
        min-height: auto;
    }
    
    .art_list ul li a {
        width: 100%;
        height: 200px;
    }
    
    .art_list ul li a img {
        width: 100%;
        height: 100%;
    }
    
    .art_list ul li .content_info {
        min-height: auto;
        max-height: none;
        padding: 15px;
    }
    
    .art_list ul li h3 {
        max-height: none;
    }
    
    .art_list ul li h3 .title {
        max-height: none;
    }
    
    .art_list ul li p {
        max-height: none;
    }
    
    .art_list ul li p:last-child {
        max-height: none;
    }
}

