/* 面包屑 */

.content_left {
    width: 860px;
    height: auto;
    float: left;
    margin-right: 20px;
    /* background-color: #fff; */
}

.content_left_crumb {
    height: 40px;
    background-color: #fff;
    margin: 20px 0;
    border-radius: 10px;
}

.content_left_crumb ul {
    margin-left: 20px;
}

.content_left_crumb li {
    float: left;
    line-height: 40px;
    padding-right: 10px;
    color: #cacaca;
}

.content_left_crumb li a {
    color: #cacaca !important;
}

.content_left_crumb li a:hover {
    color: #2478e4 !important;
}

.content_left_crumb .home a {
    color: #cacaca !important;
}

.content_left_crumb .school_dt {
    color: #2478e4;
}

/* 主体内容 */

.content_left_main {
    background-color: #fff;
    height: auto;
    border-radius: 10px;
}

.left_main_header .header_title::before {
    content: '';
    display: block;
    float: left;
    width: 8px;
    height: 30px;
    background-color: #2478e4;
    margin-top: 7px;
    margin-right: 10px;
}

.left_main_header .header_title {
    font-size: 30px;
    float: left;
    color: #2478e4;
    padding-top: 18px;
}

.header_find {
    display: block;
    float: left;
    width: 640px;
    height: 40px;
    position: relative;
    margin-left: 60px;
    margin-top: 16px;
}

.header_find input {
    width: 640px;
    height: 40px;
    border: 1px solid #979797;
    opacity: 0.5;
}

.header_find p {
    width: 1.5px;
    height: 29px;
    background-color: #979797;
    opacity: 0.5;
    position: absolute;
    top: 5px;
    left: 45px;
}

.header_find span {
    position: absolute;
    top: 10px;
    left: 15px;
    display: block;
    width: 20px;
    height: 18px;
    background-image: url(../images/icons.png);
    background-position: -438px -82px;
}

.find {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 80px;
    height: 40px;
    background-color: #2478e4;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    cursor: pointer;
}

/* left_main_body */

.left_main_body li {
    width: 820px;
    height: 140px;
    margin: 20px 0 20px 20px;
    /* border-bottom: 1px solid #979797; */
    border: 1px solid #fff;
    position: relative;
}

.college_photo a {
    float: left;
}

.college_photo img {
    width: 150px;
    height: 100px;
    margin: 20px;
    float: left;
}

.school_main {
    width: 611px;
    float: left;
}

.school_main .school_main_title {
    display: block;
    padding-top: 20px;
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 10px;
}

.school_text {
    color: #393939;
}

.school_main_footer {
    display: block;
    /* padding-top: 10px; */
    color: #cacaca;
}

.school_main_footer .timess {
    display: block;
    float: left;
    margin-right: 20px;
}

.school_main_footer .timess::before {
    content: '';
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    background-image: url(../images/icons.png);
    background-position: -758px -45px;
    margin-right: 5px;
}

.line_man {
    display: block;
    float: left;
    margin-right: 20px;
}

.line_man::before {
    content: '';
    display: block;
    float: left;
    width: 15px;
    height: 15px;
    background-image: url(../images/icons.png);
    background-position: -177px -126px;
    margin: 5px;
}

.attention::before {
    content: '';
    display: block;
    float: left;
    width: 18px;
    height: 18px;
    background-image: url(../images/icons.png);
    background-position: -143px -122px;
    margin-right: 5px;
}

.attention {
    display: block;
    float: left;
}

.footer_lines {
    position: absolute;
    bottom: 0;
    width: 810px;
    height: 1px;
    margin-left: 5px;
    background-color: #979797;
    opacity: 0.5;
}

.left_main_body .left_main_item:hover {
    border: 1px solid #2477e3;
    box-shadow: 0px 2px 6px 0px rgba(36, 119, 227, 0.4);
    border-radius: 10px;
}

/* content_right */

/* .college_photo img:hover {
	transform: scale(1.1);
} */

.school_text {
    display: block;
    width: 600px;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.banner_top {
    width: 320px;
    height: 180px;
    margin-top: 20px;
    float: left;
}

.banner_top img {
    width: 320px;
    height: 180px;
    border-radius: 10px;
}

.paging {
    height: 70px;
    position: relative;
    margin-left: 50px;
    float: none !important;
}