﻿@CHARSET "UTF-8";
*{
    margin:0;
    padding:0;
}
ol,ul{
    list-style: none;
}
a{
    text-decoration: none;
}
.clearfix:after{
    content: '';
    display: block;
    clear: both;
}
.fl-lf{
    float: left;
}
.fl-rgt{
    float: right;
}


.content{
    margin:0 auto;
    padding:10px 20px;
    color: #333;
    width: 645px;
    transform: scale(.42);
    -moz-transform:scale(.42); 
	-webkit-transform:scale(.42); 
	-o-transform:scale(.42);
    -webkit-transform-origin-x: 0;
    -webkit-transform-origin-y: 0;
    transform-origin:0px 0px 0px;
}
/*顶部标题*/
.top-cont{
    margin-bottom: 10px;
}
.top-cont h3{
    font-size: 50px;
    word-break: break-all; 
}
/*机构信息*/
.ins-info{
    margin-bottom: 26px;
}
.ins-img{
    width: 64px;
    height: 64px;
    margin-right: 16px;
}
.ins-img img{
    width: 100%;
    height: 100%;
}
.ins-text{
    width: 300px;
    height: 64px;

}
.ins-text .ins-tit{
    height: 42px;
    font-weight: bold;
    font-size: 28px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    vertical-align: top;
}
.ins-text .ins-lab{
    height: 32px;
    font-size: 20px;
    line-height: 32px;
    color: #999;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.ins-idx{
    width: 146px;
    height: 50px;
    margin-top: 7px;
    line-height: 50px;
    text-align: center;
    background-color: #1AA1FB;
    border-radius: 25px;
}
.ins-idx a{
    font-size: 22px;
    color: #fff;
    vertical-align: middle;
}
/*题目信息*/
.sub-li{
    /*border-radius: 0.25rem;*/
    margin-bottom: 32px;
}
.sub-title{
    width:100%;
    height: 86px;
    line-height:86px;
    background: url(../../images/title-bg.png) no-repeat top left/100%;
}
.sub-title h4{
    font-size: 26px;
    color: #fff;
    margin-left: 20px;
}
.sub-title img{
    width: 50px;
    height: 50px;
    margin-top: 17px;
    margin-right: 12px;
}
.sub-det{
    padding:17px 20px 34px;
    background-color: #fafafa;
    border:1px solid #d1d9df;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}
p.sub-txt{
    font-size: 30px;
    color: #222;
    margin-bottom:25px;
    word-break: break-all;
}
.sub-img{
    margin-bottom:25px;
}
.sub-img img{
    width: 100%;
    margin-top: 12px;
}
.check{
    width: 344px;
    height: 70px;
    margin-left:110px; 
    background: url(../../images/daan_btn.png) no-repeat top left/344px 70px;
    cursor: pointer;
}
/*答案*/
.sub-ans{
    display: none;
    padding-top:16px;
     border-top: 1px dotted #ccc;
}
.ans-tit{
    font-size: 22px;
    color: #ff9700;
    margin-bottom:8px;
}
.ans-tit img{
    width:20px;
    height: 20px;
    margin-right: 13px; 

}
.ans-txt{
    font-size: 22px;
}
.close{
    width: 230px;
    height: 70px;
    margin-left:166px; 
    background: url(../../images/guanbi_btn.png) no-repeat top left/230px 70px;
    cursor: pointer;
}
/*顶部信息*/
.foot-cont{
    margin-top: 70px;
}
.info-left{
    width: 390px;
    height: 140px;
}
.info-left p{
    width:390px; 
    height: 35px;
    line-height:35px;
    color: #61696F;
    font-size: 26px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;  
}
.info-left p.left-ins{
    font-size:26px;
    color: #333; 
}
.img-right{
    width: 140px;
    height: 140px;
} 
.img-right img{
    width: 100%;
    height: 100%;
}
.weilai{
    height: 28px;
    margin-top:  28px;
}
.line{
    margin-top: 12px;
    width: 170px;
    height:1px;
    background-color: #ddd; 
}
.weilai-txt{
    padding:0 22px; 
    width: 258px;
    height: 28px;
    line-height:28px;
    text-align: center;
    color: #1aa1fb;
    font-size: 20px;
}