/* monet.html */

@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

@font-face {
    font-family: "sourceHanSansCN";
    src: url(../font/SourceHanSansCN-Regular.otf);
}

@font-face {
    font-family: "Plantagenet";
    src: url(../font/PlantagenetCherokee.ttf);
}

body {
    font-family: "sourceHanSansCN";
    background-color: #fff;
    height: 100%;
}

a,
a:hover {
    text-decoration: none !important;
    outline: none;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.common_width {
    width: 1200px;
    /* background: antiquewhite;
  height: 62px; */
    margin: 0 auto;
}

ul>li {
    list-style-type: none;
}

img {
    border: none;
    outline: none;
}

input {
    outline: none;
    border: 0;
    font-family: "微软雅黑";
    background: none;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #fff;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #fff;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}


/*清除苹果按钮样式*/

.btn:focus {
    outline: none !important;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.2);
}

header {
    width: 100%;
    height: 400px;
    background: url(../images/img.png) no-repeat center center;
    border-top: 2px solid #ae0a29;
    /* background-color: #ae0a2938; */
}

.header_top {
    width: 100%;
    height: 108px;
    background-color: #4a1b1b94;
    position: absolute;
    z-index: 99;
}

.logo {
    width: 1200px;
    margin: 0 auto;
}

.logo img {
    /* width: 100%; */
    margin-top: 31px;
    margin-bottom: 31px;
}

.logo form {
    width: 215px;
    float: right;
    background-color: #ae0a297d;
    border-radius: 25px;
    margin-top: 31px;
    margin-bottom: 31px;
    padding: 3px;
}

.logo form #inputOne {
    width: 150px;
    height: 38px;
    color: #fff !important;
    border-radius: 25px;
    padding-left: 20px;
    background-color: #c6303875;
}

.sub {
    position: absolute;
    width: 20px;
    margin-top: 8px;
    height: 20px;
    background-image: url(../images/sub.png);
    margin-left: 10px;
}

.main {
    margin-top: 40px !important;
    min-height: 550px;
}

.nav .nav_ul li {
    float: left;
    margin-left: 41px;
}

.nav_child {
    position: absolute;
    display: none;
    margin-top: 10px;
    background-color: #ffffff;
    border-top: 3px solid #ea002a;
}

ul.nav_child li {
    padding: 10px 15px;
    text-align: center;
    border-bottom: 1px solid #efefef;
    float: inherit !important;
    margin-left: 0px !important;
}

.nav_child li:hover a {
    color: #b51c2c !important;
}

.nav_ul>li:hover .nav_child {
    display: block;
}

.nav_child li a {
    text-align: center;
    box-sizing: border-box;
    padding: 0px 0px;
    color: #333 !important;
    font-size: 14px !important;
}

.Bimg {
    padding-right: 20px;
    background: url(../images/header_ul.png) no-repeat left top 12px;
}

.nav ul li,
.nav ul li a {
    color: #FFFFFF;
    font-size: 18px;
}

.column_img {
    width: 100%;
    height: 220px;
    background: url(../images/img.png) no-repeat;
    background-size: 100%;
}

.main {
    margin-top: 40px !important;
    width: 1200px;
    margin: 0 auto;
}

.nav {
    height: 70px;
    background-color: #ae0c2a;
}

.nav .nav_ul {
    width: 1230px;
    margin: 0 auto;
    padding-top: 26px;
}

.nav>.nav_ul>li:first-of-type {
    margin-left: 0px;
    margin-top: -5px;
}

.nav .nav_ul li {
    position: relative;
    float: left;
    margin-left: 4%;
    margin-top: -5px;
    /* border-left: 2px solid #ccc!important; */
}

.nav .nav_ul li a {
    content: "";
    width: 17px;
    height: 14px;
    right: 10px;
    background-position-x: right;
}

ul.nav_ul li {
    height: 45px;
}

ul.nav_child li {
    height: auto;
}

.Navigation {
    display: flex;
    /* height: 50px; */
}

.navbar {
    margin-right: 50px;
}

.navbar>ul {
    width: 280px;
    height: 70px;
}

.navbar ul li .name {
    margin-top: 10px;
    font-size: 34px;
}

.navbar ul li .title {
    font-size: 24px;
    color: #4c050461;
    font-family: 'Plantagenet';
    margin-top: -25px;
    font-weight: 100;
}

.navbar>ul li+li {
    border-bottom: 1px solid #e7e3e3;
}

.navbar>ul li:hover>a{
    background-color: #ed6d51;
}

.navbar>ul li:hover>a {
    color: #fff;
}

