* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.news-list a:hover,
.yaowen .am-list li:hover .am-list-item-hd a{
    color: #e60012!important;
}
.news-item:first-child a {
    font-size: 17px;
    font-weight: bold;
    color: #333;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #eee;
    margin: 0 auto;
    max-width: 520px;
}
h1, h2, h3, h4, h5, h6{
    margin: 0;
    font-weight: 400;
}
#TouchNav{width:100%;overflow:hidden;border-bottom:1px solid #f8f8f8;height:44px;display:flex;align-items:center;}
#TouchNav .swiper-slide{width:4.8rem;letter-spacing:1px;text-align:center;height:44px;display:flex;align-items:center;justify-content:center;padding:0 8px;margin:0 2px;}
#TouchNav .swiper-slide a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.85);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}
#TouchNav .swiper-slide span{transition:all .3s ease;white-space:nowrap;font-size:15px;}
#TouchNav .active a {
    color: #fff;
}
#TouchNav .active span{transform:scale(1.1);font-weight:500;}
#TouchNav .swiper-slide:hover a {
    color: #fff;
}
#TouchNav .swiper-wrapper {
    display: flex;
    align-items: center;
    padding-left: 15px;
}
.header {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1000;
}

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background-color: #fff;
}

.logo {
    height: 45px;
}

.header-right {
    display: flex;
    gap: 15px;
}

.search-btn, .user-btn {
    background: none;
    border: none;
    font-size: 20px;
    color: #666;
    cursor: pointer;
}
.am-slider-t1 {
    margin: 0 0 20px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.15);
    box-shadow: 0 0 2px rgba(0,0,0,0.15);
    /* Direction Nav */
    /* Pause/Play */
    /* Control Nav */
}

.am-slider-t1 .am-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .am-slider-t1 .am-viewport {
    max-height: 300px;
}

.am-slider-t1 .carousel li {
    margin-right: 5px;
}

.am-slider-t1 .am-direction-nav a {
    top: 50%;
    margin: -18px 0 0;
    overflow: hidden;
    opacity: 0.45;
}

.am-slider-t1 .am-direction-nav .am-prev {
    left: 10px;
    background: url(../image/ico/ly30-arrow1.png);
    position: absolute;
    width: 10px;
    height: 26px;
    bottom: 9px;
    cursor: pointer;
    z-index: 100;
}

.am-slider-t1 .am-direction-nav .am-next {
    right: 10px;
    text-align: right;
    background: url(../image/ico/ly30-arrow2.png);
    position: absolute;
    width: 10px;
    height: 26px;
    bottom: 9px;
    cursor: pointer;
    z-index: 100;
}

.am-slider-t1 .am-direction-nav .am-disabled {
    opacity: 0 !important;
    cursor: default;
}

.am-slider-t1:hover .am-prev {
    opacity: 0.7;
    left: 10px;
}

.am-slider-t1:hover .am-prev:hover {
    opacity: 1;
}

.am-slider-t1:hover .am-next {
    opacity: 0.7;
    right: 10px;
}

.am-slider-t1:hover .am-next:hover {
    opacity: 1;
}

.am-slider-t1 .am-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

.am-slider-t1 .am-pauseplay a::before {
    font: normal normal normal 1.6rem/1 "FontAwesome",sans-serif;
    /*font-weight:normal;// 2  font-style:normal;// 2  vertical-align:baseline;// 3  line-height:1;// 4*/
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    font-size: 20px;
    display: inline-block;
    content: "\f04c";
}

.am-slider-t1 .am-pauseplay a:hover {
    opacity: 1;
}

.am-slider-t1 .am-pauseplay a.am-play::before {
    content: "\f04b";
}

.am-slider-t1 .am-slider-desc {
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    bottom: 0;
    padding: 10px;
    width: 100%;
    color: #fff;
}

.am-slider-t1 .am-control-nav {
    width: 100%;
    position: absolute;
    bottom: 18px;
    text-align: right;
    right: 15px;
}

.am-slider-t1 .am-control-nav li {
    margin: 0 6px;
    display: inline-block;
}

.am-slider-t1 .am-slides a {
    color: #fff;
}

