html {
    font-size: 12px;
    width: 100%;
    height: 100%;
    /*overflow-x: hidden; 加上会导致fexed元素覆盖在body滚动条上*/
    -webkit-text-size-adjust: none;
}

body {
    font-size: 1rem;
    min-width: 1000px;
    height: 100%;
    overflow: auto;
    font-family: Microsoft Yahei, "微软雅黑", Arial, Helvetica, sans-serif, serif;
    position: relative;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

p,
dl,
h3,
h2,
h4,
h5 {
    margin: 0;
}

a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
div {
    font-family: Microsoft Yahei, "微软雅黑", Arial, Helvetica, sans-serif, serif;
}

input{
    outline: none;
}

.section:before,
.cf:before,
.section:after,
.cf:after {
    display: table;
    content: "";
}

.section:after,
.cf:after {
    clear: both;
}

.question-wrap {
    width: 100%;
    height: 100%;
    background: url(../images/bg.png) no-repeat center center;
}

.q-section {
    width: 1000px;
    margin: 0 auto;
}

.q-center {
    display: table;
}

.q-left-aside {
    display:block;
	float:left;
    width: 322px;
    vertical-align: top;
    background: url(../images/left-bg.png) no-repeat left bottom;
	white-space:nowrap;
	min-height:1000px;
	
    /*background-size: cover;*/
}

.q-right-aside {
    display: block;
    width: 678px;
	margin-left:322px;
    padding-left: 24px;
    vertical-align: top;
}

.q-left-box {
    position: relative;
}

.q-school-logo {
    height: 480px;
    width: 100%;
    padding: 124px 0 102px;
    text-align: center;
}

.q-school-logo img {
    height: 100%;
    width: auto;
    margin: 0 auto;
}

.q-type-wrap {
    padding: 0 25px 100px 30px;
}

.q-type-name {
    display: block;
    font-size: 18px;
    color: #212121;
    font-weight: bold;
    line-height: 36px;
    padding: 12px 0;
    text-align: left;
}

.q-type-list .q-list-name {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #212121;
    line-height: 24px;
    border-bottom: 1px solid transparent;
    margin-bottom: 10px;
}

.q-type-list a:focus,
.q-type-list a:hover {
    color: #b31a1f;
    font-weight: bold;
}

.q-type-list .active,
.q-type-list .active:focus,
.q-type-list .active:hover {
    color: #b31a1f;
    border-bottom-color: #b31a1f;
    font-weight: bold;
}

.q-caption-box {
    width: 100%;
    position: relative;
    margin: 48px 0 32px;
    padding: 20px 24px 24px 27px;
}

.q-caption-box h5 {
    font-size: 15px;
    font-weight: bold;
    line-height: 28px;
    color: #212121;
}

.q-caption-box p {
    font-size: 14px;
    line-height: 28px;
    color: #212121;
    
}

.q-box-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 9px;
    background: url(../images/square-top-img.png) repeat;
}

.q-box-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 9px;
    background: url(../images/square-bottom-img.png) repeat;
}

.q-box-left {
    position: absolute;
    bottom: 9px;
    left: 0;
    top: 9px;
    width: 9px;
    background: url(../images/square-left-img.png) repeat;
}

.q-box-right {
    position: absolute;
    bottom: 9px;
    right: 0;
    top: 9px;
    width: 9px;
    background: url(../images/square-right-img.png) repeat;
}

.subject {
    border-bottom: 1px dashed #1b3161;
    margin-bottom: 18px;
    padding-bottom: 11px;
}

.subject-title {
    font-size: 15px;
    line-height: 28px;
    font-weight: bold;
    text-align: left;
    color: #212121;
}

.subject ul {
    padding: 7px 0;
}

.subject ul li {
    display: block;
    font-size: 14px;
    color: #4a4a4a;
    line-height: 28px;
    vertical-align: middle;
    padding-left: 24px;
}

.subject ul li input[type='radio'] {
    margin: 8px 0 0;
    position: absolute;
    margin-left: -16px;
}

.subject .q-radio-inline li {
    display: inline-block;
}

.subject .q-radio-inline li {
    margin-right: 45px;
}

.subject .q-radio-inline li:last-child {
    margin-right: 0;
}
.q-sm-shool-logo{
    display: none;
}


/***************media screen **********************/

@media(max-width:1199px) {
    body {
        min-width: 100%;
        width: 100%;
    }
    .q-section {
        width: 970px;
    }
    .subject .q-radio-inline li {
        margin-right: 35px;
    }
	.q-left-aside {
		width:32.2%;
	}
	.q-right-aside{
		width:67.8%;
		margin-left:32.2%;
	}
}

@media(max-width:991px) {
    .q-section {
        width: 750px;
    }
}

@media(max-width:767px) {
    .q-section {
        width: 100%;
    }
    .q-center {
        display: block;
    }
    .q-left-aside,
    .q-right-aside {
        display: block;
        width: 100%;
    }
	.q-left-aside{
		background-size:cover;
		float:none;
		min-height:1px;
	}
    .q-right-aside {
        padding-left: 15px;
        padding-right: 15px;
		margin-left:0;
    }
    .q-sm-shool-logo{
        display: block;
        padding: 10px 0;
    }
    .q-sm-shool-logo img{
        margin-left: 15px;
    }
    .navbar-toggle {
        border-color: #212121;
    }
    .navbar-toggle .icon-bar {
        background-color: #212121;
    }
    .q-type-wrap{
        display: none;
        border-top:1px solid #101010;
        padding: 10px 15px;
    }
    .q-caption-box{
        margin-top: 25px;
    }
    .subject .q-radio-inline li{
        margin-right: 10px;
    }
}
