CSS在线编辑
   |  | 文件：style.css
CSS在线编辑
   |  | 文件：style.css
@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    font-family: 'Microsoft YaHei' !important;
    background-color: #fff;
    font-size: 14px;
    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: 1400px;
    margin: 0 auto;
}

body ul,
body p {
    margin: 0;
}

ul>li {
    list-style-type: none;
}

img {
    border: none;
    outline: none;
}

input {
    outline: none;
    border: 0;
    font-family: "微软雅黑";
    background: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}





/*清除苹果按钮样式*/

.btn:focus {
    outline: none !important;
}

@font-face {
    font-family: "KabelCBook";
    src: url(KabelC-Book.otf);
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #afa1a4;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.2);
}





/*------LESS------*/

.header {
    height: 80px;
    background: url(../images/header.jpg) no-repeat center;
	background-color: #13439b;
    position: relative;
}

.header .common_width {
    height: 100%;
}

.header .common_width a.home_link {
    background: url(../images/logo.png) no-repeat left center;
    width: 400px;
    height: 100%;
    display: block;
    float: left;
}

.header .common_width>.fr {
    padding-top: 10px;
    height: 100%;
}

.header .common_width>.fr>.nav {
    height: 100%;
    float: left;
}

.header .common_width>.fr>.nav>ul {
    float: right;
    height: 100%;
}

.header .common_width>.fr>.nav>ul>li {
    width: 100px;
    height: 100%;
    float: left;
    text-align: center;
    line-height: 65px;
}

.header .common_width>.fr>.nav>ul>li>a {
    font-size: 18px;
    height: 70px;
    color: #fff;
    display: block;
}

.header .common_width>.fr>.nav>ul>li>.nav_2 {
    width: 100%;
    height: 50px;
    position: absolute;
    top: 80px;
    left: 0;
    background-color: #553D67;
    display: none;
    z-index: 999;
}

.header .common_width>.fr>.nav>ul>li>.nav_2 .nav_2shell>ul {
    height: 50px;
    float: left;
}

.header .common_width>.fr>.nav>ul>li>.nav_2 .nav_2shell>ul>li {
    height: 16px;
    margin-top: 17px;
    line-height: 16px;
    box-sizing: content-box;
    padding: 0 21px;
    float: left;
    border-left: 1px solid #fff;
}

.header .common_width>.fr>.nav>ul>li>.nav_2 .nav_2shell>ul>li a {
    color: #fff;
}

.header .common_width>.fr>.nav>ul>li>.nav_2 .nav_2shell>ul>li:last-child {
    border-right: 1px solid #fff;
}

.header .common_width>.fr>.nav>ul>li:hover {
    background-color: #553D67;
}

.header .common_width>.fr>.nav>ul>li:last-child>.nav_2>.nav_2shell>ul,
.header .common_width>.fr>.nav>ul>li:nth-last-child(2)>.nav_2>.nav_2shell>ul,
.header .common_width>.fr>.nav>ul>li:nth-last-child(5)>.nav_2>.nav_2shell>ul {
    float: right;
    margin-left: 0 !important;
}

.header .common_width>.fr form {
    height: 20px;
    line-height: 20px;
    float: left;
    margin-top: 23px;
    margin-right: 15px;
}

.header .common_width>.fr form input[type="text"] {
    float: left;
    width: 0;
    font-size: 14px;
    padding-left: 5px;
    color: #afa1a4;
    border-left: 0 solid #fff;
    transition: all 0.6s ease 0.2s;
}

.header .common_width>.fr form input[type="submit"] {
    float: right;
    width: 20px;
    height: 20px;
    background: url(../images/search.jpg) no-repeat center;
}

.header .common_width>.fr form:hover input[type="text"] {
    width: 180px;
    padding-left: 15px;
    border-left: 1px solid #fff;
}

#slide {
    height: 600px;
}

#slide .swiper-container {
    height: 100%;
}

#slide .swiper-container .swiper-slide a {
    display: block;
    height: 100%;
}

#slide .swiper-container .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    border-radius: 12px;
    transition: all 0.3s ease 0.1s;
}

#slide .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px;
}

.footer {
    height: 90px;
    background-color: #212121;
}

.footer .common_width>.fl {
    padding-top: 17px;
}

.footer .common_width>.fl p {
    line-height: 30px;
    height: 30px;
    color: #a4a5a4;
}

.footer .common_width>.fl p span {
    padding-right: 25px;
    color: #fff;
}

.footer .common_width>.fl p a {
    color: #a4a5a4;
    padding-left: 10px;
}

