*{margin:0;padding:0;list-style-type:none;}
body{font-size:16px;font-family: 'Microsoft YaHei',SimSun,SimHei ,"STHeiti Light",STHeiti,"Lucida Grande", Tahoma,Arial, Helvetica, sans-serif;}
img{width: 100%;border:0;transition: all 0.4s;}
a{text-decoration: none;cursor: pointer;border:0;color: initial;}
a:hover{text-decoration:none}
.show-div{display: block !important;}
.show-div-flex {display: flex !important;}
.hidden-div{display: none !important;}

@font-face {
  font-family: "SourceHanSerifCN-Bold";
  font-display: swap;
  src:url('/Other/shpg/jypgfont/SourceHanSerifCN-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

/* 鍏叡閮ㄥ垎 */
.y-page{box-sizing: border-box;padding-top: 178px;}
.y-margins{box-sizing: border-box;padding-left: 240px;padding-right: 240px;}
.swiper {width: 100%;height: 100%;}
.swiper-slide {text-align: center;font-size: 18px;background: #fff;display: flex;justify-content: center;align-items: center;}
.swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover; }
.sy-b2-title{display: flex;align-items: center;width: 100%;}
.b2-tit-part1{position: relative;width: 49px;height: 49px;background: #EEF3FB;}
.b2-p1-box{position: absolute;width: 21px;height: 21px;background: #D7E3F6;top: -10px;right: -10px;}
.b2-tit-part2{margin-left: -30px;font-size: 26px;font-weight: 400;color: #1942A3;position: relative;font-family: "SourceHanSerifCN-Bold";}
.b2-tit-part3{margin-top: 6px;margin-left: 15px;flex: 1;background: linear-gradient(90deg, rgba(25, 68, 165, 0.05) 0%, rgba(25,68,165,0.02) 100%);height: 48px;box-sizing: border-box;padding-left: 15px;display: flex;align-items: center;justify-content: space-between;}
.bt-tit3-text{font-size: 20px;font-weight: bold;color: #1942A3;opacity: 0.13;}
.b2-tit-btn{font-size: 16px;font-weight: 400;color: #1942A3;}
/* 澶撮儴 */
.y-header{width: 100%;position: fixed;top: 0;left: 0;right: 0;z-index: 999;}
.y-header .y-hea-fir{box-sizing: border-box;padding: 0 160px;height: 128px;background: #1942A3;display: flex;align-items: center;justify-content: space-between;}
.y-header .y-hea-fir .y-hf-l{display: flex;align-items: center;}
.y-header .y-hea-fir .y-hf-l img{width: 906px;height: auto;flex: none;}
.y-header .y-hea-fir .y-hf-r{overflow: hidden;width: 252px;height: 38px;background: #EEEEEE;border-radius: 6px;display: flex;align-items: center;box-sizing: border-box;padding: 0 20px 0 16px;}
.y-header .y-hea-fir .hf-r-input{width: calc(100% - 20px);height: inherit;font-size: 15px;font-weight: 400;color: #333333;letter-spacing: 2px;border: none;outline: none;background: #EEEEEE ;}
.y-header .y-hea-fir .hf-r-input::-webkit-input-placeholder{color: #999999;}
.y-header .y-hea-sec{height: 50px;display: flex;align-items: center;justify-content: space-between;background: #1942A3;border-top: 1px solid rgba(255,255,255,0.36);}
.y-header .y-hea-sec a{font-size: 16px;font-weight: 500;color: #fff;letter-spacing: 2px;}
.y-header .y-hea-sec .head-active{color: #fff !important;}
.y-header .y-hf-ss{flex: none;position: relative;display: flex;align-items: center;justify-content: center;height:38px}
.y-header .y-hf-ss img{width: 20px;height: auto;}
.y-header .y-hf-btn{position: absolute;top: 0;left: 0;right: 0;bottom: 0;opacity: 0;}

.navbar ul {display: flex;align-items: center;padding-bottom: 50px;}
.navbar {display: none;height: 40px;background: #1942A3;border-top: 1px solid rgba(255, 255, 255, 0.36);align-items: center;justify-content: space-between;box-sizing: border-box;padding: 0 30px;position: relative;}
.navbar input {position: absolute;right: 30px;z-index: 99;width: 31px;height: 25px;opacity: 0;cursor: pointer;top: 28%;}
.navbar span {z-index: 99;position: absolute;right: 30px;background: #fff;top: 28%;width: 30px;height: 2px;border-radius: 15px;pointer-events: none;transition: transform 0.3s ease-in-out, top 0.3s ease-in-out 0.3s;}
.navbar span:nth-child(3) {top: calc(28% + 9px);}
.navbar span:nth-child(4) {top: calc(28% + 18px);}
.navbar ul {background: rgba(51, 51, 51, 0);overflow: hidden;position: fixed;top: 160px;left: auto;right: 0;width: 100%;height: 0;transition: all 0.2s;white-space: nowrap;}
.navbar ul li {list-style: none;margin: 0px 15px;}
.navbar ul .nav-menu {;height: max-content;text-decoration: none;font-size: 14px;font-weight: 600;color: #fff;display: none;width: 100%;padding: 15px 30px;box-sizing: border-box;border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
.navbar input:checked~ul {position: absolute;top: 100%;z-index: 999;box-sizing: border-box;overflow-y: auto;height: calc(100% - 60px);min-height: calc(100vh - 60px);width: 100%;display: flex;flex-direction: column;background:#1942A3;padding: 10px 0;}
.navbar input:checked~ul .nav-menu {display: flex;flex-direction: column;}
.navbar input:checked~span:nth-child(3) {top: calc(50% - 2px);transform: rotate(-45deg);transition: top 0.3s ease-in-out, transform 0.3s ease-in-out 0.3s;}
.navbar input:checked~span:nth-child(4) {top: calc(50% - 2px);transform: rotate(45deg);transition: top 0.3s ease-in-out, transform 0.3s ease-in-out 0.3s;}
.navbar input:checked~span:nth-child(2) {display: none;transition: top 0.1s ease-in-out, transform 0.1s ease-in-out 0.1s;}
.navbar .nav-list {display: flex;align-items: center;justify-content: space-between;}
.navbar .nav-child {display: none;flex-direction: column;align-items: flex-start;margin-top: 10px;}
.navbar .nav-list img {width: 15px;}
.navbar .nav-menu1 .nav-menu {padding: 15px;align-items: flex-start !important;flex-direction: initial !important;}
.navbar .nav-menu1 .nav-menu:last-child{border-bottom: none;}

/* 灏鹃儴 */
.y-foot{width: 100%;height: max-content;background: url('/images/db_bg.png')no-repeat;background-size: cover;}
.y-foot .foot-box1{background: rgba(96, 141, 249, 0.26);height: 60px;display: flex;align-items: center;justify-content: space-between;font-size: 15px;font-weight: 400;color: #FFFFFF;letter-spacing: 2px;}
.y-foot .foot-box1 a{font-size: 15px;font-weight: 400;color: #FFFFFF;width:25%}
.y-foot .foot-box2{height: 183px;display: flex;align-items: center;justify-content: space-between;}
.y-foot .fb2-tu{width: 742px;height: auto;flex: none;}
.y-foot .fb2-middle{display: flex;flex-direction: column;}
.y-foot .fb2-btn{display: flex;align-items: center;width: 180px;background: rgba(255, 255, 255, 0.67);height: 46px;border-radius: 10px;justify-content: center;box-sizing: border-box;padding: 0 20px;
font-size: 16px;font-weight: 400;color: #1942A3;letter-spacing: 2px;margin-bottom: 15px;}
.y-foot .fb2-middle a:last-child .fb2-btn{margin-bottom: 0;}
.y-foot .fb2-btn img{width: 25px;margin-right: 10px;}
.y-foot .foot-right{letter-spacing: 2px;display: flex;flex-direction: column;font-size: 14px;font-weight: 400;color: #FFFFFF;line-height: 35px;}
.y-foot .foot-box3{height: 59px;border-top: 1px solid rgba(255, 255, 255, 0.36);display: flex;align-items: center;justify-content: center;font-size: 14px;
font-weight: 400;color: #FFFFFF;letter-spacing: 2px;}
.y-foot .foot-box3 a{color: inherit;font-size: inherit;}
.y-foot .foot-link{display: flex;flex-wrap: wrap;flex: 1;margin-left: 90px;}
.y-foot .foot-box1 span{flex: none;}
.y-paging{display: flex;flex-wrap: wrap;font-size: 14px;}
.y-paging a{font-size: 14px;}
/* 鍔ㄦ晥 */
.b2-tit-btn:hover,
.notice-list:hover .noti-name{color: #1942A3;}
.sy-box2 .bl2-firlist .bl2-f-tu img:hover,
.sy-box4 .b4-tu img:hover,
.trends-list .tre-tu img:hover{transition: all 0.4s;transform: scale(1.05);}
.trends-list:hover .tre-name{font-weight: 600;color: #1942A3;}

@media screen and (max-width: 1919px) {
.y-header .y-hea-fir{padding: 0 120px;}
.y-margins{padding-left: 200px;padding-right: 200px;}
.sy-box2 .b2-l-list{letter-spacing: 0;}
.sy-box2 .bl2-firlist .bl2-fi-text{line-height: 21px;}
.b2-tit-part3{margin-left: 10px;padding-left: 10px;}
.b2-tit-part1{width: 45px;height: 45px;}
.b2-tit-part3{height: 45px;}
.y-foot .foot-link{margin-left: 70px;}
}
@media screen and (max-width: 1700px){
.y-main {margin-top: 30px;}

.sy-box2{padding-top: 50px;}
.bt-tit3-text{font-size: 18px;}
.y-header .y-hea-fir .y-hf-l img{width: 770px;}
.sy-box1 .swiper-button-prev, .sy-box1 .swiper-button-next{width: 50px;height: 50px;}
.sy-box2 .bl2-firlist .bl2-f-tu{width: 235px;height: 155px;}
.sy-box2 .bl2-firlist .bl2-fi-text{font-size: 13px;margin: 10px 0 19px 0;line-height: 20px;}
.b2-tit-part2{font-size: 25px;}
.b2-p1-box{width: 18px;height: 18px;top: -9px;right:-9px;}
.b2-tit-part3 {margin-left: 5px;padding-left: 5px;}
.sy-box2 .bt-tit3-text{display: none;}
.b2-tit-btn{margin-left: auto;}
.b2-tit-part3 {height: 40px;}
.sy-box2 .b2-r-list{height: 48px;}
.sy-box3{padding-bottom: 50px !important;}
.sy-box3 .b3-list{margin-top: 50px;}
.sy-box4 .b4-info{padding: 5px 10px;height: 60px;}
.sy-box4 .b4-text{line-height: 20px;}
.y-foot .fb2-tu{width: 630px;}
.y-foot .fb2-btn{width: 160px;height: 45px;padding: 0 15px;}
.y-foot .fb2-btn img{width: 28px;}
.y-foot .foot-box2{height: 170px;}
.y-foot .foot-link{margin-left: 60px;}
.trends-list .tre-tu{margin-right: 20px;}
.trends-list .tre-text{line-height: 20px;}
}
@media screen and (max-width: 1600px){
.sy-box4{margin-top: 6px;}
.sy-box2 .bl2-firlist .bl2-fi-name{font-size: 15px;line-height: 22px;}
.b2-tit-btn{font-size: 15px;}
.trends-list .tre-text{margin-bottom: 25px;}
.y-header .y-hea-fir {padding: 0 70px;}
.y-header .y-hea-fir .y-hf-l img {width: 680px;}
.y-header .y-hea-fir{height: 110px;}
.y-page{padding-top: 160px;}
.y-margins{padding-left: 120px;padding-right: 120px;}
.b2-tit-part2{font-size: 23px;}
.b2-tit-part1 {width: 40px;height: 40px;}
.sy-box2 .bl2-firlist .bl2-f-info{padding: 10px;}
.sy-box2 .bl2-firlist .bl2-f-tu{width: 220px;height: 145px;}
.sy-box2 .b2-r-list{height: 46px;}
.sy-box2 .b2-r-list .br2-time span:first-child{font-size: 18px;line-height: 18px;}
.sy-box4 .b4-text {font-size: 14px;line-height: 17px;}
.sy-box4 .b4-info{height: 50px;}
.y-foot .foot-box1{height: 50px;}
.y-foot .fb2-tu{width: 570px;}
.y-foot .fb2-btn img{width: 25px;}
.y-foot .fb2-btn{width: 150px;height: 45px;}
.y-foot .foot-box3{height: 50px;font-size: 13px;}

.list-main .left-box .left-first{font-size: 25px;}
.list-main .left-box .left-first,
.list-main .right-title{height: 65px;}
.list-main .left-box .menu-list{height: 55px;font-size: 16px;}
.details-name{font-size: 22px;}
.details-time{font-size: 13px;padding-bottom: 20px;}
.details-info{font-size: 16px;}
}
@media screen and (max-width: 1400px){
.notice-list{padding-bottom: 15px;margin-bottom: 15px;}
.y-main {margin-top: 20px;}
.trends-list .tre-text{font-size: 13px;line-height: 18px;margin-bottom: 20px;}
.trends-list .tre-time{font-size: 13px;}
.trends-list .tre-tu{width: 185px;height: 123px;}
.list-main .left-box .left-first img{width: 25px;}
.list-main .left-box .left-first {font-size: 22px;padding-left: 30px;}
.list-main .left-box .menu-list{font-size: 15px;}
.list-main .left-box .menu-list{padding-left: 30px;}
.list-main{padding-top: 40px;padding-bottom: 40px;}
.list-main .left-box {width: 190px;}
.details-name {font-size: 22px;}
.y-main1 {margin-top: 10px !important;}
.details-time{padding-bottom: 15px;}
.details-info {font-size: 15px;margin-top: 15px;line-height: 28px;}

.list-main .left-box{width: 220px;}
.y-header .y-hea-fir {padding: 0 60px;}
.y-margins{padding-left: 80px;padding-right: 80px;}
.sy-box1 .swiper-button-prev img, .sy-box1 .swiper-button-next img{width: 18px;}
.sy-box1 .swiper-button-prev, .sy-box1 .swiper-button-next{width: 45px;height: 45px;}
.sy-box1 .swiper-button-next {right: 45px;}
.sy-box1 .swiper-button-prev{left: 45px;}
.sy-box2{padding-top: 40px;}
.sy-box2 .b2-l-list .bl2-item{font-size: 14px;}
.sy-box2 .bl2-firlist .bl2-fi-text{font-size: 12px;}
.sy-box2 .bl2-firlist .bl2-f-info{font-size: 12px;}
.sy-box2 .b2-r-list .br2-time span:first-child {font-size: 17px;}
.sy-box2 .b2-r-list .br2-time {padding:0 10px;}
.sy-box2 .b2-r-list .br2-name{font-size: 14px;margin-left: 10px;padding-right: 10px;}
.sy-box2 .b2-r-list{height:45px;}
.b2-tit-btn{font-size: 14px;}
.sy-box3 {padding-bottom: 40px !important;}
.sy-box3 .b3-list {margin-top: 40px;}
.sy-box4 .swiper-button-next{width: 25px;border-radius: 0 50px 50px 0;height: 50px;top: calc(50% - 24px);}
.sy-box4 .swiper-button-prev{width: 25px;height: 50px;border-radius:50px 0 0 50px;}
.y-foot .fb2-tu{width: 515px;}
.y-foot .fb2-btn img {width: 20px;}
.y-foot .fb2-btn{width: 140px;height: 40px;}
.y-foot .foot-right{line-height: 30px;}
.y-foot .foot-box2 {height: 150px;}
.y-foot .foot-box3 {height: 45px;font-size: 12px;}
.y-foot .foot-link{margin-left: 40px;}
}
@media screen and (max-width: 1200px){
.sy-box4 .swiper-button-next {width: 25px;border-radius: 0 50px 50px 0;height: 45px;top: calc(50% - 20px);right: 5px;}
.sy-box4 .swiper-button-prev {width: 25px;height: 45px;top: calc(50% - 20px);left: 5px;border-radius: 50px 0 0 50px;}
.trends-list .tre-tu{width: 175px;height: 116px;}
.trends-list .tre-time{flex-direction: column;align-items: flex-start;}
.trends-list .tre-time{font-size: 13px;}
.trends-list .tre-text{margin-bottom: 15px;}
.y-header .y-hea-sec a{font-size: 15px;}
.y-header .y-hea-sec{height: 40px;}
.y-foot .foot-box1,
.y-foot .foot-box1 a{font-size: 14px;}
.notice-list .noti-name {font-size: 15px;line-height: 20px;}
.notice-list .noti-time {font-size: 13px;}
.notice-list {padding-bottom: 10px;}

.list-main .left-box .left-first {font-size: 20px;padding-left: 25px;}
.list-main .left-box .left-first, .list-main .right-title {height: 55px;}
.list-main .left-box {width: 185px;}
.list-main .left-box .left-first img {width: 20px;}
.list-main .left-box .menu-list{padding-left: 25px;}
.details-name {font-size: 20px;}
.details-time{font-size: 12px;margin-top: 10px;}
.details-time {padding-bottom: 10px;}
.details-info {font-size: 14px;margin-top: 10px;line-height: 25px;}

.y-header .y-hea-fir .y-hf-l img {width: 505px;}
.y-header .y-hea-fir .y-hf-r{width: 220px;padding: 0 10px;}
.y-header .y-hea-fir .hf-r-input{font-size: 14px;}
.b2-tit-part2 {font-size: 21px;}
.sy-box2{flex-wrap: wrap;}
.sy-box2 .sy-b2-l{width: 100%;}
.sy-box2 .bl2-firlist .bl2-f-tu {width: 298px;height: 197px;}
.sy-box2 .bl2-firlist .bl2-f-info{display: flex;flex-direction: column;}
.sy-box2 .bl2-firlist .bl2-fi-text{margin: 25px 0 auto 0;}
.sy-box2 .bl2-firlist .bl2-f-info{padding: 20px;}
.sy-box2 .sy-b2-l{margin-bottom: 20px;}
.sy-box2{padding-bottom: 0;}
.y-header .y-hea-fir{height: 90px;}
.y-page {padding-top: 130px;}
.sy-box3 .b3-list{width: 48%;}
.sy-box3{padding-bottom: 0 !important;}
.sy-box4 {margin-top: 0px;margin-bottom: 40px;}
.sy-box4 .b4-text{font-size: 13px;}
.sy-box4 .b4-info {height: 45px;}
.y-foot .foot-box1{height: auto;padding-top: 20px;align-items: flex-start;padding-bottom: 5px;}
.y-foot .foot-box1 a{margin-bottom: 15px;flex: none;width:50%}
.y-foot .foot-box2{height: auto;flex-wrap: wrap;padding-top: 20px;padding-bottom: 20px;}

}
@media screen and (max-width: 993px){
.sy-box2 .bl2-firlist .bl2-f-tu{width: 250px;height: 165px;}
.trends-list .tre-tu{width: 200px;height: 133px;}
.trends-list .tre-text{margin: 15px 0 20px 0;}
.trends-list .tre-time{line-height: 20px;}

.notice-list .noti-item img{margin-top: 5px;}
.list-main .left-box{display: none;}
.list-main .right-box{margin-left: 0;}
.list-main {padding-top: 30px;padding-bottom: 30px;}
.y-header .y-hea-sec{display: none;}
.navbar{display: block !important;}
.y-header .y-hea-fir{padding: 0 30px;}
.y-header .y-hea-fir .y-hf-l img {width: 425px;}
.y-header .y-hea-fir .y-hf-r{width: 190px;height: 35px;}
.y-header .y-hea-fir {height: 70px;}
.y-page{padding-top: 110px;}
.y-margins{padding-left: 30px;padding-right: 30px;}
.sy-box1 .swiper-button-prev, .sy-box1 .swiper-button-next {width: 40px;height: 40px;}
.sy-box1 .swiper-button-prev img, .sy-box1 .swiper-button-next img {width: 16px;}
.sy-box1 .swiper-button-next{right: 30px;}
.sy-box1 .swiper-button-prev{left: 30px;}
.sy-box3 .b3-list{width: 100%;}
.y-foot .foot-link{justify-content: initial;}
}
@media screen and (max-width: 768px){
.trends-list .tre-tu {width: 155px;margin-right: 10px;height: 103px;}
.trends-list .tre-text {margin: 10px 0 10px 0;}
.trends-list .tre-info{padding-bottom: 10px;}

.notice-list .noti-name {font-size: 14px;}
.notice-list .noti-item img{margin-top: 5px;}
.y-paging{margin-top: 30px;display: flex;flex-wrap: wrap;}

.details-name {font-size: 18px;}
.details-info{font-size: 13px;}
.y-header .y-hea-fir{position: relative;}
.y-header .y-hea-fir .y-hf-r{position: absolute;top: 107%;z-index: 99;height: 30px;width: 75%;}
.sy-box2{padding-top: 30px;padding-bottom: 10px;}
.sy-box2 .bl2-firlist .bl2-f-tu {width: 210px;height: 139px;}
.sy-box2 .bl2-firlist .bl2-f-info{padding: 10px;}
.sy-box2 .bl2-firlist .bl2-fi-name{font-size: 14px;line-height: 20px;}
.sy-box2 .bl2-firlist .bl2-fi-text {margin: 10px 0 auto 0;}
.sy-box2 .b2-l-list .bl2-item {font-size: 13px;}
.sy-box2 .sy-b2-l > a, .sy-box2 .b2-l-list {margin-top: 15px;}
.sy-box2 .b2-r-list .br2-name{font-size: 13px;}
.sy-box2 .sy-b2-l:last-child{margin-bottom: 0;}
.sy-box4 {margin-bottom: 30px;}
.y-foot .foot-box1, .y-foot .foot-box1 a {font-size: 13px;margin-bottom: 5px;}
.y-foot .foot-link{margin-left: 20px;}
.y-foot .foot-box1{padding-top: 10px;}
.y-foot .foot-box2{padding-top: 15px;padding-bottom: 15px;}
.y-foot .fb2-tu{width: 80%;}
.y-foot .fb2-btn{font-size: 14px;width: 120px;height: 35px;margin-bottom: 0;margin-top: 10px;padding-left: 0;padding-right: 0;}
.y-foot .fb2-btn img{width: 18px;}
.y-foot .foot-right{margin-top: 10px;font-size: 13px;line-height: 25px;}
.y-foot .foot-box3{height: 40px;}
.sy-box3 .b3-list {margin-top: 30px;}
}
@media screen and (max-width: 576px){
.y-foot .foot-box1 a{margin-bottom: 15px;flex: none;width:100%}
.sy-box3 .b3-list {margin-top: 20px;}
.trends-list{flex-direction: column;}
.trends-list .tre-tu{width: 100%;margin-right: 0;}
.trends-list .tre-name {font-size: 15px;margin-top: 10px;}
.trends-list .tre-text{font-size: 12px;}
.trends-list .tre-time {font-size: 12px;}
.trends-list .tre-text{margin: 5px 0;}
.trends-list .tre-tu{height: 0;padding-bottom: 66%;}
.y-main {margin-top: 10px;}
.notice-list .noti-name {font-size: 13px;}
.notice-list .noti-time{line-height: 20px;margin-left: 20px;font-size: 12px;}
.y-paging {margin-top: 20px;}
.list-main {padding-top: 20px;padding-bottom: 20px;}
.details-name {font-size: 16px;letter-spacing: 1px;}
.details-time{flex-direction: column;align-items: center;line-height: 20px;}
.details-info{font-size: 12px;line-height: 20px;}

.y-header .y-hea-fir .y-hf-l img{width:90%;}
.y-header .y-hea-fir {height: 50px;}
.y-page {padding-top: 90px;}
.y-header .y-hea-fir{padding: 0 20px;}
.y-margins{padding-left: 20px;padding-right: 20px;}
.navbar{padding: 0 20px;}
.navbar span,.navbar input{right: 20px;}
.navbar input{height: 20px;}
.sy-box1 .swiper-button-prev, .sy-box1 .swiper-button-next{width: 35px;height: 35px;}
.sy-box1 .swiper-button-prev{left: 20px;}
.sy-box1 .swiper-button-next{right: 20px;}
.sy-box1 .swiper-button-prev img, .sy-box1 .swiper-button-next img {width: 12px;}
.sy-box2{padding-top: 20px;}
.b2-tit-part2 {font-size: 18px;}
.b2-tit-part1 {width: 35px;height: 35px;}
.b2-p1-box {width: 15px;height: 15px;top: -8px;right: -8px;}
.b2-tit-part3{height: 35px;}
.sy-box2 .bl2-firlist{margin-top: 20px;}
.sy-box2 .bl2-firlist .bl2-f-tu{width: 165px;height: 109px;}
.sy-box2 .bl2-firlist .bl2-fi-name{font-size: 13px;line-height: 16px;}
.sy-box2 .bl2-firlist .bl2-fi-text{line-height: 15px;}
.sy-box2 .bl2-firlist .bl2-f-info{padding: 5px;}
.sy-box2 .b2-l-list .bl2-item{font-size: 12px;letter-spacing: 0;}
.sy-box2 .b2-l-list {font-size: 12px;}
.sy-box2 .sy-b2-l > a, .sy-box2 .b2-l-list{margin-top: 10px;}
.sy-box2 .b2-r-list .br2-time span:first-child{font-size: 15px;}
.sy-box2 .b2-r-list .br2-time{font-size: 12px;}
.sy-box2 .b2-r-list .br2-name{font-size: 13px;letter-spacing: 0px;}
.sy-box2 .b2-r-list {height: 40px;margin-bottom: 10px;}
.sy-box4 .b4-text {font-size: 12px;line-height: 15px;letter-spacing: 0px;}
.sy-box4 .b4-info{padding: 5px;}
.y-foot .foot-box1, .y-foot .foot-box1 a{font-size: 12px;letter-spacing: 0;}
.y-foot .foot-link {margin-left: 10px;}
.y-foot .foot-box2{padding-top: 10px;padding-bottom: 10px;}
.y-foot .fb2-btn {font-size: 13px;width: 110px;height: 30px;margin-bottom: 0;}
.y-foot .foot-right {font-size: 12px;line-height: 20px;letter-spacing: 0;}
.y-foot .foot-box3{letter-spacing: 0px;text-align: center;flex-direction: column;}



}