

.dataanalysis {
    width: 1000px;
    height: 300px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}

.tab_dj ul {
    width: 245px;
    height: 247px;
    padding: 0;
    margin: 0;
    /* background-color: aquamarine; */
}

.tab_dj ul li {
    height: 37px;
    display: flex;
    flex-direction: column;
    margin-bottom: 7px;
    border-width: 0px;
    border-style: solid;
    border-radius: 3px;
    text-align: center;
    line-height: 35px;
    font-size: 13px;    
	cursor:pointer;
}

.current_old {
    background-color: #174290;
    border-color: #174290;
    color: #FFF;
    font-weight: 900;
}

.current {
  background: linear-gradient(135deg, #1854c3, #043BA1);
  border-color: #043BA1;
  color: #FFF;
  font-family: '黑体';
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.unselected {
  background-color: #dbe3f1;
  color: #17428F;
 

}

#content_dj {
    width: 745px;
    height: 300px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    border-width: 1px;
    border-style: solid;
    border-color: #CCD1D1;
    border-radius: 3px;

    div>div>canvas {
        cursor: default;
    }
}

#graph {
    width: 500px;
    height: 300px;
    /* box-shadow: 0 0 6px 0px #999;   */
    /* background-color: aquamarine; */
}

#graphdesc {
    width: 195px;text-align:left;word-break:normal;
    height: 210px;
    margin-top: 20px;
    border-radius: 3px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #E3E3E3;
    font-size: 12px;
    color: #333;
    line-height: 25px;
}

#anal-content {
    width: 745px;
    height: 298px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    border-width: 1px;  
    border-style: solid;
    border-color: #B2D4ED;

    div>div>canvas {
        cursor: default;
    }
}


#anal-graph {
    width: 500px;
    height: 300px;
	text-align:left;
}

#anal-graphdesc {
    width: 200px;text-align:left;word-break:normal;
    height: 210px;
    margin-top: 20px;	
    border-radius: 3px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #e7eef6;
    font-size: 12px;
    color: #333;
    line-height: 25px;
	
}

.kjcg-regsys {
    width: 1000px;
    height: 580px;
    background: url("../images/kjcg-bg.jpg")  no-repeat;

}


.regsys-news {

    width: 1000px;
    height: 30px;
    /*transform: scaleY(-1);*/
    margin:0 auto;
    align: center;
    background-color: rgba(255, 255, 255, 0.35);
	text-align:left;
}

.anal-period {
    width: 100%;
    height: 43px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #333;
    font-family: '黑体';
    font-size: 16px;
}


.mgt-li {
    width: 1000px;
    height: 650px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.mgt-prov {
    width: 1000px;
    height: 320px;
    display: flex;
    flex-direction: column;
	background: url(../images/mgt-prov.jpg)  no-repeat;
	border-radius: 30px 0 0 0;
}


.mgt-inst {
	 width: 1000px;
    height: 320px;
    display: flex;
    flex-direction: column;
    background: url(../images/mgt-inst.jpg)  no-repeat;
	border-radius: 30px 0 0 0;
}

.mgt-title {
    width: 970px;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: '黑体';

}

.mgt-content {
    width: 970px;
    height: 265px;
    background-color: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 5px;
}

.mgt-content ul {
    width: 950px;
    line-height: 25px;
    list-style-type: none;

}

.mgt-content li {
    width: 190px;
    float: left;
    display: inline;
}

.mgt-content li a {color: #000;}


.regsys-sys {
  width: 940px;
  height: 420px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;

}

.sys-page {
  width: 450px;
  height: 360px;
  align:center;
  margin: 30px 0 30px 0;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow:
    2px 2px 4px rgba(0, 0, 0, 0.2),
    -2px -2px 4px rgba(0, 0, 0, 0.2);
  color: #FFF;
  font-family: "黑体";
}

.sys-page a {
  font-size: 20px;
  color: #FFF;
  line-height: 23px;
  border-bottom: 1px solid #FFF;
  display: flex;
  justify-content: center;
  
  letter-spacing: 2px;
}

.sys-page a:hover {
  color: #ffff00;font-size: 20px;border-bottom: 1px solid #ffff00;
}

#page-link1 {
  position: relative;
  top: -290px;
  right: -200px;
  width: 180px;  
}

#page-link2 {
  position: relative;
  top: -330px;
  right: -210px;
  width: 160px;
}

#page-link3 {
  position: relative;
  top: -320px;
  right: -210px;
  width: 160px;
}

#page-link4 {
  position: relative;
  top: -300px;
  right: -210px;
  width: 110px;
}

#page-link4 a{
  line-height: 16px;  
  font-size: 14px;
  letter-spacing: 1px;
}

