2024-12-27 08:52:44 +08:00

700 lines
17 KiB
CSS

@charset "utf-8";
body {
background-color: #eee;
font-family: "Microsoft Yahei", 'Helvetica Neue', sans-serif;
line-height: 1.6;
font-size: 14px;
color: #333;
}
img {
display: block;
max-width: 100%;
margin: 0 auto;
}
p,
a {
word-break: break-all;
}
.container {
width: 1040px;
padding: 50px 20px 30px;
margin: 0 auto;
background-color: #fff;
}
/* 页面主体 */
.page-main {
margin-bottom: 20px;
}
/* 版面图片 */
.pic-box {
position: relative;
width: 410px;
max-height: 760px;
padding: 16px 0px;
border: 1px solid #bbb;
}
.pic-box #Bantu {
width: auto;
height: auto;
max-width: 100%;
max-height: 670px;
}
.pic-box .pic-info {
margin-top: 20px;
line-height: 26px;
padding: 0px 13px;
}
.pic-box .pic-info-ctrl {
display: inline-block;
width: 60px;
height: 24px;
line-height: 22px;
border: 1px solid #cdd1d8;
border-radius: 2px;
background-color: #f5f5f5;
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fff), to(#e2e7f0));
background: -webkit-linear-gradient(top, #fff 30%, #e2e7f0);
background: -o-linear-gradient(top, #fff 30%, #e2e7f0);
background: linear-gradient(to bottom, #fff 30%, #e2e7f0);
text-align: center;
color: #7186b6;
-webkit-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.pic-box .pic-info-ctrl-prev {
margin-right: 11px;
}
.pic-box .pic-info-ctrl:hover {
-webkit-transform: translateY(-2px);
-ms-transform: translateY(-2px);
transform: translateY(-2px);
-webkit-box-shadow: none;
box-shadow: none;
}
/* 主体 */
.main-box {
margin-left: 435px;
}
.main-header {
margin-bottom: 12px;
overflow: hidden;
}
.main-header h1 {
font-weight: 600;
font-size: 24px;
color: #333;
}
.main-header-nav {
margin-top: 10px;
}
.main-header-nav li {
padding: 0 14px;
line-height: 18px;
border-right: 1px solid #91a5d2;
font-size: 16px;
}
.main-header-nav li:last-of-type {
border-right: none;
}
.main-header-nav li a {
color: #91a5d2;
}
.main-header-nav li a:hover {
text-decoration: underline;
}
.main-tools {
position: relative;
height: 51px;
padding: 13px 8px;
margin-bottom: 15px;
background-color: #f5f5f5;
background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fff), to(#e2e7f0));
background: -webkit-linear-gradient(top, #fff 30%, #e2e7f0);
background: -o-linear-gradient(top, #fff 30%, #e2e7f0);
background: linear-gradient(to bottom, #fff 30%, #e2e7f0);
border-top: 1px solid #c6c7bc;
}
.main-tools-ctrl {
display: inline-block;
width: 80px;
height: 24px;
line-height: 22px;
border: 1px solid #cdd1d8;
border-radius: 2px;
background-color: #f5f5f5;
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fff), to(#e2e7f0));
background: -webkit-linear-gradient(top, #fff 30%, #e2e7f0);
background: -o-linear-gradient(top, #fff 30%, #e2e7f0);
background: linear-gradient(to bottom, #fff 30%, #e2e7f0);
text-align: center;
color: #7186b6;
-webkit-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.main-tools-ctrl-nav {
margin-right: 11px;
}
.main-tools-ctrl:hover {
-webkit-transform: translateY(-2px);
-ms-transform: translateY(-2px);
transform: translateY(-2px);
-webkit-box-shadow: none;
box-shadow: none;
}
.main-layout {
margin-bottom: 20px;
overflow: hidden;
}
.main-layout .layout-catalogue {
width: 275px;
border: 1px solid #bbb;
}
.main-layout .layout-catalogue-title {
position: relative;
height: 31px;
line-height: 30px;
padding-left: 24px;
background-color: #f5f5f5;
background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), to(#e2e7f0));
background: -webkit-linear-gradient(top, #fff 20%, #e2e7f0);
background: -o-linear-gradient(top, #fff 20%, #e2e7f0);
background: linear-gradient(to bottom, #fff 20%, #e2e7f0);
border-bottom: 1px solid #bbb;
font-weight: normal;
font-size: 16px;
color: #7186b6;
}
.main-layout .layout-catalogue-title:before {
content: "";
position: absolute;
top: 50%;
left: 10px;
width: 6px;
height: 16px;
background-color: #7186b6;
margin-top: -8px;
}
.main-layout .layout-catalogue-main {
position: relative;
height: 310px;
padding: 12px 8px 12px 12px;
}
.main-layout .layout-catalogue-list {
height: 288px;
overflow-y: auto;
}
.main-layout .layout-catalogue-list .layout-catalogue-item:last-of-type {
border-bottom: none;
}
.main-layout .layout-catalogue-list::-webkit-scrollbar {
width: 5px;
height: 5px;
background: transparent;
}
.main-layout .layout-catalogue-list::-webkit-scrollbar-track {
border-radius: 3px;
}
.main-layout .layout-catalogue-list::-webkit-scrollbar-track-piece {
display: none;
}
.main-layout .layout-catalogue-list::-webkit-scrollbar-thumb {
background-color: #e5e5e5;
border-radius: 3px;
cursor: pointer;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.main-layout .layout-catalogue-list::-webkit-scrollbar-thumb:hover {
background-color: #ccc;
}
.main-layout .layout-catalogue-item {
position: relative;
height: 35px;
line-height: 35px;
border-bottom: 1px dashed #ccc;
padding-right: 30px;
white-space: nowrap;
-webkit-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
}
.main-layout .layout-catalogue-item a {
color: #333;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.main-layout .layout-catalogue-item:hover a,
.main-layout .layout-catalogue-item.active a {
color: #d8000d;
}
.main-layout .layout-calendar {
position: relative;
width: 275px;
padding: 12px 10px;
background-color: #ecf1fa;
border: 1px solid #bbb;
}
.main-layout .layout-calendar .calendar-header {
position: relative;
height: 32px;
line-height: 32px;
padding: 0 5px;
background-color: #f5f5f5;
background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), to(#efe7ee));
background: -webkit-linear-gradient(top, #fff 20%, #efe7ee);
background: -o-linear-gradient(top, #fff 20%, #efe7ee);
background: linear-gradient(to bottom, #fff 20%, #efe7ee);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.main-layout .layout-calendar .calendar-header h4 {
font-size: 14px;
color: #5b5e64;
}
.main-layout .layout-calendar .calendar-header .date-toggle-item {
position: relative;
}
.main-layout .layout-calendar .calendar-header .date-toggle-item select {
height: 20px;
padding-left: 4px;
}
.main-layout .layout-calendar .calendar-header .date-toggle-item .icon-toggle {
display: inline-block;
width: 0;
height: 0;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
cursor: pointer;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.main-layout .layout-calendar .calendar-header .date-toggle-item .icon-toggle-prev {
border-right: 7px solid #5b5e64;
}
.main-layout .layout-calendar .calendar-header .date-toggle-item .icon-toggle-next {
border-left: 7px solid #5b5e64;
}
.main-layout .layout-calendar .calendar-header .date-toggle-item .icon-toggle:hover {
opacity: .8;
}
.main-layout .layout-calendar .calendar-header .date-toggle-item.year-toggle {
margin-right: 5px;
}
.main-layout .layout-calendar .calendar-week {
background-color: #fff;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.main-layout .layout-calendar .calendar-week li {
display: inline-block;
width: 12.5%;
height: 20px;
line-height: 20px;
margin: 1px .1%;
background-color: #8391ad;
background: -webkit-gradient(linear, left top, left bottom, from(#696e7a), to(#95a9cf));
background: -webkit-linear-gradient(top, #696e7a, #95a9cf);
background: -o-linear-gradient(top, #696e7a, #95a9cf);
background: linear-gradient(to bottom, #696e7a, #95a9cf);
text-align: center;
color: #fff;
}
.main-layout .layout-calendar .calendar-week li:last-of-type {
margin-right: 0;
}
.main-layout .layout-calendar .calendar-main {
background-color: #fff;
border: 1px solid #fff;
line-height: 1;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.main-layout .layout-calendar .calendar-main .day {
display: inline-block;
width: 13%;
height: 20px;
line-height: 20px;
margin: 2px .64%;
background-color: #ecf1fa;
text-align: center;
vertical-align: bottom;
cursor: pointer;
}
.main-layout .layout-calendar .calendar-main .day.disabled {
color: #aaa;
cursor: not-allowed;
}
.main-layout .layout-calendar .calendar-main .day.active {
background-color: #d8000d;
color: #fff;
cursor: pointer;
}
.main-layout .layout-calendar .calendar-footer {
padding: 5px;
line-height: 22px;
background-color: #fff;
}
.main-layout .layout-calendar .calendar-footer .date-input {
width: 35px;
height: 22px;
border: 1px solid #a9a9a9;
text-align: center;
}
.main-layout .layout-calendar .calendar-footer .btn-view {
width: 55px;
background-color: #7888a5;
background: -webkit-gradient(linear, left top, left bottom, from(#4b525c), color-stop(#7888a5), to(#879abd));
background: -webkit-linear-gradient(top, #4b525c, #7888a5, #879abd);
background: -o-linear-gradient(top, #4b525c, #7888a5, #879abd);
background: linear-gradient(to bottom, #4b525c, #7888a5, #879abd);
border: 2px solid #90a2b8;
border-radius: 2px;
text-align: center;
color: #fff;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.main-layout .layout-calendar .calendar-footer .btn-view:hover {
-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}
.main-news {
position: relative;
border: 1px solid #bbb;
}
.main-news-title {
position: relative;
height: 33px;
line-height: 32px;
padding-left: 24px;
background-color: #f5f5f5;
background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), to(#e2e7f0));
background: -webkit-linear-gradient(top, #fff 20%, #e2e7f0);
background: -o-linear-gradient(top, #fff 20%, #e2e7f0);
background: linear-gradient(to bottom, #fff 20%, #e2e7f0);
border-bottom: 1px solid #bbb;
font-weight: normal;
font-size: 16px;
color: #7186b6;
}
.main-news-title:before {
content: "";
position: absolute;
top: 50%;
left: 10px;
width: 6px;
height: 16px;
background-color: #7186b6;
margin-top: -8px;
}
.main-news-main {
padding: 5px 15px;
}
.main-news-main .news-item {
position: relative;
height: 35px;
line-height: 35px;
padding-left: 16px;
white-space: nowrap;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
}
.main-news-main .news-item a {
color: #333;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.main-news-main .news-item a:hover {
text-decoration: underline;
}
.main-news-main .news-item:before {
content: "";
position: absolute;
top: 50%;
left: 0;
display: inline-block;
width: 6px;
height: 6px;
border-radius: 50%;
margin-top: -3px;
background-color: #acbfe6;
}
.main-content {
min-height: 370px;
padding: 30px;
border-top: 1px solid #bbb;
overflow-y: auto;
font-size: 1em;
}
.main-content::-webkit-scrollbar {
width: 5px;
height: 5px;
background: transparent;
}
.main-content::-webkit-scrollbar-track {
border-radius: 3px;
}
.main-content::-webkit-scrollbar-track-piece {
display: none;
}
.main-content::-webkit-scrollbar-thumb {
background-color: #e5e5e5;
border-radius: 3px;
cursor: pointer;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.main-content::-webkit-scrollbar-thumb:hover {
background-color: #ccc;
}
.main-content-wrapper {
margin-bottom: 20px;
}
.main-content-header,
.main-content-footer {
position: relative;
height: 32px;
line-height: 32px;
padding: 0 12px;
background-color: #f5f5f5;
background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #fff), to(#efefef));
background: -webkit-linear-gradient(top, #fff 40%, #efefef);
background: -o-linear-gradient(top, #fff 40%, #efefef);
background: linear-gradient(to bottom, #fff 40%, #efefef);
overflow: hidden;
}
.main-content-header .article-ctrls,
.main-content-footer .article-ctrls {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.main-content-header .article-ctrl,
.main-content-footer .article-ctrl {
display: inline-block;
width: 80px;
height: 24px;
line-height: 22px;
border: 1px solid #cdd1d8;
border-radius: 2px;
background-color: #f5f5f5;
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fff), to(#e2e7f0));
background: -webkit-linear-gradient(top, #fff 30%, #e2e7f0);
background: -o-linear-gradient(top, #fff 30%, #e2e7f0);
background: linear-gradient(to bottom, #fff 30%, #e2e7f0);
text-align: center;
color: #7186b6;
-webkit-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.main-content-header .article-ctrl-prev,
.main-content-footer .article-ctrl-prev {
margin-right: 11px;
}
.main-content-header .article-ctrl:hover,
.main-content-footer .article-ctrl:hover {
-webkit-transform: translateY(-2px);
-ms-transform: translateY(-2px);
transform: translateY(-2px);
-webkit-box-shadow: none;
box-shadow: none;
}
.main-content-header .font-ctrls,
.main-content-footer .font-ctrls {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.main-content-header .font-ctrl,
.main-content-footer .font-ctrl {
position: relative;
display: inline-block;
margin-left: 16px;
cursor: pointer;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.main-content-header .font-ctrl.disabled,
.main-content-footer .font-ctrl.disabled {
cursor: not-allowed;
}
.main-content-header .font-ctrl-icon,
.main-content-footer .font-ctrl-icon {
position: relative;
top: 2px;
display: inline-block;
width: 11px;
height: 11px;
margin-left: 4px;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.main-content-header .font-ctrl-icon-plus,
.main-content-footer .font-ctrl-icon-plus {
background-image: url(/public/static/icon_plus.png);
}
.main-content-header .font-ctrl-icon-sub,
.main-content-footer .font-ctrl-icon-sub {
background-image: url(/public/static/icon_sub.png);
}
.main-content-header .font-ctrl-icon-default,
.main-content-footer .font-ctrl-icon-default {
background-image: url(/public/static/icon_default.png);
}
.main-content-header .font-ctrl-icon-read,
.main-content-footer .font-ctrl-icon-read {
background-image: url(/public/static/icon_read.png);
}
.main-content-header .font-ctrl:hover,
.main-content-footer .font-ctrl:hover {
-webkit-transform: translateY(-2px);
-ms-transform: translateY(-2px);
transform: translateY(-2px);
}
/* 页脚 */
.footer {
padding: 15px 0;
border: 1px solid #bbb;
text-align: center;
}
.footer-content {
line-height: 26px;
color: #666;
}
.footer-content a {
color: #666;
}
.footer-content a:hover {
text-decoration: underline;
}
.imgdesc{
font-family: "楷体";
text-align: center;
}
.info {
text-align: left;
}
.imgTextBox {
/* background: #eee; */
margin: 10px 6px;
}
.info .pText {
font-size: 14px;
color: #343434;
text-indent: 2em;
margin: 10px auto;
line-height: 30px;
}
.info .imgText {
/*text-indent: 2em;*/
font-size: 16px;
color: #343434;
line-height: 25px;
margin: 10px 0;
text-align: left;
font-family: ;
}
.info .pImg {
text-align: center;
}
.info .conentImg {
max-width: 100%;
}
.info .infoContent {
font-size: 16px;
line-height: 30px;
text-align: justify;
}
.info .infoContent p {
font-size: 16px;
line-height: 30px;
margin: 10px auto 0;
}
.swiper-box .swiper-container {
margin-top:15px;
}
.swiper-container{
margin: 0 auto;
position: relative;
overflow: hidden;
list-style: none;
padding: 0;
z-index: 1;
bottom:10px;
}
.swiper-box .swiper-container .swiper-slide{
font-size:12px;
width:24.8%;
}
.swiper-box .swiper-container .swiper-slide{
text-align: center;
background: #d00;
color: #fff;
float: left;
margin-bottom: 1px;
margin-right: 1px;
text-indent: 0;
height: 34px;
line-height: 34px;
}
.swiper-box .swiper-container .swiper-slide a{
color:#fff;
}
.datesource{
margin-top: 5px;
text-align: center;
font-family: ;
font-size: 14px;
}
/*检索模块*/
#search{margin-top:10px; display:none;}
#input_search{width:180px !important;}
/*朗读模块*/
.font-ctrl-read{display:none!important;}
/*造字样式*/
.zaozi{border-style: none!important;display:inline!important;margin:0px!important;}