﻿.banner-pages {
    height: 300px;
    background: url("../img/banner001.png") no-repeat top;
}

body {
    background: #F8F8F8;
}

header>.w1200>nav>li>.nav_list {
    top: 44.5px
}

.navSide {
    display: inline-block;
    vertical-align: top;
    width: 260px;
    padding-bottom: 30px;
    margin-top: -90px;
    margin-bottom: 40px;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.navSide>li:first-child {
    height: 90px;
    background: url("../img/navTop.png") no-repeat top;
    font-size: 24px;
    letter-spacing: 2px;
    color: rgb(255, 255, 255);
    text-align: center;
    font-weight: bold;
    line-height: 90px;
}

.navSide>li:not(:first-child) {
    height: 58px;
    text-align: center;
    padding: 0 10px;
}

.navSide>li:not(:first-child)>a {
    font-size: 18px;
    letter-spacing: 2px;
    text-align: left;
    padding-left: 68px;
    color: rgb(51, 51, 51);
    line-height: 58px;
    border-bottom: 1px dashed #dcdcdc;
}

.navSide>li:not(:first-child)>a>i {
    background: url("../img/navIcon.png") no-repeat top;
    display: inline-block;
    margin-right: 8px;
    width: 14px;
    height: 12px;
    transform: rotateX(0deg);
    transition: all 0.6s;
}

.navSide>li:not(:first-child):hover>a>i,
.navSide>li.on:not(:first-child)>a>i {
    transform: rotateX(180deg);
    transition: all 0.3s;
    margin-right: 14px;
}

.navSide>li:not(:first-child):hover>a,
.navSide>li.on:not(:first-child)>a {
    color: #94070A;
    font-weight: bold;
}

.main {
    width: 880px;
    display: inline-block;
    margin-left: 53px;
}

.addr {
    border-bottom: 2px solid #94070A;
    width: 880px;
    height: 35px;
    padding-top: 20px;
    line-height: 35px;
}

.addr .Fnav {
    color: #94070A;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
}

.addr .fr {
    font-size: 14px;
    color: rgb(102, 102, 102);
    padding-top: 10px;
    line-height: 25px;
    letter-spacing: 1px;
}

.addr .fr>a {
    display: inline;
    font-size: 14px;
    color: rgb(102, 102, 102);
}

.addr .fr>a:last-child {
    color: #94070A;
}

#infoBox {
    width: 800px;
    margin: 0 auto;
    min-height: 200px;
    margin-bottom: 55px;
    overflow: hidden;
    padding: 40px;
    padding-bottom: 0px;
    margin-top: 40px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.06);
}

p.title:hover {
    color: rgb(148, 7, 10) !important;
}

li:hover p.title {
    color: rgb(148, 7, 10) !important;
}

.page_wrap {
    width: 800px;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 40px;
}

#page_turn_box {
    display: block;
    margin: 0px auto;
    text-indent: 0;
}

#page_turn_box>a {
    text-indent: 0;
    padding: 1px 6px;
    height: 26px;
    color: #666666;
    display: inline-block;
    text-align: center;
    margin: 0 6px;
    font-size: 16px;
}

#page_turn_box>a.number:hover,
#page_turn_box>a.number.on {
    border-bottom: 2px solid #94070A;
}

#page_turn_box>a:hover {
    color: #94070A;
}

/*教学部系 */
#infoBox>.jxbx {
    width: 840px;
    margin-bottom: -35px;
}

#infoBox>.jxbx>li {
    display: inline-block;
    margin-right: 40px;
    width: 240px;
    height: 135px;
}

#infoBox>.jxbx>li>a {
    background: url("../img/cmbg.png") no-repeat center;
    transition: all 0.3s;
    background-size: 240px 100px;
    width: 240px;
    height: 100px;
}

#infoBox>.jxbx>li>a>p {
    width: 240px;
    height: 100px;
    background: rgba(255, 255, 255, 0.7);
    line-height: 100px;
    letter-spacing: 2px;
    text-align: center;
    font-size: 18px;
    color: rgb(51, 51, 51);
}

#infoBox>.jxbx>li>a:hover>p {
    color: #94070A;
    font-weight: bold;
}

#infoBox>.jxbx>li>a:hover {
    background-size: 264px 110px;
}

ul.single {
    padding-bottom: 40px;
    overflow: hidden;
}

ul.single * {
    max-width: 800px !important;
}

ul.detail {
    padding-top: 0px;
    padding-bottom: 40px;
}

ul.detail>p.title {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}

ul.detail>p.time {
    padding: 20px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #dcdcdc;
    font-size: 14px;
    text-align: center;
    color: rgb(102, 102, 102);
    line-height: 2;
}

