2265 lines
41 KiB
CSS
2265 lines
41 KiB
CSS
|
|
body{
|
|
padding: 0;
|
|
margin: 0;
|
|
font-size: 14px;
|
|
}
|
|
a {
|
|
cursor: pointer;
|
|
color: #000;
|
|
text-decoration: none;
|
|
}
|
|
a:hover{
|
|
text-decoration: none;
|
|
color: #3c67c2;
|
|
}
|
|
ul{
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|
|
input {
|
|
outline : none;
|
|
}
|
|
.nowrap {
|
|
max-width: 100%;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.ellipsis{
|
|
max-width: 100%;
|
|
display: -webkit-box;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
}
|
|
.ce-img>span {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
background-size: cover;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
/*暂无搜索记录*/
|
|
.noRecord {
|
|
text-align: center;
|
|
padding: 200px 0;
|
|
font-size: 18px;
|
|
}
|
|
.noRecord img {
|
|
width: 140px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
/*
|
|
侧边栏
|
|
*/
|
|
.sidebar {
|
|
position:fixed;
|
|
right: 20px;
|
|
top: 500px;
|
|
z-index:9999;
|
|
font-size:0;
|
|
text-align:right;
|
|
}
|
|
.sidebar .sidebar-item {
|
|
position:relative;
|
|
display:inline-block;
|
|
*display:inline;
|
|
*zoom:1;
|
|
border-radius: 4px;
|
|
height:50px;
|
|
line-height:50px;
|
|
margin-bottom: 5px;
|
|
transition:all .5s;
|
|
background:#004995;
|
|
}
|
|
.sidebar .sidebar-item .sidebar-icon {
|
|
float:left;
|
|
width:50px;
|
|
height:50px;
|
|
background:no-repeat center center;
|
|
}
|
|
.sidebar .sidebar-item .sidebar-icon-wx {
|
|
background-image:url(../images/sidebar_icon_wx.png) !important;
|
|
}
|
|
.sidebar .sidebar-item .sidebar-icon-top {
|
|
background-image:url(../images/sidebar_icon_top.png) !important;
|
|
}
|
|
.sidebar .sidebar-item:hover {
|
|
background:#004995;
|
|
transition:all .5s;
|
|
padding-right:15px;
|
|
}
|
|
.sidebar .sidebar-item span {
|
|
float:left;
|
|
font-size:14px;
|
|
color:#fff;
|
|
display:none;
|
|
margin-left:-5px;
|
|
}
|
|
.sidebar .sidebar-item:hover span {
|
|
display:block;
|
|
}
|
|
.sidebar .sidebar-item img {
|
|
position:absolute;
|
|
left:0;
|
|
top:0;
|
|
display:none;
|
|
transition:all .5s;
|
|
max-width:150px;
|
|
height:150px;
|
|
z-index:1002;
|
|
}
|
|
.sidebar .sidebar-item:hover img {
|
|
display:block;
|
|
left:-160px;
|
|
transition:all .5s;
|
|
}
|
|
.sidebar .sidebar-item:last-child {
|
|
background-color:#1b5191;
|
|
}
|
|
|
|
/* header */
|
|
.header {
|
|
background-image: url(../images/headerBack.png);
|
|
background-size: 100% 100%;
|
|
background-position: center bottom;
|
|
width: 100%;
|
|
}
|
|
.top {
|
|
line-height: 52px;
|
|
text-align: right;
|
|
font-size: 15px;
|
|
}
|
|
.top>a{
|
|
color: #003366;
|
|
padding: 0 15px;
|
|
}
|
|
.top>a:last-child {
|
|
padding-right: 0;
|
|
}
|
|
.bottom {
|
|
margin: 20px 0 25px;
|
|
display: flex;
|
|
}
|
|
.logo {
|
|
flex: 1;
|
|
}
|
|
.logo>img {
|
|
width: 65%;
|
|
}
|
|
.search {
|
|
width: 340px;
|
|
background: #fff;
|
|
border-radius: 50px;
|
|
height: 42px;
|
|
border: 1px solid #0e3265;
|
|
padding: 0 10px;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
margin-top: 25px;
|
|
}
|
|
.search>form {
|
|
display: inherit;
|
|
width: 100%;
|
|
}
|
|
.search input {
|
|
background-color: transparent;
|
|
border: none;
|
|
line-height: 42px;
|
|
height: 42px;
|
|
flex: 1;
|
|
padding: 0 10px;
|
|
box-sizing: border-box;
|
|
font-size: 15px;
|
|
}
|
|
.search input::-webkit-input-placeholder{
|
|
font-size: 15px;
|
|
}
|
|
.search button {
|
|
background-color: #507ac3;
|
|
border-radius: 50px;
|
|
border: none;
|
|
height: 32px;
|
|
margin-top: 4px;
|
|
padding: 0 18px;
|
|
}
|
|
.search button>img {
|
|
height: 22px;
|
|
width: 22px;
|
|
}
|
|
|
|
/* nav */
|
|
.nav {
|
|
background-color: #507ac3;
|
|
width: 100%;
|
|
height: 60px;
|
|
line-height: 60px;
|
|
}
|
|
.nav-list {
|
|
display: flex;
|
|
font-size: 17px;
|
|
}
|
|
.nav-list li {
|
|
float: left;
|
|
text-align: center;
|
|
width: 10%;
|
|
background-color: transparent;
|
|
position: relative;
|
|
}
|
|
.nav-list li::after {
|
|
position: absolute;
|
|
content: '';
|
|
left: 0;
|
|
bottom: 0;
|
|
background-color: #3d66ae;
|
|
width: 1px;
|
|
height: 100%;
|
|
}
|
|
.nav-list li.active,
|
|
.nav-list li:hover {
|
|
background-color: #3d66ae;
|
|
}
|
|
.nav-list li a {
|
|
color: #fff;
|
|
}
|
|
.nav-list li img {
|
|
width: 18px;
|
|
height: 18px;
|
|
vertical-align: -2px;
|
|
margin-right: 8px;
|
|
}
|
|
|
|
/* 底部 */
|
|
.footer {
|
|
background: url(../images/footer_back.png) #3b4c97 no-repeat;
|
|
background-position: center right;
|
|
background-size: 30%;
|
|
padding: 30px 0;
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
}
|
|
.footerLinks {
|
|
background-color: #e0e6ff;
|
|
padding: 10px 30px;
|
|
box-sizing: border-box;
|
|
overflow: hidden;
|
|
}
|
|
.footerLinks>li {
|
|
width: 20%;
|
|
float: left;
|
|
line-height: 44px;
|
|
display: flex;
|
|
font-size: 17px;
|
|
}
|
|
.footerLinks>li>a {
|
|
color: #115db2;
|
|
}
|
|
.footerLinks>li img {
|
|
margin-right: 10px;
|
|
}
|
|
.footerCont {
|
|
color: #fff;
|
|
margin-top: 30px;
|
|
font-size: 15px;
|
|
display: flex;
|
|
}
|
|
.footerCont-text {
|
|
flex: 1;
|
|
}
|
|
.footerCont-label {
|
|
line-height: 22px;
|
|
margin-bottom: 10px;
|
|
}
|
|
.footerCont-label span {
|
|
padding-right: 40px;
|
|
}
|
|
.footerCont-label:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
.footerCont-img {
|
|
width: 68px;
|
|
height: 86px;
|
|
}
|
|
|
|
/* 分页 */
|
|
.pageUl {
|
|
text-align: center;
|
|
margin: 40px 0 10px;
|
|
}
|
|
.pageUl li.active a,
|
|
.pageUl li a:hover {
|
|
background-color: #004f99 !important;
|
|
color: #fff;
|
|
}
|
|
.pageUl li a,
|
|
.pageUl li span {
|
|
background-color: #f1eff0 !important;
|
|
border-radius: 4px;
|
|
color: #434343;
|
|
font-size: 17px;
|
|
padding: 10px 16px;
|
|
margin: 0 3px;
|
|
border: none;
|
|
}
|
|
|
|
/* 公告 */
|
|
.notice {
|
|
padding: 40px 0 20px;
|
|
}
|
|
.notice-title {
|
|
width: 150px;
|
|
height: calc(100% - 20px);
|
|
background-color: #fff;
|
|
z-index: 99;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
}
|
|
.notice-cont {
|
|
width: 100%;
|
|
padding-left: 150px;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
}
|
|
.notice-cont .swiper-slide {
|
|
display: flex;
|
|
}
|
|
.noticeLeft {
|
|
flex: 1;
|
|
width: calc(100% - 200px);
|
|
padding-right: 30px;
|
|
box-sizing: border-box;
|
|
}
|
|
.notice-name {
|
|
font-size: 30px;
|
|
color: #000;
|
|
margin-bottom:5px;
|
|
}
|
|
.notice-text {
|
|
color: #000;
|
|
font-size: 20px;
|
|
}
|
|
.noticeRight {
|
|
background-color: #f5f5f5;
|
|
border-radius: 4px;
|
|
overflow: hidden;
|
|
text-align: center;
|
|
width: 120px;
|
|
}
|
|
.notice-year {
|
|
background-color: #3d66ae;
|
|
color: #fff;
|
|
line-height: 32px;
|
|
font-size: 16px;
|
|
}
|
|
.notice-date{
|
|
font-size: 16px;
|
|
color: #3d66ae;
|
|
}
|
|
.notice-date>span {
|
|
color: #3d66ae;
|
|
font-weight: 600;
|
|
font-size: 36px;
|
|
padding-right: 5px;
|
|
}
|
|
.notice-pagination {
|
|
width: 100% !important;
|
|
bottom: 0 !important;
|
|
}
|
|
.notice-container {
|
|
display: flex !important;
|
|
padding-bottom: 40px;
|
|
}
|
|
.notice-pagination .swiper-pagination-bullet {
|
|
width: 50%;
|
|
border-radius: 0;
|
|
background-color: #3d66ae;
|
|
height: 4px;
|
|
margin: 0 !important;
|
|
opacity: .4;
|
|
}
|
|
.notice-pagination .swiper-pagination-bullet-active {
|
|
opacity: 1;
|
|
}
|
|
|
|
/* 能源院动态 */
|
|
.news {
|
|
position: relative;
|
|
display: flex;
|
|
}
|
|
.newsLeft {
|
|
width: 420px;
|
|
height: 280px;
|
|
position: relative;
|
|
}
|
|
.newsRight {
|
|
position: absolute;
|
|
width: calc(100% - 440px);
|
|
top: 0;
|
|
right: 0;
|
|
border: 1px solid #f3f3f3;
|
|
margin-left: 20px;
|
|
}
|
|
.newsLeft-img {
|
|
width: 100%;
|
|
padding-top: 70%;
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
.newsLeft-name {
|
|
position: absolute;
|
|
width: 100%;
|
|
background-color: rgba(0, 0, 0, .5);
|
|
color: #fff;
|
|
bottom: 0;
|
|
left: 0;
|
|
line-height: 40px;
|
|
padding: 0 80px 0 15px;
|
|
box-sizing: border-box;
|
|
font-size: 16px;
|
|
}
|
|
.newsRight-title {
|
|
line-height: 44px;
|
|
color: #fff;
|
|
font-size: 20px;
|
|
padding: 0 20px;
|
|
display: inline-block;
|
|
background-size: 100% 100%;
|
|
position: relative;
|
|
margin-bottom: 6px;
|
|
}
|
|
.newsRight-title::after {
|
|
position: absolute;
|
|
content: '';
|
|
left:calc(50% - 6px);
|
|
bottom: -12px;
|
|
width: 0;
|
|
height: 0;
|
|
border: 6px solid;
|
|
border-color: #507ac3 transparent transparent transparent;
|
|
}
|
|
.newsRight-list>li,
|
|
.newsRight-list>li>a {
|
|
display: flex;
|
|
width: 100%;
|
|
}
|
|
.newsRight-list>li{
|
|
padding: 15px 10px;
|
|
box-sizing: border-box;
|
|
border-bottom: 1px dashed #e0e0e0;
|
|
line-height: 30px;
|
|
}
|
|
.newsRight-list>li:last-child {
|
|
border: none;
|
|
}
|
|
.newsRight-name {
|
|
flex: 1;
|
|
margin-right: 20px;
|
|
font-size: 17px;
|
|
}
|
|
.newsRight-time {
|
|
color: #989797;
|
|
}
|
|
.news-pagination {
|
|
bottom: 12px !important;
|
|
right: 0 !important;
|
|
padding-right: 10px;
|
|
text-align: right;
|
|
}
|
|
.news-pagination .swiper-pagination-bullet {
|
|
width: 12px;
|
|
border-radius: 4px;
|
|
background-color: #fff;
|
|
height: 4px;
|
|
margin: 0 5px;
|
|
opacity: .5;
|
|
}
|
|
.news-pagination .swiper-pagination-bullet-active {
|
|
opacity: 1;
|
|
}
|
|
|
|
/* 媒体报道 */
|
|
.media {
|
|
border: 1px solid #f3f3f3;
|
|
}
|
|
.media-title {
|
|
background-color: #e7f1fb;
|
|
line-height: 44px;
|
|
height: 44px;
|
|
}
|
|
.media-title>span {
|
|
display: inline-block;
|
|
padding: 0 20px;
|
|
color: #fff;
|
|
font-size: 20px;
|
|
border-left: 4px solid #fdad02;
|
|
background-size: cover;
|
|
}
|
|
.media-more {
|
|
float: right;
|
|
color: #9e9e9e;
|
|
font-size: 15px;
|
|
}
|
|
.media-more img {
|
|
margin: 0 10px 0 5px;
|
|
vertical-align: -1px;
|
|
}
|
|
.media-list {
|
|
padding: 10px;
|
|
box-sizing: border-box;
|
|
}
|
|
.media-img {
|
|
position: relative;
|
|
padding-top: 66.66%;
|
|
}
|
|
.media-name {
|
|
font-size: 17px;
|
|
margin-top: 15px;
|
|
padding-left: 20px;
|
|
position: relative;
|
|
box-sizing: border-box;
|
|
}
|
|
.media-name::after {
|
|
position: absolute;
|
|
content: '';
|
|
left: 0;
|
|
top: 6px;
|
|
width: 8px;
|
|
height: 8px;
|
|
background-color: #edeff4;
|
|
}
|
|
.media-name span {
|
|
font-size: 14px;
|
|
margin: 5px 0;
|
|
display: inline-block;
|
|
line-height: 24px;
|
|
padding: 0 8px;
|
|
background-color: #edeff4;
|
|
color: #989797;
|
|
}
|
|
.media-button-next {
|
|
background-image: url(../images/mediaArrow_next.png);
|
|
right : 0;
|
|
top: 36%;
|
|
}
|
|
.media-button-prev {
|
|
background-image: url(../images/mediaArrow_prev.png);
|
|
left : 0;
|
|
top: 36%;
|
|
}
|
|
.media-button-next.swiper-button-disabled, .media-button-prev.swiper-button-disabled {
|
|
opacity: .8;
|
|
}
|
|
|
|
/* 首页横幅 */
|
|
.banner {
|
|
position: relative;
|
|
height: 150px;
|
|
background-size: 100%;
|
|
margin: 30px 0;
|
|
}
|
|
|
|
/* 首页党政建设 + 首页学习园地 */
|
|
.indexModular {
|
|
border: 1px solid #f3f3f3;
|
|
}
|
|
.modular-title {
|
|
height: 44px;
|
|
line-height: 44px;
|
|
padding: 0 10px;
|
|
box-sizing: border-box;
|
|
border-bottom: 1px solid #f3f3f3;
|
|
display: flex;
|
|
}
|
|
.modular-name {
|
|
flex: 1;
|
|
font-size: 20px;
|
|
display: flex;
|
|
color: #3d66ae;
|
|
}
|
|
.modular-name>img {
|
|
width: 28px;
|
|
height: 28px;
|
|
margin: 8px 8px 0 0;
|
|
}
|
|
.modular-more {
|
|
color: #999999;
|
|
font-size: 16px;
|
|
}
|
|
.modular-more>span {
|
|
padding-left: 5px;
|
|
}
|
|
.modular-list {
|
|
padding: 15px 10px;
|
|
box-sizing: border-box;
|
|
overflow: hidden;
|
|
}
|
|
.modularLeft {
|
|
background-color: #f1f3f8;
|
|
float: left;
|
|
width: 200px;
|
|
}
|
|
.modularLeft-img {
|
|
position: relative;
|
|
padding-top: 66.66%;
|
|
}
|
|
.modularLeft-text {
|
|
padding: 15px 10px;
|
|
box-sizing: border-box;
|
|
}
|
|
.modularLeft-name {
|
|
font-size: 16px;
|
|
color: #2a2a2a;
|
|
margin-bottom: 10px;
|
|
}
|
|
.modularLeft-time {
|
|
font-size: 16px;
|
|
text-align: right;
|
|
color: #c4c4c4;
|
|
}
|
|
.modularRight {
|
|
float: left;
|
|
margin-left: 20px;
|
|
width: calc(100% - 220px);
|
|
box-sizing: border-box;
|
|
}
|
|
.modularRight>li,
|
|
.modularRight>li>a {
|
|
display: flex;
|
|
width: 100%;
|
|
}
|
|
.modularRight>li {
|
|
line-height: 28px;
|
|
padding-bottom: 20px;
|
|
position: relative;
|
|
padding-left: 20px;
|
|
box-sizing: border-box;
|
|
}
|
|
.modularRight>li::after {
|
|
position: absolute;
|
|
content: '';
|
|
left: 0;
|
|
top: 8px;
|
|
width: 11px;
|
|
height: 11px;
|
|
background-image: url(../images/modularArrow.png);
|
|
background-position: center;
|
|
}
|
|
.modularRight>li:last-child {
|
|
padding-bottom: 0;
|
|
}
|
|
.modularRight-name {
|
|
flex: 1;
|
|
font-size: 17px;
|
|
margin-right: 20px;
|
|
}
|
|
.modularRight-time {
|
|
color: #858585;
|
|
}
|
|
/* tab + 预决算公告 */
|
|
.Tab {
|
|
margin: 30px 0;
|
|
}
|
|
.indexTab {
|
|
border: 1px solid #f3f3f3;
|
|
}
|
|
.indexTab-ul {
|
|
display: flex;
|
|
margin: 0 -5px;
|
|
}
|
|
.indexTab-ul li {
|
|
text-align: center;
|
|
flex: 3;
|
|
background-color: #507ac3;
|
|
line-height: 44px;
|
|
margin: 0 5px;
|
|
font-size: 20px;
|
|
}
|
|
.indexTab-ul li span {
|
|
position: relative;
|
|
padding: 0 10px 0 50px;
|
|
}
|
|
.indexTab-ul li span::after {
|
|
position: absolute;
|
|
content: '';
|
|
left: 0;
|
|
top: -9px;
|
|
background-size: 100% 100%;
|
|
width: 40px;
|
|
height: 40px;
|
|
}
|
|
.indexTab-ul li:nth-child(1) span::after {
|
|
background-image: url(../images/indexTabIcon_00.png);
|
|
}
|
|
.indexTab-ul li:nth-child(1).active span::after {
|
|
background-image: url(../images/indexTabIcon_00_active.png);
|
|
}
|
|
.indexTab-ul li:nth-child(2) span::after {
|
|
background-image: url(../images/indexTabIcon_01.png);
|
|
}
|
|
.indexTab-ul li:nth-child(2).active span::after {
|
|
background-image: url(../images/indexTabIcon_01_active.png);
|
|
}
|
|
.indexTab-ul li:nth-child(3) span::after {
|
|
background-image: url(../images/indexTabIcon_02.png);
|
|
}
|
|
.indexTab-ul li:nth-child(3).active span::after {
|
|
background-image: url(../images/indexTabIcon_02_active.png);
|
|
}
|
|
.indexTab-ul li>a {
|
|
color: #fff;
|
|
display: block;
|
|
}
|
|
.indexTab-ul li.active {
|
|
background-color: #b60f24;
|
|
}
|
|
.indexTab-ul li.active a {
|
|
color: #f7eece;
|
|
}
|
|
.indexNotice {
|
|
padding: 15px 10px;
|
|
box-sizing: border-box;
|
|
}
|
|
.indexNotice li {
|
|
border: 1px solid #f3f3f3;
|
|
padding: 10px;
|
|
box-sizing: border-box;
|
|
margin-bottom: 10px;
|
|
}
|
|
.indexNotice li:last-child {
|
|
margin: 0;
|
|
}
|
|
.indexNotice-name {
|
|
font-size: 17px;
|
|
}
|
|
.indexNotice-time {
|
|
margin: 6px 0;
|
|
color: #989797;
|
|
}
|
|
.indexNotice-more {
|
|
text-align: right;
|
|
}
|
|
.indexNotice-more>span {
|
|
display: inline-block;
|
|
background-color: #eff6fc;
|
|
color: #5ea1e4;
|
|
padding: 0 8px;
|
|
line-height: 28px;
|
|
}
|
|
.TabCont {
|
|
padding: 10px;
|
|
box-sizing: border-box;
|
|
}
|
|
.TabCont-top {
|
|
padding: 5px 0 25px;
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
display: block;
|
|
}
|
|
.TabCont-top-img {
|
|
position: relative;
|
|
width: 220px;
|
|
height: 147px;
|
|
}
|
|
.TabCont-top-tips {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
padding: 10px 10px 0 250px;
|
|
box-sizing: border-box;
|
|
}
|
|
.TabCont-top-title {
|
|
font-size: 22px;
|
|
color: #507ac3;
|
|
margin: 20px 0;
|
|
}
|
|
.TabCont-top-text {
|
|
line-height: 26px;
|
|
font-size: 16px;
|
|
color: #858585;
|
|
}
|
|
.TabCont-list li {
|
|
padding-bottom: 20px;
|
|
font-size: 17px;
|
|
line-height: 28px;
|
|
padding-left: 20px;
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
}
|
|
.TabCont-list li::after {
|
|
position: absolute;
|
|
content: '';
|
|
left: 0;
|
|
top: 10px;
|
|
background-color: #858585;
|
|
width: 6px;
|
|
height: 6px;
|
|
border-radius: 50%;
|
|
}
|
|
.TabCont-list li>a {
|
|
display: flex;
|
|
}
|
|
.TabCont-list li:last-child {
|
|
padding-bottom: 0;
|
|
}
|
|
.TabCont-list-name {
|
|
flex: 1;
|
|
}
|
|
.TabCont-list-time {
|
|
color: #858585;
|
|
}
|
|
|
|
/* 二级页面-左侧 */
|
|
.second {
|
|
margin: 30px 0;
|
|
}
|
|
.secondLeft {
|
|
width: 220px;
|
|
padding: 0 15px;
|
|
box-sizing: border-box;
|
|
float: left;
|
|
}
|
|
.leftNav {
|
|
background-color: #f0f2fc;
|
|
}
|
|
.leftNav-title {
|
|
line-height: 64px;
|
|
padding: 0 15px;
|
|
box-sizing: border-box;
|
|
background-size: cover;
|
|
font-size: 24px;
|
|
color: #fff;
|
|
font-weight: 600;
|
|
text-shadow: 0 2px 8px rgba(0, 0, 0, .8);
|
|
letter-spacing: 2px
|
|
}
|
|
.leftNav-list li {
|
|
line-height: 60px;
|
|
border-bottom: 2px solid #fff;
|
|
font-size: 18px;
|
|
padding: 0 15px 0 35px;
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
}
|
|
.leftNav-list li::after {
|
|
position: absolute;
|
|
content: '';
|
|
left: 15px;
|
|
top: 24px;
|
|
width: 12px;
|
|
height: 12px;
|
|
background-image: url(../images/leftNav_icon.png);
|
|
background-size: 100% 100%;
|
|
}
|
|
.leftNav-list li>a {
|
|
width: 100%;
|
|
color: #868686;
|
|
display: block;
|
|
}
|
|
.leftNav-list li:last-child {
|
|
border-bottom: none;
|
|
}
|
|
.leftNav-list li.active>a,
|
|
.leftNav-list li:hover>a {
|
|
color: #273b9a;
|
|
}
|
|
.leftNav-list li.active::after,
|
|
.leftNav-list li:hover::after {
|
|
background-image: url(../images/leftNav_icon_active.png);
|
|
}
|
|
.leftBanner {
|
|
display: block;
|
|
margin-top: 20px;
|
|
}
|
|
.leftBanner img {
|
|
height: auto;
|
|
width: 100%;
|
|
}
|
|
|
|
/* 右侧 */
|
|
.secondRight {
|
|
width: calc(100% - 250px);
|
|
margin: 0 15px;
|
|
float: left;
|
|
}
|
|
.crumbs {
|
|
padding: 0 15px;
|
|
box-sizing: border-box;
|
|
background-color: #f3f4fa;
|
|
line-height: 40px;
|
|
color: #353535;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
/* 组织机构 */
|
|
.organBrief-title {
|
|
padding-bottom: 10px;
|
|
border-bottom: 1px solid #3c67c2;
|
|
font-size: 22px;
|
|
color: #3c67c2;
|
|
padding-left: 15px;
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
font-weight: 600;
|
|
margin-bottom: 20px;
|
|
}
|
|
.organBrief-title::after {
|
|
position: absolute;
|
|
content: '';
|
|
left: 0;
|
|
bottom: 0;
|
|
background-color: #3c67c2;
|
|
width: 110px;
|
|
height: 3px;
|
|
}
|
|
.organBrief-cont {
|
|
display: flex;
|
|
height: 350px;
|
|
margin-bottom: 15px;
|
|
}
|
|
.organ-container {
|
|
width: 60%;
|
|
position: relative;
|
|
}
|
|
.organBrief-img{
|
|
position: absolute;
|
|
width: 100%;
|
|
padding-top: 60%;
|
|
}
|
|
.organBrief-text {
|
|
width: 40%;
|
|
}
|
|
.organBrief-text {
|
|
height: 320px;
|
|
padding: 20px;
|
|
box-sizing: border-box;
|
|
color: #fff;
|
|
font-size: 17px;
|
|
line-height: 30px;
|
|
text-align: justify;
|
|
}
|
|
.organBrief-more {
|
|
text-align: right;
|
|
margin-top: 20px;
|
|
}
|
|
.organBrief-more>a {
|
|
border: 1px solid #c4a866;
|
|
color: #debe72;
|
|
font-size: 16px;
|
|
height: 36px;
|
|
line-height: 36px;
|
|
display: inline-block;
|
|
padding: 0 13px;
|
|
}
|
|
.organBrief-more>a>img {
|
|
padding-left: 8px;
|
|
}
|
|
.organ-button-next,
|
|
.organ-button-prev {
|
|
top: 89%;
|
|
width: 58px;
|
|
background-size: 100%;
|
|
height: 58px;
|
|
}
|
|
.organ-button-next {
|
|
background-image: url(../images/briefArrow_right.png);
|
|
left : calc(14% + 80px);
|
|
}
|
|
.organ-button-prev {
|
|
background-image: url(../images/briefArrow_left.png);
|
|
left : 14%;
|
|
}
|
|
.organ-button-next.swiper-button-disabled {
|
|
background-image: url(../images/briefArrow_right_active.png);
|
|
opacity: .8;
|
|
}
|
|
.organ-button-prev.swiper-button-disabled {
|
|
background-image: url(../images/briefArrow_left_active.png);
|
|
opacity: .8;
|
|
}
|
|
.leaderList li {
|
|
position: relative;
|
|
padding: 15px;
|
|
box-sizing: border-box;
|
|
background: url(../images/leaderList_back.png) #f5f5f5 no-repeat;
|
|
background-position: bottom right;
|
|
background-size: 55%;
|
|
margin-bottom: 20px;
|
|
}
|
|
.leaderList li>a {
|
|
display: block;
|
|
}
|
|
.leaderList-img {
|
|
position: relative;
|
|
width: 120px;
|
|
height: 140px;
|
|
}
|
|
.leaderList-cont {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
padding: 15px 15px 15px 160px;
|
|
}
|
|
.leaderList-title {
|
|
display: flex;
|
|
margin: 25px 0 20px;
|
|
}
|
|
.leaderList-name {
|
|
font-size: 28px;
|
|
color: #003bb9;
|
|
margin-right: 20px;
|
|
}
|
|
.leaderList-tips {
|
|
background-color: #3c67c2;
|
|
color: #fff;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
display: flex;
|
|
padding: 0 10px;
|
|
border-radius: 4px;
|
|
margin-top: 5px;
|
|
}
|
|
.leaderList-tips img {
|
|
width: 12px;
|
|
height: 12px;
|
|
margin: 7px 6px 0 0;
|
|
}
|
|
.leaderList-text {
|
|
font-size: 22px;
|
|
}
|
|
.insideList {
|
|
display: flex;
|
|
margin: 0 -10px;
|
|
}
|
|
.insideList>li {
|
|
flex: 3;
|
|
text-align: center;
|
|
background-position: center;
|
|
background-size: cover;
|
|
border-radius: 6px;
|
|
margin: 0 10px;
|
|
padding: 25px 0 15px;
|
|
text-align: center;
|
|
}
|
|
.insideList>li:nth-child(1) {
|
|
background-image: url(../images/organBack_1.png);
|
|
}
|
|
.insideList>li:nth-child(2) {
|
|
background-image: url(../images/organBack_2.png);
|
|
}
|
|
.insideList>li:nth-child(3) {
|
|
background-image: url(../images/organBack_3.png);
|
|
}
|
|
.insideList-name {
|
|
height: 60px;
|
|
display: table-cell;
|
|
vertical-align: middle;
|
|
font-size: 26px;
|
|
color: #fff;
|
|
line-height: 32px;
|
|
}
|
|
.insideList-img {
|
|
width: 70px;
|
|
display: block;
|
|
margin: 0 auto 5px;
|
|
}
|
|
.versionList {
|
|
display: flex;
|
|
margin: 20px -10px 0;
|
|
}
|
|
.versionList>li {
|
|
flex: 2;
|
|
text-align: center;
|
|
background-position: center;
|
|
background-size: cover;
|
|
border-radius: 6px;
|
|
margin: 0 10px;
|
|
padding: 20px 0;
|
|
text-align: center;
|
|
}
|
|
.versionList>li>a {
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
.versionList>li:nth-child(1) {
|
|
background-image: url(../images/organBack_4.png);
|
|
}
|
|
.versionList>li:nth-child(2) {
|
|
background-image: url(../images/organBack_5.png);
|
|
}
|
|
.versionList-img {
|
|
width: 64px;
|
|
vertical-align: -20px;
|
|
margin-right: 10px;
|
|
}
|
|
.versionList-name {
|
|
font-size: 32px;
|
|
line-height: 64px;
|
|
color: #fff;
|
|
display: inline-block;
|
|
}
|
|
|
|
/* 新闻动态 */
|
|
.trendsTitle {
|
|
height: 52px;
|
|
line-height: 52px;
|
|
font-size: 22px;
|
|
font-weight: 600;
|
|
display: flex;
|
|
margin-bottom: 20px;
|
|
border-top: 1px solid #f3f3f3;
|
|
border-bottom: 1px solid #f3f3f3;
|
|
position: relative;
|
|
}
|
|
.trendsTitle>img {
|
|
width: 30px;
|
|
height: 30px;
|
|
margin-right: 10px;
|
|
margin-top: 9px;
|
|
}
|
|
.trendsTitle>span {
|
|
color: #ababab;
|
|
font-size: 14px;
|
|
padding-top: 4px;
|
|
font-weight: normal;
|
|
padding-left: 10px;
|
|
text-transform: uppercase;
|
|
}
|
|
.trendsTitle-more {
|
|
font-size: 15px;
|
|
position: absolute;
|
|
right: 10px;
|
|
top: 0;
|
|
font-weight: normal;
|
|
color: #ababab;
|
|
}
|
|
.noticeList li {
|
|
margin-bottom: 20px;
|
|
border-bottom: 1px dashed #d5d5d5;
|
|
position: relative;
|
|
padding-bottom: 20px;
|
|
}
|
|
.noticeList li:last-child {
|
|
margin-bottom: 30px;
|
|
}
|
|
.noticeList-time {
|
|
width: 70px;
|
|
text-align: center;
|
|
padding: 5px 0 10px;
|
|
font-size: 14px;
|
|
color: #a0a0a0;
|
|
background: url(../images/newsBack.png);
|
|
background-position: bottom bottom;
|
|
background-size: 100%;
|
|
transition: .1s;
|
|
}
|
|
.noticeList-time>span {
|
|
font-size: 28px;
|
|
display: block;
|
|
font-weight: 600;
|
|
}
|
|
.noticeList-cont {
|
|
position: absolute;
|
|
width: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
padding-left: 90px;
|
|
box-sizing: border-box;
|
|
}
|
|
.noticeList-name {
|
|
font-size: 17px;
|
|
margin-bottom: 10px;
|
|
}
|
|
.noticeList-text {
|
|
color: #8d8d8d;
|
|
}
|
|
.noticeList li:hover .noticeList-time {
|
|
color: #fff;
|
|
background: url(../images/newsBack_active.png);
|
|
}
|
|
.pressList li {
|
|
position: relative;
|
|
margin-bottom: 20px;
|
|
border-bottom: 1px solid #f3f3f3;
|
|
padding-bottom: 20px;
|
|
}
|
|
.pressList li:last-child {
|
|
border: none;
|
|
padding-bottom: 10px;
|
|
}
|
|
.pressList-img {
|
|
position: relative;
|
|
width: 220px;
|
|
height: 147px;
|
|
}
|
|
.pressList-time {
|
|
position: absolute;
|
|
top: 10px;
|
|
left: 10px;
|
|
background-color: #040404;
|
|
color: #fff;
|
|
text-align: center;
|
|
line-height: 20px;
|
|
}
|
|
.pressList-time>span {
|
|
font-weight: 600;
|
|
display: block;
|
|
background-color: #b60f24;
|
|
font-size: 18px;
|
|
line-height: 24px;
|
|
}
|
|
.pressList-time>small {
|
|
padding: 10px 5px;
|
|
}
|
|
.pressList-cont {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
padding-left: 240px;
|
|
box-sizing: border-box;
|
|
}
|
|
.pressList-name {
|
|
font-size: 17px;
|
|
}
|
|
.pressList-text {
|
|
color: #8d8d8d;
|
|
margin: 15px 0 30px;
|
|
}
|
|
.pressList-more {
|
|
background-color: #f3f3f3;
|
|
display: inline-block;
|
|
height: 38px;
|
|
line-height: 38px;
|
|
padding: 0 15px 0 20px;
|
|
color: #515151;
|
|
font-size: 15px;
|
|
transition: .1s;
|
|
}
|
|
.pressList-more img {
|
|
padding-left: 5px;
|
|
}
|
|
.specialList {
|
|
overflow: hidden;
|
|
margin: 0 -7px;
|
|
}
|
|
.specialList li {
|
|
float: left;
|
|
width: calc(33.33% - 14px);
|
|
margin: 0 7px;
|
|
}
|
|
.specialList-img {
|
|
position: relative;
|
|
width: 100%;
|
|
padding-top: 66.67%;
|
|
margin-bottom: 10px;
|
|
}
|
|
.specialList-name {
|
|
font-size: 17px;
|
|
margin-bottom: 10px;
|
|
display: flex;
|
|
}
|
|
.specialList-name>span.specialList-title {
|
|
width: 65px;
|
|
display: block;
|
|
font-size: 15px;
|
|
font-weight: 600;
|
|
height: 24px;
|
|
position: relative;
|
|
}
|
|
.specialList-name>span.specialList-title::after {
|
|
position: absolute;
|
|
content: '';
|
|
background-color: #fdad02;
|
|
width: 58%;
|
|
height: 6px;
|
|
z-index: 0;
|
|
left: 0;
|
|
bottom: 0;
|
|
}
|
|
.specialList-name>span.specialList-text {
|
|
width: calc(100% - 65px);
|
|
}
|
|
.specialList-time {
|
|
color: #767676;
|
|
}
|
|
.specialList li>a:hover {
|
|
color: #000;
|
|
}
|
|
|
|
/* 创新平台 */
|
|
.platformBorder {
|
|
border: 1px solid #f3f3f3;
|
|
}
|
|
.platformTitle {
|
|
border-top: none;
|
|
border-bottom-style: dotted;
|
|
border-color: #ececec;
|
|
padding: 0 10px;
|
|
box-sizing: border-box;
|
|
color: #4b85de;
|
|
}
|
|
.platformBorder .insideList {
|
|
padding: 0 10px 20px;
|
|
box-sizing: border-box;
|
|
}
|
|
.platform {
|
|
margin-bottom: 30px;
|
|
}
|
|
.trendsModular {
|
|
margin: 0 -10px;
|
|
overflow: hidden;
|
|
}
|
|
.trendsModular .trendsLabel {
|
|
width: calc(50% - 20px);
|
|
margin: 0 10px;
|
|
float: left;
|
|
}
|
|
.platformCont {
|
|
margin: 0 10px 20px;
|
|
background-color: #f5f8fc;
|
|
border: 1px solid #bacef6;
|
|
}
|
|
.platformCont-text {
|
|
display: flex;
|
|
padding: 25px 10px 25px 20px;
|
|
box-sizing: border-box;
|
|
background-position: center right;
|
|
background-size: 60px 80%;
|
|
background-repeat: no-repeat;
|
|
}
|
|
.platformCont-name {
|
|
width: calc(100% - 80px);
|
|
line-height: 60px;
|
|
font-size: 26px;
|
|
font-weight: 600;
|
|
}
|
|
.platformCont-name>span {
|
|
font-size: 15px;
|
|
font-weight: normal;
|
|
padding-left: 20px;
|
|
color: #acabab;
|
|
text-transform: uppercase;
|
|
position: relative;
|
|
}
|
|
.platformCont-name>span::after {
|
|
position: absolute;
|
|
content: '';
|
|
left: 8px;
|
|
top: 5px;
|
|
width: 5px;
|
|
height: 5px;
|
|
border-radius: 50%;
|
|
background-color: #acabab;
|
|
}
|
|
.platformCont-img {
|
|
background-color: #fff;
|
|
border: 1px solid #326ec2;
|
|
box-shadow: 0 0 0 6px#e5edf7;
|
|
width: 60px;
|
|
height: 60px;
|
|
border-radius: 50%;
|
|
text-align: center;
|
|
padding: 10px;
|
|
margin-right: 20px;
|
|
box-sizing: border-box;
|
|
}
|
|
.platformCont-img img {
|
|
width: 100%;
|
|
}
|
|
.platformCont-more {
|
|
text-align: center;
|
|
line-height: 48px;
|
|
color: #4973c8;
|
|
font-size: 18px;
|
|
border-top: 1px solid #dae5f9;
|
|
display: block;
|
|
}
|
|
.platformCont-more img {
|
|
margin-left: 10px;
|
|
}
|
|
.echelonList li {
|
|
position: relative;
|
|
padding: 0 10px 20px;
|
|
box-sizing: border-box;
|
|
}
|
|
.echelonList-cont {
|
|
position: absolute;
|
|
width: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
padding: 10px 10px 20px 480px;
|
|
box-sizing: border-box;
|
|
}
|
|
.echelonList-img {
|
|
position: relative;
|
|
width: 450px;
|
|
height: 300px;
|
|
}
|
|
.echelonList-title {
|
|
text-align: center;
|
|
margin-bottom: 20px;
|
|
position: relative;
|
|
}
|
|
.echelonList-title::before {
|
|
position: absolute;
|
|
content: '';
|
|
left: 0;
|
|
top: calc(50% - 1px);
|
|
background-color: #3c67c2;
|
|
width: 100%;
|
|
height: 1px;
|
|
}
|
|
.echelonList-title>span {
|
|
background-color: #3c67c2;
|
|
border-left: 20px solid #fff;
|
|
border-right: 20px solid #fff;
|
|
color: #fff;
|
|
font-size: 17px;
|
|
font-weight: 600;
|
|
padding: 10px 15px;
|
|
display: inline-block;
|
|
position: relative;
|
|
}
|
|
.echelonList-title>span::after,
|
|
.echelonList-title>span::before {
|
|
position: absolute;
|
|
content: '';
|
|
top: calc(50% - 4px);
|
|
background-color: #3c67c2;
|
|
width: 8px;
|
|
height: 8px;
|
|
border-radius: 50%;
|
|
}
|
|
.echelonList-title>span::after {
|
|
left: -20px;
|
|
}
|
|
.echelonList-title>span::before {
|
|
right: -20px;
|
|
}
|
|
.echelonList-label {
|
|
background-color: #f5f9ff;
|
|
margin-top: 10px;
|
|
padding: 10px;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
}
|
|
.echelonList-label .echelonList-name {
|
|
width: 100px;
|
|
}
|
|
.echelonList-text {
|
|
width: calc(100% - 100px);
|
|
}
|
|
.echelonList-text p {
|
|
-webkit-line-clamp: 3;
|
|
text-align: justify;
|
|
line-height: 25px;
|
|
}
|
|
.echelonList-text a{
|
|
color: #b60f24;
|
|
font-weight: 600;
|
|
float: right;
|
|
}
|
|
|
|
/* 科研成果 */
|
|
.gainList-img {
|
|
position: relative;
|
|
width: 300px;
|
|
height: 200px;
|
|
}
|
|
.scientificTitle {
|
|
line-height: 50px;
|
|
margin-bottom: 10px;
|
|
border-top: 3px solid #f0f2f5;
|
|
font-size: 22px;
|
|
font-weight: 600;
|
|
display: flex;
|
|
position: relative;
|
|
}
|
|
.scientificTitle::after {
|
|
position: absolute;
|
|
content: '';
|
|
background-color: #3c67c2;
|
|
width: 80px;
|
|
height: 3px;
|
|
top: -3px;
|
|
left: 0;
|
|
}
|
|
.scientificTitle>img {
|
|
width: 24px;
|
|
height: 24px;
|
|
margin-top: 12px;
|
|
margin-right: 10px;
|
|
}
|
|
.scientific-more {
|
|
font-size: 15px;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
font-weight: normal;
|
|
color: #334496;
|
|
}
|
|
.scientific-more>img {
|
|
width: 14px;
|
|
height: 14px;
|
|
vertical-align: -2px;
|
|
}
|
|
.gainList li {
|
|
position: relative;
|
|
padding-bottom: 25px;
|
|
margin-bottom: 25px;
|
|
border-bottom: 1px solid #f3f3f3;
|
|
}
|
|
.gainList li:last-child {
|
|
border: none;
|
|
padding-bottom: 10px;
|
|
}
|
|
.gainList li>a {
|
|
background-color: #f6f7f9;
|
|
display: block;
|
|
}
|
|
.gainList-cont {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
padding: 10px 20px 20px 330px;
|
|
box-sizing: border-box;
|
|
}
|
|
.gainList-time {
|
|
color: #6e6e6e;
|
|
}
|
|
.gainList-time>span {
|
|
font-size: 32px;
|
|
font-weight: 600;
|
|
padding-right: 5px;
|
|
color: #000;
|
|
}
|
|
.gainList-name {
|
|
font-size: 17px;
|
|
margin: 5px 0;
|
|
}
|
|
.gainList-text {
|
|
line-height: 24px;
|
|
color: #969696;
|
|
margin-bottom: 20px;
|
|
}
|
|
.gainList-more {
|
|
display: flex;
|
|
color: #636363;
|
|
}
|
|
.gainList-more img {
|
|
width: 12px;
|
|
height: 12px;
|
|
margin: 4px 0 0 3px;
|
|
-webkit-filter: grayscale(100%);
|
|
filter: grayscale(100%);
|
|
}
|
|
.gainList li>a:hover .gainList-name {
|
|
color: #000;
|
|
}
|
|
.gainList li>a:hover .gainList-more {
|
|
color: #3c67c2;
|
|
}
|
|
.gainList li>a:hover .gainList-more img {
|
|
-webkit-filter: grayscale(0%);
|
|
filter: grayscale(0%);
|
|
}
|
|
.awardList li {
|
|
margin-bottom: 20px;
|
|
border: 1px solid #f3f3f3;
|
|
padding: 10px 10px 10px 0;
|
|
box-sizing: border-box;
|
|
}
|
|
.awardList li:last-child {
|
|
margin-bottom: 30px;
|
|
}
|
|
.awardList li>a {
|
|
display: flex;
|
|
}
|
|
.awardList-cont {
|
|
width: calc(100% - 200px);
|
|
margin-right: 20px;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
}
|
|
.awardList-time {
|
|
width: 100px;
|
|
text-align: center;
|
|
border-right: 1px solid #f3f3f3;
|
|
height: 80px;
|
|
margin-top: 25px;
|
|
color: #6e6e6e;
|
|
}
|
|
.awardList-time>span {
|
|
display: block;
|
|
font-size: 32px;
|
|
font-weight: 600;
|
|
color: #000;
|
|
}
|
|
.awardList-title {
|
|
width: calc(100% - 100px);
|
|
padding-left: 30px;
|
|
box-sizing: border-box;
|
|
}
|
|
.awardList-name {
|
|
font-size: 17px;
|
|
margin: 20px 0;
|
|
}
|
|
.awardList-text {
|
|
color: #969696;
|
|
}
|
|
.awardList-img {
|
|
position: relative;
|
|
width: 180px;
|
|
height: 120px;
|
|
}
|
|
.patentTop {
|
|
display: flex;
|
|
border-bottom: 1px dotted #e4e4e4;
|
|
padding-bottom: 20px;
|
|
}
|
|
.patentTop-time {
|
|
width: 100px;
|
|
padding: 0 0 5px;
|
|
text-align: center;
|
|
background-color: #ebf3ff;
|
|
color: #2057ae;
|
|
}
|
|
.patentTop-time>span {
|
|
display: block;
|
|
font-size: 32px;
|
|
font-weight: 600;
|
|
}
|
|
.patentTop-cont {
|
|
width: calc(100% - 120px);
|
|
margin-left: 20px;
|
|
}
|
|
.patentTop-name {
|
|
font-size: 18px;
|
|
margin: 10px 0;
|
|
font-weight: 600;
|
|
}
|
|
.patentTop-text {
|
|
color: #a8a8a8;
|
|
font-size: 15px;
|
|
}
|
|
.patentList li {
|
|
padding: 15px 0;
|
|
}
|
|
.patentList li>a {
|
|
padding-left: 15px;
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
display: flex;
|
|
}
|
|
.patentList li>a::after {
|
|
position: absolute;
|
|
content: '';
|
|
left: 0;
|
|
top: calc(50% - 3px);
|
|
width: 5px;
|
|
height: 5px;
|
|
background-color: #2057ae;
|
|
transform: rotate(-45deg);
|
|
}
|
|
.patentList-name {
|
|
flex: 1;
|
|
font-size: 17px;
|
|
}
|
|
.patentList-time {
|
|
color: #a3a3a3;
|
|
font-size: 16px;
|
|
}
|
|
|
|
/* 二级页面公共标题 */
|
|
.publicTitle {
|
|
font-size: 22px;
|
|
font-weight: 600;
|
|
display: flex;
|
|
position: relative;
|
|
padding-bottom: 10px;
|
|
margin-bottom: 20px;
|
|
}
|
|
.publicTitle::after {
|
|
position: absolute;
|
|
content: '';
|
|
left: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 3px;
|
|
background-color: #2458c8;
|
|
}
|
|
.publicTitle>img {
|
|
width: 28px;
|
|
height: 28px;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
/* 党政建设 */
|
|
.partyList li {
|
|
margin-top: 20px;
|
|
padding-bottom: 20px;
|
|
border-bottom: 1px solid #ededed;
|
|
position: relative;
|
|
}
|
|
.partyList-cont {
|
|
position: absolute;
|
|
width: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
padding-left: 220px;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
}
|
|
.partyList-time {
|
|
width: 110px;
|
|
color: #1552a6;
|
|
text-align: center;
|
|
}
|
|
.partyList-time>span {
|
|
font-size: 32px;
|
|
position: relative;
|
|
display: block;
|
|
font-weight: 600;
|
|
padding-bottom: 5px;
|
|
}
|
|
.partyList-time>span::after {
|
|
position: absolute;
|
|
content: '';
|
|
left: calc(50% - 30px);
|
|
bottom: 5px;
|
|
width: 60px;
|
|
height: 1px;
|
|
background-color: #e6e6e6;
|
|
}
|
|
.partyList-title {
|
|
width: calc(100% - 110px);
|
|
box-sizing: border-box;
|
|
}
|
|
.partyList-name {
|
|
font-size: 17px;
|
|
margin-bottom: 20px;
|
|
}
|
|
.partyList-text {
|
|
line-height: 24px;
|
|
margin-bottom: 30px;
|
|
color: #969696;
|
|
}
|
|
.partyList-img {
|
|
position: relative;
|
|
width: 220px;
|
|
height: 147px;
|
|
}
|
|
|
|
/* 学习园地 */
|
|
.studyList li {
|
|
padding-bottom: 20px;
|
|
margin-bottom: 20px;
|
|
border-bottom: 1px solid #efefef;
|
|
}
|
|
.studyList li>a {
|
|
padding-left: 15px;
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
display: flex;
|
|
}
|
|
.studyList li>a::after,
|
|
.studyList li>a::before {
|
|
position: absolute;
|
|
content: '';
|
|
border-radius: 50%;
|
|
width: 5px;
|
|
height: 5px;
|
|
}
|
|
.studyList li>a::after {
|
|
left: 0;
|
|
top: calc(50% - 3px);
|
|
background-color: #2057ae;
|
|
}
|
|
.studyList li>a::before {
|
|
left: 2px;
|
|
top: calc(50% - 1px);
|
|
background-color: #bdcdee;
|
|
}
|
|
.studyList-name {
|
|
flex: 1;
|
|
font-size: 17px;
|
|
}
|
|
.studyList-time {
|
|
color: #a3a3a3;
|
|
font-size: 16px;
|
|
}
|
|
|
|
/* 能源环境研究院 */
|
|
.learnTop {
|
|
margin-top: 20px;
|
|
border: 1px solid #f3f3f3;
|
|
}
|
|
.learnTop-cont {
|
|
width: 100%;
|
|
padding: 20px 20px 10px;
|
|
box-sizing: border-box;
|
|
}
|
|
.learnTop-title {
|
|
position: relative;
|
|
padding-bottom: 10px;
|
|
margin-bottom: 20px;
|
|
}
|
|
.learnTop-more {
|
|
padding: 0 15px;
|
|
box-sizing: border-box;
|
|
text-align: center;
|
|
font-size: 16px;
|
|
height: 42px;
|
|
line-height: 42px;
|
|
border-radius: 80px;
|
|
color: #2f63ba;
|
|
border: 1px solid #2f63ba;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
}
|
|
.learnTop-more>span {
|
|
position: relative;
|
|
display: inline-block;
|
|
padding: 0 15px;
|
|
box-sizing: border-box;
|
|
}
|
|
.learnTop-more>span::after,
|
|
.learnTop-more>span::before {
|
|
position: absolute;
|
|
content: '';
|
|
top: calc(50% - 2px);
|
|
width: 4px;
|
|
height: 1px;
|
|
background-color: #2f63ba;
|
|
}
|
|
.learnTop-more>span::after {
|
|
left: 0;
|
|
}
|
|
.learnTop-more>span::before {
|
|
right: 0;
|
|
}
|
|
.learnTop-title>span {
|
|
font-size: 24px;
|
|
color: #2f63ba;
|
|
}
|
|
.learnTop-title::after {
|
|
position: absolute;
|
|
content: '';
|
|
left: 0;
|
|
bottom: 0;
|
|
width: 60px;
|
|
height: 3px;
|
|
background-color: #2f63ba;
|
|
}
|
|
.learnTop-text {
|
|
color: #5d5d5d;
|
|
font-size: 16px;
|
|
text-align: justify;
|
|
line-height: 22px;
|
|
}
|
|
.learnTop-img {
|
|
position: relative;
|
|
width: 100%;
|
|
padding-top: 40%;
|
|
}
|
|
.learnTop-img>span {
|
|
background-size: 100% auto;
|
|
background-position: top center;
|
|
}
|
|
.learnNews {
|
|
margin-top: 30px;
|
|
display: flex;
|
|
}
|
|
.learnNews-left {
|
|
width: 210px;
|
|
height: 280px;
|
|
background-position: center bottom;
|
|
background-size: 100%;
|
|
color: #fff;
|
|
padding: 20px;
|
|
box-sizing: border-box;
|
|
}
|
|
.learnNews-left-name {
|
|
font-size: 26px;
|
|
margin-bottom: 5px;
|
|
}
|
|
.learnNews-left-text {
|
|
font-size: 18px;
|
|
font-style: italic;
|
|
text-transform: uppercase;
|
|
position: relative;
|
|
padding-bottom: 20px;
|
|
margin-bottom: 50px;
|
|
}
|
|
.learnNews-left-text::after,
|
|
.learnNews-left-text::before {
|
|
position: absolute;
|
|
content: '';
|
|
left: 0;
|
|
bottom: 0;
|
|
height: 3px;
|
|
}
|
|
.learnNews-left-text::after {
|
|
width: 100%;
|
|
background-color: #8cb0e0;
|
|
z-index: 1;
|
|
}
|
|
.learnNews-left-text::before {
|
|
background-color: #fff;
|
|
z-index: 3;
|
|
width: 50px;
|
|
}
|
|
.learnNews-left-btn {
|
|
border: 1px solid #fff;
|
|
display: flex;
|
|
color: #fff;
|
|
height: 40px;
|
|
}
|
|
.learnNews-left-btn:hover {
|
|
color: #fff;
|
|
}
|
|
.learnNews-left-btn>span {
|
|
width: 40px;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
font-size: 24px;
|
|
text-align: center;
|
|
border-right: 1px solid #fff;
|
|
}
|
|
.learnNews-left-more {
|
|
font-size: 16px;
|
|
line-height: 40px;
|
|
width: calc(100% - 40px);
|
|
text-align: center;
|
|
}
|
|
.learnNews-right {
|
|
width: calc(100% - 230px);
|
|
margin-left: 20px;
|
|
}
|
|
.learnList li {
|
|
border: 1px solid #f3f3f3;
|
|
padding: 10px;
|
|
box-sizing: border-box;
|
|
margin-bottom: 20px;
|
|
position: relative;
|
|
}
|
|
.learnList-img {
|
|
position: relative;
|
|
width: 240px;
|
|
height: 160px;
|
|
}
|
|
.learnList-cont {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
padding: 10px 10px 10px 270px;
|
|
box-sizing: border-box;
|
|
}
|
|
.learnList-name {
|
|
font-size: 17px;
|
|
}
|
|
.learnList-time {
|
|
color: #909090;
|
|
margin: 10px 0;
|
|
font-size: 13px;
|
|
}
|
|
.learnList-text {
|
|
color: #717171;
|
|
}
|
|
.learnList-more {
|
|
border: 1px solid #dedede;
|
|
border-radius: 50px;
|
|
height: 38px;
|
|
line-height: 38px;
|
|
padding: 0 20px;
|
|
display: inline-block;
|
|
color: #6a6a6a;
|
|
margin-top: 20px;
|
|
}
|
|
.contactUs-map {
|
|
width: 100%;
|
|
margin-top: 20px;
|
|
}
|
|
.contactUs-map img {
|
|
max-width: 100%;
|
|
}
|
|
.contactUs-title {
|
|
font-size: 26px;
|
|
color: #2f63ba;
|
|
margin: 20px 0;
|
|
}
|
|
.contactUs-label {
|
|
position: relative;
|
|
}
|
|
.contactUs-label>span {
|
|
font-size: 17px;
|
|
line-height: 20px;
|
|
display: block;
|
|
padding-bottom: 15px;
|
|
margin-bottom: 15px;
|
|
border-bottom: 1px dotted #dddddd;
|
|
width: 50%;
|
|
}
|
|
.contactUs-label>span img {
|
|
width: 18px;
|
|
height: 18px;
|
|
margin-right: 10px;
|
|
}
|
|
.contactUs-code {
|
|
position: absolute;
|
|
text-align: center;
|
|
right: 0;
|
|
top: 0;
|
|
}
|
|
.contactUs-code img {
|
|
width: 110px;
|
|
margin-bottom: 10px;
|
|
display: block;
|
|
}
|
|
|
|
/* 预决算公告 */
|
|
.budgetList {
|
|
border-bottom: 1px dotted #dcdcdc;
|
|
padding-bottom: 30px;
|
|
margin-bottom: 30px;
|
|
}
|
|
.budgetList li {
|
|
border: none;
|
|
padding-bottom: 10px;
|
|
margin-top: 10px;
|
|
}
|
|
.budgetList li:last-child {
|
|
margin-bottom: 0;
|
|
padding-bottom: 0 ;
|
|
}
|
|
|
|
/* 详情页 */
|
|
.details {
|
|
border: 1px solid #f3f3f3;
|
|
padding: 30px 20px;
|
|
box-sizing: border-box;
|
|
}
|
|
.details-name {
|
|
font-size: 24px;
|
|
text-align: center;
|
|
color: #000;
|
|
}
|
|
.details-time {
|
|
text-align: center;
|
|
color: #a1a1a1;
|
|
font-size: 15px;
|
|
margin: 20px 0 30px;
|
|
}
|
|
.details-text {
|
|
font-size: 16px;
|
|
line-height: 26px;
|
|
}
|
|
.details-text>p {
|
|
text-indent: 2em;
|
|
margin-bottom: 20px;
|
|
text-align: justify;
|
|
}
|
|
|
|
/* 无图片的列表 */
|
|
.noGraphList li {
|
|
margin-bottom: 20px;
|
|
border-bottom: 1px solid #f3f3f3;
|
|
position: relative;
|
|
padding-bottom: 20px;
|
|
}
|
|
.noGraphList-time {
|
|
width: 70px;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
color: #999999;
|
|
border: 1px solid #f1f1f1;
|
|
}
|
|
.noGraphList-time>small {
|
|
line-height: 30px;
|
|
font-size: 14px;
|
|
}
|
|
.noGraphList-time>span {
|
|
font-size: 28px;
|
|
display: block;
|
|
font-weight: 600;
|
|
color: #000;
|
|
border-top: 1px solid #f1f1f1;
|
|
padding: 3px 0;
|
|
}
|
|
.noGraphList-name {
|
|
position: absolute;
|
|
width: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
padding-left: 90px;
|
|
font-size: 17px;
|
|
box-sizing: border-box;
|
|
}
|
|
.noGraphList-name span {
|
|
height: 78px;
|
|
display: table-cell;
|
|
line-height: 28px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
/* 列表页-有图 */
|
|
.GraphList li {
|
|
border-bottom: 1px solid #f3f3f3;
|
|
box-sizing: border-box;
|
|
margin-bottom: 30px;
|
|
position: relative;
|
|
}
|
|
.GraphList-img {
|
|
position: relative;
|
|
width: 240px;
|
|
height: 160px;
|
|
}
|
|
.GraphList-cont {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
padding-left: 270px;
|
|
box-sizing: border-box;
|
|
}
|
|
.GraphList-name {
|
|
font-size: 17px;
|
|
}
|
|
.GraphList-text {
|
|
font-size: 15px;
|
|
margin: 20px 0 30px;
|
|
color: #717171;
|
|
}
|
|
.GraphList-time {
|
|
display: flex;
|
|
}
|
|
.GraphList-time>span {
|
|
font-size: 15px;
|
|
color: #8d8d8d;
|
|
margin-right: 30px;
|
|
border-right: 1px solid #e2e2e2;
|
|
padding-right: 30px;
|
|
}
|
|
.GraphList-more {
|
|
color: #1a4e97;
|
|
font-size: 15px;
|
|
}
|
|
.GraphList-more img {
|
|
padding-left: 10px;
|
|
}
|
|
|
|
/* 图文列表 */
|
|
.imageTextList {
|
|
display: flex;
|
|
margin: 0 -5px;
|
|
align-items: center;
|
|
justify-content: flex-start;
|
|
flex-wrap: wrap;
|
|
}
|
|
.imageTextList li {
|
|
box-sizing: border-box;
|
|
width: 33.33%;
|
|
padding: 0 13px;
|
|
margin-bottom: 30px;
|
|
}
|
|
.imageTextList-img {
|
|
position: relative;
|
|
padding-top: 66.66%;
|
|
width: 100%;
|
|
}
|
|
.imageTextList-cont {
|
|
position: relative;
|
|
margin-top: 15px;
|
|
border-bottom: 1px solid #e4e4e4;
|
|
height: 120px;
|
|
}
|
|
.imageTextList-time {
|
|
width: 70px;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
color: #999999;
|
|
border: 1px solid #f1f1f1;
|
|
transition: .1s;
|
|
}
|
|
.imageTextList-time>small {
|
|
line-height: 30px;
|
|
font-size: 14px;
|
|
}
|
|
.imageTextList-time>span {
|
|
font-size: 28px;
|
|
display: block;
|
|
font-weight: 600;
|
|
color: #000;
|
|
border-top: 1px solid #f1f1f1;
|
|
padding: 3px 0;
|
|
}
|
|
.imageTextList-title {
|
|
position: absolute;
|
|
width: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
padding-left: 90px;
|
|
font-size: 17px;
|
|
box-sizing: border-box;
|
|
}
|
|
.imageTextList-more {
|
|
font-size: 14px;
|
|
color: #484848;
|
|
margin-top: 20px;
|
|
}
|
|
.imageTextList-more img {
|
|
width: 16px;
|
|
margin-left: 10px;
|
|
vertical-align: 2px;
|
|
-webkit-filter: grayscale(100%);
|
|
filter: grayscale(100%);
|
|
}
|
|
.imageTextList-name {
|
|
margin-top: 10px;
|
|
height: 48px;
|
|
}
|
|
.imageTextList li:hover .imageTextList-more {
|
|
color: #18489a;
|
|
}
|
|
.imageTextList li:hover .imageTextList-more img {
|
|
-webkit-filter: grayscale(0%);
|
|
filter: grayscale(0%);
|
|
}
|
|
.imageTextList li:hover .imageTextList-cont {
|
|
border-color: #18489a;
|
|
}
|
|
.imageTextList li:hover .imageTextList-time>span,
|
|
.imageTextList li:hover .imageTextList-time {
|
|
border-color: #18489a;
|
|
color: #18489a;
|
|
}
|
|
|
|
/* 768px */
|
|
@media (max-width: 768px) {}
|
|
|
|
/* 768px */
|
|
@media (min-width: 768px) {}
|
|
|
|
/* 992px */
|
|
@media (min-width: 992px) {}
|
|
|
|
/* 1200px */
|
|
@media (min-width: 1200) {}
|