* { margin: 0; padding: 0; } ul { list-style-type: none; padding: 0px; } a{ text-decoration : none; } div, p, li, section { font-size: 0; } /* // 单行省略 */ .ellipsis { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } /* // 两行超出省略 */ .ellipsis2 { text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; /* // white-space: nowrap; */ } .ellipsis3 { text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; /* // white-space: nowrap; */ } .head .dateTime { width: 1200px; margin: auto; padding: 10px 0 10px 0px; color: #7F7F7F; font-size: 15px; font-family: Source Han Sans CN; font-weight: 400; } .head .date { margin-left: 40px; } .dateTime .time { margin-left: 5px; } .logoDiv { width: 100%; height: 140px; /* background: rgb(255,255,255); */ background: url('../img//background.png') no-repeat no-repeat; background-size: cover; } .logoDiv .imgdiv { width: 1200px; margin: auto; height: 100%; padding-top: .1px; line-height: 140px; } .logoDiv .imgdiv img { display: block; margin-top: 20px; } .nav { /* height: 50px; */ background: #013C8A; /* line-height: 50px; */ } .nav ul { display: flex; width: 1200px; margin: auto; text-align: left; justify-content: space-between; } .nav ul li a { position: relative; display: inline-block; color: #fff; cursor: pointer; transition: .3s; font-size: 15px; font-family: Source Han Sans CN; font-weight: 400; } .nav ul li:hover { background: #C6E1FF; color: #013C8A; } .nav ul li:last-of-type { margin-right: 0; } .subNav { position: absolute; width: 112px; top: 81px; left: 0; background: #fff; color: #333; text-align: center; visibility: hidden; opacity: 0; transition: .3s; z-index: 99999; } .nav ul li:hover .subNav { top: 56px; visibility: visible; opacity: 1; /* transition: .3s; */ } .subName { padding: 5px 0; border-top: 1px solid rgba(0, 0, 0, .3); cursor: pointer; font-size: 15px; } .subName:hover { background: #C6E1FF; color: #013C8A; } .subName:first-of-type { border-top: 0px solid rgba(0, 0, 0, .3); } .banner { height: 390px; } .swiper-container, .swiper-container1 { width: 100%; height: 100%; } .head .swiper-pagination .swiper-pagination-bullet { width: 60px; border-radius: 0; background: rgb(255, 255, 255); opacity: 1; } .head .swiper-pagination .swiper-pagination-bullet-active { background: rgb(176, 208, 50) } .head .swiper-pagination .swiper-slide img { display: inline-block; width: 100%; /* height: 100%; */ } .section { width: 1200px; margin: 30px auto 10px; } .icon { position: relative; margin-right: 10px; top: 4px; } .main1 .title { position: relative; padding-bottom: 15px; margin-bottom: 20px; border-bottom: 2px solid #133B5F; } .main1 .title .name { display: inline-block; /* margin-bottom: 10px; */ font-size: 20px; font-family: Source Han Sans CN; font-weight: 400; color: #133B5F; } .main1 .title .background { display: inline-block; position: absolute; width: 60px; padding: 5px 0; padding-left: 10px; right: 0; /* bottom: 10px; */ border-radius: 20px; background: rgb(0, 60, 138); font-size: 14px; font-family: Source Han Sans CN; font-weight: 400; color: #FFFFFF; text-align: center; cursor: pointer; } .news .left { position: relative; display: inline-block; width: 576px; height: 318px; margin-right: 44px; overflow: hidden; vertical-align: top; } .swiper-container1 .swiper-slide { /* background: chocolate; */ width: 100%; height: 100%; } .swiper-container1 .swiper-pagination { right: 30px; text-align: right; } .swiper-container1 .swiper-pagination .swiper-pagination-bullet { background: rgb(255, 255, 255); opacity: .4; } .swiper-container1 .swiper-pagination .swiper-pagination-bullet-active { opacity: 1; } .swiper-container1 .swiper-pagination .swiper-pagination-bullet:last-of-type { margin-right: 30px !important; } .slideBottom { position: absolute; width: 100%; height: 40px; bottom: 0; line-height: 40px; background: rgba(29, 72, 115, .8); } .slideTItle { width: 70%; padding-left: 20px; color: #fff; font-size: 15px; } .news .right { display: inline-block; width: 570px; /* height: 260px; */ /* margin-right: 40px; */ } .news .right .first { padding-bottom: 15px; border-bottom: 1px dashed#B5B5B5; cursor: pointer; } .news .right .firstTitle { margin-top: 10px; margin-bottom: 15px; font-size: 20px; font-family: Source Han Sans CN; font-weight: 400; color: #013C8A; } .news .right .firstSUm { font-size: 15px; font-family: Source Han Sans CN; font-weight: 400; color: #686868; line-height: 24px; } .news .right .firstSUm .span { float: right; margin-bottom: 0; /* color: rgb(193,193,193); */ } .news .right .li::after { display: inline-block; position: absolute; content: ''; width: 2px; height: 2px; left: 0px; top: 13px; border-radius: 100%; background: #4E4E4E; } .news .right .li { position: relative; margin-top: 13px; padding-left: 5px; cursor: pointer; font-size: 15px; font-family: Source Han Sans CN; font-weight: 400; color: #4E4E4E; } .news .right .li .name { display: inline-block; width: 70%; color: #4E4E4E; } .news .right .li .time { float: right; color: rgb(152, 152, 152); } .news .right .li:hover .name { color: rgb(59, 111, 216); } .news .right .li:hover .time { color: rgb(59, 111, 216); } .section1 { background: #F1F8FF; } .Notice { display: flex; padding-top: 10px; padding-bottom: 10px; justify-content: space-between; } .Notice .left { width: 580px; } .title { position: relative; padding-bottom: 10px; border-bottom: 2px solid #133B5F; } .title .name { display: inline-block; margin-bottom: 0px; font-size: 20px; font-family: Source Han Sans CN; font-weight: 400; color: #133B5F; } .title .more { display: inline-block; position: absolute; right: 0; bottom: 10px; text-align: center; cursor: pointer; font-size: 14px; font-family: Source Han Sans CN; font-weight: 400; color: #133B5F; } .NoticeUl li { margin-left: 5px; padding: 10px 0 10px 0px; border-bottom: 1px dashed #B5B5B5; cursor: pointer; } .NoticeUl li:last-of-type { border-bottom: 0px solid #999; } .NoticeUl li .date { display: inline-block; width: 54px; margin-right: 15px; text-align: center; vertical-align: top; } .NoticeUl li .p1 { /* width: 60px; */ height: 30px; height: 33px; background: #013E7D; font-size: 20px; line-height: 33px; color: #fff; } .NoticeUl li .p2 { /* width: 60px; */ /* height: 20px; */ height: 20px; background: #EBECEE; font-size: 12px; color: #959595; } .NoticeUl li .titleSum { display: inline-block; width: 240px; } .NoticeUl li .pTitle { margin-bottom: 5px; font-size: 15px; font-family: Source Han Sans CN; font-weight: 400; color: #313538; } .dSum { font-size: 14px; font-family: Source Han Sans CN; font-weight: 400; color: #686868; line-height: 20px; } .Notice .middle { width: 486px; margin: 0 30px; } .Notice .middle .recommend { margin-top: 12px; padding-bottom: 15px; border-bottom: 1px dashed #B5B5B5; cursor: pointer; } .recommendImg { display: inline-block; width: 158px; height: 96px; vertical-align: top; } .recommendCon { display: inline-block; float: right; width: 305px; margin-left: 15px; } .recommendTItle { font-size: 15px; font-family: Source Han Sans CN; font-weight: 400; color: #023D8B; } .recommendSum { margin-top: 15px; font-size: 14px; font-family: Source Han Sans CN; font-weight: 400; color: #686868; line-height: 20px; } .middle .ul .li::after { display: inline-block; position: absolute; content: ''; width: 2px; height: 2px; left: 0px; top: 10px; /* background: #333; */ border-radius: 100%; background: #4E4E4E; } .middle .li { position: relative; margin-top: 12px; padding-left: 5px; cursor: pointer; } .middle .li .name { display: inline-block; width: 70%; font-size: 15px; font-family: Source Han Sans CN; font-weight: 400; color: #4E4E4E; } .middle .li .time { float: right; font-size: 15px; font-family: Source Han Sans CN; font-weight: 400; color: #686868; } .middle .li:hover .name { color: rgb(59, 111, 216); } .middle .li:hover .time { color: rgb(59, 111, 216); } .Notice .right { width: 575px; } .Notice .rightUl { margin-top: 10px; } .Notice .rightUl li { padding: 12px 0; border-bottom: 1px dashed #B5B5B5; cursor: pointer; } .Notice .rightUl li:last-of-type { border-bottom: 0px solid #999; } .Notice .rightUl img { display: inline-block; width: 108px; height: 62px; margin-right: 10px; vertical-align: top; } .Notice .rightUl .name { display: inline-block; width: 200px; /* float: left; */ } .Notice .rightUl .name div { font-size: 15px; font-family: Source Han Sans CN; font-weight: 400; color: #313538; line-height: 24px; } .ResearchInstitute { width: 100%; height: 100px; } .section2 .div1 { display: inline-block; width: 580px; } .section2 .div2 { display: inline-block; width: 580px; margin-left: 40px; } .section2 .ul .li::after { display: inline-block; position: absolute; content: ''; width: 2px; height: 2px; left: 0px; top: 10px; background: rgb(136, 136, 136); border-radius: 100%; } .section2 .li { position: relative; margin-top: 20px; padding-left: 5px; cursor: pointer; } .section2 .li .name { display: inline-block; width: 70%; font-size: 15px; font-family: Source Han Sans CN; font-weight: 400; color: #4E4E4E; } .section2 .li .time { float: right; font-size: 15px; font-family: Source Han Sans CN; font-weight: 400; color: #686868; } .section2 .li:hover .name { color: rgb(59, 111, 216); } .section2 .li:hover .time { color: rgb(59, 111, 216); } .emergency { display: flex; margin-top: 20px; justify-content: space-between; } .emergency img { display: inline-block; width: 276px; height: 168px; margin-right: 30px; cursor: pointer; } .bodyBottom { margin-top: 40px; padding-top: 30px; padding-bottom: 30px; border-top: 1px solid #133B5F; } .links { display: flex; width: 1200px; margin: auto; justify-content: flex-start } .links img { display: inline-block; width: 280px; height: 72px; margin-right: 26px; cursor: pointer; } .feeter { background: rgb(0, 52, 102); color: rgb(223, 226, 231); padding: 10px; } .feeter ul { display: flex; width: 1200px; padding: 20px 0; margin: auto; font-size: 0; justify-content: space-around; /* align-items:space-between; */ } .feeter li { position: relative; display: inline-block; padding-right: 20px; padding: 0px 15px; font-size: 15px; font-family: Source Han Sans CN; font-weight: 400; color: #FFFFFF; cursor: pointer; } .feeter li::after { /*position: absolute; display: block; content: ''; width: 1px; height: 15px; top: 4px; right: 0; background: #FFFFFF;*/ } .feeter li:last-of-type::after { width: 0px; height: 0px; /* border-right: 0px rgb(223,226,231) solid; */ } .contact, .copy { width: 1200px; margin: auto; padding-bottom: 20px; text-align: center; /* color: #fff; */ font-size: 14px; font-family: Source Han Sans CN; font-weight: 400; color: #FFFFFF; } .phone { margin: 20px; } .wp_nav .sub-nav{ width: 95px !important; background: rgb(255, 255, 255); color: rgb(51, 51, 51); text-align: center; } #wp_nav_w1 .wp_nav .nav-item a{ margin-right: 5px; padding: 15px 0px; } #wp_nav_w1 .wp_nav .sub-nav .nav-item a{ margin-right: 0px; padding: 0px 0px; } .wp_nav .sub-nav .nav-item a span.item-name{ font-size:15px; } .wp_article_list .list_item{ height: 34px; } .wp_article_list .list_item .Article_Title a { font-size: 15px; color: #4E4E4E; } .wp_article_list .list_item .Article_PublishDate{ font-size: 17px; } #wp_nav_w11 .wp_nav .nav-item a span.item-name{ color:#fff; } .Article_Index{ display: none !important }