ul.detail>.detailBox {
    position: relative;
    z-index: 0;
    overflow: hidden;
}

ul.detail>.detailBox img {
    max-width: 100% !important;
    height: auto !important;
    width: auto;
}


/* 综述 */
#infoBox>.overview>.top_title {
    text-align: center;
    color: #94070A;
    margin: 0 auto;
    margin-bottom: 20px;
    line-height: 20px;
    font-size: 20px;
    color: rgb(148, 7, 10);
    font-weight: bold;
}

#infoBox>.overview>.text {
    font-size: 16px;
    text-indent: 36px;
    margin-bottom: 40px;
    letter-spacing: 2px;
    color: rgb(51, 51, 51);
    line-height: 1.875;
}

#infoBox>.overviewTitle {
    text-align: center;
    color: #94070A;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 20px;
    color: rgb(148, 7, 10);
    font-weight: bold;
}

/* #infoBox>.overviewList{ padding-bottom: 10px;} */
#infoBox>.overviewList>li {
    height: 165px;
    margin-bottom: 30px;
    font-size: 0px;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

#infoBox>.overviewList>li:last-child {
    margin-bottom: 0px;
}

#infoBox>.overviewList>li>a>.imgBox {
    width: 250px;
    height: 165px;
    display: inline-block;
    vertical-align: top;
}

#infoBox>.overviewList>li>a>.textBox {
    display: inline-block;
    font-size: 16px;
    padding: 28px 30px;
    width: 490px;
    vertical-align: top;
}

#infoBox>.overviewList>li>a>.textBox>p.title {
    max-height: 20px;
    margin-bottom: 10px;
    color: #333333;
    font-size: 18px;
    line-height: 20px;
    text-align: justify;
}

#infoBox>.overviewList>li>a>.textBox>p.text {
    font-size: 14px;
    color: rgb(102, 102, 102);
    letter-spacing: 1px;
    max-height: 60px;
    margin-bottom: 10px;
    line-height: 2;
    text-align: justify;
}

#infoBox>.overviewList>li>a>.textBox>p.time>i {
    width: 20px;
    height: 24px;
    vertical-align: top;
    margin-right: 5px;
    display: inline-block;
    background: url("../img/time.png") no-repeat center;
}

#infoBox>.overviewList>li>a>.textBox>p.time {
    font-size: 14px;
    line-height: 24px;
    max-height: 40px;
    letter-spacing: 1px;
    color: #666666;
}

/* 无图 */
/* #infoBox>.overviewListNew{padding-bottom: 10px;} */
#infoBox>.overviewListNew>li {
    border-radius: 4px;
    margin-bottom: 20px;
    font-size: 0px;
    background-color: rgb(255, 255, 255);
    /* box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1); */
    height: 80px;
}

#infoBox>.overviewListNew>li:last-child {
    margin-bottom: 0px;
}

#infoBox>.overviewListNew>li>a>.time {
    width: 80px;
    height: 40px;
    text-align: center;
    letter-spacing: 1px;
    background: #94070a;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    padding: 20px 0;
    line-height: 1.4;
    color: rgb(255, 255, 255);
}

#infoBox>.overviewListNew>li>a>.time>span {
    display: block;
    font-size: 16px;
}

#infoBox>.overviewListNew>li>a>.title {
    width: 660px;
    height: 80px;
    margin-left: 30px;
    font-size: 18px;
    text-align: justify;
    color: rgb(51, 51, 51);
    line-height: 80px;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: top;
}

/* 带图 */
#infoBox>.overviewListImg {
    width: 855px;
    margin-bottom: -25px;
}

#infoBox>.overviewListImg>li {
    padding-bottom: 10px;
    display: inline-block;
    margin-right: 25px;
    width: 250px;
    height: 240px;
}

#infoBox>.overviewListImg>li>a {
    display: block;
    width: 250px;
    height: 225px;
    border-radius: 4px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

#infoBox>.overviewListImg>li>a>.imgBox {
    width: 250px;
    height: 165px;
    border-radius: 4px 4px 0 0;
}

#infoBox>.overviewListImg>li>a>.imgBox>img {
    width: 250px;
    height: 165px;
}

#infoBox>.overviewListImg>li>a>.title {
    font-size: 16px;
    color: rgb(51, 51, 51);
    line-height: 60px;
    padding-left: 5px;
    text-align: center;
    letter-spacing: 1px;
}

/* 教师风采 */
#infoBox.unOut {
    width: 100%;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

#infoBox>.teacher>li {
    height: 170px;
    margin-bottom: 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
}

#infoBox>.teacher>li:last-child {
    margin-bottom: 0px;
}