.footer .common_width>.fr .form_box {
    width: 200px;
    height: 38px;
    margin-top: 27px;
    margin-right: 48px;
    border: 2px solid #fff;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}

.footer .common_width>.fr .form_box p {
    font-size: 14px;
    line-height: 34px;
    color: #fff;
    padding-left: 15px;
}

.footer .common_width>.fr .form_box p span {
    display: inline-block;
    width: 34px;
    float: right;
    height: 34px;
    background: url(../images/top.png) no-repeat center;
    transition: all 0.1s ease 0.3s;
}

.footer .common_width>.fr .form_box ul {
    display: none;
    position: absolute;
    bottom: 34px;
    margin: 0 -2px;
    width: 100%;
    line-height: 34px;
    border: 2px solid #fff;
    box-sizing: content-box;
    background-color: #212121;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 999;
}

.footer .common_width>.fr .form_box ul a {
    color: #fff;
}

.footer .common_width>.fr .form_box ul li {
    padding-left: 15px;
}

.footer .common_width>.fr .form_box ul li+li {
    border-top: 2px dashed #fff;
}

.footer .common_width>.fr .form_box.active {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.footer .common_width>.fr .bdsharebuttonbox {
    height: 38px;
    margin-top: 27px;
}

.footer .common_width>.fr .bdsharebuttonbox a {
    margin: 0;
    padding: 0;
    width: 38px;
    height: 38px;
}

.footer .common_width>.fr .bdsharebuttonbox a.bds_qzone {
    background: url(../images/bds_qzone.png) no-repeat center;
}

.footer .common_width>.fr .bdsharebuttonbox a.bds_tsina {
    background: url(../images/bds_tsina.png) no-repeat center;
}

.footer .common_width>.fr .bdsharebuttonbox a.bds_weixin {
    background: url(../images/bds_weixin.png) no-repeat center;
}

.footer .common_width>.fr .bdsharebuttonbox a.bds_tqq {
    background: url(../images/bds_tqq.png) no-repeat center;
}

.footer .common_width>.fr .bdsharebuttonbox a.bds_more {
    background: url(../images/bds_more.png) no-repeat center;
}

.bd_weixin_popup {
    box-sizing: content-box;
}

.floatwindow {
    width: 70px;
    position: fixed;
    right: 80px;
    bottom: 200px;
    z-index: 999;
    background-color: rgba(19, 67, 155, 0.8);
    border-radius: 80px;
}

.floatwindow ul {
    padding: 20px 0 30px;
}

.floatwindow ul li {
    height: 80px;
}

.floatwindow ul li a {
    color: #fff;
    display: block;
    text-align: center;
    height: 100%;
    line-height: 135px;
}

.floatwindow ul li em {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 5px solid rgba(174, 12, 42, 0.8);
    display: block;
    position: absolute;
    right: -5px;
    top: 40px;
    margin-top: -6px;
}

.floatwindow ul li.tel {
    background: url(../images/tel.png) no-repeat center top 15px;
    position: relative;
}

.floatwindow ul li.tel div {
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 5px;
    right: 90px;
    width: 120px;
    height: 70px;
    padding: 12px 15px;
    border-radius: 6px;
    background-color: #B0252A;
    line-height: 23px;
    opacity: 0;
    transition: all 0.3s ease 0.1s;
}

.floatwindow ul li.tel:hover div {
    opacity: 1;
}

.floatwindow ul li.email {
    background: url(../images/email.png) no-repeat center top 20px;
    position: relative;
}

.floatwindow ul li.email div {
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 5px;
    right: 90px;
    width: 220px;
    height: 70px;
    padding: 12px 15px;
    border-radius: 6px;
    background-color: #B0252A;
    line-height: 23px;
    opacity: 0;
    transition: all 0.3s ease 0.1s;
}

.floatwindow ul li.email:hover div {
    opacity: 1;
}

.floatwindow ul li.wechat {
    background: url(../images/wechat.jpg) no-repeat center top 20px;
    position: relative;
}

.floatwindow ul li.wechat div {
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 5px;
    right: 90px;
    width: 140px;
    height: 140px;
    padding: 10px;
    border-radius: 6px;
    background-color: #13439b;
    opacity: 0;
    transition: all 0.3s ease 0.1s;
}

.floatwindow ul li.wechat div img {
    width: 120px;
}

.floatwindow ul li.wechat:hover div {
    opacity: 1;
}

.floatwindow ul li.gotop {
    background: url(../images/gotop.jpg) no-repeat center top 15px;
}

.main {
    padding: 40px 0;
    background: url(../images/main_bg.png) no-repeat center / cover;
}

.main .container {
    width: 1400px;
    padding: 0;
}

.main .main_item1 {
    margin-bottom: 30px;
}

.main .main_item1>div {
    height: 440px;
}

.main .main_item1>div.col-md-9>div {
    background-color: #1D374F;
    padding: 0 20px 30px;
    height: 100%;
    position: relative;
}

.main .main_item1>div.col-md-9>div h3 {
    line-height: 80px;
    background: url(../images/icon1.jpg) no-repeat left 14px center;
    font-size: 26px;
    margin: 0;
    padding-left: 55px;
    color: #fff;
}

.main .main_item1>div.col-md-9>div .exhibit {
    height: 330px;
    position: static !important;
}

.main .main_item1>div.col-md-9>div .exhibit .swiper-container {
    height: 100%;
    position: static !important;
}

.main .main_item1>div.col-md-9>div .exhibit .swiper-container .swiper-slide a {
    display: block;
    height: 100%;
}

.main .main_item1>div.col-md-9>div .exhibit .swiper-container .swiper-pagination {
    height: 16px;
    position: absolute;
    top: 35px;
    right: 0;
    text-align: right;
    padding-right: 41px;
    font-size: 0;
}

.main .main_item1>div.col-md-9>div .exhibit .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: transparent;
    opacity: 1;
    font-family: 'Arial';
    vertical-align: middle;
}

.main .main_item1>div.col-md-9>div .exhibit .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    font-size: 20px;
}

.main .main_item1>div.col-md-9>div .exhibit .swiper-container .arrow-left {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 35px;
    right: 25px;
    display: inline-block;
    background: url(../images/arrow-left.jpg) no-repeat left center;
    cursor: pointer;
    z-index: 999;
}

.main .main_item1>div.col-md-9>div .exhibit .swiper-container .arrow-right {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 35px;
    right: 25px;
    display: inline-block;
    background: url(../images/arrow-right.jpg) no-repeat right center;
    cursor: pointer;
    z-index: 999;
}

.main .main_item1>div.col-md-9>div .col-md-4 {
    position: relative;
}

.main .main_item1>div.col-md-9>div .col-md-4 .exhibit_txt {
    color: #fff;
    height: 330px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 15px;
    display: none;
}

.main .main_item1>div.col-md-9>div .col-md-4 .exhibit_txt p.date {
    font-family: 'Arial';
    font-size: 24px;
    font-weight: bold;
    padding-top: 2px;
    line-height: 36px;
}
.main .main_item1>div.col-md-9>div .col-md-4 .exhibit_txt .date2 span {
     font-size: 16px;
     color: #000;
     vertical-align: middle;}
 
 .main .main_item1>div.col-md-9>div .col-md-4 .exhibit_txt i {
     font-size: 14px;
     color: #fff;
     padding-left: 5px;
     vertical-align: middle;}

.main .main_item1>div.col-md-9>div .col-md-4 .exhibit_txt h4 {
    margin: 6px 0 16px;
    line-height: 34px;
    font-size: 24px;
    font-weight: normal;
}

.main .main_item1>div.col-md-9>div .col-md-4 .exhibit_txt span {
    font-size: 14px;
    line-height: 28px;
    display: block;
}

.main .main_item1>div.col-md-3>a {
    background: url(../images/bgbg.jpg) no-repeat center / cover;
    height: 100%;
    display: block;
    text-align: center;
    color: #fff;
}

.main .main_item1>div.col-md-3>a h4 {
    line-height: 26px;
    font-size: 26px;
    padding-top: 34px;
    margin: 0 0 24px;
    background: url(../images/tit_bgSTOP.jpg) no-repeat center top 34px;
}

.main .main_item1>div.col-md-3>a p {
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
}
.main .main_item1>div.col-md-3>a h5 {
    font-size: 16px;
    
    line-height: 26px;
}

.main .main_item1>div.col-md-3>a img {
    height: 136px;
    width: 136px;
    margin-top: 10px;
}

.main .main_item1>div.col-md-3>a span {
    display: block;
    width: 108px;
    height: 36px;
    background-color: #B0252A;
    font-size: 12px;
    line-height: 36px;
    border-radius: 36px;
    margin: 24px auto 0;
}

.main .main_item2 {
    margin-bottom: 30px;
}

.main .main_item2>div {
    height: 388px;
}

.main .main_item2>div.col-md-8>div {
    height: 100%;
    padding: 0 25px;
    background: url(../images/news_bg.jpg) no-repeat center / cover;
}

.main .main_item2>div.col-md-8>div .news h3 {
    height: 77px;
    line-height: 77px;
    color: #fff;
    text-indent: 50px;
    margin: 0;
    background: url(../images/news.jpg) no-repeat left 10px center;
}

