css-reset*/ html,
body,
div,
article,
aside,
details,
footer,
header,
section,
applet,
iframe,
embed,
object,
h1,
h2,
h3,
h4,
h5,
h6,
hgroup blockquote,
p,
pre,
span,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
ruby,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
label,
legend,
fieldset,
form,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
img,
figure,
figcaption,
menu,
nav,
output,
summary,
time,
mark,
canvas,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

body {
    background: #fff;
    font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 0.14rem;
    line-height: 1em;
    position: relative;
    -webkit-font-smoothing: antialiased;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol,
ul {
    list-style: none;
}

/*全局css*/
body,
ul {
    margin: 0;
    padding: 0;
}


a {
    text-decoration: none;
    color: #333;
}

p {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

.clearfix {
    clear: both;
}

.inner {
    width: 12rem;
    height: 100%;
    margin: 0 auto;
}

/*分页器*/
#page {
    text-align: center;
    padding-top: 0.35rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#page a {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #ccc;
    background: #fff;
    color: #666;
    padding: 0.03rem 0.1rem;
    margin-left: 0.05rem;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s
}

#page a.curpage {
    background: #005bac;
    color: #fff;
    text-decoration: none;
}

#page a:hover {
    background: #005bac;
    color: #fff;
}

.pgejump {
    display: none;
}




/*文章页上下篇*/
.pn {
    width: 100%;
    height: 0.6rem;
}

.practice_list.show_article .pn p {
    line-height: 0.6rem;
}

.pn p:nth-child(1) {
    float: left;
}

.pn p:nth-child(2) {
    float: right;
}


/*导航栏*/
.header {
    width: 100%;
    height: 2.07rem;
}

.header_t {
    height: 1.42rem;
    width: 100%;
    border-bottom: 5px solid #17adf7;
    background: url(../images/header_bg.png) no-repeat center center;
    -moz-background-size: cover;
    background-size: cover;
}

.header_t>a {
    display: inline-block;
}

.logo {
    width: 5.84rem;
    margin-top: 0.16rem;
}

.header_list {
    float: right;
    width: 2.85rem;
    margin-top: 0.45rem;
}

.header_list ul {
    width: 100%;
    height: 100%;
}

.header_list ul li {
    float: left;
    width: 25%;
    height: 100%;
    text-align: center;
}

.header_list ul li a {
    display: block;
}

.header_list ul li img {
    width: 0.3rem;
    height: 0.3rem;
    margin-bottom: 0.05rem;
}

.header_list ul li p {
    font-size: 0.14rem;
    color: #fff;
}

.search_container {
    width: 2.85rem;
    height: 0.4rem;
    padding-top: 0.1rem;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    transform-origin: left;
    overflow: hidden;
}


.search_container.active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.search_container input[type=text] {
    width: 2.2rem;
    height: 0.3rem;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.1rem;
    outline: none;
    border: 1px solid #ccc;
    -moz-border-radius-topleft: 0.03rem;
    border-top-left-radius: 0.03rem;
    -moz-border-radius-bottomleft: 0.03rem;
    border-bottom-left-radius: 0.03rem;
}

.search_container input[type=submit] {
    background: #f9bc3c;
    border: none;
    width: 0.6rem;
    height: 0.3rem;
    border-left: none;
    -moz-border-radius-topright: 0.03rem;
    border-top-right-radius: 0.03rem;
    -moz-border-radius-bottomright: 0.03rem;
    border-bottom-right-radius: 0.03rem;
    cursor: pointer;
}



/*导航栏*/
.navbar {
    height: 0.6rem;
    width: 100%;
    text-align: center;
    font-size: 0.18rem;
}

.navbar .inner>ul>li {
    float: left;
    width: 1.2rem;
    height: 100%;
    position: relative;
}

.navbar .inner>ul>li>a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 0.6rem;
}

.navbar .inner>ul>li:nth-child(1):hover {
    background-position: 0.85rem 0.1rem;
}

.navbar .inner>ul>li:hover {
    color: #f9bc3c;
    background: #1669b3 url(../images/footprints.png) no-repeat;
    background-position: 1rem 0.1rem;
}

.navbar .inner>ul>li:hover>a {
    color: #f9bc3c;
}

.navbar .inner>ul>li:nth-child(1)>a.current {
    background: #1669b3 url(../images/footprints.png) no-repeat;
    background-position: 0.85rem 0.1rem;
}

.navbar .inner>ul>li>a.current {
    color: #f9bc3c;
    background: #1669b3 url(../images/footprints.png) no-repeat;
    background-position: 1rem 0.1rem;
}

.navbar .inner>ul>li:hover .nav_slider {
    display: block;
}

.nav_slider {
    display: none;
    position: absolute;
    background: #005bac;
    z-index: 4;
}

.nav_slider li {
    height: 0.5rem;
    width: 1.33rem;
}

.nav_slider li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 0.5rem;
    color: #fff;
    border-bottom: 0.01rem solid #4d8dc5;
}

.nav_slider li:last-child a {
    border-bottom: none;
}

.nav_slider li:hover a {
    background: #f8b62a;
}

/*导航栏结束*/


/*页脚*/
.footer {
    width: 100%;
    height: 2.3rem;
}

.footer_t {
    width: 100%;
    height: 1.75rem;
    background: url(../images/footer_bg.png) no-repeat center center;
    -moz-background-size: cover;
    background-size: cover;
}

.footer_l {
    float: left;
    width: 6.15rem;
    height: 1.75rem;
    color: #fff;
}

.footer_l select {
    background: #0a5087;
    outline: none;
    border: none;
    color: #fff;
    font-size: 0.16rem;
    width: 1.5rem;
    height: 0.36rem;
    line-height: 0.36rem;
    padding: 0 0.2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0.3rem 0 0.2rem 0;
}

.footer_l ul {
    width: 100%;
    margin-bottom: 0.2rem;
}

.footer_l ul li {
    float: left;
    border-right: 0.02rem solid #fff;
    text-align: center;
    padding: 0 0.2rem;
}

.footer_l ul li:nth-child(1) {
    padding-left: 0;
}

.footer_l ul li:last-child {
    padding-right: 0;
    border: none;
}

.footer_l ul li a {
    color: #fff;
    font-size: 0.16rem;
}

.footer_l p {
    font-size: 0.16rem;
}

.footer_r {
    float: right;
    width: 1rem;
    height: 1.2rem;
    text-align: center;
    padding-top: 0.3rem;
    font-size: 0.14rem;
    color: #fff;
}