.help-qna {
  float:left;width: 490px;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.help-title {
  width: 15%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 26px;
  font-family: '黑体';
}

.help-content {
  width: 62%;margin-left:20px;
  height: auto;
  display: flex;
  flex-direction: column;
}

.help-content li {
  float: left;text-align:left;
  /*text-indent: 2px;*/
  cursor: pointer;
  line-height: 14px;height:14px;
  margin-top: 13px;
}

.help-content li a {
 
  padding-right: 1px;
  color: #333;
  border-bottom: 1px solid #333;

}

.help-more {
  width:920px;align:center;margin:0 auto;text-align:right;
}

.help-more a {
  
  color: #17428F;  
}

.kjcg-banner {
  width: 1000px;
  height: 100px;
  background: url("../images/kjcg-banner.jpg") no-repeat;
  align:center;
}

.banner_title {
	float:left;	
	width: 243px;
	color: #17428F;
	font-size: 24px;
	font-weight: bold;
	font-family: "黑体";
	letter-spacing: 2px;
	height: 45px;
}

.banner-deco {
  position: relative;
  top: -15px;
  left:10px;  
  width: 246px;
  height: 18px;
  border-bottom: 1px solid #17428F;
  border-left: 1px solid #17428F;
}

.banner-box2 {
  float:left;
  width: 115px;
  height: 42px;
  margin-top:2px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-size: 19px;
  font-family: '黑体';
  font-weight: bold;
  letter-spacing: 1px;
  background-color: #FFF;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #B2D4ED;
  border-radius: 10px 10px 0 0;	
}

.hst-catalog {
  width: 230px;
  height: 60px;
  align:center;
  margin:0 auto;
  background: linear-gradient(135deg, #0242ca, #4276e6);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: border-radius 0.1s;
  -webkit-transition: border-radius 0.1s;
}

.hst-catalog a {
  display: flex;
  flex-direction: row; 
  text-align:left;  
  font-size: 16px;
  font-family: '黑体';
  letter-spacing: 1px;
  color: #FFF;
  line-height: 22px;
}


.hst-catalog:hover {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  border-bottom-right-radius: 35px;
  border-top-left-radius: 35px;
  cursor: pointer;
}


.box_stat {
  width: 340px;
  height: 155px;
  display: flex;
  margin:0 auto;
  flex-direction: column;
  align-items: center;
  border-radius: 3px;
  background: url("../images/hst-stat.jpg")  no-repeat;
}

.hststat_title {
  height: 40px;
  color: #17428F;
  font-size: 18px;
  font-family: '黑体';
  font-weight: bold;
  line-height: 40px;
}


.block_hststat {
  width: 88%;
  height: 40px;
  margin: 6px 0 8px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.hststat-button { 
  width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: '黑体';
  letter-spacing: 1px;
  color: #333; 
}

.hststat-button {
  background: linear-gradient(135deg, #114fd6, #4276e6);
  border-radius: 10px;
}

.hststat-button a {
  
  font-size: 16px;
  font-family: '黑体';
  letter-spacing: 1px;
  color: #FFF;
  cursor: pointer;
}

.hststat-button:hover {
  background: linear-gradient(135deg, #0c6bb9, #4697e9);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  
}

.hststat-text {  
  width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: '黑体';
  letter-spacing: 1px;
  color: #333;
}

.box_newachieve {
  width: 630px;
  height: 155px;
  margin:0 auto;
  align:center;
  border-radius: 3px;
  background: url("../images/new-mgt.jpg")  no-repeat;
}

.newmgt-title {
  float:left;
  width: 500px;
  height: 35px;
  margin-left: 30px;
  color: #17428F;text-align:left;
  font-size: 18px;
  font-family: '黑体';
  font-weight: bold;
  line-height: 35px;
}

.newmgt-li {
  width: 570px;
  height: 105px;
  margin:0 auto;
  align:center;
  border: 0px solid #000;
}

.new-data {
  width: 600px;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  
}

.new-catalog {
  width: 290px;  
  background: linear-gradient(135deg, #0242ca, #4276e6);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-radius 0.1s;
  -webkit-transition: border-radius 0.1s;
  margin-left:30px;
}

.new-catalog a {
  display: flex;
  flex-direction: row;
  text-align:left;
  font-size: 16px;
  font-family: '黑体';
  letter-spacing: 1px;
  color: #FFF;
  line-height: 22px;
}

.new-catalog:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border-bottom-left-radius: 35px;
  border-top-right-radius: 35px;
  cursor: pointer;
}

.new-status {
  width: 250px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: '黑体';
  border-radius: 10px;
  overflow: hidden;
}

.new-status::before {
  content: '';
  position: absolute;
  width: 600px;
  height: 600px;
  left: -160px;
  top: -270px;
  z-index: -2;
  background-color: #d6e8f1;
  background-image: conic-gradient(transparent, #0242ca, transparent 30%);
  animation: rotate 5s linear infinite;
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

.new-status::after {
  content: '';
  position: absolute;
  left: 2px;
  top: 2px;
  width: 246px;
  height: 56px;
  z-index: -1;
  background-color: #FFF;
  border-radius: 8px;
}

.content-box {
  width: 220px;
  height:15px;
  line-height: 15px;
  
  margin-top: 13px;
  display:inline;
}

.content-tooltip {
  position: relative;
  display: flex;
  flex-direction: column;
  right:-220px;
  top: 0px;
  width: 200px;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #333;
  line-height: 20px;
  border-radius: 5px;
  box-shadow:
    2px 2px 3px rgba(0, 0, 0, 0.3),
    -1px -1px 3px rgba(0, 0, 0, 0.15);
  opacity: 0;
  pointer-events: none;
}

.content-box:hover .content-tooltip {
  opacity: 1;
  pointer-events: auto;
}



