
.nav_wrapper .nav_r .nav_search span {
    font-size: 14px;
    color: #666;
}

.nav_wrapper .nav_menu_m .nav_menu li a i {
	 font-size: 24px;
}

.header {
    height: 64px;
}


.nav_wrapper .logo {
    position: absolute;
    top: 50%;
    width: 144px;
    height: 55px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.nav_wrapper .college_logo {
    position: relative;
    display: inline-block;
    width: 270px;
    height: 64px;
    line-height: 64px;
}

.nav_wrapper .college_logo img {
    /*display:inline-block;*/
    width: 50px;
    height: 50px;
    margin-top: 7px;
    float: left;
    position: relative;
}

.nav_wrapper .college_logo span {
    position: absolute;
    margin-left: 10px;
    width: 180px;
    line-height: 64px;
    font-size: 18px;
    color: #fff;
    height: 64px;
    overflow: hidden;
}

.nav_wrapper .address {
    display: inline;
    position: absolute;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding: 10px 8px;
    margin-left: 164px;
    background-color: #0B59FF;
    font-size: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.nav_wrapper .nav_menu_m .nav_menu li a,
.nav_wrapper .address {
    color: #fff;
}

.nav_wrapper .nav_r .nav_search span i,
.nav_wrapper .address i {
    font-size: 9px;
    margin-left: 5px;
}

.nav_wrapper .nav_menu_m {
    display: inline-block;
    line-height: 64px;
    height: 64px;
}

.nav_wrapper .nav_menu_m .nav_menu {
    display: inline-block;
    margin-left: 0;
}

.nav_wrapper .nav_menu_m.college .nav_menu {
    margin-left: 0;
}

.nav_wrapper .nav_menu_m .nav_menu li {
    float: left;
    font-size: 16px;
}

.nav_wrapper .nav_menu_m .nav_menu>li:hover .dropdown {
    display: inline-block;
}

.nav_wrapper .nav_menu_m .nav_menu li a {
    display: flex;
    padding-left: 27px;
    padding-right: 27px;
}

.nav_wrapper .nav_menu_m .nav_menu>li:hover>a,
.nav_wrapper .nav_menu_m .nav_menu>li.active>a {
    background-color: #0B59FF;
}

.nav_wrapper .address>ul.drop,
.nav_wrapper .nav_menu_m .nav_menu ul.dropdown,
.nav_wrapper .nav_menu_m .nav_menu ul.dropdown li ul.dropdown {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    width: 140px;
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.24);
    z-index: 110;
}

.nav_wrapper .address>ul.drop {
    display: inline-block;
    margin-left: -10px;
    margin-top: 23px;
}

.nav_wrapper .address>ul.dropdown li {
    width: 80px;
}

.nav_wrapper .nav_menu_m .nav_menu ul.dropdown li ul.dropdown {
    left: 146px;
    top: inherit;
}

.nav_wrapper .nav_menu_m .nav_menu ul.dropdown {
    top: 64px;
}

.nav_wrapper .nav_menu_m .nav_menu ul.dropdown.profession {
    width: 100%;
    position: absolute;
    left: 0;
}

.nav_wrapper .nav_menu_m .nav_menu ul.dropdown.profession li a {
    width: 100%;
}

.nav_wrapper .nav_menu_m .nav_menu ul.dropdown.profession li {
    clear: none;
}

.nav_wrapper .nav_menu_m .nav_menu ul.dropdown li:last-child {
    border-bottom: 0
}

.nav_wrapper .nav_menu_m .nav_menu ul.dropdown li a {
    width: 140px;
    padding: 8px 36px;
    display: inline-block;
    float: left;
    clear: both;
    font-weight: 400;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.nav_wrapper .nav_menu_m .nav_menu ul.dropdown li:hover>a {
    background: #EEE;
}

.nav_wrapper .nav_r {
    float: right;
}

.nav_wrapper .nav_r .nav_search .se_con {
    display: none;
    position: absolute;
    top: 36px;
    left: -13px;
    z-index: 99;
    width: 40px;
    padding: 0 20px 10px 20px;
    background-color: #fff;
    border: 1px solid #eee;
    cursor: pointer
}

.nav_wrapper .nav_r .nav_search .se_con>span {
    font-size: 14px;
    color: #999;
    padding-bottom: 10px;
    margin-bottom: 8px;
    border-right: 0px solid #ccc;
}

.nav_wrapper .nav_r .nav_search .se_con>span.active {
    color: #333;
    border-bottom: 2px solid #0088e6
}

.nav_wrapper .nav_r .nav_search .se_con>span:hover {
    color: #333;
    border-bottom: 2px solid #0088e6
}

.nav_wrapper .nav_r .nav_search {
    z-index: 9;
    position: absolute;
    top: 50%;
    right: 40px;
    width: 260px;
    height: 36px;
    line-height: 36px;
    padding-left: 20px;
    background-color: #FFE4E3;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
}

.nav_wrapper .nav_r .search_text {
    float: both;
    position: relative;
    display: inline-block;
    color: #666;
    font-size: 14px;
    /*padding-right:14px;*/
    line-height: 36px;
    cursor: pointer
}

.nav_wrapper .nav_r .nav_search input {
    margin-left: 5px;
    background-color: #FFE4E3;
    font-size: 14px;
    color: #333;
    border-left: 1px solid #ccc;
    padding-left: 10px;
}

.nav_wrapper .nav_r .nav_search button.search_btn {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background: url(/style/images/ss.png);
}

.nav_wrapper .nav_r .nav_search input::-webkit-input-placeholder {
    color: #aaa;
}

.nav_wrapper .nav_r .qr {
    width: 26px;
    height: 26px;
}

.nav_wrapper .nav_r .qr>img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.nav_wrapper .nav_r .qr:hover .qr_hover_cont {
    display: block;
}

.nav_wrapper .nav_r .qr_hover_cont {
    position: absolute;
    display: none;
    right: 0;
    top: 64px;
    z-index: 9;
    padding: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.24);
}

.nav_wrapper .nav_r .qr .qr_hover_cont .qr_wrap {
    display: inline-block;
    float: left;
    margin: 10px;
    width: 90px;
}

.nav_wrapper .nav_r .qr .qr_hover_cont .qr_wrap img {
    width: 90px;
    height: 90px;
    margin-bottom: 5px;
    border: 1px solid #eee;
}

.nav_wrapper .nav_r .qr .qr_hover_cont .qr_wrap span {
    text-align: center;
    font-size: 14px;
    color: #999;
    display: block;
}

.main {
    position: relative;
    padding-bottom: 40px;
}

.main_wrap {
    width: 1200px;
    margin: 0 auto;
}
.college_nav_box {
	display: flex;
	justify-content: space-between;
}
.breadcrumb {
    padding-top: 24px;
    margin-bottom: 20px;
}

.breadcrumb a,.breadcrumb {
    color: #999;
    font-size: 12px;
    display: inline-block;
}



.container {
    position: relative;
    clear: both;
}

.container .top {
    margin-top: 40px;
}

.container .top .caption {
    font-weight: bold;
    font-size: 20px;
    color: #333;
}

.container .top .caption span {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 3px solid #0B63FF;
}

.container .top .more {
    display: inline;
    float: right;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
}

.container .top img {
    margin-top: 10px;
}

.container .top .caption .sel_list {
    display: inline-block;
    position: absolute;
    right: 0;
    margin-top: 5px;
}

.container .top .caption .sel_list li {
    float: left;
    color: #666;
    font-weight: 400;
    font-size: 14px;
    padding-right: 10px;
    margin-right: 10px;
    cursor: pointer;
    border-right: 1px solid #DDD;
}

.container .top .caption .sel_list li a {
    color: #666;
}

.container .top .caption .sel_list li:last-child {
    float: left;
    padding-right: 0;
    margin-right: 0;
    border: none;
}

table {
    border-top: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
}

table tr th {
    padding: 20px;
    font-weight: 400;
    background-color: #eee;
    font-size: 14px;
    color: #999;
}

table tr td {
    padding: 20px;
    color: #333;
    text-align: center;
    font-size: 14px;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

table tr:nth-child(even) {
    background-color: #fff;
}

table tr:nth-child(odd) {
    background-color: #F7F7F7;
}

table tr td a {
    color: #333;
}

.table_page {
    margin: 60px 0;
    text-align: center;
}

.table_page ul {
    display: inline-block;
}

.pagelist li {
    display: inline-block;
    margin-right: 25px;
    font-size: 14px;
    height: 35px;
    text-align: center;
    width: auto;
    line-height: 35px;
    float: left;
    border: none;
    padding: 0;
}

.pagelist li>a {
    color: #333;
    width: 100%;
}

.pagelist li.thisclass {
    background: #25A3FD;
    width: 35px;
    color: white;
    border-bottom: none;
}

.pagelist li.thisclass a {
    color: white;
}


.sel_m_main {
    width: 600px;
}

.sel_m {
    position: absolute;
    display: inline-block;
    width: 600px;
    margin-left: 40px;
}

.sel_m .sel_list {
    display: inline-block;
    background-color: #F7F7F7;
    width: 100%;
    height: 44px;
}

.sel_m .sel_list li {
    float: left;
    background-color: #F7F7F7;
    padding-left: 18px;
    padding-right: 18px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #333;
    font-size: 16px;
	cursor: pointer;
}

.sel_m .sel_list li.active {
    border-top: 2px solid #0B63FF;
    color: #0B63FF;
    background-color: #fff;
}

.sel_m .sel_cont_list li {
    display: inline-block;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #EEE;
}

.sel_m .sel_cont_list li .cover_l {
    display: inline-block;
    position: relative;
    float: left;
    width: 130px;
    height: 80px;
    margin-right: 20px;
}

.sel_m .sel_cont_list li .cover_l img {
    position: absolute;
}

.sel_m .sel_cont_list li .info_r {
    display: inline-block;
    width: 380px;
}

.sel_m .sel_cont_list li .info_r.width_100 {
    width: 100%;
}

.sel_m .sel_cont_list li .info_r .title {
    height: 50px;
    font-size: 18px;
    color: #333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sel_m .sel_cont_list li .info_r .bot {
    margin-top: 10px;
}

.sel_m .sel_cont_list li .info_r .bot a {
    background-color: #eee;
    padding: 4px 10px;
    margin-right: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.sel_m .sel_cont_list li .info_r .bot a,
.sel_m .sel_cont_list li .info_r .bot span {
    color: #999;
    font-size: 12px;
}


.sel_m .sel_cont_list li.my_list_item {
    padding: 10px 0;
}

.sel_m .sel_cont_list li.my_list_item>a {
    color: #333333;
    font-size: 16px;
    float: left;
    width: 78%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sel_m .sel_cont_list li.my_list_item>span {
    float: right;
    color: #BDBDBD;
    font-size: 14px;
}


.sel_m .read_more {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
    background-color: #F7F7F7;
    text-align: center;
    color: #666;
    cursor: pointer;
}

.sel_m .read_more a {
    color: #666;
}




.sel_m1 {
    position: absolute;
    display: inline-block;
    width: 600px;
    margin-left: 40px;
}

.sel_m1 .sel_list1 {
    display: inline-block;
    background-color: #F7F7F7;
    width: 100%;
    height: 44px;
}

.sel_m1 .sel_list1 li {
    float: left;
    background-color: #F7F7F7;
    padding-left: 18px;
    padding-right: 18px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #333;
    font-size: 16px;
    cursor: pointer;
}

.sel_m1 .sel_list1 li.active {
    border-top: 2px solid #0B63FF;
    color: #0B63FF;
    background-color: #fff;
}

.sel_m1 .sel_cont_list1 li {
    display: inline-block;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #EEE;
}

.sel_m1 .sel_cont_list1 li .cover_l {
    display: inline-block;
    position: relative;
    float: left;
    width: 130px;
    height: 80px;
    margin-right: 20px;
}

.sel_m1 .sel_cont_list1 li .cover_l img,.sel_m1 .sel_cont_list li .cover_l img {
    position: absolute;
	width: 130px;
    height: 150px;
}

.sel_m1 .sel_cont_list1 li .info_r {
    display: inline-block;
    width: 380px;
}

.sel_m1 .sel_cont_list1 li .info_r.width_100 {
    width: 100%;
}

.sel_m1 .sel_cont_list1 li .info_r .title {
    height: 50px;
    font-size: 18px;
    color: #333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sel_m1 .sel_cont_list1 li .info_r .bot {
    margin-top: 10px;
}

.sel_m1 .sel_cont_list1 li .info_r .bot a {
    background-color: #eee;
    padding: 4px 10px;
    margin-right: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.sel_m1 .sel_cont_list1 li .info_r .bot a,
.sel_m1 .sel_cont_list1 li .info_r .bot span {
    color: #999;
    font-size: 12px;
}


.sel_m1 .sel_cont_list1 li.my_list_item {
    padding: 10px 0;
}

.sel_m1 .sel_cont_list1 li.my_list_item>a {
    color: #333333;
    font-size: 16px;
    float: left;
    width: 78%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sel_m1 .sel_cont_list1 li.my_list_item>span {
    float: right;
    color: #BDBDBD;
    font-size: 14px;
}


.sel_m1 .read_more {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
    background-color: #F7F7F7;
    text-align: center;
    color: #666;
    cursor: pointer;
}

.sel_m1 .read_more a {
    color: #666;
}








.container_r .qa_list {
    margin-bottom: 20px;
}

.container_r .qa_list .cover_item {
    background-color: #F7F7F7;
    margin-bottom: 15px;
}

.container_r .qa_list .cover_item .title_bot,
.container_r .qa_list .item a {
    display: inline-block;
    /* margin-left: 15px; */
    color: #333;
    font-size: 15px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.container_r .qa_list .item a {
    margin-left: 15px;
}

.container_r .qa_list .cover_item .title_bot {
    line-height: 26px;
    padding: 15px;
}

.container_r .qa_list .item {
    width: 285px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.container_r .qa_list .item:before {
    content: '';
    position: absolute;
    display: inherit;
    margin-top: 13px;
    height: 4px;
    width: 4px;
    background-color: #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.container_r .qa_list .cover_item .title_bot {
    color: #333;
    font-size: 15px;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂºÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ */
.college_sel_box {
    position: relative;
    padding: 30px 50px 10px 40px;
    background-color: #fff;
    margin-bottom: 20px;
}

.college_sel_box .layer {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px dashed #eee;
}

.college_sel_box .layer:last-child {
    border: none;
}

.college_sel_box .layer .caption {
    float: left;
    color: #999;
    font-size: 14px;
}

.college_sel_box .layer ul {
    display: inline-block;
    width: 1016px;
}

.college_sel_box .layer ul li {
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

.college_sel_box .layer ul li a {
    color: #333;
}

.college_sel_box .layer ul li.active {
    position: relative;
    padding: 5px;
    margin-top: -5px;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    color: #fff;
    background-color: #0B63FF;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.college_sel_box .layer ul li.active a {
    color: #fff;
    background-color: #0B63FF;
}

.college_sel_box .layer ul li.active:hover {
    color: #fff;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬hover */
.sel_m .read_more:hover p,
.college_box .article_wrap .tag_sel li:hover,
.hot_recommend_r .hot_professional .ranking_list .item .title:hover,
table tr td a:hover,
.college_sel_box .layer ul li:hover,
.hot_info_l .hot_info_list .title a:hover,
.ranking_r .qa_ranking .ranking_list .item .title:hover,
.article_list_l .sel_wrap li:hover,
.article_wrap .article_list li .info_r .title:hover,
.recommend_r .hot_l .hot_list .item .title p:hover,
.recommend_r .hot_l .hot_list .cover_item .info_r .title p:hover,
.tool_r .item .caption .title:hover,
.extend_read .article_list li a:hover,
.college_wrap .college_dynamics .dynamics_list li a:hover,
.hot_recommend_r .hot_l .hot_list .cover_item .info_r .title p:hover,
.hot_recommend_r .hot_l .hot_list .item .title p:hover,
.hot_professional .ranking_list .item .title:hover,
.college_wrap_l .college_list .item .info_m .college_name:hover,
.qa_layer .qa_list .item .top .title:hover,
.main_head .qa_list li a:hover,
.hot_ranking_r .hot_l .hot_list .item .title p:hover,
.hot_ranking_r .hot_l .hot_list .cover_item .info_r .title p:hover,
.question_box .question_list .top h5:hover,
.recommend_bot .hot_l .hot_list .cover_item .info_r .title p:hover,
.recommend_bot .today_r .today_list .item .title:hover,
.recommend_bot .today_r .today_hot_list .cover_item .info_bot .title p:hover,
.recommend_bot .hot_l .hot_list .item .title p:hover,
.hot_recommend_r .hot_college .college_list .item a:hover,
.main_bot .hot_m .hot_list li .info_r .title:hover,
.article_m .article_list .item .title:hover,
.main_head .guide_l .guide_list li:hover a,
.hot_qa .qa_list li .title:hover,
.hot_recommend_r .hot_qa_l .qa_list li .title:hover,
.main_bot .hot_m .hot_list .item .title:hover,
.main_bot .content_r .hot_professional .ranking_list .item .title:hover,
.main_middle .content_r .hot_professional .ranking_list .item .title:hover,
.container_r .qa_list .cover_item:hover .title_bot,
.container_r .qa_list .item:hover a,
.sel_m .sel_cont_list li .info_r .title:hover,
.container .college_list li:hover .info_r .title,
.container .profession_list li:hover a,
.main_head .hot_m .hot_list .item a:hover {
    color: #0B63FF;
}

.hot_l .caption,
.hot_qa .caption,
.intro_r .news_guide .caption,
.hot_ranking_r .hot_l .caption,
.hot_college .caption,
.hot_professional .caption,
.container_r .caption {
    position: relative;
    margin-bottom: 10px;
    z-index: 2;
}

.hot_l .caption h4,
.hot_qa .caption h4,
.intro_r .news_guide .caption h4,
.hot_ranking_r .hot_l .caption h4,
.hot_college .caption h4,
.hot_professional .caption h4,
.container_r .caption h4,.sel_m .caption h4,.sel_m1 .caption h4 {
    display: inline-block;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.hot_l .caption .more,
.hot_ranking_r .hot_l .caption .more,
.hot_college .caption .more,
.hot_professional .caption .more,
.container_r .caption .more,
.sel_m .caption .more {
    position: absolute;
    right: 20px;
    top: 50%;
    color: #999;
    font-size: 12px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.container_r .caption h4 {
    background: url(/style/images/bg-title.png) no-repeat left center;
    padding-left: 20px;
    margin-left: 10px;
}

/*  */
.college_head {
    height: auto;
    background-color: #fff;
    padding: 30px 25px 47px 60px;
}

.college_head .info_l {
    display: inline-block;
}

.college_head .info_l .badge {
    display: inline-block;
    float: left;
}

.college_head .info_l .badge img {
    width: 140px;
    height: 140px;
}

.college_head .info_l .info_wrap {
    display: inline-block;
    margin-left: 15px;
}

.college_head .info_l .info_wrap .title {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.college_head .info_l .info_wrap .title h1,.college_head .info_l .info_wrap .title strong {
    max-width: 410px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: top;
    display: block;
}

.college_head .info_l .info_wrap .title img {
    vertical-align: middle;
}

.college_head .info_l .info_wrap .brief {
    width: 380px;
    font-size: 14px;
    color: #999;
}

.college_head .info_l .info_wrap .brief li {
    display: inline-block;
    margin-bottom: 10px;
    color: #999;
}

.college_head .info_l .info_wrap .brief li:last-child {
    width: 100% !important;
}

.college_head .info_l .info_wrap .brief li.item {
    width: 175px;
}

.college_head .info_l .info_wrap .brief li .spn {
    color: #333;
}

.college_head .guide_r {
    width: 435px;
    float: right;
}

.college_head .guide_r .guide_wrap .item {
    position: relative;
    float: left;
    cursor: pointer;
    width: 135px;
    height: 70px;
    margin: 5px;
    background-color: #FFF2F3;
}

.college_head .guide_r .guide_wrap .item i {
    position: absolute;
    top: 50%;
    padding-left: 15px;
    color: #0B63FF;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.college_head .guide_r .guide_wrap .item i {
    font-size: 22px;
}

.college_head .guide_r .guide_wrap .item i.icon_dz_jianzhang,
.college_head .guide_r .guide_wrap .item i.icon_dz_zhuanye,
.college_head .guide_r .guide_wrap .item i.icon_dz-fenshu {
    font-size: 24px;
}

.college_head .guide_r .guide_wrap .item i.icon_dz_chengji,
.college_head .guide_r .guide_wrap .item i.icon_dz_luqu,
.college_head .guide_r .guide_wrap .item i.icon_dz_baoming {
    font-size: 22px;
}

.college_head .guide_r .guide_wrap .item span {
    display: inline-block;
    position: absolute;
    width: 85px;
    top: 50%;
    margin-left: 48px;
    font-size: 14px;
    color: #E46E74;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.college_head .guide_r .guide_wrap .item .svg-icon {
	display: block;
	font-size: 26px;
	color: #E46E74;
	margin-top: 20px;
	margin-left: 12px;
}

/*  */
.online_sign {
    display: inline-block;
    width: 240px;
    height: auto;
    padding: 30px;
    background-image: url("/style/images/form_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

.online_sign .caption {
    margin-bottom: 30px;
    font-size: 22px;
    color: #fff;
    text-align: center;
}

.online_sign .caption span {
    padding-left: 5px;
    padding-right: 5px;
}

.online_sign .caption img {
    vertical-align: middle;
}

.online_sign .form_wrap {
    width: 100%;
    margin-bottom: 20px;
}

.online_sign .my_btn {
    width: 100%;
    height: 40px;
    color: #F0131C;
    cursor: pointer;
    background-color: #FFD76C;
}

.online_sign .form_wrap select,
.online_sign .form_wrap input {
    width: 230px;
    height: 40px;
    color: #999;
    font-size: 14px;
    padding-left: 10px;
}

.online_sign .form_wrap select {
    width: 240px;
    color: #999;
}

.online_sign .form_wrap input::-webkit-input-placeholder {
    color: #999;
}

.online_sign .form_wrap input::-webkit-input-placeholder {
    color: #999;
}

.online_sign .form_wrap input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

.online_sign .form_wrap input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}

.online_sign .form_wrap input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}

.hot_qa {
	margin-bottom: 15px;
	background: white;
}

.hot_qa .qa_list {
    padding: 15px 20px 15px 10px;
    background-color: #fff;
}

.hot_qa .caption {
    margin-bottom: 10px !important;
    padding: 15px 20px 5px;
}

.hot_qa .caption .more {
    float: right;
    font-size: 12px;
    color: #999;
}

.hot_qa .qa_list li {
    width: 100%;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hot_qa .qa_list li .title {
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hot_qa .qa_list li .title span {
}

.hot_qa .qa_list li .title i {
    position: relative;
    color: #0B63FF;
    font-size: 16px;
}

.hot_qa .qa_list li .bot span i,
.hot_qa .qa_list li .bot {
    margin-top: 10px;
    margin-left: 12px;
    font-size: 12px;
    color: #999;
}

.hot_qa .qa_list li .bot .date {
    margin-right: 5px;
}

.hot_qa .qa_list li .bot .view_num > img {
	vertical-align: middle;
}

.hot_qa .qa_list li .bot span i.icon_yuedu,
.hot_qa .qa_list .bot span i.icon_yuedu {
    font-size: 14px;
}

.hot_professional .ranking_list {
    background-color: #fff;
    padding: 25px 20px;
}

.hot_professional .ranking_list .item {
    margin-bottom: 15px;
}

.hot_professional .ranking_list .item img {
    width: 18px;
    height: 22px;
    border: none;
}

.hot_professional .ranking_list .item:last-child {
    margin-bottom: 0;
}

.hot_professional .ranking_list .item .num {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #999;
    background: rgba(230, 230, 230, 1);
    border-radius: 50%;
}

.hot_professional .ranking_list .item .title {
    display: inline-block;
    margin-left: 6px;
    font-size: 15px;
    color: #333;
    width: 218px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tool_r {
    display: inline-block;
    background-color: #fff;
}

.tool_r .item {
    margin-bottom: 30px;
}

.tool_r .item:last-child {
    margin-bottom: 0;
}

.tool_r .item .caption {
   /* margin-bottom: 15px; */
}

.tool_r .item .caption .status {
    float: left;
    background-color: #0B63FF;
    padding: 4px 13px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.tool_r .item .caption .title {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    line-height: 26px;
    height: 15px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tool_r .item .operat_bot a {
    margin-right: 40px;
    margin-bottom: 15px;
    font-size: 14px;
    display: inline-block;
    color: #999;
    white-space: nowrap;
}

.article_wrap .article_list li {
    display: inline-block;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #EEE;
    width: 100%;
}

.article_wrap .article_list li .cover_l {
    display: inline-block;
    float: left;
    margin-right: 20px;
    width: 150px;
    height: 100px;
}

.article_wrap .article_list li .info_r {
    display: inline-block;
    width: 520px;
}

.article_wrap .article_list li .info_r1 {
    display: inline-block;
    width: 100%;
}

.article_wrap .article_list li .info_r .title {
    display: inline-block;
    height: 46px;
    margin-bottom: 15px;
    color: #333;
    font-size: 18px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.article_wrap .article_list li .info_r .bot {
    font-size: 12px;
}

.article_wrap .article_list li .info_r .bot a {
    color: #999;
    background-color: #eee;
    padding: 4px 11px;
    margin-right: 7px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.article_wrap .article_list li .info_r .bot span {
    color: #999;
}

.article_wrap .article_list li .info_r.full_width {
    width: 740px;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ */
.recommend_r .hot_l {
    margin-bottom: 15px;
    background: white;
}

.recommend_r .hot_l .hot_list {
    position: relative;
    background-color: #fff;
    padding: 20px;
}

.recommend_r .hot_l .caption {
    margin-bottom: 0;
    padding: 15px 20px 5px;
}

.recommend_r .hot_l .caption h4 {
    display: inline-block;
    margin: 0;
	background: url(/style/images/bg-title.png) no-repeat left center;
    padding-left: 20px;
}

.hot_qa .caption h4 {
    background: url(/style/images/bg-title.png) no-repeat left center;
    padding-left: 20px;
}

.recommend_r .hot_l .caption span {
    float: right;
    color: #999;
    font-size: 12px;
}

.recommend_r .hot_l .hot_list .cover_item .cover_l {
    display: inline-block;
    float: left;
    width: 85px;
    height: 60px;
    margin-right: 10px;
}

.recommend_r .hot_l .hot_list .cover_item .info_r {
    display: inline-block;
    width: 160px;
    overflow: hidden;
    float: left;
    height: 60px;
}

.recommend_r .hot_l .hot_list .cover_item .info_r .title i {
    display: inline;
    font-size: 14px;
    color: #0B63FF;
}

.recommend_r .hot_l .hot_list .cover_item .info_r .title {
    display: inline-block;
    width: 100%;
    padding-bottom: 13px;
    line-height: 30px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recommend_r .hot_l .hot_list .cover_item {
    list-style-type: none;
    padding-bottom: 10px;
}

.recommend_r .hot_l .hot_list .cover_item .info_r .title p {
    display: inline;
    margin: 0;
    font-size: 15px;
    color: #444;
}

.recommend_r .hot_l .hot_list .cover_item .info_r .time {
    font-size: 12px;
    color: #999;
}

.recommend_r .hot_l .hot_list .item {
    line-height: 38px;
    margin-left: 15px;
    list-style-type: disc;
    color: #ccc;
}

.recommend_r .hot_l .hot_list .item .title {
    display: inline-table;
}

.recommend_r .hot_l .hot_list .item .title p {
    display: inline-block;
    width: 235px;
    padding-left: 5px;
    color: #333;
    font-size: 15px;
    margin: 0;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nav_con {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 9;
    width: 400px;
    padding: 25px 0 12px 30px;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
    border: solid 1px #eeeeee;
    line-height: 36px;
}

.nav_con .nav_span {
    display: inline-block;
    position: relative;
    color: #999;
    font-size: 15px;
    margin-right: 40px;
    cursor: pointer;
}

.nav_con .nav_span .nav_icon {
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 3px;
    background-color: #0088e6;
}

.nav_con .nav_span.active {
    color: #333;
}

.nav_con .nav_span.active .nav_icon {
    display: block;
}

.nav_con .nav_bota {
    display: inline-block;
    color: #333;
    font-size: 14px;
    margin-right: 33px;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.ecv2_right_tools {
    position: fixed;
    right: 30px;
    top: 240px;
    width: 76px;
    box-sizing: border-box;
    min-height: 220px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #e5e5e5;
    z-index: 10000;
}

.ecv2_right_tools a {
    display: block;
    padding: 0 8px 12px;
    color: #999999;
    font-size: 12px;
    position: relative;
    text-align: center;
    padding-top: 12px;
    position: relative;
}

.ecv2_right_tools a:before {
    position: absolute;
    content: '';
    width: 60px;
    height: 1px;
    left: 0;
    top: 0;
    left: 50%;
    margin-left: -30px;
    background-color: #e6e6e6;
}

.ecv2_right_tools li:first-child a:before {
    display: none;
}

.ecv2_right_tools a i {
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 28px;
    margin-bottom: 4px;
}

.ecv2_right_tools a:hover {
    color: #299dea;
}

.ecv2_right_tools a i.ecv2_right_i1 {
    background: url(/style/images/left_zixun_n.png) no-repeat;
}

.ecv2_right_tools a:hover i.ecv2_right_i1 {
    background: url(/style/images/left_zixun_p.png) no-repeat;
}

.ecv2_right_tools a i.ecv2_right_i2 {
    background: url(/style/images/left_fuwu_n.png) no-repeat;
}

.ecv2_right_tools a:hover i.ecv2_right_i2 {
    background: url(/style/images/left_fuwu_p.png) no-repeat;
}

.ecv2_right_tools a i.ecv2_right_i3 {
    background: url(/style/images/left_tel_n.png) no-repeat;
}

.ecv2_right_tools a:hover i.ecv2_right_i3 {
    background: url(/style/images/left_tel_p.png) no-repeat;
}

.ecv2_right_tools a i.ecv2_right_i4 {
    background: url(/style/images/left_wechat_n.png) no-repeat;
}

.ecv2_right_tools a:hover i.ecv2_right_i4 {
    background: url(/style/images/left_wechat_p.png) no-repeat;
}

.ecv2_right_tools a i.ecv2_right_i5 {
    background: url(/style/images/left_download_n.png) no-repeat;
}

.ecv2_right_tools a:hover i.ecv2_right_i5 {
    background: url(/style/images/left_download_p.png) no-repeat;
}

.ecv2_right_tools a i.ecv2_right_i6 {
    background: url(/style/images/left_back_n.png) no-repeat;
	background-size: 30px;
}

.ecv2_right_tools a:hover i.ecv2_right_i6 {
    background: url(/style/images/left_back_p.png) no-repeat;
	background-size: 30px;
}

.ecv2_right_code_hide {
    display: none;
    position: absolute;
    left: -165px;
    top: 0;
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
    padding: 10px 10px 16px 10px;
    border: solid 1px #e5e5e5;
    color: #666666;
}

.ecv2_right_code_hide.my_dh {
    left: -123px;
}

.ecv2_right_tools a:hover .ecv2_right_code_hide {
    display: block;
}

.ecv2_right_code_hide img {
    width: 140px;
    height: 140px;
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    border: solid 1px #e5e5e5;
}

/* #ecv2_goTop {
    display: none;
} */


.right_gjx_con {
    background: white;
}

.right_gjx_con>a {
    display: inline-block;
    background: #f7f8f9;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #333;
    width: 75px;
    border-radius: 4px;
    margin: 7px;
	opacity: .7;
}

.right_gjx_con {
    padding: 10px;
}

.right_gjx_con>a:hover {
	opacity: 1;
}

a.right_gjx_con_blue {
    background: #f2f6ff;
    color: #386cce;
    height: 40px;
    padding: 6px 10px;
    width: 102px;
    font-size: 14px;
    line-height: 20px;
	display: inline-block;
    text-align: center;
    border-radius: 4px;
    margin: 7px;
    opacity: .7;
}

a.right_gjx_con_red {
    background: #fef4f2;
    color: #e13b29;
    height: 40px;
    padding: 6px 10px;
    width: 102px;
    font-size: 14px;
    line-height: 20px;
	display: inline-block;
    text-align: center;
    border-radius: 4px;
    margin: 7px;
    opacity: .7;
}


.weixin-code-box,.gzh-code-box {
    padding-bottom: 20px;
    background: white url("/style/images/code-bg.png") no-repeat center -20px;
    text-align: center;
}

.weixin-code-box img,.gzh-code-box img {
    width: 120px;
    height: 120px;
    margin: 0px auto;
    display: block;
    padding: 15px 0 20px;
}

.weixin-code-box p,.gzh-code-box p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.weixin-code-box span,.gzh-code-box span {
    font-size: 14px;
    color: #999;
}





.com_right_form form#form1 {
	padding-top: 10px;
}



.com_right_form form#form1 input.com_right_form_input {
    width: 260px;
    border: 1px solid #e4e4e4;
    margin-bottom: 15px;
    height: 35px;
    padding-left: 15px;
}

input.com_right_form_submit {
    width: 267px;
    height: 40px;
    background: #78bdff;
    border-radius: 3px;
    font-size: 14px;
    color: #FFFFFF;
    margin: 0 auto;
    display: block;
    outline: hidden;
    cursor: pointer;
}

p.com_right_form_p {
    font-size: 13px;
    color: #999;
    text-align: center;
    width: 100%;
    display: block;
    padding-top: 15px;
}

p.com_right_form_p>span {
    font-size: 13px;
    color: #78bdff;
    font-style: normal;
}
.hot_qa .qa_list li .title img {
    vertical-align: middle;
    margin-top: -4px;
}


.my_kf{
	cursor: pointer;
}


.container_r .caption {
    margin-top: 15px;
}


.college_head .info_l .info_wrap ul {
    width: 500px;
}

.college_head .info_l .info_wrap ul>li {
    width: 235px;
    float: left;
    font-size: 13px;
    color: #666;
    margin-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.college_head .info_l .info_wrap ul::after {
    content: "";
    display: block;
    clear: both;
}

h2.my_zy_tit {
    font-weight: 600;
    font-size: 17px;
    /* border-left: 4px solid #0b63ff; */
    /* padding-left: 10px; */
    margin: 20px 0 10px;
    line-height: 20px;
}
.college_wrap .profession_detail .content {
    font-size: 16px;
    line-height: 28px;
}

.college_wrap .profession_detail .caption {
    margin: 20px 0;
}



.zt2_left {
    background: white;
    z-index: 999;
    width: 110px;
    left: 240px;
    position: fixed;
    top: 253px;
}

.zt2_left li {
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    padding: 0 20px 0 10px;
    border-bottom: 1px solid #f1f1f1;
}

.zt2_left li.on {
    border-left: 4px solid #5c97ff;
    background: #ccdfff;
}

.zt2_left li:hover {
    background: #ccdfff;
    cursor: pointer;
}

.zt2_left li a {
    color: #333;
	display: block;
	height: 100%;
	width: 100%;
}


.my_wx_top.on {
    position: fixed;
    top: 0;
    width: 300px;
}



li.my_list_item_more {
    padding: 10px !important;
    text-align: center;
}

li.my_list_item_more>a {
    color: #666;
    font-size: 15px;
}

h1.my_zt_tit {
    font-weight: bold;
    font-size: 18px;
    color: #333;
}

.pagelist select {
    appearance: auto;
    border: 1px solid;
}

.my_zy_type {
    background: white url(/style/images/bg-title.png) no-repeat 20px center;
    padding: 20px 0;
    padding-left: 40px;
    margin: 20px 0;
}

.my_zy_type a {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-right: 25px;
}