.main .main_item2>div.col-md-8>div .news h3 a {
    color: #fff;
    display: block;
    background: url(../images/more_btn.jpg) no-repeat right 16px center;
}

.main .main_item2>div.col-md-8>div .news ul li {
    line-height: 47px;
    height: 47px;
    font-size: 14px;
}

.main .main_item2>div.col-md-8>div .news ul li a {
    color: #fff;
}

.main .main_item2>div.col-md-8>div .news ul li a span {
    width: 80%;
    display: block;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main .main_item2>div.col-md-8>div .news ul li a em {
    font-style: normal;
}

.main .main_item2>div.col-md-8>div .notice h3 {
    height: 77px;
    line-height: 77px;
    color: #fff;
    text-indent: 50px;
    margin: 0;
    background: url(../images/notice.jpg) no-repeat left 10px center;
}

.main .main_item2>div.col-md-8>div .notice h3 a {
    color: #fff;
    display: block;
    background: url(../images/more_btn.jpg) no-repeat right 16px center;
}

.main .main_item2>div.col-md-8>div .notice ul {
    padding-left: 30px;
    border-left: 1px solid #b0a6a7;
    position: relative;
    left: -15px;
    box-sizing: content-box;
}

.main .main_item2>div.col-md-8>div .notice ul li {
    line-height: 47px;
    height: 47px;
    font-size: 14px;
}

.main .main_item2>div.col-md-8>div .notice ul li a {
    color: #fff;
}

.main .main_item2>div.col-md-8>div .notice ul li a span {
    width: 80%;
    display: block;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main .main_item2>div.col-md-8>div .notice ul li a em {
    font-style: normal;
}

.main .main_item2>div.col-md-4>div {
    height: 100%;
    background-color: #B0252A;
    padding: 0 25px;
}

.main .main_item2>div.col-md-4>div h3 {



    height: 56px;
    background: url(../images/activity.jpg) no-repeat left 7px top 24px;
    margin: 0;
    line-height: 80px;
    text-indent: 50px;
    overflow: hidden;
}

.main .main_item2>div.col-md-4>div h3 a {
    color: #fff;
    display: block;
    background: url(../images/more_btn.jpg) no-repeat right 16px center;
}

.main .main_item2>div.col-md-4>div ul li {
    border-bottom: 1px solid #d78695;
    padding-top: 22px;
    padding-bottom: 18px;
}

.main .main_item2>div.col-md-4>div ul li a {
    color: #fff;
}

.main .main_item2>div.col-md-4>div ul li a p {
    height: 26px;
    line-height: 26px;
    background: url(../images/icon2.jpg) no-repeat left 3px center;
    padding-left: 35px;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main .main_item2>div.col-md-4>div ul li a span {
    text-indent: 2em;
    display: block;
    line-height: 23px;
    font-size: 12px;
    max-height: 46px;
    overflow: hidden;
}

.main .main_item2>div.col-md-4>div a.postulant_btn {
    width: 200px;
    height: 40px;
    border: 1px solid #fff;
    display: block;
    margin: 0 auto;
    line-height: 38px;
    color: #fff;
    font-size: 14px;
    text-indent: 65px;
    background: url(../images/icon3.jpg) no-repeat left 34px center;
    margin-top: 24px;
}

.main .main_item3>div {
    height: 360px;
}

.main .main_item3>div.col-md-9>div {
    background: url(../images/achievement_bg.jpg) no-repeat center / cover;
    height: 100%;
    padding: 0 27px;
}

.main .main_item3>div.col-md-9>div h3 {
    height: 89px;
    line-height: 75px;
    background: url(../images/icon4.jpg) no-repeat left top 25px;
    text-indent: 40px;
    margin: 0;
}

.main .main_item3>div.col-md-9>div h3 a {
    color: #fff;
    display: block;
    background: url(../images/more_btn.jpg) no-repeat right 16px center;
}

.main .main_item3>div.col-md-9>div .col-md-6 {
    height: 227px;
    position: relative;
}

.main .main_item3>div.col-md-9>div .col-md-6 .pic {
    position: absolute;
    top: 0;
    left: 15px;
    width: 170px;
    height: 227px;
}

.main .main_item3>div.col-md-9>div .col-md-6 .txt {
    height: 100%;
    padding-left: 212px;
    padding-right: 15px;
}

.main .main_item3>div.col-md-9>div .col-md-6 .txt h5 {
    margin: 0;
    line-height: 48px;
    height: 48px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 24px;
}

.main .main_item3>div.col-md-9>div .col-md-6 .txt p {
    line-height: 28px;
    font-size: 14px;
    color: #fff;
}

.main .main_item3>div.col-md-3>div {
    height: 100%;
    position: relative;
}

.main .main_item3>div.col-md-3>div h3 {
    position: absolute;
    line-height: 36px;
    color: #fff;
    font-size: 18px;
    top: 20px;
    left: 25px;
    z-index: 999;
    margin: 0;
}

.main .main_item3>div.col-md-3>div .swiper-container {
    height: 100%;
}

.main .main_item3>div.col-md-3>div .swiper-container a {
    display: block;
    height: 100%;
}

.main .main_item3>div.col-md-3>div .swiper-container .swiper-slide>a>span {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 100%;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    z-index: 998;
    background-color: rgba(0, 0, 0, 0.6);
}

.main .main_item3>div.col-md-3>div .btn_bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 100%;
}

.main .main_item3>div.col-md-3>div .btn_bar .fl {
    width: 70px;
    display: block;
    height: 50px;
    background: url(../images/left.jpg) no-repeat center;
    z-index: 999;
    position: relative;
}

.main .main_item3>div.col-md-3>div .btn_bar .fr {
    width: 70px;
    display: block;
    height: 50px;
    background: url(../images/right.jpg) no-repeat center;
    z-index: 999;
    position: relative;
}

.page_content .page_tit {
    height: 360px;
}



.page_content .page_list {
    background-color: #f1eee7;
    padding-top: 46px;
    padding-bottom: 65px;
}

.page_content .page_list h2 {
    margin: 0 0 27px;
    text-align: center;
    color: #B0252A;
    font-size: 0;
    line-height: 26px;
    height: 26px;
}

.page_content .page_list h2 em.titl {
    display: inline-block;
    width: 36px;
    height: 26px;
    background: url(../images/titl.jpg) no-repeat center;
    vertical-align: middle;
}

.page_content .page_list h2 em.titr {
    display: inline-block;
    width: 36px;
    height: 26px;
    background: url(../images/titr.jpg) no-repeat center;
    vertical-align: middle;
}

.page_content .page_list h2 span {
    line-height: 26px;
    font-size: 26px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 17px;
}

.page_content .page_list ul.news_list {
    border-top: 1px solid #c7c7c7;
}

.page_content .page_list ul.news_list li {
    border-bottom: 1px solid #c7c7c7;
    height: 68px;
}

.page_content .page_list ul.news_list li a {
    display: block;
    color: #333333;
    font-size: 16px;
    line-height: 67px;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page_content .page_list ul.news_list li a em {
    width: 12px;
    height: 12px;
    border: 1px solid #13439b;
    margin-top: 28px;
    display: block;
    float: left;
    margin-right: 15px;
    border-radius: 12px;
}

.page_content .page_list ul.news_list li a span.date {
    float: right;
    padding-right: 9px;
    line-height: 67px;
    height: 67px;
    display: inline-block;
}

.page_content .page_list ul.books_list {
    padding-left: 80px;
}

.page_content .page_list ul.books_list li {
    width: 50%;
    height: 270px;
    float: left;
    margin-top: 40px;
    position: relative;
}

.page_content .page_list ul.books_list li a {
    color: #fff;
    display: block;
    height: 100%;
}

.page_content .page_list ul.books_list li a .pic {
    height: 100%;
    width: 250px;
    position: absolute;
    top: 0;
    left: 0;
}

.page_content .page_list ul.books_list li a .fr {
    width: 100%;
    height: 100%;
    padding-left: 285px;
    padding-right: 60px;
}

.page_content .page_list ul.books_list li a .fr .txt {
    height: 228px;
    overflow: hidden;
}

.page_content .page_list ul.books_list li a .fr .txt p {
    color: #333;
    font-size: 20px;
    line-height: 34px;
    padding-top: 15px;
    padding-bottom: 5px;
}

.page_content .page_list ul.books_list li a .fr .txt span {
    color: #808080;
    font-size: 14px;
    line-height: 28px;
}

.page_content .page_list ul.books_list li a .fr span.date {
    color: #B0252A;
    display: block;
    height: 16px;
    line-height: 17px;
    padding-left: 26px;
    font-family: 'Arial';
    font-size: 16px;
    float: left;
    background: url(../images/date.png) no-repeat left center;
    margin-top: 10px;
}

.page_content .page_list ul.video_list {
    border-top: 1px solid #c7c7c7;
}

.page_content .page_list ul.video_list li {
    height: 280px;
    border-bottom: 1px solid #c7c7c7;
    padding: 30px 0 33px 29px;
}

.page_content .page_list ul.video_list li a {
    display: block;
    height: 100%;
    position: relative;
}

.page_content .page_list ul.video_list li a .pic {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 328px;
}

.page_content .page_list ul.video_list li a .pic::before {
    content: "点击播放";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 328px;
    background: rgba(0, 0, 0, 0.6) url(../images/play.png) no-repeat center;
    color: #fff;
    line-height: 360px;
    text-align: center;
    font-size: 16px;
    opacity: 0;
    transition: all 0.3s ease 0.1s;
}

.page_content .page_list ul.video_list li a .fr {
    height: 100%;
    width: 100%;
    padding-left: 380px;
    padding-right: 100px;
}

.page_content .page_list ul.video_list li a .fr .txt {
    height: 175px;
    overflow: hidden;
    display: block;
}

.page_content .page_list ul.video_list li a .fr .txt p {
    font-size: 20px;
    line-height: 26px;
    padding-top: 15px;
    color: #333;
}

.page_content .page_list ul.video_list li a .fr .txt span {
    font-size: 14px;
    line-height: 28px;
    color: #333;
    margin-top: 15px;
    display: block;
}

.page_content .page_list ul.video_list li a span.date {
    font-size: 16px;
    line-height: 16px;
    color: #B0252A;
    background: url(../images/date.png) no-repeat left center;
    padding-left: 26px;
    margin-top: 8px;
    display: block;
}

.page_content .page_list ul.video_list li:hover a .pic::before {
    opacity: 1;
}

.page_content .page_list ul.exhibit_list li {
    height: 330px;
}

.page_content .page_list ul.exhibit_list li a {
    height: 100%;
    display: block;
    position: relative;
}

.page_content .page_list ul.exhibit_list li a .pic {
    height: 100%;
    width: 660px;
    position: absolute;
    top: 0;
    left: 0;
}

.page_content .page_list ul.exhibit_list li a .fr {
    width: 100%;
    height: 100%;
    padding-left: 686px;
}

.page_content .page_list ul.exhibit_list li a .fr .txt {
    height: 274px;
    overflow: hidden;
}

.page_content .page_list ul.exhibit_list li a .fr .txt p.date {
    font-family: 'Arial';
    font-weight: bold;
    font-size: 24px;
    color: #B0252A;
    padding-top: 12px;
    padding-bottom: 5px;
    line-height: 34px;
    white-space: nowrap;
}

.page_content .page_list ul.exhibit_list li a .fr .txt p.tit {
    line-height: 38px;
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
    max-height: 76px;
    overflow: hidden;
}

.page_content .page_list ul.exhibit_list li a .fr .txt span {
    color: #4c4c4c;
    line-height: 28px;
    font-size: 14px;
}

.page_content .page_list ul.exhibit_list li a .fr span.btn {
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: #B0252A;
    padding: 0;
    border-radius: 40px;
    margin-top: 8px;
}

.page_content .page_list ul.exhibit_list li+li {
    margin-top: 60px;
}

.page_content .page_list .slither_more {
    width: 160px;
    height: 48px;
    border: 2px solid #B0252A;
    border-radius: 2px;
    line-height: 44px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #B0252A;
    margin: 50px auto 0;
}

.page_content .page_list.waterfall {
    background: #f1eee7 url(../images/222bg.jpg) no-repeat top center;
}

.page_content .page_list.waterfall .common_width {
    width: 1200px;
}

.page_content .page_list>div>p {
    font-size: 16px;
    line-height: 32px;
    color: #333;
    text-indent: 2em;
    margin: 15px 0;
}

.page_content .page_list ul.waterfall_list {
    text-align: center;
}

.page_content .page_list ul.waterfall_list h5 {
    font-size: 20px;
    line-height: 38px;
    color: #B0252A;
    margin: 30px 0 10px;
}
.page_content .page_list ul.waterfall_list h5 + h5 {
    margin: 0px 0 10px;
}
.page_content .page_list ul.waterfall_list p {
    font-size: 16px;
    line-height: 32px;
    color: #333;
    text-indent: 2em;
    margin: 15px 0;
    text-align: left;
}
.page_content .page_list ul.waterfall_list h5 em {
    display: block;
    width: 50px;
    height: 2px;
    background-color: #B0252A;
    margin: 0 auto;
}

.page_content .page_list ul.waterfall_list .unit>span {
    line-height: 40px;
    display: inline-block;
    color: #333;
    font-size: 16px;
    margin-bottom: 50px;
}

.page_content .page_list ul.waterfall_list .row {
    margin-left: 0;
    margin-right: 0;
    -moz-column-count: 4;
    /* Firefox */
    -webkit-column-count: 4;
    /* Safari 和 Chrome */
    column-count: 4;
    padding-bottom: 30px;
}

.page_content .page_list ul.waterfall_list .row .col-md-3 {

    padding: 0;
    width: auto;
    float: none;
    margin-bottom: 14px;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

.page_content .page_list ul.waterfall_list .row .col-md-3 img {
    width: 100%;
}

.page_content .page_list ul.waterfall_list .row .col-md-3 span {
    display: block;
    line-height: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 15px;
    color: #725647;
    background-color: #fff;
}

.page_content .page_txt {
    background: #f1eee7 url(../images/page_txtbg.jpg) no-repeat center bottom;
    padding-top: 46px;
    padding-bottom: 65px;
}

.page_content .page_txt h2 {
    margin: 0 0 27px;
    text-align: center;
    color: #B0252A;
    font-size: 0;
    line-height: 26px;
    height: 26px;
}

.page_content .page_txt h2 em.titl {
    display: inline-block;
    width: 36px;
    height: 26px;
    background: url(../images/titl.png) no-repeat center;
    vertical-align: middle;
}

.page_content .page_txt h2 em.titr {
    display: inline-block;
    width: 36px;
    height: 26px;
    background: url(../images/titr.png) no-repeat center;
    vertical-align: middle;
}

.page_content .page_txt h2 span {
    line-height: 26px;
    font-size: 26px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 17px;
}

.page_content .page_txt p {
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    margin-bottom: 20px;
}

.page_content .page_txt img {
    max-width: 80%;
    display: inline-block;
}

.page_content .page_txt .crumbs {
    height: 50px;
    line-height: 50px;
    box-sizing: content-box;
    border-bottom: 1px solid #e6e3dc;
    margin-bottom: 38px;
}

.page_content .page_txt .crumbs ul li {
    float: left;
    padding: 0 12px 0 22px;
}

.page_content .page_txt .crumbs ul li a {
    color: #999;
}

.page_content .page_txt .crumbs ul li.home {
    width: 80px;
    padding: 0;
    background: url(../images/home.jpg) no-repeat left 10px center;
    text-indent: 31px;
}

.page_content .page_txt .crumbs ul li+li {
    background: url(../images/icon5.jpg) no-repeat left 0 center;
}

.page_content .page_txt.page3 {
    padding-top: 0;
}

.page_content .page_txt.page3 .tit {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0;
}

.page_content .page_txt.page3 .tit h3 {
    font-size: 34px;
    color: #13439b;
    line-height: 46px;
    margin-top: 38px;
    margin-bottom: 18px;
}

.page_content .page_txt.page3 .tit span {
    height: 16px;
    line-height: 16px;
    font-size: 16px;
    display: inline-block;
    padding-left: 24px;
}

.page_content .page_txt.page3 .tit span.time {
    background: url(../images/time.png) no-repeat left center;
}

.page_content .page_txt.page3 .tit span.edit {
    background: url(../images/edit.png) no-repeat left center;
    margin-left: 32px;
}

.page_content .page_txt .postulant .col-md-9>div {
    height: 360px;
    background: url(../images/postulant_bg.jpg) no-repeat center / cover;
    padding: 30px;
    color: #fff;
}

.page_content .page_txt .postulant .col-md-9>div h5 {
    line-height: 40px;
    font-size: 26px;
    padding-left: 40px;
    margin: 0;
    background: url(../images/icon6.png) no-repeat left center;
}

.page_content .page_txt .postulant .col-md-9>div p {
    line-height: 28px;
    font-size: 16px;
    color: #fff;
    margin: 26px 0;
}

.page_content .page_txt .postulant .col-md-3>div {
    height: 360px;
    background: url(../images/bgbg.jpg) no-repeat center / cover;
    display: block;
    text-align: center;
    color: #fff;
}

.page_content .page_txt .postulant .col-md-3>div a {
    color: #fff;
}

.page_content .page_txt .postulant .col-md-3>div a h4 {
    line-height: 26px;
    font-size: 26px;
    padding-top: 34px;
    margin: 0 0 24px;
    background: url(../images/tit_bg.png) no-repeat center top 34px;
}

.page_content .page_txt .postulant .col-md-3>div a img {
    display: inline-block;
    margin-bottom: 18px;
}

.page_content .page_txt .postulant .col-md-3>div a span {
    display: block;
    line-height: 30px;
    font-size: 16px;
}

.page_content .page_txt .postulant .correlative {
    padding: 22px 30px 40px;
    background-color: #fff;
    margin-top: 30px;
}

.page_content .page_txt .postulant .correlative h3 {
    height: 30px;
    line-height: 30px;
    font-size: 26px;
    color: #B0252A;
    padding-left: 36px;
    background: url(../images/icon7.png) no-repeat left center;
    margin: 0;
}

.page_content .page_txt .postulant .correlative ul li {
    height: 180px;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 19px 19px;
}

.page_content .page_txt .postulant .correlative ul li a {
    display: block;
    height: 100%;
    position: relative;
}

.page_content .page_txt .postulant .correlative ul li a .pic {
    width: 210px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.page_content .page_txt .postulant .correlative ul li a .txt {
    height: 100%;
    padding-left: 250px;
}

.page_content .page_txt .postulant .correlative ul li a .txt h6 {
    line-height: 32px;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 12px;
    font-size: 26px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page_content .page_txt .postulant .correlative ul li a .txt p {
    font-size: 12px;
    line-height: 24px;
    color: #666;
    margin-bottom: 0;
]    overflow: hidden;
    width: 550px;
}

.page_content .page_txt .postulant .correlative span.slither_more {
    width: 160px;
    height: 48px;
    border: 2px solid #B0252A;
    border-radius: 2px;
    line-height: 44px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #B0252A;
    margin: 50px auto 0;
}

.page_content .page_txt .fingerpost .col-md-9>div {
    background: url(../images/fingerpost.jpg) no-repeat center / cover;
    padding: 30px 55px 30px 30px;
    height: 440px;
}

.page_content .page_txt .fingerpost .col-md-9>div .fl {
    height: 100%;
    width: 55%;
    color: #fff;
    padding-right: 50px;
}

.page_content .page_txt .fingerpost .col-md-9>div .fl h5 {
    height: 29px;
    line-height: 29px;
    padding-left: 40px;
    margin: 0;
    background: url(../images/icon9.png) no-repeat left center;
    font-size: 26px;
}

.page_content .page_txt .fingerpost .col-md-9>div .fl span {
    font-size: 16px;
    line-height: 28px;
    display: block;
    margin-top: 20px;
}

.page_content .page_txt .fingerpost .col-md-9>div .fl p {
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    margin: 0;
    min-height: 28px;
}

.page_content .page_txt .fingerpost .col-md-9>div .fr {
    height: 100%;
    width: 45%;
}

.page_content .page_txt .fingerpost .col-md-9>div .fr li {
    box-sizing: content-box;
    cursor: pointer;
}

.page_content .page_txt .fingerpost .col-md-9>div .fr li+li {
    border-top: 1px solid #678199;
}

.page_content .page_txt .fingerpost .col-md-9>div .fr li>p {
    height: 50px;
    background-color: #416180;
    line-height: 50px;
    color: #fff;
    padding: 0 18px;
    margin-bottom: 0;
}

.page_content .page_txt .fingerpost .col-md-9>div .fr li>p em {
    font-style: normal;
    display: inline-block;
    max-width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.page_content .page_txt .fingerpost .col-md-9>div .fr li>p span {
    height: 50px;
    width: 12px;
    float: right;
    background: url(../images/rotate.png) no-repeat center;
    transition: all 0.1s ease 0.2s;
}

.page_content .page_txt .fingerpost .col-md-9>div .fr li div {
    background-color: rgba(53, 77, 101, 0.8);
    padding-top: 27px;
    padding-left: 56px;
    height: 167px;
    display: none;
}

.page_content .page_txt .fingerpost .col-md-9>div .fr li div img {
    width: 115px;
    height: 115px;
    float: left;
}

.page_content .page_txt .fingerpost .col-md-9>div .fr li div p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    width: 200px;
    float: left;
    padding-top: 30px;
}

.page_content .page_txt .fingerpost .col-md-9>div .fr li.active p>span {
    transform: rotate(180deg);
}

.page_content .page_txt .fingerpost .col-md-9>div .fr li.active+li {
    border-top: 1px solid #416180;
}

.page_content .page_txt .fingerpost .col-md-3>div {
    height: 440px;
    background: url(../images/bgbg.jpg) no-repeat center / cover;
    display: block;
    text-align: center;
    font-size: 0;
    color: #fff;
}

.page_content .page_txt .fingerpost .col-md-3>div h4 {
    line-height: 26px;
    font-size: 26px;
    padding-top: 34px;
    margin: 0 0 24px;
    background: url(../images/tit_bg.png) no-repeat center top 34px;
}

.page_content .page_txt .fingerpost .col-md-3>div strong {
    display: block;
}

.page_content .page_txt .fingerpost .col-md-3>div p {
    font-size: 20px;
    line-height: 36px;
    color: #fff;
    margin: 10px 0 0;
}

.page_content .page_txt .fingerpost .col-md-3>div span {
    display: block;
    line-height: 30px;
    font-size: 16px;
}

.page_content .page_txt .fingerpost .col-md-3>div em {
    width: 74px;
    height: 1px;
    background-color: #B0252A;
    display: inline-block;
    margin: 10px 0;
}

.page_content .page_txt .fingerpost .col-md-3>div a {
    line-height: 36px;
    background-color: #B0252A;
    color: #fff;
    font-size: 12px;
    padding: 0 30px;
    border-radius: 36px;
    display: inline-block;
    margin-top: 18px;
}

.page_content .page_txt .fingerpost .row+.row {
    margin-top: 34px;
}

.page_content .page_txt .fingerpost .col-md-5>div {
    background-color: #B0252A;
    padding: 20px 30px;
    height: 388px;
    color: #fff;
}

.page_content .page_txt .fingerpost .col-md-5>div h5 {
    height: 28px;
    line-height: 28px;
    padding-left: 40px;
    background: url(../images/icon8.png) no-repeat left center;
    font-size: 26px;
    margin: 0 0 15px;
}

.page_content .page_txt .fingerpost .col-md-5>div ul {
    border-bottom: 2px solid #be3d55;
    padding-bottom: 16px;
}

.page_content .page_txt .fingerpost .col-md-5>div ul li {
    line-height: 26px;
    margin-top: 14px;
    padding-left: 32px;
    background: url(../images/icon2.png) no-repeat left top 6px;
}

.page_content .page_txt .fingerpost .col-md-5>div p {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    margin-top: 18px;
}

.page_content .page_txt .fingerpost .row.notice_item {
    background-color: #fff;
    height: 432px;
    margin-left: 0;
    margin-right: 0;
    padding: 22px 30px 50px;
}

.page_content .page_txt .fingerpost .row.notice_item h5 {
    height: 30px;
    line-height: 30px;
    font-size: 26px;
    color: #B0252A;
    padding-left: 37px;
    background: url(../images/icon7.png) no-repeat left center;
    margin: 0;
}

.page_content .page_txt .fingerpost .row.notice_item ul {
    margin-top: 14px;
    padding: 0 12px;
}

.page_content .page_txt .fingerpost .row.notice_item ul li {
    height: 54px;
    line-height: 54px;
    margin-top: 25px;
    width: 50%;
    float: left;
}

.page_content .page_txt .fingerpost .row.notice_item ul li span {
    width: 54px;
    height: 54px;
    border-radius: 6px;
    background: #B0252A url(../images/n1.png) no-repeat center;
    margin-right: 32px;
    display: inline-block;
    float: left;
}

.page_content .page_txt .fingerpost .row.notice_item ul li p {
    line-height: 24px;
    float: left;
    font-size: 12px;
    color: #333;
    width: 550px;
}

.page_content .page_txt .fingerpost .row.notice_item ul li:nth-child(2) span {
    background: #B0252A url(../images/n2.png) no-repeat center;
}

.page_content .page_txt .fingerpost .row.notice_item ul li:nth-child(3) span {
    background: #B0252A url(../images/n3.png) no-repeat center;
}

.page_content .page_txt .fingerpost .row.notice_item ul li:nth-child(4) span {
    background: #B0252A url(../images/n4.png) no-repeat center;
}

.page_content .page_txt .fingerpost .row.notice_item ul li:nth-child(5) span {
    background: #B0252A url(../images/n5.png) no-repeat center;
}

.page_content .page_txt .fingerpost .row.notice_item ul li:nth-child(6) span {
    background: #B0252A url(../images/n6.png) no-repeat center;
}

.page_content .page_txt .fingerpost .row.notice_item ul li:nth-child(7) span {
    background: #B0252A url(../images/n7.png) no-repeat center;
}

.page_content .page_txt .fingerpost .row.notice_item ul li:nth-child(8) span {
    background: #B0252A url(../images/n8.png) no-repeat center;
}

.page_content .page_nav {
    height: 67px;
    line-height: 66px;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.page_content .page_nav li {
    float: left;
    width: 12.2%;
}

.page_content .page_nav li a {
    font-size: 16px;
    color: #333;
    display: block;
    border-bottom: 1px solid #ccc;
    transition: all 0.1s ease 0.2s;
}

.page_content .page_nav li:hover a,
.page_content .page_nav li.active a {
    border-bottom: 1px solid #B0252A;
    color: #B0252A;
}

.phone_nav {
    display: none;
}





/*藏品详情部分的样式*/

.obj_slidemask {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(231, 226, 218, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    border-top: 6px solid #d3cdc6;
}

#obj_slide {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    padding: 40px 0;
}

#obj_slide .shell {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

#obj_slide .shell .fl {
    width: 90%;
    height: 100%;
    background-color: #fff;
    padding: 20px;
}

#obj_slide .shell .fl .pic {
    overflow: scroll;
    width: 100%;
    height: 100%;
}

#obj_slide .shell .fr {
    display: none;
    width: 300px;
    background-color: #fff;
    padding: 30px;
}

#obj_slide .shell .fr h5 {
    line-height: 18px;
    height: 18px;
    color: #333;
    margin: 0;
    font-size: 18px;
}

#obj_slide .shell .fr em {
    width: 60px;
    height: 2px;
    display: block;
    background-color: #ae0a29;
    margin: 20px 0 12px;
}

#obj_slide .shell .fr p {
    font-size: 14px;
    color: #737373;
    line-height: 30px;
}

