body, html, p, h1, h2, h3, ul, li {
    margin: 0;
    padding: 0;
}

* {
    font-family: "\5FAE\8F6F\96C5\9ED1",'Microsoft YaHei';
}

form, html {
    height: 100%;
}

table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

li {
    list-style: none;
}

.bodybg {
    background: url(../img/bg.png) top center no-repeat;
    background-size: 100% 100%;
    height: 100%;
    background-attachment: fixed;
}

.head {
    overflow: hidden;
    height: 10vh;
    background-color: #fff;
    box-shadow: 2px 0px 4px 2px rgba(0, 0, 0, 0.1);
}

.headcont {
    width: 1100px;
    margin: 0 auto;
}

.headcont > img {
    float: left;
    height: 7vh;
    margin-top: 1.5vh;
}

.headcont ul {
    float: right;
    margin-top: 3vh;
}

.headcont li {
    list-style: none;
    float: left;
    padding: 6px 12px;
    cursor: pointer;
    margin: 0 8px;
}

.headcont li:hover, .headcont li.sel {
    background-color: #175767;
    color: #fff;
}

.bodycont {
    width: 1100px;
    margin: 0 auto;
    margin-top: 5vh;
    overflow: hidden;
}

.lbodybox {
    float: left;
    width: 740px;
}

.rbodybox {
    float: right;
    width: 350px;
}

.rbodybox .mingyuan {
    width: 350px;
    height: 380px;
    margin-top: 458px;
    background-color: #fff;
}

.rbodybox .mingyuan div {
    font-size: 16px;
    color: #000;
    line-height: 31px;
    text-indent: 34px;
    margin: 0 20px;
}

.rbodybox .mingyuan .detail {
    border: 1px solid #333333;
    color: #333333;
    padding: 3px 10px;
    position: relative;
    top: 20px;
    left: 211px;
}