.navbar>ul>li:first-of-type {
    font-size: 20px;
    background: url(../images/navbar.jpg) no-repeat;
}

.navbar>ul>li:first-of-type>a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.navbar>ul>li>a,
.navbar>ul>li>div>a {
    width: 89.5%;
    display: inline-block;
    font-size: 18px;
    line-height: 67px;
    color: #665252;
    padding-left: 30px;
}

.navbar>ul>.active {
    background-color: #ed6d51;
    color: #ffffff;
}

.navbar>ul>.active>.actives {
    color: #ffffff !important;
}

.navbar>ul>.active>.actives::before {
    content: '';
    width: 20px;
    height: 20px;
    line-height: 65px;
    margin-top: 25px;
    background: url(../images/A_li9.png) no-repeat;
    background-size: 100%;
    float: right;
    margin-right: 30px;
}

.main_content {
    float: right;
    width: 80%;
}

.main_content .location {
    padding: 0px 0 25px;
    font-size: 14px;
    border-bottom: 1px solid #eae6e6;
}

#my-breadcrumb {
    display: contents;
}

.breadcrumb>li {
    display: inline-block;
}

#my-breadcrumb li a {
    font-size: 14px;
    color: #a39797;
}

#my-breadcrumb>li+li::before {
    content: '-';
    height: 20px;
    line-height: 20px;
    padding-right: 4px;
    color: #A5A5A5;
    /* content: "/\00a0"; */
}

.main_txt {
    /* width: 79%; */
    margin-left: 330px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 50px;
    margin-top: 10px;
}

.main_txt p {
    color: #555555 !important;
    font-size: 16px !important;
    line-height: 32px !important;
    margin-bottom: 35px !important;
}

.Column_title {
    font-weight: 600;
    font-size: 18px;
    color: #665252;
}

.Column_DH {
    float: right;
}

.Column_DH img {
    margin-bottom: -1px;
    margin-right: 5px;
}


/* teacher.html */

.t_list {
    width: 100%;
}

.t_list a {
    display: block;
    float: left;
    width: 415px;
    padding: 15px 0;
    padding-bottom: 5px;
}

.t_list a .txt p:hover {
    color: #ae0a29 !important;
}

.t_list a:hover span {
    background: url(../images/A_li3.png);
}

.t_list a+a {
    margin-left: 40px;
}

.t_list a .pic {
    width: 155PX;
    height: 180PX;
    float: left;
}

.t_list a .txt {
    width: 100%;
    height: 150px;
    padding-left: 175px;
    box-sizing: border-box;
}

.t_list a .txt h5 {
    margin-top: 5px;
    font-size: 18px;
    color: #665252;
    margin-bottom: 4px;
}

.t_list a .txt p {
    width: 240px;
    line-height: 24px !important;
    font-size: 14px !important;
    color: #888888 !important;
    min-height: 95px;
    margin-top: 10px;
    margin-bottom: 15px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-word;
    font-family: Microsoft YaHei;
}

.t_list a .txt span {
    width: 20px;
    height: 20px;
    display: block;
    background: url(../images/GD.png) no-repeat;
}


/* img_list.html */

.Picture li {
    height: 125px;
    padding: 30px 0;
    border-bottom: 1px solid #f0f0f0;
}

.Picturetxt {
    width: auto;
    /* margin-right: 25px; */
    /* float: right; */
    margin-left: 210px;
    padding-top: 5px;
}

.Picturetxt span {
    font-size: 14px;
    color: #999999;
}

.Picturetxt h3 {
    color: #665252;
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.Picturetxt p {
    font-size: 14px !important;
    color: #999999 !important;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
    margin-bottom: 0px !important;
}


/* footer */

.footer {
    background-color: #333333;
    height: 320px;
    width: 100%;
}

.lanmu {
    width: 1200px;
    height: 320px;
    margin: auto;
    box-sizing: border-box;
    padding-top: 40px;
}

.lianmu_One {
    margin-left: 150px;
    width: 70%;
}

.lianmu_One>li {
    margin-top: 60px;
    color: #fff;
    font-size: 20px;
    float: left;
    margin-left: 30px;
}

.lianmu_One>li>a {
    color: #fff;
}

.lianmu_two>li {
    margin-top: 20px;
    color: #fff;
    font-size: 14px;
    float: initial !important;
}

.lianmu_two li a {
    color: #ffffffad;
}

.lianmu_two li a:hover {
    color: #fff;
}

.lianmu_Sever li {
    float: left;
    margin-top: 20px;
}

.lianmu_Sever>li>a {
    font-size: 20px;
    color: #fff;
    padding-left: 50px;
}
.lianmu_Sever.lian>.lianxi {
    border-left: 1px solid #484848;
    margin-left: 95px;
}
.lianjie {
    width: 100%;
    height: 60px;
    background-color: #1a1a1a;
}

.lianjie p {
    color: #b2b2b2;
    line-height: 60px;
    font-size: 14px;
    margin-left: 175px;
}

.help p {
    font-size: 13px;
}

div#share-2 {
    margin-top: -50px;
    float: right;
    margin-right: 230px;
}


