.clearfix {
  display: block;
  zoom: 1;

}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.centerArea {
  margin: 0 auto;
  overflow: hidden;
}
/*#ficass{*/
/*  width: 1240px;*/
/*  margin-left: -20px;*/
/*  background: #015293;*/
/*}*/
body {
  font-family: MicrosoftYaHei;
}
.nowrap {
  word-break: break-all;
  word-wrap: break-word;
  white-space: nowrap;
  overflow: hidden;
}
.main {
  width: 1200px;
  margin: 0 auto;
}
.none-display {
  display: none;
}
/*-------------banner开始--------------*/
.left-nav {
  width: 178px;
  height: 342px;
  background: #2d95e1;
  color: #fff;
  padding: 20px;
  box-sizing: content-box;
}
.left-nav h1 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  display: block;
  width: 100%;
}
.left-nav .left-nav-box {
  width: 100%;
  overflow: hidden;
  max-height: 248px;
}
.left-nav .left-nav-box li a {
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  height: 24px;
  padding: 0px;
  line-height: 30px;
  height: 30px;
  width: 49%;
  margin-right: 1%;
}
/*banner*/
.banner {
  /*height: 492px;*/
  margin-top: 15px;
}
.banner .nav-bar .nav-bar-item .instru-navs {
  visibility: visible;
}
.banner .nav-bar  {
  background: url(../images/navbarbg.png) center left no-repeat;
  background-size: cover;
  height: 48px;
  width: 100%;
  font-size: 20px;
  color: #fff;
}
.banner .nav-bar .nav-bar-item a{
  color: white !important;
}
.banner .swiper-container {
  width: 100%;
  height: 445px;
}
.banner .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
}
/*banner*/
/*-------------banner结束--------------*/
/*----------通知公告开始--------*/
.panel-top {
  margin-top: 32px;
  margin-bottom: 50px;
  height: 472px;
}
.panel-top .panel-top-item {
  background: #ffffff;
  box-shadow: 0px 5px 18px 0px rgba(217, 217, 217, 0.33);
  height: 100%;
}
.panel-top .panel-top-item .title {
  height: 63px;
  line-height: 63px;
  border-bottom: 1px solid #E7E7F1;
}
.panel-top .panel-top-item .title .title-txt {
  display: inline-block;
  height: 63px;
  padding: 0 16px;
  line-height: 63px;
  font-size: 24px;
  border-bottom: 3px solid #3988FF;
}
.panel-top .panel-top-item .title .more-btn {
  font-size: 14px;
  color: #464646;
  margin-right: 17px;
}
.panel-top .left-container {
  width: 593px;
}
.panel-top .left-container .use-records-box {
  font-size: 16px;
  overflow-y: hidden;
  padding: 21px 18px 0 15px;
  height: 394px;
  position: relative;
}
.panel-top .left-container .use-records-box .use-records {
  overflow-y: auto;
}
.panel-top .left-container .use-records-box .use-records .use-record-item {
  height: 40px;
  line-height: 40px;
  color: #959595;
}
.panel-top .left-container .use-records-box .use-records .use-record-item .fullName {
  width: 64px;
  text-align: justify;
  text-align-last: justify;
}
.panel-top .left-container .use-records-box .use-records .use-record-item .instru-name {
  margin-left: 57px;
}
.panel-top .left-container .use-records-box .use-records .use-record-item .time-line {
  margin-right: 8px;
}
.panel-top .right-container {
  width: 554px;
  margin-left: 52px;
}
.panel-top .right-container .notice-lists-box {
  padding: 12px 24px 12px 12px;
  overflow: hidden;
  height: 386px;
}
.panel-top .right-container .notice-lists-box .notice-item {
  margin-bottom: 17px;
}
.panel-top .right-container .notice-lists-box .notice-item:last-child {
  margin-bottom: 0;
}
.panel-top .right-container .notice-lists-box .notice-item .left-img {
  width: 168px;
  height: 115px;
  margin-right: 19px;
}
.panel-top .right-container .notice-lists-box .notice-item .right-box {
  width: 330px;
  height: 112px;
  overflow: hidden;
}
.panel-top .right-container .notice-lists-box .notice-item .right-box .item-title {
  width: 314px;
  display: inline-block;
  font-size: 16px;
  color: #464646;
  height: 17px;
  line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.panel-top .right-container .notice-lists-box .notice-item .right-box .item-title:hover{
  color: #00a0e9;
}
.panel-top .right-container .notice-lists-box .notice-item .right-box .notice-item-desc {
  font-size: 14px!important;
  color: #a0a0a0!important;
  line-height: 2em!important;
  text-indent: 2em!important;
  width: 330px!important;
  max-height: 57px!important;
  position: relative!important;
  overflow: hidden!important;
}
.panel-top .right-container .notice-lists-box .notice-item .right-box .notice-item-desc::after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 10px;
  background: -webkit-linear-gradient(left, transparent, #fff 55%);
  background: -o-linear-gradient(right, transparent, #fff 55%);
  background: -moz-linear-gradient(right, transparent, #fff 55%);
  background: linear-gradient(to right, transparent, #fff 55%);
}
/*----------通知公告结束--------*/
/*-----------主体部分开始--------------*/
.main-container {
  min-height: 300px;
  margin-top: 30px;
}
.main-container .show-instruments {
  margin-top: 10px;
  position: relative;
  width: 100%;
}
.main-container .show-instruments .tab {
  width: 100%;
}
.main-container .show-instruments .tab .activate-cell {
  display: block;
}
.main-container .show-instruments .tab li {
  color: #464646;
  height: 24px;
  cursor: pointer;
  line-height: 24px;
  /* padding: 0 16px; */
  text-align: center;
  font-size: 20px;
  padding: 13px 14px;
  box-sizing: content-box;
}
.main-container .show-instruments .tab li.current {
  color: #2d95e1;
  margin-bottom: -2px;
  font-weight: bold;
  border-bottom: 2px solid #2d95e1;
}
.main-container .show-instruments .tab .more {
  width: 36px;
  height: 18px;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #464646;
  margin-top: 30px;
}
.main-container .show-instruments .content {
  /*height: 762px;*/
  overflow: hidden;
}
.main-container .show-instruments .content ul {
  display: block;
  padding: 16px 10px 20px 10px;
}
.main-container .show-instruments .content ul li i{
  vertical-align: super;
}
.main-container .show-instruments .content ul li a img{
  transition: all 1s;
  -moz-transition: -moz-transform 1s;
  -webkit-transition: -webkit-transform 1s;
  -o-transition: -o-transform 1s;
}
.main-container .show-instruments .content ul li a img:hover{
  transform: scale(1.1);
  -ms-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}
.main-container .show-instruments .content ul .tab1-item,
.main-container .show-instruments .content ul .tab2-item,
.main-container .show-instruments .content ul .tab3-item {
  width: 280px;
  height: 415px;
  margin-right: 20px;
  border-radius: 5px;
  box-shadow: 0px 3px 20px 0px rgba(217, 217, 217, 0.7);
  margin-bottom: 20px;
}
.main-container .show-instruments .content ul .tab1-item:nth-child(4n + 4),
.main-container .show-instruments .content ul .tab2-item:nth-child(4n + 4),
.main-container .show-instruments .content ul .tab3-item:nth-child(4n + 4) {
  margin: 0;
}
.main-container .show-instruments .content ul .tab1-item li,
.main-container .show-instruments .content ul .tab2-item li,
.main-container .show-instruments .content ul .tab3-item li {
  padding: 0;
}
.main-container .show-instruments .content ul .tab1-item a,
.main-container .show-instruments .content ul .tab2-item a,
.main-container .show-instruments .content ul .tab3-item a {
  overflow: hidden;
  width: 240px;
  height: 240px;
  margin: 15px auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.main-container .show-instruments .content ul .tab1-item a img,
.main-container .show-instruments .content ul .tab2-item a img,
.main-container .show-instruments .content ul .tab3-item a img {
  height: 240px;
  width: 240px;
}
.main-container .show-instruments .content ul .tab1-item .instrument-txt,
.main-container .show-instruments .content ul .tab2-item .instrument-txt,
.main-container .show-instruments .content ul .tab3-item .instrument-txt {
  box-sizing: border-box;
  padding-left: 20px;
  padding-bottom: 13px;
  padding-right: 22px;
  padding-top: 0;
  color: #6A7A8E;
}
.main-container .show-instruments .content ul .tab1-item .instrument-txt li,
.main-container .show-instruments .content ul .tab2-item .instrument-txt li,
.main-container .show-instruments .content ul .tab3-item .instrument-txt li {
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  margin-bottom: 6px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: nowrap;
  overflow: hidden;
}
.main-container .show-instruments .content ul .tab1-item .instrument-txt li .txt,
.main-container .show-instruments .content ul .tab2-item .instrument-txt li .txt,
.main-container .show-instruments .content ul .tab3-item .instrument-txt li .txt{
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}
.instrument-txt li:nth-child(5) .txt{
	width:245px;
}
.review-p{
	display: inline-block;
	padding-bottom: 0;
	font-size: 12px;
}
.review-p i{
	color: #6a7a8b;
}
.review-p span.txt{
	width:auto !important;
}
.review-p:last-child{
	margin-right: 15px;
}
.review-p:last-child i{
	font-size: 19px;
}
.review-p:first-child span{
	max-width: 100px;
}
/*两大排行榜*/
.rank-panel-box{
  width: 100%;
  min-width: 1200px;
  background: url("../images/bannerNew3.png") center center no-repeat;
  background-size: cover;
  position: relative;
  top: 3px;
}
.rank-panel {
  height: 550px;
  color: #464646;
  font-size: 16px;
}
.rank-panel .nav-tabs {
  font-size: 24px;
  font-weight: 400;
  color: #464646;
  height: 63px;
  line-height: 63px;
}
.rank-panel .nav-tabs .cur-tab {
  border-bottom: 3px solid #3988FF;
}
.rank-panel .nav-tabs .nav-tab-item {
  padding: 0 22px;
  height: 63px;
  cursor: pointer;
  margin-right: 46px;
}
.rank-panel .content-tab {
  padding: 10px 34px 0 28px;
  height: 470px;
  overflow: hidden;
}
.rank-panel .content-tab .top-three {
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
}
.rank-panel .content-tab i {
  margin-right: 20px;
}
.rank-panel .content-tab .common-item {
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
}
.rank-panel .content-tab .common-item:last-child {
  margin-bottom: 0;
}
.rank-panel .content-tab .common-item i {
  margin-left: 8px;
  margin-right: 26px;
  display: inline-block;
  width: 11px;
  text-align: center;
}
.rank-panel .content-tab .iconfont {
  font-size: 28px;
}
.rank-panel .content-tab .top-one .iconfont {
  color: #ffa000;
}
.rank-panel .content-tab .top-two .iconfont {
  color: #c2c2c2;
}
.rank-panel .content-tab .top-third .iconfont {
  color: #8b8622;
}
/*.rank-panel .content-tab .top-third {*/
  /*margin-bottom: 20px;*/
/*}*/
.rank-panel .content-tab .right-box .left-icon {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 26px;
}
.rank-panel .content-tab .right-box .left-icon img {
  width: 100%;
  height: 100%;
}
.li-sty{
  font-size: 18px;
  width: 245px !important;
}
.li-sty:hover{
  color: #00a0e9;
}
/*两大排行榜*/
/*-----------主体部分结束--------------*/
/*# sourceMappingURL=index.css.map */

/* 新版首页样式开始  */
.recordNotice{
  display: flex;
  margin-bottom: 80px;
  margin-top: 60px;
}
.notice-box{
    width: 275px;
	/*height: 625px;*/
    background:rgba(255,255,255,1);
    /*box-shadow:0px 5px 18px 0px rgba(217,217,217,0.33);*/
    box-shadow: 0px 3px 20px 0px rgba(217, 217, 217, 0.5);
    padding: 0px 15px 40px 15px;
}
.notice-box .main-title{
  border-bottom: 2px solid #dddddd;
  position: relative;
}
.notice-box .main-title span{
  display: inline-block;
  padding-bottom: 13px;
  border-bottom: 2px solid #3988FF;
  position: relative;
  bottom: -2px;
  color: #464646;
}

.main-title{
	font-size: 24px;
    margin: 20px 0 40px 0;
}
.main-title i{
	border-top: 3px solid #3988FF;
    display: flex;
    width: 45px;
    margin: 10px auto;
}
.notice-img-box .current-img{
	display: inline-block;
}
.noticeCon{
  height: 115px;;
  margin-bottom: 15px;
}
.notice-content{
	font-size: 12px;
	color: #959595;
    display: inline-block;
    vertical-align: top;
    /*float: right;*/
}
.notice-content+.notice-content {
  margin-top: 10px;
}
.notice-content-box img{
  width: 165px;
  height: 115px;
  margin-right: 15px;
}
.notice-content p{
	margin-bottom: 5px; 
	display: flex;
    align-items: center;  
}
.notice-content p i{
	margin-right: 10px;
	color: #464646;
}
.notice-content p span{
	color: #464646;
}
.notice-content a{
  font-size: 14px;
  height: 25px;
  max-width: 250px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 10px;
}
.notice-content a span:hover{
	color: #2D95E1;	
	border-bottom: 2px solid #2D95E1;
}
.notice-content div{
  /*text-indent: 2em;*/
  width: 250px;
  height: 70px;
  position: relative;
  overflow: hidden;
}
.notice-content div::after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    padding-left: 8px;
    background: -webkit-linear-gradient(left, transparent, #fff 60%);
    background: -o-linear-gradient(right, transparent, #fff 60%);
    background: -moz-linear-gradient(right, transparent, #fff 60%);
    background: linear-gradient(to right, transparent, #fff 60%);
}
.more-notice{
	position: absolute;
    right: 20px;
    top: 18px;
    font-size: 14px;
    cursor: pointer;
}
.more-notice a{
  color: #464646;
}
.usage-record{
	background-size: cover;
  width: 73%;
    margin-right: 50px;
    background: rgba(255,255,255,1);
    box-shadow: 0px 3px 20px 0px rgba(217, 217, 217, 0.5);
    padding: 0 15px 40px 15px;
}
.usage-record .main-title{
	color: #464646;
}
.record-log{
	font-size: 16px;
	color: #676767;
	display: flex;
    justify-content: center;
    overflow: hidden;
}
.record-log ul{
	height: 370px !important;
}
.record-log ul li{
	display: flex;
    justify-content: space-between;
}
.record-log ul li span{
	display: inline-block;
	height: 30px;
    line-height: 30px;
    vertical-align: top;
    color: rgba(103,103,103,1);
    opacity: 0.66;
}
.record-user{
	width: 140px;
    margin-right: 35px;
    text-align: justify;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
/*.record-user::after{
	content:"";
	display: inline-block;
	width:100%;
	overflow:hidden;
	height:0;
}*/
.record-instrname{
	width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.review-p i.collect-instr-cancel{
  color: gainsboro;
  cursor: pointer;
}
.review-p i.collect-instr{
  color: #6a7a8b !important;
}

/*侧边新增飘窗*/
#aside_box_nano{
  position: fixed;
  top: 45%;
  left: calc(99% - 240px);
  z-index: 10000;
}
#aside_box_buaa{
  position: fixed;
  top: calc(45% + 100px);
  left: calc(99% - 240px);
  z-index: 10000;
}
.aside_close{
  position: absolute;
  top: 5px;
  right: 2%;
  float: right;
  cursor: pointer;
}
aside a img{
  float: right;
  width: 240px;
  border-radius: 5px;
}


/* 新版首页样式结束  */