.rbodybox .mingyuan .detail:hover,
.newstitle h1 .more:hover,
.newintrobox:hover{
    cursor: pointer;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img{
    width: 100%;
    height: 100%;
}

.bannerboxs {
    /*height: 38.8vh;*/
    width: 740px;
    height: 360px;
}

.newnews {
    overflow: hidden;
    margin-top: 10px;
    float: left;
    width: 365px;
    height: 380px;
    background-color: #fff;
}

.newnews .newstitle {
    color: #000;
    margin: 20px 20px;
    letter-spacing: 2px;
}

.specialtitle {
    border-bottom: 2px solid #175767;
    padding-bottom: 10px;
}

.newstitle h1 {
    font-size: 20px;
    font-weight: 500;
}

.newstitle h1 .more {
    float: right;
    background: url(../img/img57.png) center center no-repeat;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-top: 5px;
}

.newscontent {
    margin: 40px 20px 15px 20px;
}

.topnew {
    overflow: hidden;
    margin-bottom: 20px;
}

.topnew img {
    width: 145px;
    height: 82px;
    float: left;
}

.topnew .contents {
    margin-left: 20px;
    float: left;
    width: 160px;
}

.newscontent ul li {
    font-size: 16px;
    color: #333333;
    height: 40px;
    line-height: 40px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newscontent ul li:hover,
.contents h2:hover{
    cursor: pointer;
    text-decoration: underline;
}
.contents h2 {
    height: 52px;
    font-size: 20px;
    font-weight: normal;
    font-family: 'Microsoft YaHei';
    color: #333333;
    margin-bottom: 8px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.contents span {
    color: #939999;
    font-size: 16px;
}

.zlbox {
    overflow: hidden;
    height: 28.5vh;
    margin-top: 1.1vh;
}


.zltitle {
    float: left;
    width: 215px;
    height: 28.5vh;
    background-color: #a6814f;
    text-align: center;
}

.zlul {
    float: left;
    width: 685px;
}

.zlul li {
    float: left;
    width: 50%;
    list-style: none;
}

.zlul li > div {
    margin-left: 1.1vh;
    position: relative;
    height: 28.5vh;
}

.zlul li > div img {
    width: 100%;
    height: 28.5vh;
}

.zlul li > div h1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 92%;
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    padding: 13px 4%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}

.zltitle h1 {
    font-size: 28px;
    color: #ffffff;
    font-weight: normal;
    padding-top: 5vh;
    padding-bottom: 2.5vh;
}

.zltitle p {
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    width: 100px;
    height: 26px;
    line-height: 26px;
    margin: 4.4vh auto 0 auto;
    text-align: center;
    cursor: pointer;
}

.newsbox {
    height: 35.9vh;
    background-color: #175767;
    margin-left: 1.1vh;
}

.newsbox > h1 {
    margin: 0 18px;
    font-size: 26px;
    color: #ffffff;
    position: relative;
    font-weight: normal;
    border-bottom: 1px solid #154e5c;
    padding: 2.2vh 0 1vh 0;
}

.newsbox > h1 span {
    float: right;
    background: url(../img/more.png) right 1.2vh no-repeat;
    font-size: 14px;
    padding: 1vh 20px 0 1vh;
    cursor: pointer;
}

.newsbox > ul {
    border-top: 1px solid #2f6876;
    margin: 0 18px;
}

.newsbox li {
    list-style: none;
    height: 5.7vh;
}

.newsbox li h1 {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}

.newsbox li div {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
    margin: 1.2vh 0 0.8vh 0;
}

.newintrobox {
    width: 350px;
    height: 359px;
    /*background: url(../img/img56.png) center center no-repeat;*/
}

.newintrobox p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin: 0 5vh;
    position: relative;
    top: 200px;
    text-indent: 35px;
}

.introbox {
    margin-top: 1.1vh;
    background: url(../img/img5.png) center center no-repeat;
    margin-left: 1.1vh;
    height: 15vh;
}

.introbox p {
    font-size: 16px;
    color: #000;
    float: right;
    width: 311px;
    text-align: left;
    margin: 3.5vh 3vh;
}

.introboxts {
    background: url(../img/img6.png) center center no-repeat;
}

.friendship {
    text-align: center;
    font-size: 16px;
    color: #333333;
    margin-top: 4.3vh;
}

.friendship span {
    margin: 0 16px;
}

.friendship a {
    text-decoration: none;
    color: #333333;
    cursor: pointer;
}

.footer {
    text-align: center;
    font-size: 15px;
    color: #000000;
    line-height: 2.8vh;
    padding: 3.5vh;
    border-top: 3px solid #175767;
}

.footer a {
    color: #154e5c;
    text-decoration: none;
}

.artistcont {
    width: 1400px;
    margin: 0 auto;
}

.lartist {
    text-align: center;
    margin-bottom: 40px;
}

.lartist span {
    width: 250px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    background-color: #fff;
    cursor: pointer;
}

.lartist .sel {
    color: #175767;
    border-bottom: 2px solid #175767;
}

.arttitle {
    text-align: left;
    font-size: 15px;
    color: #333333;
    background: url(../img/img8.png) left center no-repeat;
    padding-left: 16px;
    margin: 22px 0;
}

.arttitle a {
    font-weight: normal;
    text-decoration: none;
    color: #333333;
    margin: 0 10px;
}

.artistlist {
    overflow: hidden;
    padding: 8px 0;
    margin-right: -38px;
}

.artistbox {
    float: left;
    width: 50%;
    margin-bottom: 96px;
}

.artistbox > div {
    margin-right: 38px;
    position: relative;
    padding-left: 239px;
    padding-right: 38px;
    background-color: #fff;
    height: 184px;
    border-top-left-radius: 90px;
    border-bottom-left-radius: 90px;
}

.artistbox > div img {
    position: absolute;
    left: 0;
    top: -8px;
    height: 200px;
    width: 200px;
    border-radius: 50%;
}

.artistbox h1 {
    font-size: 24px;
    color: #333333;
    font-weight: normal;
    padding: 25px 0 15px 0;
    position: relative;
}

.artistbox h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #175767;
}

.artistbox p {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    margin-top: 12px;
    height: 90px;
    overflow: hidden;
}

.study {
    overflow: hidden;
    margin-right: -40px;
}

.lstudy {
    float: left;
    width: 50%;
    margin-bottom: 40px;
}

.lstudy > div {
    margin-right: 40px;
    background-color: #fff;
    position: relative;
    border-radius: 5px;
    height: 250px;
    padding-right: 25px;
}

.studytime {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 92px;
    height: 92px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}

.studytime h1 {
    font-size: 36px;
    color: #999;
    font-weight: bold;
    text-align: center;
}

.studytime h2 {
    font-size: 16px;
    color: #999;
    font-weight: normal;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 2px;
}

