﻿li{
    list-style: none;
}
.page-banner {
    width: 1200px;
    height: 655px;
    margin: 4px auto;
}

.home-content {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0 50px;
}

.part1 {
    height: 250px;
    margin-bottom: 40px;
}

.part1 .page-left, .part2 .page-left {
    width: 830px;
    float: left;
}

.part1 .page-right, .part2 .page-right {
    width: 356px;
    float: right;
}

.part1 .panel-content {
    border: 1px solid #dcdcdc;
}
.part2 .panel-content {
    height: 220px;
    padding: 21px 0 0;
    border: 1px solid #dcdcdc;
    border-top: none;
    box-sizing: border-box;
}

.part1 .page-left .tabs-content, .part2 .page-left .panel-content {
    box-shadow: 0 4px 10px #dee5f0;
}

/* 功能组件 */
.tabs-box .tabs-title {
    border-bottom: 1px solid #E5E5E5;
    font-size: 16px;
    box-sizing: content-box;
    text-align: left;
    background: #f3f3f3;
    height: 40px;
    line-height: 40px;
}



.tabs-box .tabs-title a {
    display: inline-block;
    padding: 10px 20px;
    line-height: 20px;
    border-bottom: 4px solid transparent;
    margin-bottom: -1px;
    cursor: pointer;
    font-weight: bold;
    width: 273px;
    text-align: center;
    color: #002e73;
}

.tabs-box .tabs-title .active {
    border-bottom-color: #002e73;
}

.tabs-box .tabs-content {
    padding: 25px 0 0;
    height: 211px;
    border: 1px solid #dcdcdc;
    border-top: none;
}

.tabs-box .tabs-content>div {
    display: none;
}

/* 文章列表 */
.tabs-content .newslist {
    width: 273px;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
}

.newslist {
    box-sizing: border-box;
}

.newslist li {
    text-align: left;
    border-bottom: 1px solid #d2d2d2;
    list-style: none;
}

.newslist a {
    color: #333333;
    font-size: 14px;
    text-align: left;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 6px 0;
}

.newslist a:hover {
    text-decoration: none;
}

.panel-title {
    height: 41px;
    border-bottom: 1px solid #002e73;
    background: #f3f3f3;
    position: relative;
}

.panel-title>span {
    position: relative;
    height: 100%;
    display: inline-block;
    line-height: 41px;
    background: #002e73;
    color: #FFFFFF;
    padding-left: 20px;
    padding-right: 15px;
    background: #002e73
}

.panel-title>span::after {
    content: "";
    position: absolute;
    left: 100%;
    width: 31px;
    height: 41px;
    background: url('../images/home/title_bg.png') right center no-repeat;
}

.todayPublish, .tomorrowPublish {
    display: none
}


.books{
    overflow: hidden;
    text-align: center;
}

.books > a{
    width: 126px;
    height: 178px;
    display: inline-block;
    margin: 0 10px;
}


.chart-group > .item{
    float: left;
    width: 250px;
    border: 1px solid #e3e3e3;
    height: 165px;
    margin-left: 20px;
    margin-top: 5px;
}

.chart-group > .item img{
    max-width: 100%;
    height: 165px;
}



.navmenu>ul>li>a {
	color: #fff;
}

#itemName {
	padding-top: 4px;
}

.bannerbg {
	min-width: 1300px;
	background: #00004a url(../images/bg.jpg) no-repeat center top;
	background-size: 100%;
}