.footer_r img {
    width: 100%;
}

.footer_r p {
    padding-top: 0.1rem;
}

.copyright {
    height: 0.51rem;
    background: #00579a;
    border-bottom: 0.04rem solid #f9bc3c;
    color: #fff;
    font-size: 0.16rem;
    line-height: 0.51rem;
}

.copyright span:nth-child(2) {
    float: right;
}

/*页脚区域完成*/

/*首页*/

/*首页公用样式*/


/*每个栏目的标题样式*/
.index_section_t {
    height: 0.3rem;
    width: 100%;
    margin-bottom: 0.2rem;
}

.index_section_t a {
    display: block;
    height: 100%;
}

.index_section_t img {
    float: left;
    height: 0.3rem;
    margin-right: 0.1rem;
}

.index_section_t p {
    float: left;
    font-size: 0.22rem;
    line-height: 0.3rem;
    border-left: 0.02rem solid #005bac;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0.1rem;
    padding-left: 0.1rem;
}

.index_section_t p span {
    color: #005bac;
    font-size: 0.22rem;
}

.index_section_t span {
    font-size: 0.12rem;
    color: #afb2b2;
    line-height: 0.3rem;
}

/*带日期的新闻列表的样式*/
.index_list_d {
    width: 0.7rem;
    height: 0.7rem;
    margin-left: 0.05rem;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.index_month,
.index_year {
    height: 0.35rem;
    text-align: center;
    line-height: 0.35rem;
}

.index_month {
    font-size: 0.18rem;
    color: #fff;
    background: #005bac;
}

.index_year {
    color: #005bac;
}

.index_list_c {
    float: right;
    width: 2.4rem;
}

.index_list_c p:nth-child(1).current {
    color: #005bac;
}


.index_list_c p:nth-child(1) {
    font-size: 0.16rem;
    font-weight: bold;
    color: #333;
    padding: 0.05rem 0 0.12rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_list_c p:nth-child(2) {
    font-size: 0.14rem;
    color: #8c8c8c;
    line-height: 0.22rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/*首页共用样式结束*/



/*轮播图板块*/
.swiper-container {
    width: 100%;
}

.swiper-container img {
    width: 100%;
}

/*校园动态板块*/
.index_dynamic {
    width: 100%;
    height: 5.3rem;
    padding-top: 0.4rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.index_dynamic_l {
    float: left;
    width: 8rem;
}

.index_istop_top {
    padding-top: 0.1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.index_istop_top ul {
    width: 100%;
    padding-bottom: 0.2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.index_istop_top ul:nth-child(1) {
    border-bottom: 0.01rem solid #ccc;
}

.index_istop_top ul li {
    width: 3.8rem;
    float: left;
}

.index_istop_top ul li:nth-child(2) {
    float: right;
}

.index_istop_top ul li a {
    display: block;
}

.index_istop_top_thumb {
    width: 100%;
    height: 2.5rem;
    /*overflow: hidden;*/
    position: relative;
}

.index_istop_top_thumb:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0.03rem;
    background: #ffb937;
    bottom: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(100%) scaleX(0);
    -moz-transform: translateY(100%) scaleX(0);
    transform: translateY(100%) scaleX(0);
}

.index_istop_top_thumb:hover:after {
    -webkit-transform: translateY(100%) scaleX(1);
    -moz-transform: translateY(100%) scaleX(1);
    transform: translateY(100%) scaleX(1);
}

.istop_top_thumb_inner {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.index_istop_top ul li:hover .istop_top_thumb_inner img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.index_istop_top ul li:hover a p {
    color: #005bac;
}

.index_istop_top_thumb img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.index_istop_top ul li p {
    color: #333;
    font-size: 0.16rem;
    margin: 0.16rem 0 0.1rem 0;
}

.index_istop_top ul li time {
    font-size: 0.14rem;
    color: #888;
}

.index_istop_bottom ul {
    width: 100%;
}

.index_istop_bottom ul li {
    width: 3.8rem;
    float: left;
    height: 0.25rem;
    margin-top: 0.1rem;
    position: relative;
    padding-left: 0.1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.index_istop_bottom ul li:before {
    content: "";
    width: 0.04rem;
    height: 0.04rem;
    position: absolute;
    top: 45%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #333;
}

.index_istop_bottom ul li:hover:before {
    background: #005bac
}


.index_istop_bottom ul li:nth-child(2n) {
    float: right;
}

.index_istop_bottom ul li a {
    display: block;
    font-size: 0.16rem;
    height: 0.25rem;
}

.index_istop_bottom ul li a p {
    float: left;
    color: #333;
    line-height: 0.25rem;
}

.index_istop_bottom ul li a p:hover {
    color: #005bac;
}

.index_istop_bottom ul li a time {
    float: right;
    font-size: 0.12rem;
    color: #888;
    line-height: 0.25rem;
}


.index_dynamic_r {
    float: right;
    width: 3.35rem;
}

.index_dynamic_r_t {
    width: 100%;
    height: 0.5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 0.03rem solid #005bac;
}

.index_dynamic_r_t ul {
    margin-left: 0.6rem;
    height: 100%;
    margin-top: 0.1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.index_dynamic_r_t ul li {
    float: left;
    height: 100%;
    width: 1.1rem;
    text-align: center;
}

.index_dynamic_r_t ul li a {
    display: block;
    line-height: 0.5rem;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 0.22rem;
    color: #8c8c8c;

}

.index_dynamic_r_t ul li .active {
    color: #000;
    border-bottom: 0.03rem solid #f8b62a;
}

.index_dynamic_b {
    width: 100%;
}

.index_dynamic_b:nth-child(2) {
    display: none;
}

.index_dynamic_b ul {
    width: 100%;
}

.index_dynamic_b ul:nth-child(2) {
    display: none;
}

.index_dynamic_b ul li {
    margin-top: 0.16rem;
    height: 0.7rem;
}

.index_dynamic_b ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.index_dynamic_b ul li:hover .index_list_c p:nth-child(1) {
    color: #005bac;
}


.index_more {
    width: 100%;
    height: 0.2rem;
    margin-top: 0.2rem;
    position: relative;
}

.index_more:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.01rem;
    background: #666;
    top: 50%;
}

.index_more a {
    display: block;
    width: 1rem;
    text-align: center;
    font-size: 0.14rem;
    color: #666666;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.index_more a:hover {
    color: #005bac;
}


/*底部大图板块*/
.index_banner {
    width: 100%;
    height: 2rem;
}

.index_banner img {
    width: 100%;
}


/*就业之星板块*/
.index_star {
    width: 100%;
    height: 5.6rem;
    padding-top: 0.4rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.index_star_l {
    width: 8rem;
    float: left;
}

.index_star_istop {
    float: left;
    width: 3.8rem;
    height: 4.3rem;
    background: #1579cb;
}

.index_star_istop:hover .index_star_pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.index_star_pic {
    width: 100%;
    height: 2.2rem;
    overflow: hidden;
}

.index_star_c {
    width: 100%;
    height: 2.1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.3rem;
}

.index_star_pic img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.index_star_c p {
    color: #fff;
    padding: 0;
}

.index_star_c p:nth-child(1) {
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.28rem;
    padding: 0.2rem 0;
}

.index_star_c p:nth-child(2) {
    font-size: 0.16rem;
    line-height: 0.26rem;
    padding-bottom: 0.15rem;
}

.index_star_c a {
    display: block;
    width: 0.93rem;
    height: 0.3rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0.01rem solid #fff;
    text-align: center;
    line-height: 0.3rem;
    font-size: 0.14rem;
    color: #fff;
}

.index_star_r {
    float: right;
    width: 3.8rem;
    height: 4.3rem;
}

.index_star_r ul li {
    margin-bottom: 0.16rem;
}

.index_star_r .index_list_c {
    width: 2.9rem;
}

.index_star_r ul li:hover .index_list_c p:nth-child(1) {
    color: #005bac;
}


/*专业介绍板块*/

.index_major {
    width: 3.3rem;
    float: right;
}

.index_marjor_c {
    background: #f9bc3c;
}

.index_major_istop {
    width: 100%;
    height: 4.3rem;
}

.index_major_top:hover .index_major_pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.index_major_pic {
    width: 100%;
    height: 1.85rem;
    overflow: hidden;
}

.index_major_pic img {
    width: 100%;
    min-height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.index_major_c {
    height: 1.2rem;
    padding: 0 0.2rem;
    background: #f9bc3c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.index_major_c p:nth-child(1) {
    font-size: 0.18rem;
    font-weight: bold;
    color: #333;
    line-height: 0.45rem;
}

.index_major_c p:nth-child(2) {
    font-size: 0.14rem;
    line-height: 0.2rem;
    padding-bottom: 0.1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.index_major_c time {
    font-size: 0.12rem;
    color: #666;
}

.index_major_istop ul {
    padding-top: 0.1rem;
}

.index_major_istop ul li {
    height: 0.3rem;
    padding-left: 0.1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.index_major_istop ul li:before {
    content: "";
    width: 0.04rem;
    height: 0.04rem;
    position: absolute;
    top: 50%;
    left: 0;
    background: #333;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.index_major_istop ul li:hover:before {
    background: #005bac;
}

.index_major_istop ul li a {
    font-size: 0.16rem;
    color: #333;
    line-height: 0.3rem;
    display: block;
    width: 100%;
    height: 100%;
}

.index_major_istop ul li a p {
    float: left;
}

.index_major_istop ul li a p:hover {
    color: #1579cb;
}

.index_major_istop ul li time {
    float: right;
    font-size: 0.12rem;
    color: #888;
}


/*相册板块*/
.index_photo {
    width: 100%;
    height: 3.6rem;
    margin-bottom: 0.4rem;
}

.index_photo ul {
    width: 100%;
    height: 100%;
    position: relative;
}

.index_photo ul li {
    float: left;
    overflow: hidden;
    width: 25%;
    height: 1.8rem;
    position: relative;
}

.index_photo ul li:nth-child(3) {
    position: absolute;
    top: 1.8rem;
    left: 25%;
}

.index_photo ul li:nth-child(3n+1) {
    height: 3.6rem;

}

.index_photo ul li:hover a img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.index_photo ul li:nth-child(3):hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.index_photo ul li img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}




.index_mask {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0.7rem;
    padding-left: 0.3rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.index_mask span {
    font-size: 0.24rem;
    line-height: 0.8rem;
    color: #fff;
    font-weight: bold;
}


/*-------------------首页结束----------------------*/


/*-------------------学校简介----------------------*/
.about_banner {
    width: 100%;
    height: 3.2rem;
    position: relative;

}

.about_banner img {
    width: 100%;
    height: 100%;
}

.about_banner_c {
    position: absolute;
    top: 1.1rem;
    right: 3.6rem;
    z-index: 1;
}

.about_banner_c p {
    color: #fff;
    font-weight: bold;
    text-align: right;
    line-height: 0.55rem;
}

.about_banner_c p:nth-child(1) {
    font-size: 0.36rem;
}

.about_banner_c p:nth-child(2) {
    font-size: 0.24rem;
}

.about_side {
    float: left;
    width: 2.45rem;
    -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.3);
    -moz-border-radius: 0.02rem;
    border-radius: 0.02rem;
}

.about_side_t {
    width: 100%;
    height: 0.72rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.1rem 0.25rem 0.2rem 0.25rem;
}

.about_side_l {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 0.5rem;
}

.about_side_l li {
    height: 0.35rem;
    margin-top: 0.1rem;
}

.about_side_l li a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.2rem;
    font-size: 0.18rem;
    color: #888;
    line-height: 0.35rem;
}

.about_side_l li a span {
    float: left;
}

.about_side_l li a i {
    float: right;
    font-style: normal;
}

.about_side_l li .about_active {
    background: #005bac;
    color: #fff;
}


.about_side p {
    font-size: 0.18rem;
    color: #333;
    font-weight: bold;
    border-bottom: 0.01rem solid #ddd;
    line-height: 0.4rem;
}

.about_r {
    width: 9.5rem;
    float: right;
}

.about_positon {
    width: 100%;
    height: 0.4rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
    padding-top: 0.2rem;
}

.about_c {
    padding: 0 0 0.6rem 0.95rem;
}

.about_c_t {
    color: #005bac;
    font-size: 0.36rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 0.01rem solid #ddd;
    line-height: 0.36rem;
    padding-bottom: 0.1rem;
    margin-bottom: 0.2rem;
}


.leader_img {
    height: 130px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.leader_img img {
    height: 100%;
    margin: 0 0.05rem;
}


.about_c_b p {
    font-size: 16px;
    line-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*.about_c_b img {
    padding-bottom: 0.3rem;
}*/



/*取消医院简介轮播的下边距和文字的缩进*/
.about_c_b .animal_thumb img {
    padding-bottom: 0
}

.about_c_b .swiper-slide p {
    text-indent: 0;
    text-align: center;
}


/*-------------------学校简介完成----------------------*/

/*-------------------我校优势----------------------*/

.about_adv_list {
    width: 100%;
}

.about_adv_list li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0.3rem;
    cursor: pointer;
}

.about_adv_l_t {
    border-bottom: 0.01rem solid #eee;
}

.about_adv_icon {
    float: left;
    width: 0.32rem;
    height: 0.32rem;
    padding-bottom: 0.1rem;
}

.about_adv_l_t p {
    float: left;
    font-size: 0.2rem;
    color: #0064ac;
    font-weight: bold;
    padding-bottom: 0.1rem;
}

.about_adv_slide {
    float: right;
    width: 0.24rem;
    height: 0.24rem;
    position: relative;
    border: 0.01rem solid #0064ac;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.adv_slide_row {
    width: 80%;
    height: 0.02rem;
    background: #0064ac;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.adv_slide_col {
    width: 0.02rem;
    height: 80%;
    background: #0064ac;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%) scale(1);
}

.adv_slide_col.slide {
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}

.about_adv_l_c p {
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #333;
    text-indent: 2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 0.3rem;
}


.about_adv_l_c p:last-child {
    padding-bottom: 0;
}

.about_adv_l_c p:nth-child(1) {
    padding-top: 0.2rem;
}

.about_adv_l_c {
    display: none;
}


/*-------------------我校优势结束----------------------*/

/*-------------------校园文化----------------------*/

.about_cul_list_top ul {
    border-bottom: 0.01rem solid #eee;
    padding-top: 0.1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.about_cul_list_top ul li {
    width: 100%;
    height: 2.8rem;
    padding-bottom: 0.4rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cul_txt {
    width: 3.35rem;
    height: 100%;
}

.about_cul_list_top ul li:nth-child(odd) .cul_txt,
.about_cul_list_top ul li:nth-child(even) .cul_img {
    float: left;
}

.about_cul_list_top ul li:nth-child(odd) .cul_img,
.about_cul_list_top ul li:nth-child(even) .cul_txt {
    float: right;
}

.about_cul_list_top ul li:nth-child(even) .cul_txt {
    padding-left: 0.25rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cul_txt h2 {
    font-size: 0.22rem;
    color: #f9bc3c;
    font-weight: bold;
    padding: 0.25rem 0 0.2rem 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 0.22rem;
    margin: 0;
}

.cul_txt p {
    font-size: 0.16rem;
    color: #666;
    line-height: 0.25rem;
}

.cul_img {
    width: 5.15rem;
    height: 100%;
    float: right;
    overflow: hidden;
}

.cul_img img {
    width: 100%;
}

.about_cul_list_bottom ul li {
    width: 33.3333%;
    text-align: center;
    float: left;
}

.about_cul_list_bottom h2 {
    font-size: 0.22rem;
    color: #f9bc3c;
    font-weight: bold;
    padding: 0.35rem 0 0.15rem 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 0.22rem;
    margin: 0;
}

.about_c_b .about_cul_list_top p,
.about_c_b .about_cul_list_bottom p {
    text-indent: 0em;
}

.about_cul_list_bottom p {
    font-size: 0.16rem;
    color: #666;
    line-height: 0.25rem;
}

.about_cul_list_bottom img {
    width: 0.88rem;
}

.cul_content {
    height: 0.6rem;
    width: 100%;
}


/*-------------------校园文化结束----------------------*/



/*-------------------专业课程----------------------*/

.course_list ul li {
    width: 2.7rem;
    height: 2.6rem;
    float: left;
    margin-right: 0.2rem;
    margin-bottom: 0.1rem;
    text-align: center;
}

.course_list ul li a {
    display: block;
    position: relative;
}

.course_list ul li .decration_border {
    top: 2rem;
    left: 0;
}

.course_list ul li:hover .course_name {
    background: #005bac;
}

.course_list ul li:hover .course_name p {
    color: #fff;
}

.course_list ul li:hover .course_thumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.course_list ul li:hover .decration_border {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
}

.course_list ul li:nth-child(3n) {
    margin-right: 0;
}


.course_thumb {
    width: 100%;
    height: 2rem;
    overflow: hidden;
}

.course_thumb img {
    width: 100%;
    height: 100%;
	object-fit:cover;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.course_detail_center ul li:hover .course_detail_thumb img:nth-child(1) {
    display: none;
}

.course_detail_center ul li:hover .course_detail_thumb img:nth-child(2) {
    display: inline-block;
}


.course_name {
    height: 0.6rem;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #eee;
}

.course_name p {
    line-height: 0.6rem;
    font-size: 0.18rem;
    font-weight: bold;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*-------------------专业课程结束----------------------*/

/*-------------------课程详情----------------------*/
.course_detail_top {
    width: 8.5rem;
    height: 7.4rem;
    overflow-y: auto;
}

.course_detail_top::-webkit-scrollbar {
    width: 4px;
}

.course_detail_top::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #00579a;
}

.course_detail_top::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);

}

.course_detail_top p {
    font-size: 0.16rem;
    line-height: 0.35rem;
}

.course_detail_top h4 {
    font-size: 0.16rem;
    line-height: 0.2rem;
    font-weight: normal;
}

.course_detail_top ul {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0.1rem;
}

.course_detail_top ul li {
    position: relative;
    width: 100%;
    height: 0.35rem;
}

.course_detail_top ul li:before {
    position: absolute;
    content: "";
    width: 0.09rem;
    height: 0.09rem;
    top: 50%;
    left: -0.1rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #333;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.course_detail_top ul li p {
    line-height: 0.35rem;
}

.course_detail_center {
    padding-top: 0.45rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.course_detail_center ul li {
    float: left;
    width: 25%;
    text-align: center;
}

.course_detail_thumb img {
    width: 1.2rem;
    height: 1.2rem;
}

.course_detail_txt {
    height: 0.4rem;
}

.course_detail_txt p {
    line-height: 0.4rem;
    font-size: 0.16rem;
    color: #333;
}

.course_detail_t {
    width: 8.5rem;
}

#marquee {
    overflow: hidden;
    height: 2.9rem;
}

.course_detail_wrap {
    width: 100%;
    height: 5.9rem;
    padding-bottom: 0.1rem 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.course_detail_wrap::-webkit-scrollbar {
    width: 4px;

}

.course_detail_wrap::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #00579a;
}

.course_detail_wrap::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);

}

/*使标题和表格内容宽度一致*/
.course_detail_bottom tbody tr td:nth-of-type(1),
.course_detail_bottom table th:nth-child(1) {
    width: 1.9rem;
}

.course_detail_bottom tbody tr td:nth-of-type(2),
.course_detail_bottom table th:nth-child(2) {
    width: 2.4rem;
}

.course_detail_bottom tbody tr td:nth-of-type(3),
.course_detail_bottom table th:nth-child(3) {
    width: 4.19rem;
}

/*.course_detail_bottom tbody tr td:nth-of-type(4),
.course_detail_bottom table th:nth-child(4) {
    width: 3.47rem;
}*/

.course_detail_bottom table {

    text-align: left;

}

.course_detail_bottom h1 {
    font-size: 0.36rem;
    color: #005bac;
    line-height: 0.8rem;
    text-align: left;
    font-weight: normal;
    margin: 0;
}

.course_detail_bottom table thead {
    background: #005bac;
}

.course_detail_bottom table tr {
    line-height: 0.5rem;
}

.course_detail_bottom table th {
    color: #fff;
    font-size: 0.16rem;
}

.course_detail_bottom table th,
.course_detail_bottom table td {
    padding-left: 0.5rem;
    border: 0.01rem solid #d4d4d4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.course_detail_bottom table tbody tr:nth-child(even) {
    background: #f5f5f5;
}

.course_detail_bottom table tbody tr td {
    font-size: 0.16rem;
    color: #333;
}

.course_detail_server h1 {
    font-size: 0.36rem;
    line-height: 0.5rem;
    color: #005bac;
    font-weight: normal;
}

p.course_detail_sub {
    font-size: 0.2rem;
    color: #888;
    margin-bottom: 0.2rem;
    padding-bottom: 0;
}

p.course_detail_sub span {
    font-size: 0.3rem;
    color: #f8b62a;
}

p.course_detail_sub em {
    font-size: 0.3rem;
    color: #f8b62a;
    font-style: normal;
}

.course_detail_qrcodebox {
    width: 100%;
}

.course_detail_qrcodebox img:nth-child(1) {
    float: left;
    width: 60%;
}

.course_detail_qrcodebox img:nth-child(2) {
    float: right;
    width: 27%;
}

.course_detail_thumb img:nth-of-type(2) {
    display: none;
}


/*-------------------课程详情完成----------------------*/


/*-------------------校园动态----------------------*/

.news_list_istop ul {
    padding-bottom: 0.45rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 0.01rem dashed #ddd;
}

.news_list_istop ul li {
    width: 4.05rem;
    height: 3.5rem;
}

.news_list_istop ul li:nth-child(1) {
    float: left;
}

.news_list_istop ul li:nth-child(2) {
    float: right;
}

.news_list_istop ul li a {
    display: block;
    width: 100%;
    height: 3.5rem;
}

.news_istop_thumb {
    width: 100%;
    height: 2.55rem;
    overflow: hidden;
}

.news_istop_thumb img {
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.news_list_istop ul li h2 {
    font-size: 0.2rem;
    font-weight: bold;
    color: #333;
}

.news_list_istop ul li p {
    font-size: 0.18rem;
    color: #666;
    line-height: 0.26rem;
}

.news_list_istop ul li:hover .news_istop_thumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.news_list_istop ul li:hover h2 {
    color: #005bac;
}

.news_list ul li {
    height: 1.8rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 0.01rem dashed #ddd;
    padding-left: 0.4rem;
    position: relative;
}

.news_list ul li:before {
    position: absolute;
    content: "";
    width: 0.03rem;
    height: 1rem;
    background: #005bac;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) scaleY(0);
    -moz-transform: translateY(-50%) scaleY(0);
    transform: translateY(-50%) scaleY(0);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.news_list ul li:hover:before {
    -webkit-transform: translateY(-50%) scaleY(1);
    -moz-transform: translateY(-50%) scaleY(1);
    transform: translateY(-50%) scaleY(1);
}

.news_list ul li:hover .news_list_t {
    color: #005bac;
}


.news_list_t {
    font-size: 0.18rem;
    line-height: 0.18rem;
    margin: 0;
    padding: 0.3rem 0 0.1rem 0;
}

.news_list_c {
    font-size: 0.18rem;
    color: #666;
    line-height: 0.26rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 0.15rem;
}

.time_icon {
    width: 0.2rem;
    height: 0.2rem;
    position: relative;
    float: left;
    margin-right: 0.1rem;
}

.news_list_time time {
    float: left;
    line-height: 0.2rem;
    color: #666;
}

.pager {
    width: 100%;
    height: 0.8rem;
}

/*-------------------校园动态完成----------------------*/

/*-------------------新闻详情----------------------*/

.news_detail_wrap {}

.news_detail_l {
    width: 8.55rem;
    float: left;
}

.news_detail_c_t {
    font-size: 0.3rem;
    color: #333;
    line-height: 0.3rem;
}

.news_detail_sub {
    width: 100%;
    line-height: .45rem;
    font-size: .18rem;
    color: #666;
}

.news_detail_b {
    width: 100%;
    color: #333;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 0.01rem solid #ddd;
    padding-bottom: 0.25rem;
}

.news_detail_b p {
    text-align: left;
    text-indent: 2em;
    font-size: 0.18rem;
    line-height: 0.3rem;
}

.news_detail_b img {
    max-width: 100%;
    margin: 0.15rem 0;
}

.news_detail_nav {
    height: 0.65rem;
    margin-bottom: 0.2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0.15rem;
}

.news_detail_nav_l,
.news_detail_nav_r {
    width: 50%;
    height: 100%;
    font-size: 0.14rem;
    position: relative;
}

.news_detail_nav_l p,
.news_detail_nav_r p {
    line-height: 0.4rem;
}

.news_detail_nav_l {
    float: left;
    text-align: left;
}

.news_detail_nav_r {
    float: right;
    text-align: right;
}

.news_detail_nav_l img {
    float: left;
    width: 0.26rem;
    padding-top: 0.07rem;
    margin-right: 0.1rem;
}

.news_detail_nav_r img {
    float: right;
    width: 0.26rem;
    padding-top: 0.07rem;
    margin-left: 0.1rem;
}

.news_detail_r {
    width: 2.5rem;
    float: right;
    margin-top: 0.45rem;
}

.news_detail_nav_l p:hover a,
.news_detail_nav_r p:hover a {
    color: #005bac;
}

.news_detail_minibanner {
    width: 100%;
    height: 1.3rem;
}

.news_detail_minibanner img {
    width: 100%;
    height: 100%;
}

.news_detail_fast ul li {
    height: 0.55rem;
    border: 0.01rem solid #ddd;
    border-bottom: none;
}

.news_detail_fast ul li:last-child {
    border-bottom: 0.01rem solid #ddd;
}

.news_detail_fast ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0.16rem;
    color: #333;
    line-height: 0.55rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0rem 0.15rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.news_detail_fast ul li a:hover {
    color: #005bac;
}

/*-------------------新闻详情结束----------------------*/

/*-------------------师资队伍----------------------*/
.decration_border {
    width: 100%;
    height: 0.03rem;
    background: #f9bc3c;
    position: absolute;
    z-index: 9;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
}


.teachers_list {
    padding-bottom: 0.2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0.33rem;
}

.teachers_list ul li {
    width: 2.65rem;
    height: 3.3rem;
    margin-right: 0.45rem;
    margin-bottom: 0.4rem;
    float: left;
}

.teachers_list ul li:nth-child(4n) {
    margin-right: 0;
}

.teachers_list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.teachers_list ul li a .decration_border {
    top: 2.65rem;
}



.teachers_list ul li a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.teachers_list ul li a:hover .decration_border {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
}

.teachers_list ul li a:hover .teachers_c {
    background: #005bac;
}

.teachers_list ul li a:hover h4,
.teachers_list ul li a:hover p {
    color: #fff;
}

.teachers_thumb {
    width: 100%;
    height: 2.65rem;
    overflow: hidden;
}

.teachers_thumb img {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.teachers_c {
    background: #eee;
    text-align: center;
    height: 0.65rem;
}

.teachers_c h4 {
    padding-top: 0.1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin: 0;
    font-size: 0.16rem;
    line-height: 0.25rem;
    color: #333;

}

.teachers_c p {
    font-size: 0.14rem;
    color: #666;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*-------------------师资队伍结束----------------------*/

/*-------------------实践教学----------------------*/
.practice_list.show_article p {
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #333;
}

.practice_list.show_article img {
    margin: 0.05rem 0;
}

.practice_list {
    padding-bottom: 0.2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0.15rem;
}

.practice_list ul li {
    width: 2.8rem;
    height: 2.8rem;
    margin-right: 0.25rem;
    margin-bottom: 0.4rem;
    float: left;
}

.practice_list ul li .decration_border {
    top: 2.1rem;
}

.practice_list ul li:nth-child(4n) {
    margin-right: 0;
}

.practice_list ul li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.practice_list ul li a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.practice_list ul li a:hover .decration_border {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
}

.practice_list ul li a:hover .practice_c {
    background: #005bac;
}

.practice_list ul li a:hover h4 {
    color: #fff;
}

.practice_thumb {
    width: 100%;
    height: 2.1rem;
    overflow: hidden;
}

.practice_thumb img {
    width: 100%;
	height: 100%;
	object-fit: cover;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.decration_border {
    width: 100%;
    height: 0.03rem;
    background: #f9bc3c;
    position: absolute;
    top: 2.1rem;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
}

.practice_c {
    background: #eee;
    text-align: center;
    height: 0.65rem;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.practice_c h4 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 0.19rem;
    color: #333;
    line-height: 0.65rem;

}

/*-------------------实践教学结束----------------------*/



/*-------------------动物医院----------------------*/

.animal_b {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0.1rem;
}

.animal_b p {
    font-size: 0.16rem;
    color: #333;
    line-height: 0.34rem;
    text-indent: 2em;
}

.animal_b ul {
    margin-top: 0.5rem;
}

.animal_b ul li {
    float: left;
    width: 1.5rem;
    height: 2.05rem;
    margin-right: 0.21rem;
    overflow: hidden;
}

.animal_b ul li:last-child {
    margin-right: 0;
}

.animal_b .animal_thumb {
    width: 1.5rem;
    height: 1.5rem;
}

.animal_b ul li img {
    height: 100%;
    height: 100%;
}

.animal_b ul li p {
    text-align: center;
    line-height: 0.55rem;
    text-indent: 0;
    font-size: 0.16rem;
}

.just_animal_padding_bottom {
    padding-bottom: 0.4rem;
}

.about_banner_c .just_animal_color {
    color: #0064ac;
}

/*-------------------动物医院完成----------------------*/



/*-------------------就业之星----------------------*/

.major_list_istop ul {
    padding-bottom: 0.45rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 0.01rem dashed #ddd;
}

.major_list_istop ul li {
    width: 4.05rem;
    height: 3.5rem;
}

.major_list_istop ul li:nth-child(1) {
    float: left;
}

.major_list_istop ul li:nth-child(2) {
    float: right;
}

.major_list_istop ul li a {
    display: block;
    width: 100%;
    height: 3.5rem;
}

.major_istop_thumb {
    width: 100%;
    height: 2.55rem;
    overflow: hidden;
}

.major_istop_thumb img {
    width: 100%;
}

.major_list_istop ul li h2 {
    font-size: 0.2rem;
    font-weight: bold;
    color: #333;
}

.major_list_istop ul li p {
    font-size: 0.16rem;
    color: #666;
    line-height: 0.26rem;
}

.major_list ul li {
    height: 1.75rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 0.01rem dashed #ddd;
    /*和新闻列表只有padding-left不一样*/
    padding-left: 0.2rem;
    position: relative;
}

.major_list ul li:before {
    position: absolute;
    content: "";
    width: 0.03rem;
    height: 1rem;
    background: #005bac;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) scaleY(0);
    -moz-transform: translateY(-50%) scaleY(0);
    transform: translateY(-50%) scaleY(0);
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.major_list ul li:hover:before {
    -webkit-transform: translateY(-50%) scaleY(1);
    -moz-transform: translateY(-50%) scaleY(1);
    transform: translateY(-50%) scaleY(1);
}


.major_star_thumb {
    width: 2.2rem;
    height: 1.5rem;
    float: left;
    margin-top: 0.14rem;
    overflow: hidden;
}

.major_star_thumb img {
    width: 100%;
    min-width: 100%;
}

.major_star_b {
    width: 5.6rem;
    float: right;
}

.major_list_t {
    font-size: 0.18rem;
    line-height: 0.18rem;
    margin: 0;
    padding: 0.4rem 0 0.1rem 0;
}

.major_list_c {
    font-size: 0.14rem;
    color: #666;
    line-height: 0.26rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 0.15rem;
}

.time_icon {
    width: 0.2rem;
    height: 0.2rem;
    position: relative;
    float: left;
    margin-right: 0.1rem;
    background: url(../images/time.png) no-repeat center center;
    background-size: cover;
}

.major_list_time time {
    float: left;
    line-height: 0.2rem;
    color: #666;
}

.pager {
    width: 100%;
    height: 0.8rem;
}

/*-------------------就业之星完成----------------------*/

/*-------------------联系我们----------------------*/

.contact_b {
    height: 5rem;
    padding: 0.2rem;
    margin-top: 0.4rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0.6rem;
    -webkit-box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
    position: relative;
}

.contact_msg {
    width: 4.8rem;
    height: 100%;
    background: url(../images/contact_bg.png);
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.4rem;
    padding-top: 0.8rem;
    color: #fff;
}

.contact_msg span {
    font-size: 0.2rem;
    line-height: 0.25rem;
}

.contact_msg h3 {
    font-size: 0.24rem;
    font-weight: normal;

}

.contact_msg p {
    font-size: 0.16rem;
    line-height: 0.3rem;
}

.contact_msg img {
    width: 1.4rem;
    padding-top: 0.35rem;
}

.map_msg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3.5rem;
    height: 3rem;
    background: #fff;
    -webkit-box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
    opacity: 0.9;
    padding: 0.3rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.map_msg_t {
    color: #005bac;
    font-size: 0.24rem;
    padding-left: 0.2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    position: relative;
    line-height: 0.24rem;
}

.map_msg_t:before {
    position: absolute;
    content: "";
    width: 0.04rem;
    height: 0.24rem;
    left: 0;
    background: #005bac;
    top: 0;
}

.map_msg ul li {
    width: 100%;
    height: 1.1rem;
    border-bottom: 0.01rem dashed #ddd;
    padding: 0.3rem 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.map_msg ul li:last-child {
    border-bottom: none;
}

.map_msg ul li img {
    width: 0.22rem;
    margin-right: 0.1rem;
    vertical-align: text-bottom;
}

.map_msg ul li span {
    font-size: 0.18rem;
    color: #333;
    vertical-align: text-bottom;
}

.map_msg ul li p {
    font-size: 0.14rem;
    color: #666;
    padding-top: 0.2rem;
}

/*百度地图样式*/

.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

label.BMapLabel {}

label.BMapLabel:after {
    position: absolute;
    content: "";
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-55%);
    -moz-transform: translateX(-55%);
    transform: translateX(-55%);
    width: 0;
    height: 0;
    border-width: 0.15rem 0.15rem 0;
    border-style: solid;
    border-color: #fff transparent transparent;
}

/*-------------------联系我们完成----------------------*/


/*-------------------侧边栏----------------------*/

.aside {
    width: 2.4rem;
    height: 3rem;
    position: fixed;
    right: 0;
    top: 5.5rem;
    z-index: 3;
}

.aside_list {
    position: absolute;
    right: 0;
    width: 0.6rem;
}

.aside_item {
    border-bottom: 0.01rem solid #ddd;
    width: 100%;
    height: 0.62rem;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #005bac;
}

.aside_list .aside_item:first-child {
    -moz-border-radius-topleft: 0.05rem;
    border-top-left-radius: 0.05rem;
}

.aside_list .aside_item:last-child {
    -moz-border-radius-bottomleft: 0.05rem;
    border-bottom-left-radius: 0.05rem;
    border-bottom: none;
}

.aside_list .aside_item:nth-child(2) ul li {
    height: 1.2rem;
}

.aside_list .aside_item:nth-child(2) ul li img {
    width: 50%;
}

.aside_item:hover {
    background: #fff;
    color: #191919;
    -moz-border-radius: 0;
    border-radius: 0;
}

.aside_item:hover .aside_c {
    display: block;
}

.aside_item i {
    line-height: 0.62rem;
}

.aside_c {
    width: 1.8rem;
    height: 1.8rem;
    -moz-border-radius-topleft: 0.1rem;
    border-top-left-radius: 0.1rem;
    -moz-border-radius-bottomleft: 0.1rem;
    border-bottom-left-radius: 0.1rem;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: -0.05rem 0 0.05rem rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -0.05rem 0 0.05rem rgba(0, 0, 0, 0.2);
    box-shadow: -0.05rem 0 0.05rem rgba(0, 0, 0, 0.2);
    position: absolute;
    right: 0.6rem;
    top: 0;
    display: none;
}

.aside_t {
    color: #191919;
    width: 100%;
    height: 0.6rem;
    text-align: center;
    font-size: 0.22rem;
}

.aside_t p {
    line-height: 0.6rem;
}

.aside_c ul {
    background: #f9f9f9;
}

.aside_c li {
    height: 0.6rem;
    border-bottom: 0.01rem dashed #ddd;
    padding-top: 0.11rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.aside_c li:last-child {
    border-bottom: none;
}

.aside_c li span {
    color: #191919;
    line-height: 0.6rem;
}


.aside_list .aside_item:nth-child(2) .aside_c {
    top: 0.6rem;
}


.aside_list .aside_item:nth-child(3) .aside_c {
    top: 1.2rem;
}

.aside_c ul li img {
    width: 0.2rem;
    vertical-align: middle;
}

.aside_c ul li span {
    line-height: 0.33rem;
    vertical-align: middle;
}

/*iconfont*/
@font-face {
    font-family: "iconfont";
    src: url('../fonts/iconfont.eot?t=1574221000530');
    /* IE9 */
    src: url('../fonts/iconfont.eot?t=1574221000530#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAXgAAsAAAAACrwAAAWTAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDMgqIXIcqATYCJAMUCwwABCAFhG0HSBs2CcgekiRIQAEFAAqogmYcD/wfe++L38umSJxFHx8NJFt80xmNB5i6Buoj2rTZQwqXOpb4xdSRiBFyiJdcktahYrQesdapmSJvIvkrPX9xqJp5HrD5FovTHhsoFwpwgObumDRAiuUWqM5F6jB2E2mYdxNQNSAKWimpEgJLBlYFhAOVQgqsiEIuwAVlcTHjYIZwBQzluAZ7AuDS+fnwAQmBBaJCArBxdau4B/Ke0ec7aeb/zdosBDC700E4RsIkkAlnmYYDNI836QiqWb9HtwBUlUXxGX0W8lnY5zv//5+AsyBRFQaJcjd/vFAEIKijsQvBzDPCFCLPIYwsYRhNIfGyk3UsgoJ1oIoWEHYBwhMA0aAzPUrqhKl6Hz+EQ0K0twC5bXTXnXNGDPIP2JOcTl/L8VDvc4Rcckp23I5ElljkckkcDhE6CnB908dhT9sbwX3oM2kXiq0828Pk+y6v4UMhw+OCCa+R/WM2wX5Xwvgx/rBgBFk8rbdGTqfYbheCmTsKZt4Qd/CK+wlH8ND+CRtvzGNolLv3AIw5is8/Dh2xWQUa4RCxkiFHuu2kd9fStU5wncTlCr4ffdTBQ+Lhc0F77UK7Q+RAuS6vie38fU6+kLmBZNjpiZDGethyaO0B80E3JLbpYR2O5hQpR/gj2G52VAsHeUNWgYRnO+tm3S9oxWa9HypKbB/hi5+7ArWD+NpzISHDXGFiddaS6bW2eKzFpYM8n4phHN97JqgjZnrcpL2K1zLYH72nwRDkFsh6yTanoxELX35obVjPoJmHohMVI9bhaHPxbMsHH1isJ5qroXPaTzC8GN1+Y/PUAW7+LhpUhvwRtnCPbQENSvfavGjwH2b/mHZm/2+mDmx+4zaaPs2vM7MazPUske+NOGNFkNe0ecrljYqP9zZ33/BeymSKWNv/+27Ak8n0+TOZScfU1vUqTImtW4/UjCnBf3ozmWzFd9N3sJgi5lLvFw1Nto+UjcuVa6Z7VQQZ4274kgR3E4wntXcFizaNtfrX1+88H3TiWllxtWJeB7PnV/OLN9b9yaa4huWlP3DsjcmXPEF9+7ykqEGSN62ULTJ8p9dpVU8HWqY0Q+t6e9Oah1ePBOwSiTRBJ09EDbR3eERNvAHgK5gjDyVDHaFOLnzdyPk09LOQ6BfnwMddGDmxicIx5KG9vWYZGsLuHcKWFBb0/e/T4i5PxP2NqS+Hfvdmf+LvVz3aKQPPblIcG89O6A/nlS/IIBlNCR9M9zhHcfLy68Jqw1fMF8/D9Me2LMN60ZF+fts82s51mMpnAQ27OZ/0eGcDQaeRX3Rpsc3zsVaszXqNFmmwLQuwlqnJTSkDfwfcSPRMnMZt9GyMg0vBpRyZp4wA6PgMDhn1GIU1nmuyMgMSEwjN40GClnalJ8wF+C+tpsUA/Eu3aMWa9ARLPQBIF1jRN77IlW7Vuc4ZWb+y3N77kbu/HA8c+78MzRgfqlBl5hfNrNiVdTZQFrJaixmqqeDyaxFEbaSK79jS4r1u1O26DAVl7QFEJf2QlA0iM3YSCmqmoKhsHqomlB6vaWVCEzIbGLeCgqDJcYga3EDS5CkyY9+Fgg7fQlFToEHVWuBcWDMcVHihiZRSZA/RPY9QyQx6OVJTuJveQCr6tFJTmO3gxaSpV+Um4mPi4uFSUk+autjS269IoCg5ITcZdEQJdT9SqzUQRpNBTcqoGCVFGTNiY+VZHxQjM+gAt8yEJEUh9SB0m4egImOgJ7eGU/DE9zcgKfTRkjIV1NWoxUgmvVTjE+LFiKuALBXoK9WdSm6vfgoJKMYnR5ALqQY6hBJGR9LCgAHBmD1PjSRDiaFs4DPKEMv0k1cVxAwv0p1j5v/UELxXIWCIhuiIgZgQT+fgcXEJPSqpXtknZQ6QqrkqPY0yGAEAAA==') format('woff2'),
        url('../fonts/iconfont.woff?t=1574221000530') format('woff'),
        url('../fonts/iconfont.ttf?t=1574221000530') format('truetype'),
        /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
        url('../fonts/iconfont.svg?t=1574221000530#iconfont') format('svg');
    /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 0.25rem;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-qq:before {
    content: "\e7a0";
}

.icon-002dianhua:before {
    content: "\e601";
}

.icon-weixin:before {
    content: "\e628";
}

.icon-top:before {
    content: "\e626";
}


/*在线留言页面*/

.guest_form_container {
    width: 100%;
}

.guest_form_container ul li {
    margin: 0.1rem 0;
}

.guest_form_container ul li:nth-child(3) {
    height: 0.5rem;
}

.guest_form_container ul li:nth-child(3) img {
    cursor: pointer;
    vertical-align: middle;
}

.form_label {
    width: 1rem;
    float: left;
}

.form_label label {
    line-height: 0.35rem;
    font-size: 0.16rem;
    color: #333;
}

.form_input {
    width: 10rem;
    float: right;
}

.form_input input[type=text],
.form_input textarea {
    font-size: 0.16rem;
    width: 100%;
    border: 1px solid #ccc;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.15rem;
    -moz-border-radius: 0.05rem;
    border-radius: 0.05rem;
    color: #666;
    line-height: 0.35rem;
}

.form_input input[type=text] {
    height: 0.35rem;
}

.form_input textarea {
    height: 2.3rem;
    resize: none;
}

.guest_form_container ul li:last-child .form_input input[type=text] {
    width: 2.6rem;
    margin: 0 0.5rem;
}

.form_input input[type=submit] {
    width: 1rem;
    height: 0.35rem;
}

.guest_list {
    border-top: 1px solid #ccc;
}

.guest_list ul li {
    width: 100%;
    border-bottom: 1px dashed #ccc;
    padding: 0.1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.guest_avatar {
    float: left;
    width: 0.64rem;
    margin-right: 0.3rem;
}

.guest_avatar img {
    width: 0.64rem;
    height: 0.64rem;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.guest_c {
    width: 9.8rem;
    float: right;
}

.guest_name p {
    font-size: 0.18rem;
    line-height: 0.4rem;
}

.guest_content p {
    font-size: 0.14rem;
    line-height: 0.20rem;
    text-indent: 1em;
}

.guest_pub_time {
    text-align: right;
}

.guest_res {
    padding: 0.1rem 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.guest_res p {
    font-size: 0.14rem;
    line-height: 0.2rem;
}

.guest_res p i {
    font-style: normal;
    color: red;
}

.guest_list ul {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.15rem 0;
}