.am-slider-t1 .am-control-nav li a {
    width: 10px;
    height: 10px;
    display: block;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 20px;
    /*    -webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0.3);box-shadow:inset 0 0 3px rgba(0,0,0,0.3);*/
    border: 1px solid #fff;
    border-radius: 50%;
}

.am-slider-t1 .am-control-nav li a:hover {
    background-color: #333;
    background-color: rgba(0,0,0,0.7);
}

.am-slider-t1 .am-control-nav li a.am-active {
    background-color: #fff;
    cursor: default;
    border: 1px solid #fff;
}

.am-slider-t1 .am-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.am-slider-t1 .am-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.am-slider-t1 .am-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
}

.am-slider-t1 .am-control-thumbs img:hover {
    opacity: 1;
}

.am-slider-t1 .am-control-thumbs .am-active {
    opacity: 1;
    cursor: default;
}

.am-slider-t1 .am-control-thumbs i {
    position: absolute;
}


/*幻灯1e*/
.sj_title {
    margin: 25px 0px;
    background: none;
    font-size: 1.4em;
    color: #000;
    border-left: 4px solid #e60012;
    line-height: 1em;
    height: 1em;
    padding-left: 5%;
}
.sj_more {
    float: right;
    font-size: 1.5rem;
}

.sj_more a {
    color: #ababab;
}

.main-nav {
    background-color: #e60012;
    height: 44px;
    display: flex;
    align-items: center;
}

.nav-list {
    display: flex;
    list-style: none;
    padding: 10px 15px;
    white-space: nowrap;
    margin: 0;
    gap: 12px;
    width: 100%;
    touch-action: pan-x; /* 只允许水平滑动 */
}

.nav-list li {
    flex: 0 0 auto;
}

#sj_layout3 li {
    padding-left: 20px;
    background: url(../image/ico/li1.png) no-repeat left 20px;
}

#sj_layout3 h3 a {
    font-size: 1.8rem;
}
.main-nav a {
    color: #fff;
    text-decoration: none;
    padding: 5px 15px;
    font-size: 15px;
    display: block;
    transition: transform 0.2s ease; /* 只对transform应用过渡效果 */
    -webkit-tap-highlight-color: transparent; /* 移除点击高亮 */
}

.main-nav a:active {
    transform: scale(0.95);
}

.main-nav a.active {
    font-weight: bold;
    position: relative;
}

.main-nav a.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 15px;
    right: 15px;
    height: 2px;
    background-color: #fff;
}

.featured-news {
    margin: 15px;
}

.news-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
}

.news-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.news-card h2 {
    padding: 10px;
    font-size: 18px;
}

.news-list {
    padding: 0;
    background: #fff;
    margin: 10px;
    border-radius: 8px;
}

.news-item {
    padding: 12px 15px;
    border-bottom: 1px solid #f0f0f0;
}

.news-item:first-child {
    padding: 15px;
    border-bottom: 1px solid #f0f0f0;
    background: #f8f8f8;
}

.news-item:first-child h3 {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.5;
    color: #000;
}

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

.news-item a {
    text-decoration: none;
    color: #333;
    display: block;
}

.news-item h3 {
    font-size: 16px;
    line-height: 1.4;
}

.special-topics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 15px;
}

.topic-card {
    border-radius: 8px;
    overflow: hidden;
}

.topic-card a {
    display: block;
    width: 100%;
    height: 100%;
}

.topic-card img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    display: block;
}

.news-section {
    margin: 20px 0;
}

.news-section h2 {
    padding: 0 15px;
    margin-bottom: 10px;
    font-size: 18px;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
    padding: 0 15px;
}

.footer {
    background: #fff;
    margin-top: 20px;
}

.footer-nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #666;
    height: 50px;
    padding: 0 20px;
}

.footer-nav a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.footer-icon {
    font-style: normal;
    margin-right: 5px;
    font-size: 16px;
}

.footer-info {
    text-align: center;
    font-size: 12px;
    color: #999;
    line-height: 1.8;
    padding: 15px;
}

.footer-info p {
    margin: 3px 0;
}

.am-slider {
    margin: 10px;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    position: relative;
}

.am-slider img {
    width: 100%;
    height: 245px !important;
    display: block;
}