/* page.vm */

.pagestring {
    margin-top: 40px;
}

.text-right {
    text-align: right;
    border-top: 1px solid #f0f0f0;
    width: 780px;
}

.pages {
    text-align: right;
}

.pages a.on_pages,
.pages a:hover {
    background: #ed6d51;
    color: #fff;
}

.pages a {
    color: #666666;
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    text-align: center;
    transition: all 0.3s ease;
    margin: 0 4px;
    border: 1px solid #ebebeb;
}


/* list.html */

.list {
    margin-left: 330px;
}

.case li {
    border-bottom: 1px solid #f0f0f0;
    background: url(../images/list_img.png) no-repeat 0;
    overflow: hidden;
    width: 100%;
}

.case li:hover {
    color: #ae0a29 !important;
    background: url(../images/list_img_h.png) no-repeat 0;
}

.case li:hover .item {
    color: #ae0a29 !important;
}

.case li:hover span {
    color: #ae0a29 !important;
}

.case li a {
    font-size: 16px;
    color: #1a1a1a;
    margin-left: 20px;
    display: flex;
    height: 65px;
    line-height: 65px;
}

.case li a .item {
    width: calc(100% - 15%);
    margin-right: 20px;
    color: #665252;
}

.case li a span {
    float: right;
    font-size: 14px;
    color: #999999;
}
.Picture_list:after {
    content: '';
    display: block;
    height: 0px;
    clear: both;
}
.Picture_list {
    width: 100%;
    margin-top: 30px;
}
.Picture_list>li {
    display: block;
    float: left;
    width: 150px;
    height: 180px;
    overflow: hidden;
    margin-bottom: 30px;
}
.Picture_list>li>a {
    display: block;
    width: 100%;
    height: 100%;
}
.Picture_list>li>a>img {
    display: block;
    width: 100%;
    height: 150px;
}
.Picturetxt_list {
    width: 100%;
    height: 30px;
    overflow: hidden;
}
.Picturetxt_list>h3 {
    display: block;
    font-size: 14px;
    color: #665252;
    line-height: 30px;
    text-align: center;
}
.Picture_list>li+li {
    margin-left: 90px;
}
.Picture_list>li:nth-child(4n+1){
    margin-left: 0px;
}
.case_list_none>li:first-child {
    display: none;
}
/* date.html */

.location {
    padding: 0px 0 25Px;
    font-size: 14px;
    border-bottom: 1px solid #eae6e6;
}

