/*证书查询*/
.middle{
    width:1200px;
    height:555px;
    margin:20px auto 46px;
    padding:30px 20px 0;
    background-color:#ffffff;
    box-sizing:border-box;
}
.midleft p{
    width:220px;
    height:15px;
    font-size:16px;
    line-height:20px;
    color: #015293;
    margin-bottom:20px;
    border-bottom:1px solid #b3b3b3;
    padding-bottom:13px;
}
.midleft li{
    width:220px;
    height:40px;
    background-color:#f5f5f5;
    border: solid 1px #e6e6e6;
    margin:4px 0;
}
.midleft ul li img{
    width:23px;
    height:23px;
    padding:9px 27px 10px ;
    float:left;
}
.midleft ul li span{
    float:left;
    height:40px;
    line-height:40px;
    font-size:14px;
    color: #333333;
}
.midright{
    float:right;
    width:890px;
    height:555px;
    margin:0 auto;
}
.midtop{
    border-bottom:1px solid #b3b3b3;
    height:28px;
    line-height:28px;
}
.midtop img{
    width: 18px;
    height: 16px;
    margin-right:12px;
}
.midtop p{
    height: 12px;
    font-size:14px;
    color: #333333;
}
.midtop span{
    font-size:14px;
    color:#808080;
}
.midright .midtop span a{
    font-size:14px;
    color:#086fbd;
}
.midbottom{
    margin-top:84px;
}
.midbottom>p{
    text-align: center;
    margin-bottom:52px;
    font-size: 26px;
    color: #333333;
}
.midbottom>ul{
    margin:0 auto;
    width:600px;
}
.midbottom li{
    padding-bottom:21px;
    height:40px;
}
.midbottom li>div{
    height:45px;
    line-height: 45px;
    width:100px;
}
.midbottom li input{
    padding-left:12px;
    width:375px;
    height:40px;
    border:1px solid #c7c7c7;
}
.midbottom li p{
    font-size:14px;
    color: #666666;
}
.midbottom li a{
    width: 78px;
    height:42px;
    line-height:42px;
    background: #2880c3;
    text-align: center;
    /*text-decoration:none;*/
    font-size: 14px;
    color: #ffffff;
    margin-left:10px;
}
.midbottom .input-last input{
    width:111px;
}
.midbottom .input-last img{
    width:99px;
    height:42px;
    margin-left:8px;
}
.midbottom .input-last .last{
    font-size:14px;
    color:#666666;
    margin-left:20px;
}
.midbottom .lastli{
    font-size:14px;
    color: #666666;
    margin-top:69px;
    margin-left:16px;
}
.bannerl{
    position:fixed;
    top: 60%;
    right:220px;
    z-index: 100;
}
/*详情页-无列表*/
.primary{
    width:1200px;
    margin:0 auto;
    background-color:#ffffff;
    box-sizing:border-box;
}
.primary .banner{
    position: relative;
}
.primary .banner ul{
    position: absolute;
    bottom:12px;
    left:47%;
}
.primary .banner ul li{
    float: left;
    width:10px;
    height:10px;
    border-radius: 50%;
    background: #fff;
    margin-right:8px;
}
.primary .banner a.arow-left{
    position:absolute;
    left:0;
    top:40px;
}
.primary .banner a.arow-right{
    position:absolute;
    right:0;
    top:40px;
}
.main{
    padding:24px 20px;
}
.main .main-title{
    border-bottom:1px dashed #d9d9d9;
    text-align: center;
    padding-bottom:27px;
}
.main .main-title h1{
    font-size: 28px;
    color: #333333;
    font-weight:normal;
    margin-top:45px;
}
.main .main-title-time{
    margin-top:19px;
}
.main .main-title-time span{
    padding:0 20px;
    font-size:14px;
    color: #808080;
}
.main .main-text{
    padding:30px 10px;
    border-bottom:1px dashed #d9d9d9;
}
.main .main-text p
{
    /*
    text-align:justify;
    text-indent: 2em;
    font-size: 15px;
    color: #666666;
*/
    line-height: 30px;
}
.main .main-text a{
    font-size:15px;
    color:#086fbd;
}
.main .main-top{
    border-bottom:1px solid #b3b3b3;
    padding-bottom:35px;
}
.main .main-top img{
    width:18px;
    height:16px;
    margin-right:12px;
}
.main .main-top p{
    font-size:14px;
    color: #333333;
}
.main .main-top span{
    font-size:14px;
    color:#808080;
}
.main .main-top a{
    font-size:14px;
    color: #086fbd;
}