#infoBox>.teacher>li>a>.imgBox {
    width: 120px;
    height: 170px;
    display: inline-block;
    vertical-align: top;
}

#infoBox>.teacher>li>a>.imgBox>img {
    width: 120px;
    height: 170px;
}

#infoBox>.teacher>li>a>.textBox {
    display: inline-block;
    vertical-align: top;
    padding: 28px 30px;
    padding-right: 0;
    width: 620px;
}

#infoBox>.teacher.leader>li>a>.textBox {
    width: 650px;
}

#infoBox>.teacher>li>a>.textBox>p.title {
    font-size: 20px;
    color: rgb(51, 51, 51);
    margin-top: -8px;
    font-weight: bold;
    line-height: 1.5;
    padding-bottom: 10px;
    letter-spacing: 2px;
}

#infoBox>.teacher>li>a>.textBox>p.text {
    font-size: 16px;
    color: rgb(51, 51, 51);
    letter-spacing: 2px;
    line-height: 1.82;
    text-align: justify;
    text-indent: 36px;
    max-height: 90px;
}

#infoBox>.teacher.leader>li {
    box-shadow: none;
    margin-bottom: 0;
    cursor: default;
    min-height: 200px;
    height: auto;
    border-top: 1px dashed #dcdcdc;
    padding-top: 30px;
}

#infoBox>.teacher.leader>li:first-child {
    border-top: none;
    padding-top: 0px;
}

#infoBox>.teacher.leader>li>a>.textBox>p.title {
    color: #94070A !important;
    cursor: default;
}

#infoBox>.teacher.leader>li>a>.textBox>p.text {
    max-height: none;
    min-height: 100px;
    cursor: default;
}

#infoBox>.teacher.leader>li:hover>a>.imgBox>img {
    transform: scale(1.02);
}

/* showImg */
#infoBox>.showImg {
    margin-bottom: -20px;
    width: 840px;
}

#infoBox>.showImg.col-2,
#infoBox>.showImg.col-3 {
    margin-bottom: -30px;
}

#infoBox>.showImg {
    margin-bottom: -30px;
    width: 840px;
}

#infoBox>.showImg>li {
    display: inline-block;
    font-size: 0;
    margin-bottom: 15px;
    margin-right: 40px;
    width: 380px;
    height: 205px;
}

#infoBox>.showImg>li>a>.imgBox {
    width: 380px;
    height: 162px;
}

#infoBox>.showImg>li>a>.imgBox>img {
    width: 380px;
    height: auto;
}

#infoBox>.showImg>li>a>.title {
    font-size: 16px;
    text-align: center;
    letter-spacing: 2px;
    color: rgb(51, 51, 51);
    line-height: 45px;
}

#infoBox>.showImg.col-3>li {
    width: 250px;
    height: 220px;
    margin-right: 27px;
}

#infoBox>.showImg.col-3>li>a>.imgBox {
    width: 250px;
    height: 174px;
}

#infoBox>.showImg.col-3>li>a>.imgBox>img {
    width: 250px;
    height: 174px;
}

#infoBox>.showImg.col-2>li {
    width: 380px;
    font-size: 0;
    height: 310px;
    margin-right: 26px;
    margin-bottom: 30px;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

#infoBox>.showImg.col-2>li>a>.imgBox {
    width: 380px;
    height: 250px;
    border-radius: 4px;
}

#infoBox>.showImg.col-2>li>a>.title {
    line-height: 60px;
}

#infoBox>.showImg.col-2>li>a>.imgBox>img {
    width: 380px;
    height: 250px;
}

/* 视频 */
#infoBox>.videoShow {
    width: 840px;
    margin-bottom: -32px;
}

#infoBox>.videoShow>li {
    display: inline-block;
    width: 380px;
    margin-bottom: 10px;
    height: 275px;
    margin-right: 40px;
}

#infoBox>.videoShow>li>.videoBox {
    width: 380px;
    height: 224px;
    overflow: hidden;
}

#infoBox>.videoShow>li>.videoBox>iframe {
    width: 380px;
    height: 284px;
}

#infoBox>.videoShow>li>.title {
    font-size: 16px;
    text-align: center;
    letter-spacing: 2px;
    color: rgb(51, 51, 51);
    line-height: 45px;
}

/* 托普特写 */
.banners-pages {
    background: url("../img/banner_bg.png") no-repeat bottom;
    text-align: center;
    height: 350px;
}

.banners-pages>p {
    font-size: 36px;
    color: rgb(51, 51, 51);
    line-height: 2;
    text-align: center;
    padding-top: 80px;
    letter-spacing: 2px;
}

.banners {
    margin-top: -60px;
    font-size: 0;
}

.banners .year {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    text-align: center;
}