.main_comm {
    border-bottom: 1px dashed #ebebeb;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

h3.article_title {
    text-align: center;
    margin-top: 35px;
    font-size: 24px;
    color: #665252;
}

.article_span span {
    text-align: center;
    color: #999999;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 25px;
}

p.article_span {
    text-align: center;
}

.main_comm p {
    color: #555555 !important;
    font-size: 16px !important;
    line-height: 32px !important;
    margin-top: 15px;
    margin-bottom: 20px !important;
    font-family: "Microsoft YaHei" !important;
}


/* 文章分页 */

.return {
    margin-top: 30px;
    line-height: 35px;
    margin-bottom: 40px;
}

.return_left {
    background: url(../images/return.png) no-repeat;
    background-position: 0px 5px;
    padding-left: 30px;
    font-size: 16px;
    color: #555555;
    width: 100%;
}

.return_left:hover {
    background: url(../images/retun_red.png) no-repeat;
    background-position: 0px 5px;
    padding-left: 30px;
    color: #ae0a29;
}

.return_right:hover {
    background: url(../images/returnred.png) no-repeat;
    background-position: 0px 5px;
    padding-left: 30px;
    color: #ae0a29;
}

.return_right {
    background: url(../images/retun_gurl2.png) no-repeat;
    background-position: 0px 5px;
    padding-left: 30px;
    font-size: 16px;
    color: #555555;
    width: 100%;
}

.return a {
    font-size: 16px;
    color: #555555;
}

.return_right:hover a {
    font-size: 16px;
    color: #ae0a29;
}

.return_left:hover a {
    font-size: 16px;
    color: #ae0a29;
}


/* video.html */

.video_ul:nth-child(1) {
    display: flex;
    margin-top: 40px;
}

.video_ul {
    display: flex;
}

.video_ul:last-child {
    border-bottom: 1px solid #ebebeb;
}

.video_ul li:nth-child(1) {
    margin-right: 20px;
}

.video_ul li:nth-child(2) {
    margin-right: 20px;
}

.video_ul li p {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word;
    font-family: Microsoft YaHei;
    color: #665252 !important;
    margin-bottom: 20px !important;
    margin-top: 5px;
}

.iphone_nav {
    display: none;
}

a.social-share-icon {
    background: #616161;
    color: #929292 !important;
}

/* 书院团队 */
.teacher_team {
    width: 49%;
    float: left;
    /* height: 220px; */
    overflow: hidden;
    margin-bottom: 25px;
}
.teacher_team:nth-child(2n) {
    float: right;
}
.teacher_team>h2 {
    display: block;
    width: 100%;
    height: 45px;
    border-left: 4px solid #ed6d51;
    background-color: #e7e3e3;
    font-size: 14px;
    line-height: 45px;
    color: #545454;
    padding-left: 6px;
    font-weight: normal;
    margin-bottom: 15px;
    box-sizing: border-box;
}
.teacher_teamImg {
    width: 130px;
    height: 160px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #e7e3e3;
    padding: 5px;
    float: left;
}
.teacher_teamImg>img {
    display: block;
    width: 100%;
}
.teacher_team_text {
    width: 65%;
    float: right;
}
.teacher_team_text>h2 {
    display: block;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
}
.teacher_team_text>span {
    display: block;
    font-size: 14px;
    color: #555555;
    line-height: 22px;
}
/* iphone */

@media screen and (max-width:600px) {
    header {
        width: 100%;
        height: 300px;
        background: url(../images/img.png) no-repeat;
        border-top: 2px solid #ae0a29;
        /* background-color: #ae0a2938; */
    }
    .logo {
        width: 100%;
    }
    .logo img {
        width: 90%;
        margin-top: 31px;
        margin-bottom: 31px;
        margin-left: 20px;
    }
    .logo form {
        display: none;
    }
    .nav {
        height: 50px;
    }
    /* main */
    .main {
        width: 95%;
        min-height: 300px;
        padding: 0px 10px;
    }
    .main_content {
        float: right;
        width: 100%;
    }
    ul.nav_ul {
        display: none;
    }
    .navbar {
        display: none;
    }
    .list {
        margin-left: 0px;
        width: 100%;
    }
    .Picture_list>li {
        margin-left: 0px;
    }
    .Picture_list>li+li {
        margin-left: 0px;
    }
    .Picture_list>li:nth-child(4n+1){
        margin-left: 0px;
    }
    .Picture_list>li:nth-child(2n+1){
        float: right;
    }
    .pages {
        text-align: center;
    }
    .footer {
        background-color: #333333;
        height: auto;
        width: 100%;
    }
    .lanmu {
        width: 100%;
        height: auto;
        padding-top: 10px;
        padding-bottom: 40px;
    }
    .lanmu:after,.ipn:after {
        display: block;
        content: '';
        clear: both;
    }
    .lanmu>.lianmu_Sever>.lianjie1 {
        margin-top: 0px;
    }
    .lanmu>.lianmu_Sever>.lianjie1>a {
        display: none;
    }
    .lianmu_Sever.lian>.lianxi {
        margin-left: 0px;
    }
    .lianmu_Sever.lian>li+li {
        margin-left: 0px !important;
    }
    .lianmu_One {
        margin-left: 0px;
        width: 100%;
    }
    .lianmu_One>li {
        margin-top: 30px;
        color: #fff;
        font-size: 20px;
        float: left;
        margin-left: 40px;
    }
    .lianjie {
        width: 100%;
        height: 65px;
        background-color: #1a1a1a;
    }
    .lianjie p {
        color: #b2b2b2;
        line-height: 25px;
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 10px;
        text-align: center;
        margin-left: 0px;
    }
    div#share-2 {
        display: none;
    }
    /* video.html */
    .main_txt {
        /* width: 79%; */
        margin-left: 0px;
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 50px;
        margin-top: 10px;
    }
    .video_ul {
        display: block;
        text-align: center;
    }
    .video_ul:nth-child(1) {
        display: block;
        margin-top: 30px;
    }
    .video_ul li:nth-child(1) {
        margin-right: 0px;
    }
    .video_ul li:nth-child(2) {
        margin-right: 0px;
    }
    /* teacher.html */
    .t_list a {
        width: 100%;
    }
    .t_list a+a {
        margin-left: 0px;
    }
    .t_list a .pic {
        width: 35%;
    }
    .t_list a .txt p {
        width: 95%;
    }
    .t_list a .txt {
        width: 100%;
        padding-left: 150px;
    }
    .pagestring {
        margin-bottom: 30px;
    }
    /* 手机端导航 */
    .headerbtn_bar {
        width: 100%;
        height: 45px;
        display: block !important;
        background: url(../images/menu.png) no-repeat right;
        margin-bottom: 10px;
        margin-right: 20px;
    }
    .iphone_nav {
        display: block;
    }
    /* 手机端导航 */
    .iphone_nav {
        position: fixed;
        display: block;
        top: 0;
        left: 0;
        width: 40%;
        height: 100%;
        margin-left: -40%;
        transition: all 0.6s ease 0.2s;
        -webkit-transition: all 0.6s ease 0.2s;
        -moz-transition: all 0.6s ease 0.2s;
        -ms-transition: all 0.6s ease 0.2s;
        -o-transition: all 0.6ss ease 0.2s;
        z-index: 1002;
    }
    .iphone-list>li>a {
        display: block;
        font-size: 22px;
        color: #000000;
        line-height: 55px;
    }
    .iphone-box>ul>li>a>i {
        height: 46px;
        width: 16px;
        padding-left: 8px;
        box-sizing: content-box;
        vertical-align: middle;
        display: inline-block;
        background: url(../images/phone_more1.png) no-repeat right center;
    }
    .masking.focus {
        width: 100%;
        background-color: rgb(0 0 0 / 47%);
        z-index: 1001;
        height: 100%;
        position: absolute;
    }
    .iphone_nav.focus {
        margin-left: 0;
        display: block !important;
    }
    .iphone-box {
        width: 100%;
        height: 100%;
        text-align: center;
        /* line-height: 46px; */
        background: white;
        padding-top: 80px;
        transition: all 0.6s ease 0.2s;
        -webkit-transition: all 0.6s ease 0.2s;
        -moz-transition: all 0.6s ease 0.2s;
        -ms-transition: all 0.6s ease 0.2s;
        -o-transition: all 0.6ss ease 0.2s;
    }
    .iphone_nav {
        position: fixed;
        display: block;
        top: 0;
        left: 0;
        width: 40%;
        height: 100%;
        margin-left: -40%;
        transition: all 0.6s ease 0.2s;
        ;
        -webkit-transition: all 0.6s ease 0.2s;
        /*谷歌和safari*/
        -moz-transition: all 0.6s ease 0.2s;
        /*火狐*/
        -ms-transition: all 0.6s ease 0.2s;
        /*ie*/
        -o-transition: all 0.6ss ease 0.2s;
        /*opera*/
        z-index: 1002;
    }
    .iphone-box {
        background-color: rgba(255, 255, 255, 0.98);
        width: 100%;
        height: 100%;
        text-align: center;
        line-height: 46px;
        padding-top: 80px;
        transition: all 0.6s ease 0.2s;
        ;
        -webkit-transition: all 0.6s ease 0.2s;
        /*谷歌和safari*/
        -moz-transition: all 0.6s ease 0.2s;
        /*火狐*/
        -ms-transition: all 0.6s ease 0.2s;
        /*ie*/
        -o-transition: all 0.6ss ease 0.2s;
        /*opera*/
    }
    .iphone-box ul {
        padding: 0;
    }
    .iphone-list>li>a {
        display: block;
        font-size: 22px;
        color: #000000;
        line-height: 55px;
    }
    .iphone-box>ul>li>ul {
        display: none;
        padding-bottom: 10px;
    }
    .iphone-box>ul>li>ul>li>a {
        display: block;
        font-size: 14px;
        color: #000;
        line-height: 30px;
    }
    .iphone-box>ul>li>ul>li>a strong {
        font-weight: normal !important;
    }
    .iphone_nav.focus {
        margin-left: 0;
        display: block !important;
    }
    .iphone-box>ul>li>a {
        display: block;
        font-size: 14px;
        color: #000000;
        line-height: 40px;
    }
    .case li a .item {
        width: calc(100% - 36%);
    }
    .teacher_team {
        width: 100%;
        float: none;
    }
    .teacher_team:nth-child(4) {
        width: 100%;
    }

     .teacher_team:nth-child(4) .teacher_team_text{
    float: left;
}
}

@media screen and (max-width:400px) {
    .footer {
        background-color: #333333;
        height: 800px;
        width: 100%;
    }
    .lanmu {
        width: 100%;
        height: 800px;
    }
}