.banner {
    width: 100%;
}

.banner img {
    width: 100%;
}

.views,
.professor_intro {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.views {
    margin-top: 70px;
}

.views h2 {
    height: 62px;
    line-height: 62px;
    font-size: 26px;
    color: #004785;
    background: url(../images/time_05.jpg) no-repeat left center;
    padding-left: 17px;
}

.views_con .cons {
    padding: 30px 0;
    border-bottom: 1px solid #cfd9e9;
}

.views_con .cons:last-of-type {
    border-bottom: 0;
}

.views_con .cons img {
    float: left;
    display: block;
    transform: scale(1);
    transition: all 0.5s;
}

.views_con .cons img:hover {
    transform: scale(1.1);
    transition: all 0.5s;
}

.views_con .cons .con_show {
    float: right;
    width: 768px;
}

.views_con .cons .con_show h4 {
    height: 64px;
    line-height: 64px;
}

.views_con .cons .con_show h4 a {
    font-size: 18px;
    color: #333333;
}

.views_con .cons .con_show p {
    line-height: 26px;
    font-size: 14px;
    color: #999999;
}

.views_con .cons .con_show a {
    display: block;
    color: #a9a9a9;
    font-size: 14px;
    line-height: 44px;
}

.views_con .cons .con_show a:hover {
    color: #004785;

}

/* .page {
    text-align: center;
    float: right;
    padding-bottom: 90px;
    padding-top: 63px;
} */
.page {
    margin: 0 auto;
    text-align: center;
    /* position: relative;
    left: 50%; */
}

.page a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #f2f2f2;
    font-size: 12px;
    /* float: left; */
    margin-right: 12px;
    color: #a9a9a9;
    text-decoration: none;
}

.page .prev,
.page a.prev:hover {
    background: url(../images/prev_page.gif) no-repeat center center, #f2f2f2;
    background-size: 8px 12px;
}

.page .next,
.page a.next:hover {
    background: url(../images/next_page.gif) no-repeat center center, #f2f2f2;
    background-size: 8px 12px;
}

.page a:hover,
.page a.active {
    background: #2962bb;
    color: #fff;
}

.page .now_page {
    background: #2962bb;
    color: #fff;
}

/*.bread_line{margin-top:20px;}*/
.intro_con>h3 {
    background: url(../images/time_05.jpg) no-repeat left center;
}

.intro_con h3 {
    height: 98px;
    line-height: 98px;
    font-size: 27px;
    color: #004785;

    padding-left: 17px;
}

.intro_con>p {
    line-height: 24px;
    height: 24px;
    font-size: 18px;
    color: #5c5c5c;
    padding-bottom: 75px;
}

.intro_con>p a {
    display: inline-block;
    padding: 0 10px;
    font-size: 20px;
    color: rgba(201, 200, 181, 0.74);
}

.intro_con>p .same {
    color: #004785;
}

.intro_con>p a:hover {
    color: #2962bb;
}

.professors {
    padding-bottom: 100px;
}

.pro h4 {
    border-bottom: 1px solid #dedede;
    font-size: 20px;
    color: #666666;
    height: 36px;
    line-height: 36px;
    margin-bottom: 36px;
}

.pro_con {
    padding-bottom: 20px;
}

.infor {
    width: 870px;
    float: left;
}

.infor h3 {
    height: 50px;
    line-height: 50px;
    position: relative;
    padding-left: 25px;
}

.infor h3 span {
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    background: #896c3d;
}

.infor h3 a {
    font-size: 28px;
    color: #896c3d;
}

.infor h5 {
    line-height: 36px;
    font-size: 18px;
    color: #666666;
    font-weight: 500;
}

.infor p {
    line-height: 32px;
    font-weight: 500;
    font-size: 18px;
}

.infor a {
    line-height: 36px;
    color: #896c3d;
    font-size: 16px;
}

.infor a:hover {
    color: #f7b200;
}

.pro_con img {
    display: block;
    float: right;
    padding-top: 5px;
}

.totop {
    position: fixed;
    bottom: 20px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: #f7b200;
    text-align: center;
    cursor: pointer;
}

.totop img {
    display: block;
    margin: 10px auto;
    transform: rotate(-90deg);
}

.views_con .cons .con_show p:nth-of-type(1) {
    display: block;
    height: 105px;
    line-height: initial;
    color: #999999;
}