body{
	
	font-family: 微软雅黑;
	}
  	.lm_gd{
    display:none;
    position: absolute;
    top:100px;
    left: 50%;
    transform: rotate(-16deg);
    width: 240px;
  }
.gjbt{
    display: block;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
  .lm_gd img{
    width: 100%;
    height: 100%;
  }
  .lm_gd .gdtime{
    position: absolute;
    top:65px;
    left:61px;
    color: #303592;
    font-size:18px;
  }
  .pos{
      height: 65px;
      line-height: 65px;
      border-bottom: 1px solid #e5e5e5;
    font-family: Microsoft Yahei;font-size: 12px;color:#212121;
  }
  .bai14c{
      color: #be0000;
      font-size: 18px;
      font-weight: bold;
  }
    div#content{
    width:100%;}
    #main{
    	margin-top:30px;
    }

.mytable tr{
	height:38px !important;
	line-height:38px;
      
}
/*
.mytable tr.mytr{
 display:block;}*/
 .mytable tr td span.mygjspan{
 	display:inline-block;
 	width:70%;
 	overflow:hidden;
 	height:38px;
 	text-overflow:ellipsis;
 	white-space:nowrap;
 }
#dy img{
   width:24px;
vertical-align: middle;
    margin-right: 8px;
}



/*dy*/
        #alertbox.alertbox {
            width: 510px;
            height: 288px;
            padding: 27px;
            border-radius: 10px;
            background: #fff;
            text-align: center;
            box-sizing: border-box;
            z-index: 999;
            position: absolute;
            left: 50%;
            margin-left: -255px;
            top: 150px;
        }

        #alertbox .alerttit {
            width: 100%;
            height: 62px;
            line-height: 62px;
            border-bottom: 1px solid #bebebe;
            font-size: 18px;
            font-weight: bold;
            color: #cd0000;

        }

        #alertbox button {
            outline: none;
            border: none;
            background: #cd0000;
            color: #fff;
            text-align: center;
            width: 147px;
            height: 46px;
            line-height: 46px;
            font-size: 18px;
            border-radius: 7px;
                cursor: pointer;
        }

        #alertbox .alertnr {
            line-height: 112px;
            font-size: 18px;
        }

        #alertbox .alertclose {
            position: absolute;
            color: #cd0000;
            font-size: 40px;
            right: 20px;
            top: 15px;
            cursor: pointer;
        }
       body{
            position: relative;
        }
       .alertyinying {
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, .1);
            position: absolute;
            top: 0;
        }