.am-slider-desc {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    padding: 12px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.am-slider-title {
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding-right: 80px;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-shadow: none;
    font-weight: normal;
}

/* 自定义导航点样式 */
.am-slider-d3 .am-control-nav {
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: flex;
    gap: 6px;
    margin: 0;
    padding: 0;
    width: auto;
    z-index: 10;
}

.am-slider-d3 .am-control-nav li a {
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.am-slider-d3 .am-control-nav li a.am-active {
    background: #fff;
}

.am-slider .am-slides li {
    position: relative;
}

.sj_more {
    float: right;
    font-size: 12px;
    font-weight: normal;
}

.sj_more a {
    color: #999;
}
.main{
    background-color: #ffffff;
}
#sdnews,#yaowen,#zibonews{
    margin: 0 10px;
}
#sdnews h3{
    font-weight: 400;
}
#yaowen .am-list {
    margin: 0;
    padding: 10px;
}

#yaowen .am-list li {
    border: none;
    padding: 8px 0;
    margin: 0;
}

#yaowen .am-list li:first-child {
    background: #f8f8f8;
    margin: -10px 0px 10px;
    padding: 15px;
}

#yaowen .am-list li:first-child .am-list-item-hd a {
    font-size: 17px;
    font-weight: bold;
    color: #333;
}

#yaowen .am-list li:not(:first-child) .am-list-item-hd a {
        font-size: 17px;
}

/* #yaowen .am-list li:hover .am-list-item-hd a {
    color: #0e90d2;
} */

#yaowen .am-list-item-hd {
    margin: 0;
    line-height: 1.6;
}


#zibonews .am-list {
    margin: 0;
    padding: 10px;
}

#zibonews .am-list li {
    border: none;
    padding: 8px 0;
    margin: 0;
}

#zibonews .am-list-item-hd {
    margin: 0;
    line-height: 1.6;
}

#zibonews .am-list-item-hd a {
    font-size: 17px;
    color: #333;
}

#zibonews .am-list li:hover .am-list-item-hd a {
    color: #ee2106;
}


#binzhou{
    margin: 0 10px;
}

#binzhou .am-list {
    margin: 0;
    padding: 10px;
}

#binzhou .am-list li {
    border: none;
    padding: 8px 0;
    margin: 0;
}

#binzhou .am-list-item-hd {
    margin: 0;
    line-height: 1.6;
}

#binzhou .am-list-item-hd a {
    font-size: 17px;
    color: #333;
}

#binzhou .am-list li:hover .am-list-item-hd a {
    color: #e60012;
}

#binzhou-dongying {
    margin: 0 10px;
}

#binzhou-dongying .sj_title {
    display: flex;
    align-items: center;
    margin: 25px 0px;
    background: none;
    font-size: 1.4em;
    color: #000;
    border-left: 4px solid #e60012;
    line-height: 1em;
    height: 1em;
    padding-left: 5%;
}

.city-tab {
    cursor: pointer;
    margin-right: 15px;
    padding: 0 5px;
    color: #666;
}

.city-tab.active {
    color: #000;
    font-weight: bold;
}

.city-content {
    display: none;
}

.city-content.active {
    display: block;
}

#binzhou-dongying .am-list,
#dongying .am-list {
    margin: 0;
    padding: 10px;
}

#binzhou-dongying .am-list li,
#dongying .am-list li {
    border: none;
    padding: 8px 0;
    margin: 0;
}

#binzhou-dongying .am-list-item-hd,
#dongying .am-list-item-hd {
    margin: 0;
    line-height: 1.6;
}

#binzhou-dongying .am-list-item-hd a,
#dongying .am-list-item-hd a {
    font-size: 17px;
    color: #333;
}

/* #binzhou-dongying .am-list li:hover .am-list-item-hd a,
#dongying .am-list li:hover .am-list-item-hd a {
    color: #0e90d2;
} */
.pic1{
    padding: 15px;
}
.pic1 img{
    border-radius: 8px;
}

.more-news {
    text-align: right;
    padding: 0 15px;
    margin-top: 10px;
}

.more-news-btn {
    display: inline-block;
    background-color: #e60012;
    color: #fff;
    padding: 5px 12px;
    border-radius: 0px 10px 0px 10px;
    text-decoration: none;
    font-size: 14px;
}

.more-news-btn:active {
    background-color: #cc0010;
}