/**!
 * 首页
 * author: hhj
 * date:2021-01-14
 */

body{
    background-color: #fff;
}

.header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 135px;
    z-index: 10;
    background-color: transparent;
}

/* 交易数据 */
.data {
    padding-top: 51px;
}

.data-tt {
    float: left;
    width: 65px;
    height: 183px;
    padding: 18px;
    line-height: 34px;
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: url("../images/data_tt_bg.jpg") no-repeat;
    border-radius: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-shadow:2px 3px 7px rgba(14,56,162,0.72);
    box-shadow:2px 3px 21px 0px rgba(78,116,212,0.2);
}

.data-total {
    float: left;
    margin-left: 20px;
    width: 214px;
}

.total-bar {
    margin-top: 25px;
    /* padding: 12px 0 0 23px; */
    padding: 12px 0 0 16px;
    width: 214px;
    height: 79px;
    background-position: right 17px top 12px;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow:2px 3px 21px 0px rgba(78,116,212,0.2);
}

.total-bar.icon1 {
    border-radius: 1px 16px 1px 16px;
    background-image: url("../images/data_icon1.png");
}

.total-bar.icon2 {
    border-radius: 16px 1px 16px 1px;
    background-image: url("../images/data_icon2.png");
}

.total-bar:first-child {
    margin-top: 0;
}

.total-num {
    height: 33px;
    line-height: 33px;
    font-size: 18px;
    color: #fe9922;
}

.total-num > span {
    font-size: 28px;
    font-weight: bold;
}

.total-tt {
    height: 26px;
    line-height: 26px;
    font-size: 18px;
    font-weight: bold;
    color: #666;
}

.statis {
    margin-left: 322px;
    height: 183px;
    border-radius: 4px;
    box-shadow:2px 3px 21px 0px rgba(78,116,212,0.2);
}

.statis-hd {
    padding-top: 18px;
    height: 28px;
    overflow: hidden;
}

.statis-tt {
    float: left;
    width: 117px;
    height: 28px;
    line-height: 28px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-indent: 17px;
    background: url("../images/statis_tt_bg.png") no-repeat;
}

.statis-date {
    float: left;
    height: 28px;
    line-height: 34px;
    margin-left: 17px;
    font-size: 16px;
    color: #999;
}

.statis-bd  {
    padding: 24px 0 0 24px;
}

.statis-bar {
    margin-left: 23px;
    float: left;
    width: 400px;
    height: 92px;
    border-left: 1px solid #e9eef7;
    border-top: 1px solid #e9eef7;
    border-right: 2px solid #f6f8fa;
    border-bottom: 2px solid #f6f8fa;
}

.statis-bar:first-child {
    margin-left: 0;
}