.studybox {
    padding-left: 134px;
}

.studybox h1 {
    font-size: 24px;
    color: #010101;
    padding-top: 30px;
    margin-bottom: 20px;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.studybox div {
    font-size: 16px;
    color: #999;
    text-align: left;
    padding-bottom: 22px;
    position: relative;
}

.studybox div::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #b3b3b3;
}

.studybox div span {
    margin: 0 12px;
}

.studybox p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    margin-top: 16px;
    height: 86px;
    overflow: hidden;
}

.page {
    text-align: center;
    margin-bottom: 30px;
}

.artdetail {
    position: relative;
    padding-left: 250px;
}

.artdetail > img {
    position: absolute;
    left: 0;
    top: 0;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    overflow: hidden;
}

.artname {
    font-size: 30px;
    color: #333333;
    font-weight: normal;
}

.artname span {
    font-size: 15px;
    color: #1f6d81;
    background: url(../img/img18.png) bottom left repeat-x;
    margin-left: 15px;
}

.artp {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin-top: 10px;
}

.articletype {
    overflow: hidden;
    margin-top: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
}

.articletype li {
    float: left;
    font-size: 16px;
    color: #333333;
    width: 108px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    margin-right: 5px;
    cursor: pointer;
}

.articletype .sel, .articletype li:hover {
    background-color: #175767;
    color: #fff;
    font-weight: bold;
}

.articletypebox {
    overflow: hidden;
    margin-right: -50px;
}

.typebox {
    float: left;
    width: 25%;
    text-align: center;
    height: 245px;
}

.typebox h1 {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    margin-top: 16px;
    text-align: left;
}

.typebox img {
    width: 250px;
    height: 160px;
}

.typebox > div {
    margin-right: 50px;
}

.line {
    background-color: #588590;
    height: 2px;
}

.copytype {
    width: 100%;
    margin-bottom: 40px;
    table-layout: fixed;
}

.copytype th {
    font-size: 16px;
    color: #175767;
    font-weight: bold;
    text-align: center;
    background-color: #e7e6e4;
    padding: 11px 12px;
}

.copytype td {
    font-size: 16px;
    color: #175767;
    text-align: center;
    padding: 11px 12px;
}

.copytype tr {
    border-bottom: 1px dashed #dbdbdb;
}

.showcover {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #181818;
}

.showcover .swiper-slide {
    background-color: #181818;
    position: relative;
}

.swiperp {
    position: absolute;
    bottom: 0;
    color: #fff;
    left: 0;
    width: 100%;
    font-size: 24px;
    font-weight: normal;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.5);
    line-height: 60px;
    z-index: 2;
}

.showcover .swiper-button-prev, .showcover .swiper-container-rtl .swiper-button-next {
    background: url(../img/img28.png) center center no-repeat;
}

.showcover .swiper-button-next, .showcover .swiper-button-prev {
    width: 68px;
    height: 68px;
}

.showcover .swiper-button-next, .showcover .swiper-container-rtl .swiper-button-prev {
    background: url(../img/img29.png) center center no-repeat;
}

.del {
    z-index: 3;
    position: absolute;
    right: 0;
    top: 20px;
    background: url(../img/del.png) center center no-repeat;
    height: 40px;
    display: block;
    background-color: #175767;
    width: 40px;
    padding: 0 18px 0 12px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    cursor: pointer;
}

.publist {
    position: relative;
    padding: 24px 0 24px 215px;
    border-bottom: 1px dashed #dbdbdb;
}

.publist > img {
    position: absolute;
    left: 0;
    top: 24px;
    width: 196px;
    height: 110px;
}

.publist > div {
    height: 110px;
}

.publist h1 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
    font-weight: normal;
    padding-right: 102px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.publist p {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
}

.publist h1 span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #939999;
}

.publistts {
    padding: 24px 0 24px 0px;
}

.publistts > div {
    height: 87px;
}

.exhibition {
    overflow: hidden;
    margin-right: -40px;
}

.exhibition li {
    float: left;
    width: 33.33%;
    text-align: center;
}

.exhibition li > div {
    margin-right: 40px;
    margin-bottom: 40px;
}

.exhibition li > div img {
    height: 250px;
    margin-bottom: 20px;
}

.exhibition li > div h1 {
    font-size: 16px;
    color: #333333;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: normal;
    margin-bottom: 18px;
}

