.clearfix:after {content: '';height: 0;display: block;clear: both;overflow: hidden;visibility: hidden;}
.clearfix {zoom: 1;}
.report_head{
    text-align: center;
    border: 1px solid #DBDBDC;
    height: 80px;
    background: url('../images/grading/zytb.jpg') no-repeat left top;
    margin-top: 50px;
}
.report_head p{
    margin: 0;
    font-size: 18px;
    line-height: 70px;
}
.form{
    width: 550px;
    height: 502px;
    float: left;
    border: 1px solid #DBDBDC;
    box-shadow: 0px 5px 10px #DBDBDC;
    margin: 40px 40px 50px 0;
}
.form:nth-child(2n){
    margin-right: 0;
}
.form .title{
    text-align: center;
    padding: 30px 0;
    border-bottom: 1px solid #DBDBDC;
    margin-bottom: 50px;
}
.form .title h4{
    margin-bottom: 30px;
}
.form .item{
    width: 50%;
    margin: 10px auto 30px auto;
}
.form .item .lable{
    width: 30%;
    display: inline-block;
    text-align: right;
    font-size: 14px;
}
.form .item select{
    margin-left: 10px;
    width: 60%;
}
.form .item_btn{
    width: 120px;
    margin: 20px auto 50px auto;
}
.form .btn{
    border: 1px solid #bc461f;
    width: 100%;
    color: #fff;
    background: #ed6a1a;
    text-align: center;
    cursor: pointer;

}
.form .btn:focus{
    outline: none;
}
.form .item input[type="radio"]{
    vertical-align: top;
    margin-left: 10px;
    margin-right: 5px;
}
.form .item input[type="text"]{
    width: 60%;
    margin-left: 10px;
    padding-left: 10px;
}

.result .title{
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 50px 0 30px 0;
}
.result .title span{
    color: #1e77bd;
}
.result_table{
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}
.result .table{
    width: 1140px;
}
.result .table tr{
    height: 26px;
    width: 1140px; 
    table-layout: fixed;
}
.result .table td{
    border: 1px solid #dbdbdc;
    text-align: center;
    height: 36px;
}
.result .table thead{
    background-color: #f5f5f5;
    display: block;
}
.result .table tr.select{
    background-color: #2780E3;
    color: #fff;
}
.result .table tbody{
    display: block;
}
.fixed{
    position: fixed;
    top: 0;
}

.college_table,.college_table tr{
    width: 100%;
}
.college_table tr:first-child{
    background-color: #f5f5f5;
    font-weight: bold;
}
.college_table tr td{
    width: 16.66%;
    height: 40px;
    border:1px solid #ddd;
    text-align: center;
}
.college_table .operation img{
    width: 18px;
    height: 18px;
    vertical-align: text-bottom;
    margin-left: 5px;
}
.college_table .operation td{
    color: #1e77bd;
    cursor: pointer;
}
.college_table .operation td:first-child{
    color: #333;
}

.result .content .item table,.result .content .item table tr{
    width: 100%;
}
.result .content .item table tr td{
    width: 16.66%;
    height: 40px;
    border:1px solid #ddd;
    text-align: center;
}
.result{
    margin-bottom: 100px;
}
.selectYear{
    text-align: center;
}
.yearTable{
    display: none;
    margin-top: 20px;
}
.yearTable:nth-child(1){
    display: table;
}
.yearTable,.yearTable tr{
    width: 100%;
}
.yearTable tr td{
    border:1px solid #ddd;
    text-align: center;
    padding: 15px 0;
}
.yearTable thead th{
    height: 40px;
    border:1px solid #ddd;
    text-align: center;
    background-color: #f5f5f5;
}