#obj_slide .shell .close_btn {
    width: 36px;
    height: 36px;
    position: fixed;
    top: 20px;
    right: 20px;
    display: block;
    background: url(../images/close.png) no-repeat center;
    cursor: pointer;
}

#obj_slide .shell .obj_left {
    width: 64px;
    height: 148px;
    display: block;
    background: rgba(0, 0, 0, 0) url(../images/obj_left.png) no-repeat center;
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -74px;
    cursor: pointer;
    transition: all 0.3s ease 0.2s;
}

#obj_slide .shell .obj_left:hover {
    background: rgba(0, 0, 0, 0.8) url(../images/obj_left.png) no-repeat center;
}

#obj_slide .shell .obj_right {
    width: 64px;
    height: 148px;
    display: block;
    background: rgba(0, 0, 0, 0) url(../images/obj_right.png) no-repeat center;
    position: fixed;
    top: 50%;
    left: 0;
    margin-top: -74px;
    cursor: pointer;
    transition: all 0.3s ease 0.2s;
}

#obj_slide .shell .obj_right:hover {
    background: rgba(0, 0, 0, 0.8) url(../images/obj_right.png) no-repeat center;
}






/*2018.7.26update*/

.pagenav {
    line-height: 28px;
    margin-top: 10px;
    text-align: center;
}