.exhibition li > div div {
    font-size: 16px;
    color: #999999;
    text-align: left;
}

.detailtit {
    text-align: center;
    font-size: 30px;
    color: #333333;
    font-weight: normal;
    margin: 26px 0;
}

.detailtime {
    text-align: center;
    font-size: 16px;
    color: #939999;
    font-weight: normal;
    margin-bottom: 25px;
}

.detailhead {
    border-bottom: 1px dashed #dbdbdb;
    margin-bottom: 50px;
}

.detailcont {
    padding-bottom: 50px;
    text-align: center;
}

.articlepage {
    text-align: left;
    height: 50px;
    background-color: #eae9e7;
    font-size: 16px;
    color: #175767;
    line-height: 50px;
    padding: 0 50px;
    margin: 100px 0;
}

.articlepage span {
    margin-right: 50px;
    cursor: pointer;
}

.articlepage label {
    color: #333333;
}

.hyintrobox {
    text-align: center;
    margin-bottom: 60px;
}

.hyintrobox p {
    text-align: left;
    font-size: 18px;
    color: #333333;
    line-height: 37px;
    text-indent: 2em;
    margin-top: 24px;
}

.artistlistts .artistbox {
    float: none;
    width: auto;
}

.introul {
    overflow: hidden;
    padding: 22px 0;
}

.introlist {
    height: 218px;
    background-color: #fff;
    position: relative;
    margin-bottom: 48px;
}

.introlist img {
    position: absolute;
    left: 0;
    top: -22px;
    height: 220px;
}

.introlist > div {
    padding-left: 242px;
    text-align: left;
}

.introlist h1 {
    font-size: 24px;
    color: #333333;
    font-weight: normal;
    padding-top: 38px;
    padding-bottom: 26px;
}

.introlist h1 > span {
    font-size: 16px;
    color: #808080;
    margin-left: 18px;
}

.introlist p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.deanbox {
    overflow: hidden;
    height: 418px;
}

.dean {
    float: left;
    width: 25%;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.dean img {
    height: 183px;
}

.dean h1 {
    font-size: 24px;
    color: #333333;
    font-weight: normal;
    margin-top: 20px;
}

.deancover {
    font-size: 16px;
    color: #333333;
    padding: 18px 30px;
    line-height: 32px;
    background-color: #fff;
    width: 683px;
    text-align: left;
    position: absolute;
    margin-top: 20px;
    display: none;
}

.deancover img {
    height: 10px;
    position: absolute;
    top: -10px;
    left: 164px;
}

.dean:last-of-type .deancover {
    left: auto;
    right: 0;
    position: absolute;
}

.dean:last-of-type .deancover img {
    left: auto;
    right: 164px;
}

.introcont {
    min-height: 500px;
}

.dean:hover .deancover {
    display: block;
}

.dean:last-of-type:hover .deancover {
    display: block;
}

.tfy {
    font-size: 30px;
    color: #000000;
    text-align: center;
    font-weight: normal;
    margin-bottom: 60px;
}

.tfybox {
    overflow: hidden;
    margin-bottom: 98px;
}

.ltfybox {
    float: left;
    width: 745px;
}

.rtfybox {
    float: right;
    width: 540px;
}

.tfybox p {
    font-size: 18px;
    color: #333333;
    line-height: 40px;
    text-indent: 2em;
}

.ltfybox > img {
    float: left;
}

.ltfybox1 p {
    float: right;
    width: 404px;
}

.ltfybox3 p {
    float: left;
    width: 404px;
    margin-right: 45px;
}

.ltfybox1 {
    margin-bottom: 135px;
}

.ltfybox2 {
    margin-top: 66px;
}

.ltfybox2 img {
    margin-bottom: 20px;
}

.ltfybox2 p {
    margin-bottom: 75px;
}

.ltfybox4 {
    width: 100%;
    margin-top: 98px;
}

.ltfybox4 p {
    float: left;
    width: 868px;
    margin-right: 74px;
}

.linkbox {
    display: flex;
    width: 100%;
    float: left;
    margin: 20px 0;
}

.linkbox a {
    flex: 1;
    width: 209.3px;
    height: 67px;
    margin-right: 8px;
}

.linkbox a img {
    width: 100%;
}
.party {
    margin-top: 10px;
    cursor: pointer;
}


