.body_info {
    display: flex;
    justify-content: space-between;
}

.main_content {
    width: 890px;
    min-height: 200px;
}

.toolbar {
    width: 280px;
}

.article {
    width: 280px;
    margin-top: 60px;
}

.article_list {
    margin-top: 30px;
}

.hr_text_nav_head {
    width: 120px;
    font-size: 24px;
    font-weight: bold;
    color: #1C1414;
}

.more_button {
    float: right;
    margin-top: 10px;
}

.article_item_img {
    width: 120px;
    height: 85px;
}

.article_item_name {
    width: 145px;
    font-size: 16px;
    font-weight: 400;
    color: #1C1414;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.article_item_time {
    font-size: 12px;
    margin-top: 15px;
}

.article_list_main {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
}

.QA_list {
    margin-top: 30px;
}

.QA_list ul {
    padding: 0;
    height: 310px;
    overflow: hidden;
}

.Q_info {
    margin-bottom: 10px;
}

.QA_list_content {
    border-bottom: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 0
}

.Q_info_title {
    font-size: 16px;
    font-weight: 400;
    color: #1C1414;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.A_info_title {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 21px;
}

/*end右侧*/
.screen_condition {
    width: 890px;
    border: 1px solid #ededed;
    border-radius: 5px;
    padding: 20px 0 24px;
}

.screen_condition .Select {
    font-weight: bold;
    color: #EB6924;
}

.screen_condition_title, .screen_condition_details {
    margin-left: 30px;
}

.screen_condition_title {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
}

.screen_condition_title_img {
    width: 50px;
    height: 50px;
    border-radius: 50%; /*background-color: #EB6924;*/
}

.screen_condition_title_img img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.screen_condition_title_name {
    font-size: 20px;
    color: #282828;
    line-height: 50px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
}

.screen_condition_title_name p {
    margin: 0 35px 0 20px;
    padding-top: 3px;
}

.screen_condition_details {
    margin-top: 5px;
    display: flex;
    flex-direction: row;
}

.screen_condition_details_name {
    width: 110px;
    font-size: 18px;
    font-weight: 400;
    color: #282828;
    padding-top: 5px;
}

.screen_condition_details_buxian span {
    display: inline-block;
    width: 80px;
    height: 35px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 35px;
}

.screen_condition_detail {
    display: flex;
    flex-wrap: wrap;
    margin-left: 15px;
    width: 640px;
}

.screen_condition_detail span {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    min-height: 35px;
    line-height: 35px;
    padding: 0 10px;
    margin: 0 5px 5px 5px;
    color: white;
}

.screen_condition_details_buxian .screen_condition_Select {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #eb6924;
    color: #EB6924;
    border-radius: 5px;
    line-height: 33px;
}

.screen_condition_detail .screen_condition_Select {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #ededed;
    box-shadow: 0px 0px 5px 1px #EB6924;
    border-radius: 5px;
    padding: 0 9px;
    line-height: 33px;
}

.screen_condition_shubiao, .screen_condition_shubiao_no {
    cursor: pointer;
    border-radius: 5px;
}

.screen_condition_shubiao:hover, .screen_condition_shubiao_no:hover {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 5px 1px #EB6924;
    border-radius: 5px;
}

.screen_condition_input .form-control:focus {
    outline: none;
    border-color: #EB6924;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.screen_condition_input {
    display: flex;
    flex-direction: row;
    width: 500px;
    margin: 15px auto 0;
}

.screen_condition_input input {
    width: 410px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #BFBFBF;
    border-radius: 5px 0px 0px 5px;
}

.screen_condition_sousuo_logo {
    display: inline-block;
    width: 90px;
    height: 40px;
    background: #FDD809 url("../img/sousuo_logo.png") no-repeat 10px 10px;
    border-radius: 0 5px 5px 0;
    font-size: 16px;
    font-weight: 400;
    color: #1B0F0F;
    cursor: pointer;
}

.screen_condition_sousuo_logo p {
    text-align: left;
    margin-top: 9px;
    margin-left: 39px;
}

.screen_result {
    width: 890px;
    margin-top: 30px;
}

.screen_school {
    display: flex;
    justify-content: space-between;
    padding: 30px;
}

.screen_school_img > a {
    width: 200px;
    height: 110px;
    display: flex;
    overflow: hidden;
    border-radius: 5px;
}
.screen_school_img img{
    width: 100%;
    height: 100%;
}

.screen_school_details {
    width: 395px;
}

.screen_school_details1 {
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    color: #333333;
}

.screen_school_details1 a {
    color: #333333;
}

.screen_school_details1 span {
    display: inline-block;
    width: 52px;
    height: 27px;
    margin-left: 15px;
    background: #FCC73C;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    text-align: center;
    cursor: pointer;
    line-height: 29px;
}

.screen_school_details2 {
    width: 380px;
    font-size: 14px;
    font-weight: 400;
    color: #444444;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 7px;
}

.screen_school_details2 a {
    color: #444444;
}

.screen_school_details3 {
    width: 380px;
    /*height: 27px;*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*margin-bottom: 10px;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.screen_school_details3 span {
    height: 27px;
    padding: 6px 8px;
    background: rgba(235, 105, 36, 0.17);
    border-radius: 5px;
    font-size: 12px;
    font-weight: 400;
    color: #EB6924;
    margin-right: 10px;
    cursor: pointer; /*display: none;*/
}

.screen_school_details4 {
    margin-top: 10px;
}

.screen_school_details4 span {
    margin: 0 10px 0 5px;
    font-size: 12px;
    font-weight: 400;
    color: #444444;
    cursor: pointer;
}

.screen_school_btn {
    display: flex;
    flex-direction: column;
    padding-top: 15px;
}

.screen_school_btn1 {
    width: 115px;
    height: 33px;
    background: #EB6924;
    border-radius: 17px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    border: 0;
    margin-bottom: 27px;
}

.screen_school_btn2 {
    width: 115px;
    height: 33px;
    background: #FCC73C;
    border-radius: 17px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    border: 0;
}

.screen_allschool {
    border: 1px solid #ededed;
    border-radius: 5px;
    padding: 30px;
}

.screen_school:hover {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 5px 0px #888888;
    border-radius: 5px;
}