.statis-bar-tt {
    float: left;
    padding: 16px 12px;
    width: 50px;
    height: 100%;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #666;
    background: url("../images/statis_ba_tt.jpg") no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.statis-con {
    position: relative;
    margin-left: 50px;
    padding-top: 13px;
}

.statis-con::before {
    position: absolute;
    content: "";
    top: 24px;
    left: 50%;
    width: 1px;
    height: 52px;
    background: url("../images/statis_line.png")
}

.statis-box {
    float: left;
    width: 50%;
    text-align: center;
}

.statis-num {
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    color: #fe9922;
}

.statis-num > span {
    font-weight: bold;
    font-size: 28px;
}

.statis-text {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #666;
}

.model {
    margin-top: 50px;
    height: 399px;
    border-radius: 3px;
    box-shadow:-6px 2px 38px 0px rgba(31,57,171,0.13);
    background: url("../images/model_bg.jpg") right top no-repeat #fff;
}

/* 轮播 */
.slider {
    float: left;
    margin-top: 16px;
    margin-left: 16px;
    width: 495px;
    height: 365px;
    border-radius: 6px 6px 41px 6px;
    overflow: hidden;
}

.slider .item {
    display: block;
    width: 100%;
    height: 365px;
}

.slider .item a,
.slider .item img {
    display: block;
    width: 100%;
    height: 365px;
}

.slider .slider-name {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    padding: 0 130px 0 12px;
    height: 49px;
    line-height: 49px;
    background: rgba(4, 4, 4, .65);
    font-size: 14px;
    color: #fff;
}

.slider .owl-dots {
    position: absolute;
    right: 11px;
    bottom: 22px;
    height: 6px;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.slider button.owl-dot {
    display: inline-block;
    vertical-align: top;
    margin-right: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .6);
}

.slider button.owl-dot.active {
    background: #fff;
}

/* 通知公告 */
.notice {
    float: right;
    margin-top: 27px;
    margin-right: 24px;
    width: 647px;
}

.notice-hd {
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    background-color: #f3f8ff;
}

.notice-tt {
    float: left;
    padding: 0 53px;
    font-size: 18px;
    color: #3078e1;
}

.notice-tt.active {
    font-weight: bold;
    color: #fff;
    background: #7497dc;
    border-radius: 18px;
    background: linear-gradient(to right, #7497dc, #a1c2ff);
    background: -webkit-linear-gradient(left, #7497dc, #a1c2ff);
    background: -o-linear-gradient(right, #7497dc, #a1c2ff);
    background: -moz-linear-gradient(left, #7497dc, #a1c2ff);
}

.notice-ul {
    padding: 11px 0 0 3px;
}

.notice-li {
    height: 39px;
    line-height: 39px;
}

.notice-li > a {
    display: block;
    font-size: 14px;
}

.notice-time {
    float: right;
    color: #999;
}

.notice-text {
    margin-right: 115px;
    color: #666;
}

.notice-li:hover .notice-text,
.notice-li:hover .notice-time {
    color: #3078e1;
}

.bdl {
    display: none;
}

/* 交易信息 */
.infor {
    margin-top: 58px;
    height: 934px;
    background: url("../images/infor_bg.jpg") center bottom no-repeat;
}

.com-hd {
    text-align: center;
}

.com-tt {
    height: 42px;
    line-height: 42px;
    font-size: 26px;
    font-weight: bold;
    color: #333;
    background: url("../images/com_tt_bg.png") center center no-repeat;
}

.com-tt-e {
    height: 19px;
    line-height: 19px;
    font-size: 14px;
    font-weight: bold;
    color: #999;
}

.infor-con {
    margin-top: 12px;
}

.infor-tt {
    position: relative;
    margin-left: 78px;
    padding-left: 36px;
    float: left;
    height: 71px;
    line-height: 71px;
    font-size: 18px;
     color: #333;
     background-position: left center;
     background-repeat: no-repeat;
}

.infor-tt:first-child {
    margin-left: 0;
}

.infor-tt.icon1 {
    background-image: url("../images/infor_tt_icon1.png");
}

.infor-tt.icon2 {
    background-image: url("../images/infor_tt_icon2.png");
}

.infor-tt.icon3 {
    background-image: url("../images/infor_tt_icon3.png");
}

.infor-tt.icon4 {
    background-image: url("../images/infor_tt_icon4.png");
}

.infor-tt.icon5 {
    background-image: url("../images/infor_tt_icon5.png");
}

.infor-tt.icon6 {
    background-image: url("../images/infor_tt_icon6.png");
}

.infor-tt.active {
    color: #3078e1;
}

.infor-tt.active::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 14px 14px 14px;
    border-color: transparent transparent #1a3c8c transparent;
}

.infor-ul {
    margin: 0 -15px;
    padding-top: 19px;
	height: 644px;
}

.infor-li {
    float: left;
    margin-top: 49px;
    width: 50%;
}

.infor-bar {
    position: relative;
    margin: 0 15px;
    height: 112px;
    background: url("../images/infor_bd_bg.jpg") center center no-repeat;
    border-radius: 5px;
    box-shadow:1px 1px 18px 0px rgba(187,217,255,0.46);
}

.infor-state {
    position: absolute;
    left: 12px;
    top: -13px;
    padding-top: 69px;
    padding-right: 10px;
    width: 92px;
    height: 108px;
    line-height: 28px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: left top;
    background-repeat: no-repeat;
}

.infor-li.state1 .infor-state{
    background-image: url("../images/infor_bd_state1.png");
}

.infor-li.state2 .infor-state{
    background-image: url("../images/infor_bd_state2.png");
}

.infor-time {
    float: right;
    width: 77px;
    height: 100%;
    color: #333;
    font-weight: bold;
    text-align: center;
    border-radius: 0 5px 5px 0;
}

.infor-li.state1 .infor-time {
    background-color: #f2f5ff;
}

.infor-li.state2 .infor-time {
    background-color: #e6eef3;
}

.infor-time .day {
    padding-top: 26px;
    line-height: 34px;
    height: 34px;
    font-size: 24px;
}

.infor-time .time {
    height: 26px;
    line-height: 26px;
    font-size: 16px;
}

.infor-text {
    display: block;
    margin: 0 100px 0 108px;
    padding-top: 29px;
    line-height: 31px;
    height: 62px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
}

.more-box {
    padding-top: 44px;
    font-size: 0;
    text-align: center;
}

.more-box .more {
    display: inline-block;
    vertical-align: top;
    width: 134px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #f2f5f8;
    background-color: #fff;
    border-radius: 2px;
}

.more-box .more:hover {
    background-color: #dee6fb;
}

.more-box .more span {
    display: inline-block;
    vertical-align: top;
    padding-right: 21px;
    font-size: 16px;
    color: #5286e3;
    background: url("../images/more_icon.png") right center no-repeat;
}

.more-box .more:hover span {
    background-image: url("../images/more_iconh.png");
}

/* 中心 */
.core {
    padding-top: 41px;
}

.core-bar {
    width: 586px;
}

/* 服务中心 */
.service-model {
    padding-top: 25px;
}

.service-bar {
    float: left;
    margin-left: 20px;
    width: calc((100% - 40px) / 3);
    background: #eef2fe;
    background: linear-gradient(to bottom, #fff, #eef2fe);
    background: -webkit-linear-gradient(top, #fff, #eef2fe);
    background: -o-linear-gradient(bottom, #fff, #eef2fe);
    background: -moz-linear-gradient(top, #fff, #eef2fe);
}

.service-bar:first-child {
    margin-left: 0;
}

.service-box {
    display: block;
    padding-left: 10px;
    height: 90px;
    background-position: right 9px top 15px;
    background-repeat: no-repeat;
    border-radius: 4px;
    box-shadow:1px 3px 9px 0px rgba(120,135,187,0.25);
}

.service-box.icon1 {
    background-image: url("../images/service_icon1.png");
}

.service-box.icon2 {
    background-image: url("../images/service_icon2.png");
}

.service-box.icon3 {
    background-image: url("../images/service_icon3.png");
}

.service-bar-tt {
    padding-top: 26px;
    height: 27px;
    line-height: 27px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.service-bar-e {
    height: 18px;
    line-height: 18px;
    font-size: 16px;
    color: #999;
}

.service-con {
    margin-top: 18px;
    padding: 0 20px 0 15px;
    height: 333px;
    box-shadow:-6px 2px 24px 0px rgba(31,57,171,0.13);
}

.service-hd {
    padding-top: 10px;
    height: 47px;
}

.center-tt {
    float: left;
    height: 47px;
    line-height: 47px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.center-more {
    float: right;
    height: 47px;
    line-height: 47px;
    font-size: 14px;
    color: #999;
}

.service-li {
    padding: 10px 0;
}

.service-li > a {
    display: block;
    height: 33px;
    line-height: 33px;
}

.service-time {
    float: right;
    font-size: 14px;
    color: #999;
}

.service-text {
    position: relative;
    margin-right: 108px;
    padding-left: 15px;
    font-size: 16px;
    color: #333;
}

.service-text::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    margin-top: -2.5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #bfbfbf;
}

/* 互动中心 */
.interact {
    margin-top: 25px;
    padding: 0 18px 0 15px;
    height: 441px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow:-6px 2px 24px 0px rgba(31,57,171,0.13);
}

.interact-hd {
    padding-top: 18px;
}

.interact-li {
    padding: 10px 0;
}

.interact-li > a {
    display: block;
    height: 30px;
    line-height: 30px;
}

.interact-state {
    margin-top: 6px;
    float: left;
    width: 38px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
}

.interact-time {
    float: right;
    font-size: 14px;
    color: #999;
}

.interact-text {
    margin: 0 116px 0 45px;
    font-size: 16px;
    color: #333;
}

.interact-state.state1 {
    color: #3179e2;
    background: url("../images/interact_state1.png");
}

.interact-state.state2 {
    color: #f4992e;
    background: url("../images/interact_state2.png");
}

.interact-state.state3 {
    color: #74a43d;
    background: url("../images/interact_state3.png");
}

.interact-state.state4 {
    color: #da5454;
    background: url("../images/interact_state4.png");
}

.want-ul{
    margin-top: 8px;
}

.want-li {
    float: left;
    margin-left: 18px;
    width: calc((100% - 54px) / 4);
    background: #f9fafe;
    background: linear-gradient(to bottom, #f9fafe, #f0f4ff);
    background: -webkit-linear-gradient(top, #f9fafe, #f0f4ff);
    background: -o-linear-gradient(bottom, #f9fafe, #f0f4ff);
    background: -moz-linear-gradient(top, #f9fafe, #f0f4ff);
}

.want-li:first-child {
    margin-left: 0;
}

.want-name {
    display: block;
    padding-top: 63px;
    height: 107px;
    line-height: 33px;
    font-size: 18px;
    color: #333;
    text-align: center;
    border: 1px solid #f3f9ff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: center 19px;
    background-repeat: no-repeat;
}

.want-name.icon1 {
    background-image: url("../images/want_icon1.png");
}
.want-name.icon2 {
    background-image: url("../images/want_icon2.png");
}
.want-name.icon3 {
    background-image: url("../images/want_icon3.png");
}
.want-name.icon4 {
    background-image: url("../images/want_icon4.png");
}

/* 其他专区 */
.other {
    margin-top: 54px;
    height: 456px;
    background: url("../images/other_bg.jpg") center bottom no-repeat;
}

.other-bd {
    padding: 103px 47px 0 47px;
}

.other-model {
    position: relative;
    height: 207px;
}

.other-model .owl-stage-outer{
    height: 207px;
    overflow: hidden;
}

.other-model .item {
    display: block;
    height: 207px;
    transition:all 0.8s ease-in-out;
}
  
.other-model img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 6px;
}

.other-model .owl-next>span{
    display: none;
}

.other-model .owl-prev>span{
    display: none;
}

.other-model .owl-nav .owl-prev,
.other-model .owl-nav .owl-next {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 50%;
    margin-top: -17.5px;
    z-index: 50;
    background-color: #fff;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
}
  
.other-model .owl-nav .owl-prev {
    left: -47px;
    background-image: url("../images/other_prev.png");
}

.other-model .owl-nav .owl-prev:hover {
    background-color: #dbe5f7;
}

.other-model .owl-nav .owl-next {
    right: -47px;
    background-image: url("../images/other_next.png");
}

.other-model .owl-nav .owl-next:hover {
    background-color: #dbe5f7;
}

  
.other-model .owl-nav.disabled {
    display: block !important;
}

.other-li {
    float: left;
    margin-left: 20px;
    width: calc((100% - 60px - 428px) / 3);
    background-color: #fff;
    height: 207px;
    transition:all .2s cubic-bezier(.6, .4, .2, 1);
}

.other-li:first-child {
    margin-left: 0;
}

.other-li.active {
    width: 428px;
}

.other-bar {
    display: block;
    height: 205px;
    text-align: center;
    background-position: center 41px;
    background-repeat: no-repeat;
    border: 1px solid #fff;
}

.other-name {
    padding-top: 136px;
    /* line-height: 41px; */
    font-size: 18px;
    color: #333;
}

.other-more {
    display: none;
}

.other-bar.icon1 {
    background-position: center 52px;
    background-image: url("../images/other_icon1.png");
}

.other-bar.icon2 {
    background-image: url("../images/other_icon2.png");
}

.other-bar.icon3 {
    background-image: url("../images/other_icon3.png");
}

.other-bar.icon4 {
    background-position: center 50px;
    background-image: url("../images/other_icon4.png");
}

.other-bar.icon5 {
    background-image: url("../images/other_icon5.png");
}

.other-bar.icon6 {
    background-image: url("../images/other_icon6.png");
}

.other-bar.icon7 {
    background-image: url("../images/other_icon7.png");
}

.other-li.active .other-bar {
    background: url("../images/other_bar_bg.png") center center no-repeat;
    border: 1px solid #dae0ed;
}

.other-li.active .other-name {
    padding-top: 52px;
    height: 52px;
    line-height: 52px;
    font-size: 26px;
    color: #fff;
}

.other-li.active .other-more {
    display: block;
    margin: 15px auto 0;
    width: 102px;
    height: 30px;
    line-height: 27px;
    font-size: 18px;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #fff;
}

/* banner */
.wb-slider {
    position: relative;
    overflow: hidden;
    height: 575px;
}

.wb-slider-conbox {
    overflow: hidden;
    height: 100%;
}

.wb-slider-ctag {
    width: 100%;
    height: 100%;
    *height: 575px;
    overflow: hidden;
	opacity:0;
}

.ewb-banner-img,
.ewb-video-box {
	position: absolute;
	top: 15px;
	left: 50%;
	bottom: 0;
	margin-left: -960px;
	max-width: 1920px;
	width: 1920px;
	height: 575px;
    z-index: -1;
}

.wb-slider-ctag.cur .ewb-banner-img,
.wb-slider-ctag.cur .ewb-video-box {
	transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	top: 0;
}

.wb-slider-switcher {
    position: absolute;
    bottom: 18px;
    left: 0;
    width: 100%;
    height: 30px;
    text-align: center;
    font-size: 0;
    -webkit-text-size-adjust:none;
}

.wb-slider-stag {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin: 0 6px;
    width: 44px;
    height: 30px;
    background: none;
    cursor: pointer;
    background: url('../images/stag.png') left center repeat-x;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wb-slider-stag.cur {
	background-image: url('../images/stag_cur.png');
}

.ewb-banner-img,
.ewb-video-box {
    transform-style: preserve-3d;
}


.infor-li:hover .infor-text,
.infor-li:hover .day,
.infor-li:hover .time{
    color: #3078e1;
}




/**
* 辽宁新点招标投标交易网
* date:2022-11-25
* author: xujiawei;
 */
.info {
  margin-top: 58px;
  height: 715px;
  /* background: url("../images/infor_bg.jpg") center 178px no-repeat; */
  background: url("../images/infor_bg.png") center 189px no-repeat;
}

.info .top {
  text-align: center;
}

.info .top h2 {
  height: 42px;
  line-height: 42px;
  font-size: 26px;
  font-weight: bold;
  color: #333;
  background: url("../images/com_tt_bg.png") center center no-repeat;
}

.info .top p {
  height: 19px;
  line-height: 19px;
  font-size: 14px;
  font-weight: bold;
  color: #999;
}

.info .service-tab .service-tab-hd {
  display: flex;
  justify-content: space-around;
  margin-left: -299px;
}

.info .service-tab .service-tab-hd-item {
  text-align: center;
  padding-top: 75px;
  padding-bottom: 19px;
  width: 90px;
  font-size: 18px;
  cursor: pointer;
}

.info .service-tab .service-tab-hd-item:nth-child(1) {
  background: url("../images/service_bg1.png") no-repeat top center;
}

.info .service-tab .service-tab-hd-item:nth-child(2) {
  background: url("../images/service_bg2.png") no-repeat top center;
}

.info .service-tab .service-tab-hd-item:nth-child(3) {
  background: url("../images/service_bg3.png") no-repeat top center;
}

.info .service-tab .service-tab-hd-item:nth-child(4) {
  background: url("../images/service_bg4.png") no-repeat top center;
}

.info .service-tab .service-tab-hd-item.current {
  position: relative;
  color: #337be2;
}

.info .service-tab .service-tab-hd-item.current::after {
  position: absolute;
  content: '';
  width: 90px;
  height: 29px;
  left: 0;
  bottom: 0;
  background: url("../images/service_current.png") no-repeat;
}

.info .type-tab {
  display: flex;
}

.info .type-tab-hd {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  box-sizing: border-box;
  padding-left: 20px;
  width: 299px;
  height: 518px;
  /* background: #ffffff; */
  margin-top: 121px;
}

.info .type-tab-bd {
  width: 0;
  flex: 1;
}

.info .type-tab-hd-item {
  width: 261px;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  font-weight: bold;
  padding-left: 100px;
  border-radius: 6px;
  cursor: pointer;
  box-sizing: border-box;
  box-shadow: 0 0 7px 6px rgb(134 168 195 / 20%);
}

.info .type-tab-hd-item.current {
  color: #fff;
}

.info .type-tab-hd-item:nth-child(1) {
  background: url("../images/type_bg1.png") no-repeat;
}

.info .type-tab-hd-item:nth-child(1).current {
  background: url("../images/type_bgh1.png") no-repeat;
}

.info .type-tab-hd-item:nth-child(2) {
  background: url("../images/type_bg2.png") no-repeat;
}

.info .type-tab-hd-item:nth-child(2).current {
  background: url("../images/type_bgh2.png") no-repeat;
}

.info .type-tab-hd-item:nth-child(3) {
  background: url("../images/type_bg3.png") no-repeat;
}

.info .type-tab-hd-item:nth-child(3).current {
  background: url("../images/type_bgh3.png") no-repeat;
}

.info .type-tab-hd-item:nth-child(4) {
  background: url("../images/type_bg4.png") no-repeat;
}

.info .type-tab-hd-item:nth-child(4).current {
  background: url("../images/type_bgh4.png") no-repeat;
}

.info .type-tab-hd-item:nth-child(5) {
  background: url("../images/type_bg5.png") no-repeat;
}

.info .type-tab-hd-item:nth-child(5).current {
  background: url("../images/type_bgh5.png") no-repeat;
}

.info .infor-li {
  margin-top: 32px;
  width: 100%;
}

.info .infor-bar {
  position: relative;
  margin: 0 15px;
  height: 94px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 1px 1px 18px 0px rgba(187, 217, 255, 0.46);
}

.info .infor-state {
  position: absolute;
  left: 12px;
  top: -13px;
  padding-top: 69px;
  padding-right: 10px;
  width: 92px;
  height: 108px;
  line-height: 28px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: left top;
  background-repeat: no-repeat;
}

.info .infor-li.state1 .infor-state {
  background-image: url("../images/infor_bd_state1.png");
}

.info .infor-li.state2 .infor-state {
  background-image: url("../images/infor_bd_state2.png");
}

.info .infor-time {
  float: right;
  width: 77px;
  height: 100%;
  color: #333;
  font-weight: bold;
  text-align: center;
  border-radius: 0 5px 5px 0;
}

.info .infor-time .day {
  padding-top: 17px;
  line-height: 34px;
  height: 34px;
  font-size: 24px;
}

.info .infor-time .time {
  height: 26px;
  line-height: 26px;
  font-size: 16px;
}

.info .infor-li.state1 .infor-time {
  background-color: #f2f5ff;
}

.info .infor-li.state2 .infor-time {
  background-color: #e6eef3;
}

.info .infor-text {
  display: block;
  margin: 0 100px 0 108px;
  padding-top: 29px;
  line-height: 31px;
  height: 62px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
}