.pagenav font,
.pagenav a {
    padding: 0 12px;
}

.pagenav a {
    color: #666;
}

.unit h5 span {
    padding: 0 6px;
    display: inline-block;
}





/*媒体查询*/

@media screen and (max-width: 414px) {
    .main .main_item3>div.col-md-9>div .col-md-6 .pic {
        width: 100%;
        position: static;
    }
    .common_width,
    .main .container,
    #slide .swiper-container {
        width: 100%;
        overflow: hidden;
    }
    .floatwindow {
        display: none;
    }
    .row {
        margin: 0;
    }
    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        transition: all 0.6s ease 0.2s;
    }
    .header.go_top {
        top: -80px;
    }
    .header .common_width>.fr {
        display: none;
    }
    .header .common_width {
        padding-left: 15px;
    }
    .headerbtn_bar {
        width: 32px;
        float: right;
        font-size: 0;
        margin-right: 15px;
        margin-top: 29px;
        cursor: pointer;
    }
    .headerbtn_bar em {
        display: inline-block;
        width: 22px;
        height: 3px;
        background-color: rgba(255, 255, 255, 0.8);
        margin-bottom: 6px;
        border-radius: 2px;
    }
    #slide {
        height: 250px;
        margin-top: 80px;
    }
    .main {
        padding: 0;
    }
    .main .main_item1 {
        margin-bottom: 0;
    }
    .main .main_item1>div {
        height: 370px;
    }
    .main .main_item1>div.col-md-3 {
        height: 440px;
    }
    .main .main_item1>div.col-md-9>div .exhibit {
        height: 200px;
    }
    .main .main_item1>div.col-md-9>div .col-md-4 .exhibit_txt {
        padding-top: 6px;
        width: 100%;
    }
    .main .main_item1>div.col-md-9>div .col-md-4 .exhibit_txt p.date {
        font-size: 18px;
    }
    .main .main_item1>div.col-md-9>div .col-md-4 .exhibit_txt h4 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 20px;
        margin-top: 0;
        line-height: 30px;
    }
    .main .main_item2 {
        margin-bottom: 0;
    }
    .main .main_item2>div {
        height: auto;
    }
    .main .main_item2>div.col-md-4>div {
        padding-bottom: 20px;
    }
    .main .main_item2>div.col-md-8>div {
        padding: 20px 25px;
    }
    .main .main_item2>div.col-md-8>div .news ul li a span,
    .main .main_item2>div.col-md-8>div .notice ul li a span {
        width: 70%;
    }
    .main .main_item2>div.col-md-8>div .news ul li a em,
    .main .main_item2>div.col-md-8>div .notice ul li a em {
        float: right;
    }
    .main .main_item2>div.col-md-8>div .notice ul {
        padding-left: 0;
        border-left: 0;
        position: static;
    }
    .main .main_item3>div.col-md-9 {
        height: auto;
    }
    .main .main_item3>div.col-md-9>div {
        padding-bottom: 30px;
    }
    .main .main_item3>div.col-md-9>div .col-md-6 img {
        left: 50%;
        margin-left: -85px;
    }
    .main .main_item3>div.col-md-9>div .col-md-6+.col-md-6 {
        margin-top: 30px;
    }
    .main .main_item3>div.col-md-9>div .col-md-6 .txt {
        padding-left: 0;
    }
    .main .main_item3>div.col-md-9>div .col-md-6 {
        height: auto;
    }
    .main .main_item3>div.col-md-9>div .col-md-6 .txt h5 {
        text-align: center;
    }
    .footer {
        height: auto;
    }
    .footer .common_width>.fl {
        padding-top: 20px;
    }
    .footer .common_width>.fl p {
        height: auto;
        padding: 0 15px;
    }
    .footer .common_width>.fl p span {
        display: block;
    }
    .footer .common_width>.fr {
        padding: 0 15px;
    }
    .footer .common_width>.fr .bdsharebuttonbox {
        margin: 15px 0;
    }
    .phone_nav {
        position: fixed;
        display: block;
        top: 0;
        left: 0;
        width: 40%;
        height: 100%;
        margin-left: -40%;
        transition: all 0.6s ease 0.2s;
        z-index: 1002;
    }
    .phone_nav.active {
        margin-left: 0;
    }
    .phone_nav>.fl,
    .masking {
        height: 100%;
    }
    .phone_nav>.fl {
        background-color: rgba(255, 255, 255, 0.98);

        width: 100%;
        text-align: center;
        line-height: 46px;
        padding-top: 80px;
        transition: all 0.3s ease 0.2s;
    }
    .masking {
        width: 100%;
        position: fixed;
        top: 0;
        right: 0;
        background-color: transparent;
        transition: all 0.5s ease 0.2s;
        z-index: -1;
    }
    .masking.active {
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 1001;
    }
    .phone_nav>.fl>ul>li>a {
        color: #B0252A;
        font-size: 0;
        line-height: 46px;
        display: block;
    }
    
    .phone_nav>.fl>ul>li>a>span {
        height: 46px;
        width: 16px;
        padding-left: 8px;
        box-sizing: content-box;
        display: inline-block;
        background: url(../images/phone_more.png) no-repeat right center;
        vertical-align: middle;
    }
    .phone_nav>.fl>ul>li>a>em {
        font-size: 16px;
        display: inline-block;
        vertical-align: middle;
        font-style: normal;
    }
    .phone_nav>.fl>ul>li>ul {
        display: none;
        line-height: 30px;
        padding-bottom: 10px;
    }
    .phone_nav>.fl>ul>li>ul a {
        color: #B0252A;
    }
    .page_content {
        margin-top: 80px;
    }
    .page_content .page_tit {
        height: 130px;
    }
    .page_content .page_txt {
        padding: 46px 20px 65px;
    }
    .page_content .page_txt .postulant .col-md-9>div {
        height: auto;
        margin-bottom: 30px;
    }
    .page_content .page_txt .postulant .correlative ul li {
        padding: 20px 0 19px;
        height: auto;
    }
    .page_content .page_txt .postulant .correlative ul li a .txt h6 {
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
    }
    .page_content .page_txt .postulant .correlative ul li a .pic {
        display: none;
    }
    .page_content .page_txt .postulant .correlative ul li a .txt {
        padding-left: 0;
    }
    .page_content .page_list ul.exhibit_list li {
        padding: 0 20px;
        height: 554px;
        position: relative;
    }
    .page_content .page_list ul.exhibit_list li a .pic {
        width: 100%;
        height: 200px;
    }
    .page_content .page_list ul.exhibit_list li a .fr {
        height: 330px;
        box-sizing: content-box;
        padding-top: 220px;
        padding-left: 0;
    }
    .page_content .page_list ul.exhibit_list li a .fr span.btn {
        margin-top: 20px;
    }
    .page_content .page_list ul.exhibit_list li+li {
        margin-top: 35px;
    }
    .page_content .page_list ul.video_list li {
        padding: 30px 0;
        height: 499px;
    }
    .page_content .page_list ul.video_list li a .pic {
        width: 100%;
        height: 219px;
    }
    .page_content .page_list ul.video_list li a .pic::before {
        display: none;
    }
    .page_content .page_list ul.video_list li a .fr {
        height: 219px;
        padding: 229px 0 0 0;
    }
    .page_content .page_list ul.video_list li a {
        height: 438px;
    }
    .page_content .page_list ul.video_list li a .fr .txt {
        height: 173px;
    }
    .page_content .page_list>.common_width {
        padding: 0 20px;
    }
    .page_content .page_txt img {
        max-width: 100%;
    }
    .page_content .page_txt.page3 .tit h3 {
        font-size: 22px;
        line-height: 40px;
    }
    .page_content .page_list ul.books_list {
        padding: 0;
    }
    .page_content .page_list ul.books_list li {
        width: 100%;
    }
    .page_content .page_list ul.books_list li a .pic {
        width: 100%;
        height: 360px;
    }
    .page_content .page_list ul.books_list li a .fr .txt {
        height: auto;
        overflow: visible;
    }
    .page_content .page_list ul.books_list li a .fr {
        padding: 0;
        margin-top: 370px;
    }
    .page_content .page_list ul.books_list li {
        height: auto;
    }
    .copyright {
        position: relative;
        top: 120px;
    }
    .footer .common_width>.fr {
        position: relative;
        top: -35px;
    }
    .page_content .page_list ul.news_list li a {
        width: 97%;
    }
    .page_content .page_list ul.books_list li a .fr .txt span {
        display: block;
        max-height: 224px;
        overflow: hidden;
    }
    /*6.26更新*/
    .page_content .page_nav {
        display: none;
    }
    .page_content .page_list.waterfall .common_width {
        width: 100%;
    }
    .page_content .page_list ul.waterfall_list h5 {
        margin-top: 30px;
    }
    .page_content .page_list ul.waterfall_list>span {
        margin-bottom: 30px;
    }
    .page_content .page_list ul.waterfall_list .row {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    .page_content .page_txt .fingerpost .row.notice_item {
        height: auto;
        padding: 22px 15px 50px;
    }
    .page_content .page_txt .fingerpost .row.notice_item ul li {
        float: none;
        width: 100%;
    }
    .page_content .page_txt .fingerpost .row.notice_item ul li span {
        margin-right: 0;
    }
    .page_content .page_txt .fingerpost .row.notice_item ul li p {
        width: 266px;
        padding-left: 15px;
        font-size: 14px;
        line-height: 22px;
        margin-top: 5px;
    }
    .fingerpost .col-md-7 {
        margin-top: 30px;
    }
    .page_content .page_txt .fingerpost .col-md-5>div {
        height: auto;
    }
    .page_content .page_txt .fingerpost .col-md-5>div ul li {
        line-height: 24px;
        margin-top: 15px;
        background: url(../images/icon2.png) no-repeat left top 5px;
    }
    .page_content .page_txt .fingerpost .col-md-5>div h5 {
        margin: 0 0 25px;
    }
    .page_content .page_txt .fingerpost .col-md-9>div {
        height: auto;
        margin-bottom: 30px;
        padding: 30px;
    }
    .page_content .page_txt .fingerpost .col-md-9>div .fl {
        width: 100%;
        padding: 0 0 20px;
    }
    .page_content .page_txt .fingerpost .col-md-9>div .fr {
        width: 100%;
    }
    .page_content .page_txt .fingerpost .col-md-9>div .fr li div p {
        width: 170px;
    }
    .page_content .page_txt .fingerpost .col-md-9>div .fr li div {
        padding-left: 15px;
    }
    .page_content .page_txt .fingerpost .col-md-9>div .fr li>p {
        font-size: 15px;
        position: relative;
    }
    .page_content .page_txt .fingerpost .col-md-9>div .fr li>p span {
        position: absolute;
        top: 0;
        right: 18px;
    }
    #obj_slide {
        padding: 60px 0 20px;
    }
    #obj_slide .shell .obj_right,
    #obj_slide .shell .obj_left {
        background-color: rgba(0, 0, 0, 0.6);
    }
    #obj_slide .shell,
    #obj_slide .shell .fl {
        width: 100%;
    }
    #obj_slide .shell .fl {
        padding: 15px;
    }
    #obj_slide .shell .fr {
        display: none;
    }
    #obj_slide .shell .close_btn {
        top: 15px;
    }
}

@media screen and (max-width: 375px) {
    .page_content .page_txt.page3 .tit span.edit {
        margin-top: 10px;
    }
    .header .common_width a.home_link {
        width: 280px;
        background: url(../images/sm_logo.png) no-repeat left center;
    }
}


.mainCon{ 
    background:#fff;
    box-shadow:1px 5px 40px rgba(9,2,4,0.1); 
    -webkit-box-shadow:1px 5px 40px rgba(9,2,4,0.1); 
    margin-bottom:60px;
    padding: 20px 100px 50px 100px;
    line-height: 1.7;
    font-size: 16px;
    min-height: 600px;
}