.banners .year>li {
    font-size: 30px;
    cursor: pointer;
    font-weight: bold;
    line-height: 1;
}

.banners .year>li>i {
    display: block;
    color: #333;
    height: 45px;
    width: 2px;
    background: #d2d2d2;
    margin: 10px auto;
    border: 2px solid #d2d2d2;
    border-right: 8px solid #F8F8F8;
    border-left: 8px solid #F8F8F8;
}

.banners .year>li:last-child>i {
    display: none;
}

.banners .year>li:hover,
.banners .year>li.on {
    color: rgb(148, 7, 10);
}

.banners #infoBox .imgList {
    width: 2000%
}

.banners #infoBox .image-list {
    width: 1120px;
    display: inline-block;
    vertical-align: top;
}

.banners #infoBox .image-list>li {
    width: 340px;
    font-size: 0;
    cursor: zoom-in;
    display: inline-block;
    height: 230px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.banners #infoBox .image-list>li>p {
    font-size: 16px;
    letter-spacing: 2px;
    color: rgb(51, 51, 51);
    line-height: 1.875;
}

.banners #infoBox .image-list>li>p.time {
    font-size: 14px;
    color: #666;
}

.banners #infoBox .image-list>li>a {
    display: block;
    font-size: 16px;
    letter-spacing: 2px;
    color: rgb(51, 51, 51);
    line-height: 1.875;
}

.banners #infoBox .image-list>li:hover>a {
    color: #94070A;
}

.banners #infoBox .image-list>li>.imgBox {
    width: 340px;
    height: 150px;
    overflow: hidden;
}

.banners #infoBox .image-list>li>.imgBox>img {
    height: 150px;
    width: auto;
    margin-left: -38%;
}

p.yzxxTitle {
    font-size: 18px;
    display: block;
    width: 100px;
    text-align: center;
    color: rgb(51, 51, 51);
    letter-spacing: 2px;
    line-height: 1.5;
    margin: 0 auto;
}

.yzxxTitle::after {
    content: "";
    display: block;
    background: #94070a;
    width: 45px;
    height: 2px;
    margin: 3px auto;
}

.yzxx {
    width: 880px;
    padding-top: 30px;
    min-height: 480px;
}

.yzxx .inputBox {
    display: inline-block;
    width: 360px;
    height: 60px;
    margin-right: 80px;
}

.yzxx .inputBox>label {
    font-size: 16px;
    color: rgb(148, 7, 10);
}

.yzxx .inputBox>input {
    display: inline-block;
    width: 278px;
    border-radius: 5px;
    margin-left: 15px;
    font-size: 14px;
    border: 1px solid #94070A;
    padding: 7px 10px 5px 10px;
}

.yzxx .inputBox>input::placeholder {
    color: #999;
}

.yzxx .inputBox.max {
    width: 800px;
}

.yzxx .inputBox.max>input {
    width: 718px;
}

.yzxx .inputBox .textareaBox {
    display: inline-block;
    margin-left: 5px;
    width: 736px;
    border-radius: 5px;
    height: 290px;
    border: 1px solid #94070A;
    overflow: hidden;
}

.yzxx .inputBox .textareaBox>textarea {
    width: 720px;
    margin-top: -1px;
    margin-left: -1px;
    min-height: 272px;
    max-height: 292px;
    font-size: 16px;
    padding: 10px;
}

.yzxx .inputBox .textareaBox>textarea::placeholder {
    color: #999;
}

.yzxx .inputBox.max>label {
    vertical-align: top;
}

.yzxxText {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    line-height: 1.8;
    text-align: justify;
}

.yzxxImg {
    background: url("../img/yzxxBg.png") no-repeat top;
    height: 215px;
    margin: 20px auto;
    padding-top: 55px;
}

.yzxxImg>.yzxxTitle {
    color: #94070A;
}

.yzxxImg>.yzxxBtn {
    background: transparent;
    border-radius: 50px;
    letter-spacing: 2px;
    padding: 5px 0;
    margin: 30px auto;
    margin-top: 45px;
    width: 200px;
    text-align: center;
    font-size: 16px;
    color: #94070A;
    border: 1px solid #94070A;
}

.yzxxImg>.yzxxBtn:hover {
    background: #94070A;
    color: #fff;
}

.btn_send {
    font-size: 16px;
    color: rgb(148, 7, 10);
    font-family: "Microsoft YaHei";
    line-height: 1.5;
    padding: 5px 50px;
    border: 1px solid #94070A;
    width: 100px;
    text-align: center;
    letter-spacing: 2px;
    border-radius: 30px;
    margin: 20px auto;
}

.btn_send:hover {
    background: rgb(148, 7, 10);
    color: #fff;
}