.banner {
	width: 1200px;
	height: 620px;
	margin: 22px auto;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

.page-banner .banner {
	background: rgba(7, 7, 65, 0.24);
/* 	background: url(../images/index/bg_small.png) center center no-repeat;
	background-size: 100% 100%; */
}

.banner2 {
	margin-top: 10px;
	height: 80px;
	background: none !important;
}

.banner-l {
	width: 280px;
	height: 100%;
	padding: 20px;
	float: left;
	font-size: 14px;
}

.banner-l .banner-lc {
	margin-top: 48px;
}

.banner-l .banner-lc li {
	height: 140px;
}

.banner-l .banner-lc li+li {
	margin-top: 39px;
}

.banner-r .banner-lc {
	margin-top: 48px;
}

.banner-r .banner-lc li {
	width: 100%;
	height: 140px;
	box-sizing: border-box;
}

.banner-r .banner-lc li+li {
	margin-top: 37px;
}

.banner-c {
	width: 640px;
	height: 100%;
	float: left;
	position: relative;
	z-index: 2;
}

.banner-r {
	width: 280px;
	height: 100%;
	float: left;
	padding: 20px;
}

.banner-echart {
	padding-top: 10px;
	height: 25%;
}

.itemNames {
	height: 6px;
	overflow: hidden;
	position: absolute;
	bottom: 2.5%;
	right: 0;
	z-index: 3;
	display: none;
}

.itemNames li {
	width: 6px;
	height: 6px;
	float: left;
	margin-right: 13px;
	background: rgba(255, 255, 255, 0.7);
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
	overflow: hidden;
	text-indent: -500px;
}

.banner-r .banner-rc li {
	height: 33.33%;
}

.banner-r .banner-rc .panel-seeitem {
	height: 144px;
}

.itemNames li.on {
	width: 24px;
}

.echart {
	height: 320px;
	width: 100%;
	position: relative;
	z-index: 1;
	top: 0;
}


.legendbg {
	z-index: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 50px;
	width: 655px;
	background: rgba(255, 255, 255, 0.6);
}

.changeitem {
	height: 30px;
	display: none;
	color: #fff;
	margin-top: 15px;
	z-index: 5;
}

.changeitem select, .changezb select {
	padding: 2px;
	background: rgba(255, 255, 255, 0);
	border: 1px solid rgba(255, 255, 255, 0.2);
}

.content {
	min-width: 1300px;
	width: 100%;
	position: relative;
}

.content_c {
	width: 1000px;
	margin: 0 auto;
}

.panel-bg  div {
	line-height: 24px;
}


.ks {
	height: 254px;
}

.gauge {
	width: 256px;
	height: 110px;
	position: relative;
	padding-left: 124px;
	padding-right: 10px;
}

.gauge dd {
	overflow: hidden;
	line-height: 25px;
	height: 50px;
}

.gaugeTime {
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}

.gaugeTitle {
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
}

.gaugeChart {
	position: absolute;
	left: 0;
	top: 0;
	width: 116px;
	height: 110px;
}

.l-name {
	position: relative;
	height: 20%;
	top: -6px;
}

.findTime {
	margin-left: 10px;
	background: #075fff;
	border-radius: 3px;
	outline: none;
	border: 0;
	padding: 0 10px;
	line-height: 24px;
}

.changezb {
	margin-top: 30px;
	text-align: center;
	color: #fff;
}

.banner-lc li .panel-seeitem {
	height: 100%;
	box-sizing: border-box;
	background: linear-gradient(90deg, rgba(211, 251, 251, 0.6), rgba(251, 221, 151, 0.6));
	box-shadow: 0px 5px 25px 0px rgba(12, 18, 66, 0.58);
	border: 1px solid #DFDFDF;
	border-top: none;
}

.ban-l, .ban-lc, .ban-c, .ban-r {
	display: block;
	background: url(../images/index/eboxbg.png) repeat;
	float: left;
	height: 80px;
	margin-right: 10px;
	padding: 10px 20px;
	text-decoration: none;
}

.ban-l:hover, .ban-lc:hover {
	text-decoration: none;
}

.ban-l, .ban-lc {
	width: 100%;
}

.ban-c, .ban-r {
	width: 100%;
}

.ban-r {
	margin-right: 0;
}

.datas-n {
	color: #fff;
}

.datas-ns {
	height: 50px;
}

.datas-numbers {
	max-width: 290px;
	float: right;
	color: #fff;
	height: 100%;
	padding-top: 7px;
}

.datas-numbers span {
	margin-right: 5px;
	display: inline-block;
	background: #075fff;
	height: 36px;
	width: 24px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
}

.datas-cs {
	line-height: 60px;
	color: #fff;
}

.datas-cs-n {
	position: relative;
	margin-top: 5px;
	float: right;
	width: 60px;
	height: 60px;
	background: url(../images/index/tianxie.png) no-repeat center;
}

.datas-w {
	position: absolute;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #075fff;
	right: -10px;
	top: -8px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

.datas-w:hover {
	color: #fff;
	text-decoration: none;
}

.ban-r .datas-cs-n {
	background: url(../images/index/shenpi.png) no-repeat center;
}

.nam2, .unit2, .data2 {
	color: #39d1fe;
}

.banner-r-c, .banner-r-b, .banner-r-t, .banner-r-h {
	width: 100%;
	border: 1px dashed #6e86ef;
	height: calc(100% - 30px);
}

.banner-r .bt1 {
	text-align: center;
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin-top: 2%;
	height: 20%;
	margin-bottom: 3%;
}

.pub-page {

	position: relative;

}

.page-banner {
	max-height: 900px;
	min-height: 480px !important;
}

.bg {
	height: 100%;
	background: url(../images/index/bg.jpg) center no-repeat;
	min-height: 600px;
	background-size: cover;
}

.sc {
	text-indent: -9999px;
	width: 30px;
	background: url(../images/index/sc.png) center no-repeat;
}

.num-tip {
	margin-top: calc(15% - 12px);
}

.banner-c .findTime.findTime {
	margin-left: 10px;
	background: #075fff;
	border-radius: 3px;
	outline: none;
	border: 0;
	padding: 0 10px;
	line-height: 24px;
	height: auto;
	min-width: auto;
}

.tdiv {
	width: 25%;
	float: left;
}

.changebt {
	padding-top: 20px;
	padding-bottom: 40px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	width: 100%;
	letter-spacing: 3px;
}

/* 时间筛选条 */
.changetime {
	height: 40px;
	line-height: 40px;
	width: 655px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 20px;
	margin-top: 40px;
}

.changetime>select, .changetime>span {
	display: inline-block;
}

.changetime>span {
	margin: 0 6px;
}

.changetime>select {
	width: 138px;
	height: 32px;
	background: #FFFFFF;
	border: none;
	border-radius: 3px;
	color: #333333;
}

.changetime .change {
	width: 80px;
	height: 32px;
	line-height: 32px;
	border: none;
	border-radius: 3px;
	background: #26a2db;
	margin-left: 2px;
	color: #00327f;
	letter-spacing: 4px;
	font-weight:bold;
	cursor: pointer;
}
/* 时间筛选条结束 */


.panel-seeitem {
	position: relative;
}

.panel-seeitem .dot-mark {
	position: absolute;
	left: 0;
	top: 0;
	height: 1px;
	width: 24px;
	background: #FFFFFF;
}

.panel-seeitem .dot-mark::after {
	content: '';
	position: absolute;
	right: -3px;
	top: -3px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #FFFFFF;
}

.panel-seeitem .dot-mark.dot-r {
	left: auto;
	right: 0;
}

.panel-seeitem .dot-mark.dot-r::after {
	left: -3px;
	right: auto;
}

.panel-seeitem .item-title {
	text-align: center;
	position: absolute;
	top: -25px;
	left: 35px;
	right: 35px; font-size : 16px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
}

.item-box .flex-box{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.banner-r .item-box{
	justify-content: space-between;
}

.panel-seeitem .item-box {
	top: 0;
	left: 0;
	position: absolute;
	color: #002E73;
	padding: 20px 26px;
	display: flex;
	align-items: center;
	height : 100%;
	width: 100%;
	box-sizing: border-box;
	line-height: 1.2;
}

.panel-seeitem .item-box .value {
	font-size: 12px;
}

.panel-seeitem .item-box .value span {
	font-size: 20px;
	font-weight: bold;
}

.panel-seeitem .item-box .percent {
	font-size: 20px;
}

.panel-seeitem .item-date {
	top: 8px;
	left: 8px;
	font-size: 12px;
	color: #002E73;
	position: absolute;
	line-height: 1;
	font-weight: bold;
}

.panel-seeitem .value{
	position: relative;
}
.panel-seeitem .item-tip{
	color: #002E73;
	font-size: 12px !important;
	height: 24px;
	line-height: 24px;
	font-weight: bold;
}
.flex-box-left{
	display: flex;
	flex-direction: column;
	justify-content: center;	
}
.echart-pie{
	height: 160px;
	width: 100%;
	float: right;
}

.changetime option[disabled]{
	color: #ccc;
}

.link-btn-desktop{
	position: fixed;
	width: 51px;
	height: 51px;
	left: 35px;
	top: 45px;
	background: url(../images/home/home.png) center center no-repeat;

}

.panel-seeitem {
	cursor: pointer;
}

.part1 {
    height: 274px;
}

.part1 .page-left .tabs-content, .part2 .page-left .panel-content {
    height: 240px;
}

.calendar-header .ym {
    height: 24px;
}

.calendar .days .day{
	line-height: 34px;
	height: 34px;
}