<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.inner{width: 1380px;margin: 0 auto;}
body{background-color: #f2f2f2;}
.banner img{width: 100%;height: auto;display: block;}
.footer {text-align: center;color: #fff;font-size: 18px;background-color: #325a70;padding: 40px 0;}
.footer .logo{margin: 20px 0;}
.footer p{color: #fff;}
.navbar{background-color: #fff;}
.navbar a{color: #333;font-size: 20px;}
.navbar .inner a:hover{color: #ff4226;}
.navbar a.active{color: #ff4226;}
.navbar .inner{width: 1000px; display: flex;justify-content: space-around;padding: 20px 0;}

.tabbox{background-color: #f2f2f2;width: 100%;padding-top: 30px;}
.content{background-color: #f2f2f2;width: 100%;padding-top: 30px;}
.tabbox  h3,.content h3{color: #ff6600;font-size: 36px;text-align: center;margin: 30px 0;}
.tabbox .tabBar{display: flex;justify-content: center;}
.tabbox .tabBar .item{width: 300px;height: 40px;cursor: pointer; border-radius: 20px 20px; margin: 0 20px;font-size: 18px; line-height: 40px;background-color: #ffd697; text-align: center;color: #333;}
.tabbox .tabBar .item.active{background-color: #ea8160;color: #fff;}
.tabbox .tabBar .item a{color: #333;display: block;}
.conbox{margin: 50px auto;}
/* .conitem{display: none;} */
.conitem ul{display: flex;flex-wrap: wrap;}

.conitem li{width:328px ;height: 336px;margin-right: 17px; overflow: hidden;transition: all .3s; border: 2px solid #e7e7e7;margin-bottom: 20px; background-color: #fff;}
.conitem li:hover{border: 2px solid #ea8160;}
.conitem li:nth-child(4n){margin-right: 0;}
.conitem li .img{width: 100%;position: relative;height: 197px;}
.conitem li .img img{display: block;width: 100%;height: 100%;}
.conitem li .descon{padding: 10px 10px;background-color: #fff;box-sizing: border-box;}
.conitem li .descon p{color: #676767;font-size: 14px;margin: 5px 0;}
.conitem li .descon .title{font-weight: 600;color: #333;font-size: 15px;}
.conitem.pdflist .img h3{text-align: left;padding: 0 10px;margin: 0;left: 0; font-size: 20px; position: absolute;top: 50%;transform: translateY(-50%);color: #fff;}
.videoShow{display: none;position: fixed;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(0, 0, 0, .5);}

.videoShow .box{width: 1000px;height: 600px;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.videoShow .box i{position: absolute;right: -20px;top: -20px;cursor: pointer;transition: all .2s;}
.videoShow .box i {width: 40px;height: 40px;display: block;}
.videoShow .box i img{display: block;width: 100%;height: 100%;}
.videoShow .box i:hover {transform: scale(1.1);}
.videoShow .box video{width: 100%;height: auto;max-height: 100%;}
.intro p{margin: 10px 0;line-height: 32px; color: #333;font-size: 18px;text-indent: 2em;}
.intro p.title{font-weight: 600;}
.intro{padding-bottom: 40px;}
.activityList .inner{width: 1100px;}
.activityList li{width: 100%;margin: 20px 0;overflow: hidden;}
.activityList li a{color: #333;font-size: 16px;display: flex;justify-content: space-between;}
.activityList li:hover a span {color: #ff6600;}
.activityList li a .name{width: 700px;overflow: hidden;
    white-space: nowrap;text-overflow: ellipsis;}
.detailbox .title{font-size: 22px;font-weight: 600;text-align: center;color: #ff4226;}
.detailbox .subtitle{margin: 10px auto;padding-bottom: 20px;width: 800px; text-align: center;font-size: 14px;color: #8c8989;border-bottom: 1px solid #978e8e;}
.detailbox .text {padding: 20px 20px;box-sizing: border-box;width: 1000px;margin: 0 auto;}
.detailbox .text p{color: #333;line-height: 1.8;font-size: 16px;margin: 15px 0;text-align: justify;text-indent: 2em;}
.detailbox .text img{width: 800px;height: auto;margin: 15px auto;}


.page{text-align: center;width: 800px;margin: 60px auto;}
.page span{color: #333;padding: 10px 15px;cursor: pointer;margin: 0 10px; background-color: #fff;border-radius: 5px;}
.page .itembox{display: inline-block;}
.page span.active{color: #fff;background-color: #ff6600;}
.page span:hover{color: #fff;background-color: #ff6600;}
.page a {
    color: #333;
    padding: 10px 15px;
    cursor: pointer;
    margin: 0 10px;
    background-color: #fff;
    border-radius: 5px;
    display: inline-block;
}
.page a:hover{color: #fff;background-color: #ff6600;}
.page p{
    font-size: 14px;
}








</pre></body></html>