body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
    outline: none;
    border:none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

code,
kbd,
pre,
samp {
    font-family: couriernew, courier, monospace;
}

small {
    font-size: 12px;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset,
img {
    border: 0;
    max-width: 100%;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@keyframes zoomInOut {
  0% { transform: scale(1); }
  50% { transform: scale(1.2); } /* 放大 */
  100% { transform: scale(1); } /* 缩小 */
}
 
.custom-animation {
  animation: zoomInOut 10s ease-in-out infinite; /* 2秒周期，无限循环 */
  display: inline-block; /* 确保动画正确应用 */
}
.award_introduction_center{ display: flex; justify-content: space-between; align-items: center; margin: 120px auto !important;}
.award_introduction_left{ width: 250px; margin-right: 43px;}
.award_introduction_left img{ max-width: inherit; }
.award_introduction_right{ margin-left: 43px;}
.award_introduction_right h3{ font-size: 36px; font-weight: 700; color: #9e6e4e;}
.award_introduction_right p{ font-size: 18px; color: #7d7d7d; line-height: 30px; margin: 38px 0;}
.award_introduction_right a{ display: inline-block; width: 130px; height: 45px; font-size: 18px; text-align: center; line-height: 45px; background-color: #9e6e4e; color: #fff; transition: all 0.3s ease-in-out;}
.award_introduction_right a:hover{ background-color: #50393a;}
.textleft{ text-align: left !important;}

.news{ background-color: #f3ede9;}
.news .news_center{ padding-bottom: 120px;}
.news .news_center .award_introduction_center{ margin-top: 0 !important; margin-bottom: 20px !important; padding-top: 120px;}
.news .news_center .award_introduction_center .award_introduction_right{ margin-left: 0;}
.news-item a{ display: block; padding: 45px; background-color: #fff; transition: all 0.3s ease-in-out;}
.news-item a:hover{box-shadow: 0 0 20px rgba(0,0,0,0.1); margin-top: -30px; border-radius: 7px;}
.news-img img{ width: 100%; height: 196px; object-fit: cover;}
.news-info h3{ font-size: 18px; color: #50393a; line-height: 25px; margin-top: 20px; margin-bottom: 15px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.news-info h3::after{ content: ""; display: block; width: 53px; height: 2px; background-color: #9e6e4e; margin-top: 15px;}
.news-info p{ font-size: 16px; color: #666; line-height: 25px; margin-bottom: 10px; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; overflow: hidden;}
.news-info span{ font-size: 12px; color: #999;}

.page-title-section{display: flex; justify-content: flex-start; align-items: center; height: 663px;}
.page-title-section .container_custom{ width: 100%; height: auto;}
.page-title-section .container_custom h3{ font-size: 5rem; color: #fff; font-weight: 400; }

.section-padding{ padding: 90px 0;}
.title{ text-align: center; font-size: 36px; color: #9e6e4e; margin-bottom: 50px;}

.news-list .box{ padding: 80px 0;}
.news-list .box .news-items{ padding: 30px 35px; background-color: #f7f7f7; margin-bottom: 40px;}
.news-list .box .news-items a{ display: block; background-color: inherit; cursor: pointer;}
.news-list .box .news-items a .title{ text-align: left; margin-bottom: 0;}
.news-list .box .news-items a .title h5{ font-size: 14px;}
.news-list .box .news-items a .title h3{ font-size: 26px; color: #50393a; margin:10px 0;font-weight: normal; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;}
.news-list .box .news-items a .title span{ font-size: 12px; color: #999;}

.page ul li {
  display: inline-block;
  margin: 0 4px;
}
.page ul li a,.page ul li span {
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  color: #9e6e4e;
  -webkit-box-shadow: 0 0px 12px 0.8px rgba(0, 166, 81, 0.1);
          box-shadow: 0 0px 12px 0.8px rgba(0, 166, 81, 0.1);
}
.page ul li a:hover {
  background-color: #9e6e4e;
  color: #fff;
}
.page ul li a.active,.page ul li.active span {
  background-color: #9e6e4e;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.page ul li a.active:hover {
  background-color: #333;
}
.page ul li a.prev,
.page ul li a.next {
  background-color: #f6f6f6;
  color: #9e6e4e;
  font-size: 17px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.page ul li a.prev:hover,
.page ul li a.next:hover {
  background-color: #9e6e4e;
  color: #fff;
}

.right-aside{ margin-left: 60px;}
.right-aside .news{ background-color: inherit;}

.blog-details .meta{ margin-bottom: 30px; text-align: center;}
.tags a{ color: #999;}
.tags a:hover{ color: #9e6e4e; text-decoration: underline !important;}
.tags .tags_left{ float: left;}
.tags .tags_right{ float: right;}

.shyxps_ul{ display: flex; justify-content: space-between; align-items: center; margin: 50px 0;}
.shyxps_ul li{ width: 20%; min-height: 400px; margin: 0 20px; padding: 40px; background-color: #f2f2f2; transition: all 0.3s ease-in-out;}
.icon_top{width: 90px; height: 90px; background-size: 90px 90px; background-repeat: no-repeat; background-position: center center;}
.shyxicon1{background-image: url(/temp/assets/images/icon/shyxps/icon1.png);}
.shyxicon2{background-image: url(/temp/assets/images/icon/shyxps/icon2.png);}
.shyxicon3{background-image: url(/temp/assets/images/icon/shyxps/icon3.png);}
.shyxicon4{background-image: url(/temp/assets/images/icon/shyxps/icon4.png);}
.shyxicon5{background-image: url(/temp/assets/images/icon/shyxps/icon5.png);}
.shyxicon6{background-image: url(/temp/assets/images/icon/jxjs/icon1.png);}
.shyxicon7{background-image: url(/temp/assets/images/icon/jxjs/icon2.png);}
.shyxicon8{background-image: url(/temp/assets/images/icon/jxjs/icon3.png);}


.shyxps_ul li h3{ font-size: 24px; color: #9e6e4e; margin-top: 10px; margin-bottom: 20px;}
.shyxps_ul li h3::after{ content: ""; display: block; width: 23px; height: 3px; background-color: #9e6e4e; margin-top: 15px;}


.shyxps_ul li:hover .shyxicon1{ background-image: url(/temp/assets/images/icon/shyxps/icon1s.png);}
.shyxps_ul li:hover .shyxicon2{ background-image: url(/temp/assets/images/icon/shyxps/icon2s.png);}
.shyxps_ul li:hover .shyxicon3{ background-image: url(/temp/assets/images/icon/shyxps/icon3s.png);}
.shyxps_ul li:hover .shyxicon4{ background-image: url(/temp/assets/images/icon/shyxps/icon4s.png);}
.shyxps_ul li:hover .shyxicon5{background-image: url(/temp/assets/images/icon/shyxps/icon5s.png);}
.shyxps_ul li:hover .shyxicon6{background-image: url(/temp/assets/images/icon/jxjs/icon1s.png);}
.shyxps_ul li:hover .shyxicon7{background-image: url(/temp/assets/images/icon/jxjs/icon2s.png);}
.shyxps_ul li:hover .shyxicon8{background-image: url(/temp/assets/images/icon/jxjs/icon3s.png);}

.shyxps_ul li:hover h3{ color: #fff;}
.shyxps_ul li:hover h3::after{ background-color: #fff;}
.shyxps_ul li:hover p{ color: #fff;}

.jxslbj{ padding: 80px 0 !important;}
.zzydw{padding: 80px 0 !important; background-color: #fdf7f3;}
.zzydw .shyxps_ul li{ width: 33.33%; background-color: #fff;} 
.shyxps_ul li:hover{ background-color: #9e6e4e;}
.zzydw .container_custom{ padding: 0;}
.fzlc_histry{ padding: 80px 0; background: url(/temp/assets/images/fzlc_histry.jpg) no-repeat center center;}
.history-slide .swiper-slide .info h4{ font-size: 18px; color: #9e6e4e; font-weight: bold; border-bottom: 2px solid #9e6e4e; padding-bottom: 20px; margin-bottom: 20px;}
.swiper-pagination-bullet{ margin-right: 15px; background: none; border: 1px solid #9e6e4e; opacity: inherit;}
.swiper-pagination-bullet-active{background: #9e6e4e;}