html, body, div, span, button, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-family: "微软雅黑","Microsoft Yahei","Myriad Set Pro","Lucida Grande","Helvetica Neue","Helvetica","Arial","Verdana","sans-serif";
}
html, body {
    -ms-overflow-style: scrollbar;
}
a {
    color: #0a0a0a;
    text-decoration: none
}

a:visited {
    color: #0a0a0a
}

a:active, a:focus, a:hover {
    color: #0a0a0a;
    text-decoration: none
}

p {
    line-height: 28px;
    font-size: 12px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

body {
    color: #0a0a0a;
}

.pl0 {
    padding-left: 0px;
}

.pr0 {
    padding-right: 0px;
}

.pl3 {
    padding-left: 3px
}
.mt25 {
    margin-top: 25px;
}
.mt30 {
    margin-top: 30px;
}

.pt10 {
    padding-top: 10px;
}

.pt12 {
    padding-top: 12px;
}

.plr12 {
    padding-left: 12px;
    padding-right: 10px;
}
.mr12 {
    margin-right: 12px;
}
.mt18 {
    margin-top: 18px;
}
img {
    display: block;
    border: none;
}

.top-link {
    padding-top: 10px;
}

.top-link a {
    font-size: 14px;
    color: #fff;
    padding-left: 10px
}

.top-link li {
    float: left;
    margin-left: 20px;
    position: relative;
}

.top-link li:before {
    position: absolute;
    top: 11px;
    content: "";
    background: #fffc00;
    width: 4px;
    height: 4px;
    overflow: hidden;
    display: inline-block;
    border-radius: 2px;
}

.form-search {
    position: relative;
    padding-top: 30px;
    width: 280px
}

.form-search input[type="text"] {
    border-radius: 36px;
    opacity: 1;
    width: 100%;
    padding: 2px 0 2px 16px;
    border: none;
}

.form-search button {
    outline: none;
    border: none;
    background: transparent;
    /* background: url(../images/search_btn.png)no-repeat; 
 width: 16px;
 height: 16px;*/
    font-size: x-large;
    color: #c1030e;
    position: absolute;
    right: 16px;
    top: 30px;
}
@media (min-width: 768px) {
    html {
        font-size: 1.5rem;
    }
}
@media (min-width: 992px) {
    html {
        font-size: 1.75rem;
    }

    body {
        font-size: 14px
    }

    .logo {
        padding: 25px 0 35px 0
    }
}
@media (min-width: 1200px) {
    html {
        font-size: 2rem;
    }

    body {
        font-size: 16px
    }
}
@media (min-width: 1600px) {
    html {
        font-size: 2rem;
    }

    body {
        font-size: 16px
    }

    .container {
        width: 1470px
    }
}
@media (max-width: 767px) {
    .mt30 {
        margin-top:10px;
    }
}
.header {
    background: #c1030e;
}

.mobile-nav {
    display: none;
}
.header .header-inner {
    background: #fff;
}

.header .mainmenu {
    float: left;
    width: 100%;
}

.header .nav li {
    position: relative;
    margin-right: 5px;
}

.header .nav li:last-child {
    margin: 0;
}

.header .nav li a {
    color: #000;
    text-transform: none;
    font-size: 18px;
    padding: 16px 0;
    position: relative;
    display: block;
}

.header .nav li:hover a,
.header .nav li.active a {
    color: #c1030e;
    background: #fff;
}

.header .nav li a::before {
    position: absolute;
    top: 0px;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-width: 7px;
    border-style: solid;
    border-color: #c1030e transparent transparent transparent;
    left: 50%;
    margin-left: -8px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header .nav li.active a::before,
.header .nav li:hover a::before {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
    visibility: visible;
}

.header .nav .drop-down {
    position: absolute;
    left: 0;
    z-index: 8;
    min-width: 150px;
    top: 100%;
    opacity: 0;
    background: #fff;
    visibility: hidden;
    border-left: 4px solid #c1030e;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 999;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.20);
}

.header .nav .drop-down li.dove {
    background: #fff url(../images/dove.png) no-repeat 11px 7px;
    height: 95px;
}

.header .nav .drop-down li.dove:after {
    background: none;
}

.header .nav li:hover .drop-down {
    opacity: 1;
    visibility: visible;
}

.header .nav .drop-down li {
    margin: 0;
    padding: 6px 10px;
}

.header .nav .drop-down li:after {
    content: "";
    background: #000;
    width: 2px;
    height: 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block;
    position: absolute;
    left: 17px;
    top: 50%;
}

.header .mainmenu .nav .drop-down li a {
    color: #353535;
    text-align: left;
    border-radius: 0px;
    background: transparent;
    text-transform: none;
    padding: 6px 15px;
    font-size: 16px;
    background: #f1f1f1;
}

.header .nav .drop-down li a:before {
    display: none;
}

.header .nav .drop-down li:hover a {
    color: #fff;
    background: #c1030e;
}

.header .nav .drop-down li:hover:after {
    background: #fff;
}
/*mobile menu*/

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 600px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .one-page-header .menu-container {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (max-width: 991px) {
    .one-page-header .menu-container:before,
    .one-page-header .menu-container:after {
        content: " ";
        display: table;
    }

    .one-page-header .menu-container:after {
        clear: both;
    }

    .one-page-header > .navbar-default > .container {
        width: inherit;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .one-page-header > .navbar-default > .container > .navbar-header,
    .one-page-header > .navbar-default > .container > .navbar-collapse {
        margin-left: 0;
        margin-right: 0;
    }
}

/* Navbar Logo */
.one-page-header .navbar-brand {
    padding: 10px 15px 10px;
    margin-left: 15px;
}

@media (max-width: 768px) {
    .one-page-header .navbar-brand {
        padding-left: 0;
    }
}

/* Navbar Toggle */
.one-page-header .navbar-toggle {
    border: none;
    margin-right: 15px;
    padding-right: 0;
}

.one-page-header .navbar-toggle:hover,
.one-page-header .navbar-toggle:focus {
    background: none;
}

.one-page-header .navbar-toggle .icon-bar {
    background: #fff;
}

.one-page-header .navbar-toggle .icon-bar {
    height: 2px;
    width: 25px;
    font-size: 22px;
    background: #fff;
    margin-bottom: 7px;
}

.one-page-header .navbar-toggle .icon-bar:last-child {
    margin-bottom: 0;
}

/* Navbar */
.one-page-header {
    border-bottom: none;
    background: #c1030e;
}

.one-page-header .container {
    position: relative;
}

.one-page-header .navbar-nav > li {
    border-top: 2px solid #e6e6e6;
}

.one-page-header .navbar-nav > li:first-child {
    border-top: none;
}

.one-page-header .navbar-nav > li > a {
    color: #eee;
    font-size: 12.5px;
    text-transform: none;
    padding: 17px 15px 13px;
    font-size: 18px;
    color: #c1030e;
}

.one-page-header .navbar-nav > li > a:before {
    left: -3px;
    top: 15px;
    z-index: 2;
    color: #eee;
    font-size: 4px;
    content: "\f10c";
    margin-right: 6px;
    position: absolute;
    font-family: FontAwesome;
}

.one-page-header .navbar-nav > li.home > a:before {
    content: "";
}

.one-page-header .navbar-nav > li > a:hover {
    z-index: 1;
    color: #c1030e;
}

.one-page-header .navbar-nav > li > a:focus {
    color: #c1030e;
}

.one-page-header .navbar-nav > .active > a,
.one-page-header .navbar-nav > .active > a:hover,
.one-page-header .navbar-nav > .active > a:focus {
    z-index: 1;
    background: none;
    color: #c1030e !important;
}

.one-page-header .navbar-nav > li > .nav2 li {
    display: block;
    padding: 0 6px;
    float: left;
}

.one-page-header .navbar-nav > li > .nav2 li a {
    font-size: 16px;
    color: #0a0a0a;
    padding-bottom: 6px;
    line-height: 20px;
    display: inline-block;
}
@media (max-width: 991px) {
    .one-page-header .navbar-header {
        float: none;
    }

    .one-page-header .navbar-toggle {
        display: block;
    }

    .one-page-header .navbar-collapse.collapse {
        display: none !important;
    }

    .one-page-header .navbar-collapse.collapse.in {
        display: block !important;
        border-color: #fff;
        border-bottom: 3px solid #c1030e;
    }

    .one-page-header .navbar-nav {
        margin: 0 0 5px;
        float: none !important;
    }

    .one-page-header .navbar-nav > li {
        float: none;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 10px 0;
    }

    .navbar-default .navbar-nav > li > a::before {
        content: '';
    }
}
@media(min-width: 992px) {
    .one-page-header.navbar {
        padding: 12px 0;
        -webkit-transition: background .3s ease-in-out,padding .3s ease-in-out;
        -moz-transition: background .3s ease-in-out,padding .3s ease-in-out;
        transition: background .3s ease-in-out,padding .3s ease-in-out;
    }

    .one-page-header.top-nav-collapse {
        padding: 7px 0;
    }
}
@media (max-width: 768px) {
    .one-page-header .navbar-nav > li > a:before {
        content: " ";
    }
}
@media (min-width: 992px) {
    .one-page-header.navbar .navbar-nav {
        float: right;
    }
}
.navbar-default .navbar-collapse {
    background: #fff;
}
@media (min-width: 768px) {
    .menu-box-container {
    }
}

@media (max-width: 767px) {
    .menu-box-container {
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
    }
}

.section {
    text-align: center;
}

.section-title {
    border-bottom: 1px solid #c1030e;
    padding-bottom: 10px;
    margin: 15px 0;
    position: relative;
}

.section-title h2 {
    font-size: 32px;
}

.section-title h2 span {
    padding-left: 20px;
}

.section-title h2 img {
    display: inline-block;
    width: 41px;
}

.section-title .icon {
    font-size: 42px;
    color: #c1030e;
    vertical-align: text-top;
}

.section-title .more {
    position: absolute;
    right: 0;
    color: #aa030c;
    font-size: 12px;
    bottom: 15px;
}

.section-title .tabli {
    position: relative;
    top: 15px;
}

.section-tab .nav-tabs {
    border-bottom: 1px solid #c1030e;
}

.section-tab .nav-tabs > li {
    float: left;
    margin-bottom: 0px;
    background: #ffffff;
    margin-right: 3px;
}

.section-tab .nav > li > a:hover,
.section-tab .nav > li > a:focus {
    text-decoration: none;
    background-color: #fff;
}

.section-tab .nav-tabs > li > a {
    margin-right: 0px;
    border: none;
    border-radius: 0;
    padding-left: 12px;
    padding-right: 18px;
    color: #8b8b8b;
    border-left: 1px solid #d4d4d4;
    line-height: 0
}

.section-tab .nav-tabs > li > a:hover {
    border-color: none;
}

.section-tab .nav-tabs > li.active > a,
.section-tab .nav-tabs > li.active > a:hover,
.section-tab .nav-tabs > li.active > a:focus {
    color: #0a0a0a;
    cursor: default;
    background-color: #fff;
    border: none;
    border-left: 1px solid #d4d4d4;
    border-bottom-color: none;
}

.section-tab .tablimore {
    position: absolute;
    right: 0px;
    bottom: 20px;
}

.section-tab .section-tab-more {
    margin: 0px !important;
    padding: 0px !important;
    color: #aa030c !important;
    font-size: 12px;
}
/*.section-title .cate {
    color: #8b8b8b;
    display: inline-block;
    padding-left: 15px;
}

        .section-title .cate a {
            font-size: 16px;
            color: #8b8b8b;
            padding: 0 15px;
            border-left: 1px solid #d4d4d4;
        }*/

/* news */


.section-wrap {
    min-height: 800px;
}

.section-news .news-top {
    border-bottom: 1px dotted #b5b5b5;
    padding: 10px 0;
    margin-bottom: 8px;
}

.section-news .news-top h3 {
    padding-bottom: 14px;
}

.section-news .news-top h3 a {
    font-size: 22px;
    color: #c1030e;
}

.section-news .news-top p {
    font-size: 14px;
    line-height: 24px;
}

.line-clamp1 {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.line-clamp2 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.section-news .news-top p a {
    color: #c1030e;
}

.section-news .news-top p.time {
    font-size: 12px;
    line-height: 26px;
}

.section-list li {
    height: 32px;
    line-height: 32px;
    position: relative;
    padding-left: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.section-list li:after {
    content: "";
    background: #000;
    width: 2px;
    height: 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 47%;
}

.section-list li a {
    font-size: 16px;
}

.section-list li span {
    font-size: 12px;
    float: right;
    padding-left:10px;
}

.tags {
    font-style: inherit;
    color: #c1030e
}

.section-notice {
    margin-top: -2px;
}

.section-notice li {
    width: 100%;
    padding: 12px 0;
    border-top: 1px dotted #b5b5b5;
    white-space: normal;
    height:75px;
}

.section-notice li:first-child {
    border-top: none
}

.section-notice .date {
    background: #fff;
    border: #bfbfbf 1px solid;
    text-align: center;
    float: left;
    width: 54px;
    height: 43px;
    color: #c1030e;
    font-size: 12px;
    margin-right: 10px;
    margin-top: 3px;
}

.section-notice .date b {
    color: #fff;
    background: #c1030e;
    height: 60%;
    font-weight: normal;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.section-notice a {
    line-height: 24px;
}



/* slider */
/* #carousel-home-generic .carousel-indicators li {
    display: inline-block;
    width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
  }
  #carousel-home-generic .carousel-indicators .active {
    width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
  } */
@media (max-width: 959px) {
    #carousel-home-generic {
        padding-top: 50px;
    }
}
#carousel-home-generic .carousel-indicators .active {
    background-color: #e22c2c;
}

#carousel-home-generic .carousel-indicators li {
    display: inline-block;
    width: 22px;
    height: 6px;
    margin: 4px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    border: none;
    border-radius: 2px;
}


#carousel-home-generic .carousel-caption {
    right: 0;
    left: 60%;
    padding-bottom: 0px;
    text-align: left;
}

#carousel-home-generic .calendar-box {
    height: 116px;
    background: rgba(193, 3, 14, 0.7);
    position: relative;
}

#carousel-home-generic .calendar-box .wqhg {
    background: #fed0be;
    width: 75px;
    height: 75px;
    color: #c1030e;
    font-size: 24px;
    padding: 10px;
    text-shadow: none;
    line-height: 28px;
    text-align: center;
    position: relative;
    left: 20px;
    top: 18px;
}

#carousel-home-generic .calendar-box .wqhg::before {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 22px 0 0px;
    border-color: #fed0be transparent transparent transparent;
    position: absolute;
    left: 7px;
    bottom: -11px;
}

#carousel-home-generic .calendar {
    position: absolute;
    left: 128px;
    top: 15px
}

#carousel-home-generic .month {
    font-size: 22px;
    margin-top: 10px;
    text-align: right;
    width: 26px;
    margin-left: 10px;
}

#carousel-home-generic .day {
    width: 240px;
    margin-left: 30px;
}

#carousel-home-generic .day li {
    float: left;
    height: 22px;
    width: 22px;
    text-align: center;
    line-height: 20px;
    margin: 0px 2px;
}

#carousel-home-generic .day li a {
    color: #fff;
    font-size: 14px;
    text-shadow: none;
}

#carousel-home-generic .day li.active {
    background: #df8961;
}

#carousel-home-generic .indicators {
    margin-left: 26px;
    margin-top: 50px;
}

#carousel-home-generic .indicators .prev, #carousel-home-generic .indicators .next {
    display: block;
    width: 13px;
    height: 13px;
    margin-right: 5px;
    margin-top: 2px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/calendar_arr.png") 0 0 no-repeat;
}

#carousel-home-generic .indicators .next {
    background-position: 0 -14px;
}



#carousel-news-generic .carousel-indicators .active {
    background-color: #e22c2c;
}

#carousel-news-generic .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
}

#carousel-news-generic .carousel-caption {
    padding-bottom: 0px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    bottom: 35px;
}

#carousel-news-generic .carousel-caption h4 {
    font-size: 16px;
}

#carousel-news-generic .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: inherit;
    right: 20%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-right: -30%;
    text-align: center;
    list-style: none;
}
/*img*/
#carousel-newsimg-generic .carousel-indicators .active img {
    border: 2px solid #e22c2c;
    width: 80px;
    height: 50px;
}

#carousel-newsimg-generic .carousel-indicators li {
    display: inline-block;
    width: 80px;
    height: 50px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    border: none;
    border-radius: 1px;
}

#carousel-newsimg-generic .carousel-indicators li img {
    width: 80px;
    height: 50px;
    border: 2px solid #ccc;
    
}

#carousel-newsimg-generic .carousel-caption {
    bottom: 5px;
    padding-bottom: 0px;
}

#carousel-newsimg-generic .carousel-caption h4 {
    font-size: 16px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#carousel-newsimg-generic .carousel-indicators {
    position: relative;
    left: 0;
    right: 0;
    top: 13px;
    margin: auto;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    text-align: center;
    list-style: none;
}
#carousel-newsimg-generic .txtbg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 36px;
    background-color: rgba(0,0,0,.3);
    color:#fff;
}
@media (min-width: 992px) {
    #carousel-news-generic .carousel-inner img, #carousel-newsimg-generic .carousel-inner img {
        height: 284px;
        width: 100%;
    }

}
/* news  */

@media (max-width:767px) {
    .new-gutter-left, .new-gutter-right {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 768px) {
    .new-gutter-left {
        padding-left: 0;
    }
    .new-gutter-right {
        padding-right: 0;
    }
}
.online-application {
    width: 323px;
    height: 110px;
    border: 1px solid #aeaeae;
    background: #d0eeff;
    margin-top: 12px;
    display: block;
    max-width: 100%;
    height: auto;
}

.online-application h3 {
    font-size: 24px;
    color: #174180;
    font-weight: bold;
    text-align: center;
    padding-top: 12px;
    margin-bottom: 10px;
}

.online-application .form-inline {
    margin-left: 70px;
}

.online-application .form-group {
    margin-bottom: 6px;
}

.online-application label {
    padding-right: 10px;
    font-weight: normal;
}

.online-application input {
    border: 1px solid #8b8b8b;
    border-radius: inherit;
    width: 110px;
    height: 22px;
}


.online-application .btn {
    color: #0a0a0a;
    background-color: transparent;
    border: 0px none;
    font-size: 14px;
    text-decoration: underline;
    padding-left: 10px;
}

.online-application .btn:hover {
    color: #0a0a0a;
    border: none;
    cursor: hand;
    cursor: pointer;
    text-decoration: underline;
}

.online-application .btn:focus {
    outline: none;
}   


.gg {
    padding: 45px 0;
}

.campus-scenery {
    margin-bottom: 32px;
    background: #fff url(../images/bg001.png) no-repeat center bottom;
}

.campus-more {
    background: #c1030e;
    padding: 6px 20px;
    color: #ffffff !important;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 20px;
}

#campus-more .icon {
    font-size: 50px;
    color: #fff;
}

.waterfall {
    padding-top: 20px;
}

.waterfall .list-group {
    margin-left: 33px;
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
}

.waterfall > div {
    margin-left: -30px;
}

.waterfall .list-group-item {
    border: none;
}

.waterfall .list-group > li:first-child {
    padding: 0;
    background-color: #fff
}

.waterfall .list-group {
    margin-bottom: 30px;
}

.waterfall .list-group > li:first-child img {
    width: 100%;
}

.waterfall .list-group > li {
    background-color: #fff
}

.waterfall .media {
    font-size: 14px;
    color: #676767;
}

.waterfall .media h3 {
    font-size: 20px;
    color: #000;
    padding-bottom: 10px;
}

@media (min-width:768px) {
    .waterfall .list-group {
        width: 326px
    }
}

@media (min-width:992px) {
    .waterfall .list-group {
        width: 280px
    }
}

@media (min-width:1200px) {
    .waterfall .list-group {
        width: 326px
    }

    .waterfall .list-group1 {
        width: 333px
    }
}
/* link */
.section-link {
    margin-bottom:20px;
}
.section-link .row > div {
    margin-bottom: 32px;
}

.section-link h3 {
    color: #4461c1;
    font-size:24px;
    margin-bottom:23px;
}
@media (max-width: 959px) {
    .page-banner {
        padding-top: 50px;
    }
}
/* list */
.wrap-bg {
    background: #fff url(../images/bg002.png) no-repeat left bottom;
}

@media (max-width: 959px) {
    .wrap-bg {
        background: #fff none;
    }
}

.breadcrumb-news {
    padding: 12px 15px;
    background-color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
}

.breadcrumb-news li a {
    color: #aeaeae;
}

.breadcrumb-news li.action {
    color: #565656;
}

.breadcrumb-news > li + li:before {
    color: #aeaeae;
    content: "\2013";
}

.breadcrumb-news > li + li:before {
    padding: 0;
}

.section-body {
    padding-bottom: 100px;
}

.section-body h2.tit {
    font-size: 28px;
    color: #c1030e;
    padding: 15px 10px;
    margin-top: 15px;
    border-bottom: 7px solid #f8e3e4;
}
/* list */
.thumbnail {
    padding: 0;
    margin-bottom: 0px;
    border-radius: 0;
    border: none;
}

.pic-txt-list .media-item .thumbnail {
    display: block;
    padding: 0;
    margin-bottom: 0px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #cecece;
    border-radius: 0;
}

.pic-txt-list .media-item a:hover {
    text-decoration: none;
}

.pic-txt-list .media-item {
    margin: 0 10px;
    padding: 30px 0px 25px 0;
    border-bottom: 1px solid #c1c1c1;
}

.pic-txt-list .media-item:last-child {
    border-bottom: 1px solid #c1030e;
}

.pic-txt-list .media-item .media-left {
    padding-right: 30px;
}
@media (max-width:767px) {
    .pic-txt-list .media-item .media-left {
        padding-bottom: 10px;
    }
}

.pic-txt-list .media-item .media-left a {
    width: 254px;
    height: 169px;
    overflow: hidden;
}

.pic-txt-list .media-item .media-left a:hover {
    border: 1px solid #cecece;
}

.pic-txt-list .media-item img {
    object-fit: cover;
    width: 100%;
    height: 169px;
}

.pic-txt-list .media-item .media-body {
    padding-top: 5px;
    padding-bottom: 5px;
}
@media (max-width:767px) {
    .pic-txt-list .media-item .media-body {
        display:initial;
    }
}
.pic-txt-list .media-item .media-body h4 {
    color: #000;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}
.pic-txt-list .media-item .media-body p.intro {
    color: #696969;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
    padding-top: 16px;
    max-height: 88px;
}

.pic-txt-list .media-item .media-body .time-more {
    color: #696969;
    font-size: 14px;
    padding-top: 20px;
}

.pic-txt-list .media-item .media-body .time-more a {
    font-size: 12px;
    color: #fff;
    background: #c1030e;
    border-radius: 20px;
    padding: 5px 20px;
}
/* txt-list */
.txt-list {
    padding-top: 16px;
}

.txt-list li {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 16px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.txt-list li:after {
    content: "";
    background: #0a0a0a;
    width: 2px;
    height: 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: block;
    position: absolute;
    left: 8px;
    top: 50%;
}

.txt-list li:last-child {
    border-bottom: 1px solid #c1030e
}

.txt-list li a {
    font-size: 18px;
    color: #0a0a0a;
    position: relative;
}

.txt-list li span {
    font-size: 14px;
    color: #767676;
    float: right;
}

.new-icon {
    font-size: 12px;
    text-align: center;
    background: #c1030e;
    color: #fff;
    border-radius: 2px;
    height: 14px;
    line-height: 12px;
    width: 32px;
    font-style: normal;
    position: absolute;
    top: 0;
    right: -40px;
}
/* download-list */
.download-list {
    padding-top: 16px;
}

.download-list li {
    border-bottom: 1px solid #e6e6e6;
    padding: 18px 16px;
    position: relative;
}

.download-list li:last-child {
    border-bottom: 1px solid #c1030e
}


.download-list li span {
    font-size: 14px;
    color: #767676;
    float: right;
}

.ion-md-download {
    color: #f1989d;
    padding: 0 15px;
    font-size: 22px;
    float: right;
    margin-top: -5px;
}

.ion-md-download:hover, .ion-md-download:visited {
    color: #f1989d;
}

.download-list i.fa {
    padding-right: 10px;
}
/* pic-list */


.pic-list .thumbnail {
    display: block;
    margin-bottom: 10px;
    background-color: #fff;
    border: none;
    border-radius: 0;
}

.pic-list .thumbnail img {
    border: 1px solid #c8c8c8;
    border-bottom: 2px solid #c8c8c8;
    width: 248px;
}

.pic-list .thumbnail .caption h3 {
    font-size: 22px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.pic-list .thumbnail .caption p {
    font-size: 16px;
    height: 36px;
    line-height: 36px;
}

.pic-list .thumbnail .caption .btn-more {
    font-size: 14px;
    background: #c1030e;
    text-align: center;
    color: #fff;
    padding: 6px 32px;
    border-radius: 20px;
}

.pic-list > div {
    padding-top: 23px
}

/* library-list */
.section-body .category {
    margin: 6px 0px;
}

.section-body .category li {
    float: left;
    padding: 2px 12px;
}

.section-body .category li.active a {
    color: #c1030e;
    text-decoration: underline;
}

.section-body .order {
    padding-top: 12px;
}

.section-body .library-search {
    border-top: 4px solid #f8e3e4;
}

.section-body .order a {
    background: #f1f1f1;
    font-size: 14px;
    color: #565656;
    text-align: center;
    height: 24px;
    width: 46px;
    line-height: 24px;
    display: inline-block;
    margin-right: 8px;
}

.section-body .order a.active {
    color: #c1030e;
}

.library-search .search {
    position: relative;
    padding-top: 5px;
    width: 240px
}

.library-search .search input[type="text"] {
    border-radius: 0;
    opacity: 1;
    width: 100%;
    padding: 2px 0 2px 6px;
    border: none;
    border-bottom: 1px solid #c0c0c0;
    -webkit-box-shadow: 0;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}



.library-search .search button {
    outline: none;
    border: none;
    background: transparent;
    font-size: larger;
    color: #c1030e;
    position: absolute;
    right: 6px;
    top: 9px;
}

/* library-list */
.library-list .media {
    background: #f8f8f8;
    padding: 9px;
    margin: 20px 0;
}

.library-list .media-heading {
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.library-list .media-heading a {
    font-size: 20px;
}

.library-list .media-left {
    padding-right: 17px;
}

.library-list .media-object {
    width: 140px;
    height: 196px;
}

.library-list p {
    color: #565656;
    font-size: 14px;
    line-height: 22px;
}

.library-list p.intro {
    max-height: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.library-list .media-body {
    position: relative;
}

.library-list p.read {
    position: absolute;
    bottom: 1px;
}

.library-list p.read a {
    color: #c1030e;
    font-size: 12px;
}

/* leader-list */
.leader-list {
    padding: 0 15px;
}

.leader-list .media {
    position: relative;
    background: #f1f1f1;
    /*min-height: 288px;*/
    margin-top: 20px;
    margin-bottom: 40px;
}

.leader-list .media-heading {
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
   
}

.leader-list .media-heading {
    font-size: 26px
}

.leader-list .media, .media-body {
    overflow: visible;
}

.leader-list .media-body {
    padding: 25px 35px;
}

.leader-list p {
    font-size: 18px;
}

.leader-list p.post {
    padding: 10px 0 20px 0;
}

.leader-list p.intro {
    max-height: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    line-height: 30px;
}
/* honors-list */
.honors-list {
    margin-top: 40px;
}

.honors-list .panel {
    border: 1px solid transparent;
    border-radius: 24px;
    border-radius: 0;
    -webkit-box-shadow: 0;
    box-shadow: none
}

.honors-list .panel-group {
    margin-bottom: 20px;
}

.honors-list .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.honors-list .panel-group .panel + .panel {
    margin-top: 5px;
}

.honors-list .panel-group .panel-heading {
    border-bottom: 0;
    border-radius: 24px;
    position: relative;
}

.honors-list .panel-group .panel-heading .panel-title {
    font-size: 26px;
    padding-left: 60px;
}

.honors-list .panel-group .panel-heading + .panel-collapse > .panel-body,
.honors-list .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: none;
}

.honors-list .panel-group .panel-footer {
    border-top: none;
}

.honors-list .panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: none;
}

.honors-list .panel-default {
    border: none;
}

.honors-list .panel-default > .panel-heading {
    color: #c1030e;
    background-color: #ebebeb;
    border-top-color: none;
}

.honors-list .panel-default .panel-heading-active {
    color: #fff;
    background-color: #c1030e;
}

.honors-list .panel-body {
    border: none;
}

.circle-icon {
    position: absolute;
    left: 6px;
    top: 6px
}

.collapse-arrow {
    font-size: 14px;
}

.collapse-arrow:after {
    color: #c1030e;
    content: "\6536\8d77\0020 >";
    display: block;
    float: right;
    font-size: 14px;
    line-height: 30px;
    position: relative;
}

.collapse-arrow.collapsed:after {
    content: "\5c55\5f00\0020 \2228";
}

.collapse-arrow.collapsed-active:after {
    color: #fff;
}

.honors-list .panel-body {
    margin-left: 20px;
    padding: 5px;
}

.honors-list .panel-body .box {
    border-left: 3px solid #d5d5d5;
    padding: 20px 0 20px 40px;
}

.honors-list .panel-body .box li {
    padding: 10px 0;line-height:30px;
}

.honors-list .panel-body .box li span {
    font-size: 18px;
}

.honors-list .panel-body .box li span.month {
    background: #799cda;
    color: #fff;
    padding: 3px 10px;
    margin-right: 10px;
}

/* major-list */
.major-intro {
    line-height: 38px;
    font-size: 18px;
    text-indent: 2em;
    margin-top: 20px;
}

.major-list .thumbnail {
    margin-top: 40px;
}
.major-list .thumbnail img {
    border: 1px solid #cacaca;
}
.major-list .caption {
    padding: 0;
}

.major-list .caption h3 {
    padding: 16px 7px;
    color: #c1030e;
}

.major-list .caption p.tit {
    background: #f1f1f1;
    color: #c1030e;
    padding: 5px 0 5px 10px;
    font-size: 18px;
    overflow: hidden;
    z-index: 9999;
    position: relative;
}


.major-list .caption ul {
    margin-top: -8px;
}

.major-list .caption li {
    height: 38px;
    background: url(../images/major.png) no-repeat;
}

.major-list .caption li a {
    display: block;
}

.major-list .caption li p {
    color: #565656;
    font-size: 18px;
    padding-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 22px;
}



/* details */
.details h3 {
    border-bottom: 2px solid #f1989d;
    font-size: 32px;
    color: #000;
    text-align: center;
    padding: 25px 0;
}

.details .info {
    color: #696969;
    font-size: 14px;
    text-align: center;
   padding:10px 0; 
}
.details .con {
    width: auto;
    margin: 0;
}
.details .info span {
   padding:0 8px;
}
.details .con, .section-con, .details .con p, .section-con p {
    font-size: 18px;
    color: #0a0a0a;
    padding-top: 10px;
    line-height: 36px;
    text-indent: 2em;
}

.details .con img, .section-con img {
    max-width: 100%;
    margin: .6em auto;
    display: block;
}

.details p {
    text-indent: 2em;
    font-size: 18px;
    color: #0a0a0a;
    line-height: 36px;
}
/*share*/
.details .shareBox {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #666666; 
    font-size: 16px; 
    height: 22px;
    line-height: 22px; 
    vertical-align: top;
    float: right;
}
.details .slideDown{float:right;cursor: pointer;position: relative;}
.details .slideDown .share{display: block;background: url(/images/share.png) no-repeat left center;padding-left:24px;}
.details .slideDown .share:hover{color:#bf0614;background: url(/images/share_hove.png) no-repeat left center;}
.details .slideDown .share.active{color:#bf0614;background: url(/images/share_hove.png) no-repeat left center;}
.details .slideDown .selectBox{ display: none; background: #fff;    position: absolute;  left: -22px;  top: 35px;  z-index: 999;  width: 100px; border-radius: 2px;box-shadow: 1px 1px  6px #666;padding:5px 0;box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1); }
.details .slideDown .selectBox a {  background-image: none;    color: #848484;  display: block;  font: 12px/39px "Arial";  height: 34px;  padding-left: 45px;  overflow: hidden; line-height: 34px; }
.details .slideDown .selectBox a.weixin {background: url(/images/share_ico.png) no-repeat 12px 4px; }
.details .slideDown .selectBox a.weixin:hover{background: url(/images/share_ico_hover.png) no-repeat 12px 4px;}
.details .slideDown .selectBox a.weibo {background: url(/images/share_ico.png) no-repeat 12px -30px;  }
.details .slideDown .selectBox a.weibo:hover{ background: url(/images/share_ico_hover.png) no-repeat 12px -30px;}
body .bd_weixin_popup {
    padding: 0;
    height: 310px !important;
}
body .bd_weixin_popup .bd_weixin_popup_head span {
    display: none;
}
body .bd_weixin_popup .bd_weixin_popup_foot {
    text-align: center;
}
/* details1 */
.media-details {
    padding-top: 30px;
}

.media-details .media-heading {
    font-size: 28px;
}

.media-details .media-left {
    padding-right: 36px;
}

.media-details .media-heading {
    margin-top: 15px;
}

.media-details h4 span {
    border-left: 6px solid #c1030e;
    padding-right: 12px;
    display: inline-block;
    height: 26px;
    vertical-align: bottom;
}

.media-details h4 {
    padding-left: 7px;
}

.media-details p {
    font-size: 18px;
    line-height: 48px;
    padding-left: 26px;
}

.media-details .media-con {
    
    font-size: 18px;
    padding: 26px 20px;
    line-height: 36px;
    margin-top: 10px;
}

.sidebar {
    overflow: hidden;
    /*margin-left: 30px;*/
}

@media (min-width:1200px) {
    .sidebar {
        margin-left: 40px;
    }
}

.sidebar .tit {
    background: url(../images/sidebar_bg.png) no-repeat 18px 0;
    height: 83px;
}

.sidebar .tit h4 {
    padding-top: 23px;
    padding-left: 42px;
}

.sidebar-nav > li {
    width: 233px;
    margin-bottom: 1px;
    position: relative;
}

.sidebar-nav > li.nav > a {
    width: 233px;
    display: inline-block;
    text-align: left;
    height: 59px;
    line-height: 59px;
    font-size: 20px;
    color: #0a0a0a;
    padding-left: 50px;
}

.sidebar-nav > li.active a {
    color: #fff;
}

.sidebar-nav > li b {
    background: url(../images/dotli.png) no-repeat;
    background-position: 0 0;
    height: 3px;
    width: 6px;
    position: absolute;
    top: 30px;
    left: 35px;
}

.sidebar-nav > li:hover b, .sidebar-nav > li.active b {
    background: url(../images/dotli.png) no-repeat;
    background-position: 0 -3px;
    height: 3px;
    width: 6px;
    position: absolute;
    top: 30px;
    left: 35px;
}

.sidebar-nav .nav1 {
    background: url(../images/nav1.png) no-repeat;
}

.sidebar-nav .nav2 {
    background: url(../images/nav2.png) no-repeat;
}

.sidebar-nav .nav1 a:hover, .sidebar-nav .nav1.active {
    background: url(../images/nav1_action.png) no-repeat;
    color: #fff;
}

.sidebar-nav .nav2 a:hover, .sidebar-nav .nav2.active {
    background: url(../images/nav2_action.png) no-repeat;
    color: #fff;
}

.sidebar-nav .nav1 i, .sidebar-nav .nav2 i {
    float: right;
    margin-right: 36px;
}

.sidebar-nav > li ul {
    margin-bottom: 20px;
}
.sidebar-nav .nav-layer2 {
    border-left: 1px solid #aa030c;
    margin-left: 26px;
    position: relative;
}

.sidebar-nav .layer2 {
    padding-top: 12px;
}

.sidebar-nav .nav-layer2 > li::before {
    content: "";
    background: url(../images/nav-layer2.png) no-repeat 0 0;
    width: 10px;
    height: 2px;
    position: absolute;
    left: 0;
    margin-top: 12px;
}

.sidebar-nav li.layer2 a {
    color: #565656;
    font-size: 18px;
    padding-left: 23px;
}
.sidebar-nav .layer2 a:hover, .sidebar-nav .layer2.active a {
    background: none;
    color: #c1030e;
}

.sidebar-nav .nav-layer3 {
    padding-left: 6px;
    margin-bottom: 0px;
}

.sidebar-nav .nav-layer3 li {
    padding: 5px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sidebar-nav li.layer3 a {
    font-size: 14px;
}
.sidebar-nav .layer3 a:hover, .sidebar-nav .layer3.active a {
    background: none;
    color: #c1030e;
}
/* footer */
.section-footer {
    background: #848484;
    padding: 18px 0;
    color: #fff;
    font-size: 12px;
}

.section-footer address {
    margin:10px 0;
}

.section-footer address p {
    font-size: 18px;
    font-weight: bold;
    padding-top: 3px;
}

.section-footer p {
    line-height: 18px;
}

.section-footer .line {
    height: 31px;
    border-left: 1px solid #bcbcbc;
    margin: 15px 15px 0 15px;
}

.section-footer p a {
    color: #fff;
}
/* Mobile Layout */
@media only screen and (max-width: 767px) {

    .mobile-nav {
        display: block;
    }

    .breadcrumbs h2 {
        font-size: 35px;
        padding: 30px 0;
    }

    .breadcrumbs .bread-list {
        padding: 15px 80px;
    }

    .header {
        padding: 12px 0;
    }

    .header .logo {
        padding: 0;
    }

    .header .header-widget {
        display: none;
    }

    .header .header-inner {
        display: none;
    }

    .header .nav li a {
        padding: 16px 10px;
    }

    .header .social {
        display: none;
    }

    .header .nav .mega-inner .single-menu {
        width: 30%;
    }

    .header .topbar .contact {
        float: none;
        text-align: center;
    }

    .header.style2 .social {
        display: block;
        text-align: center;
        margin-top: 10px;
    }

    .header .topbar {
        background: #353535;
    }

    .header .mobile-nav {
        display: block;
    }

    .header .slicknav_menu {
        background: transparent;
        padding: 0;
    }

    .header .slicknav_btn {
        background: transparent;
        padding: 8px 9px;
        margin: -31px 0px 0 0px;
        border: none;
        border-radius: 0px;
    }

    .header .drop-down .slicknav_nav .slicknav_arrow {
        display: block;
    }

    .header .slicknav_menu .mega-widget p {
        color: #fff;
        margin: 10px 0;
    }

    .header .slicknav_menu .mega-widget img {
        width: 100%;
    }

    .header .slicknav_menu .mega-widget .image a {
        display: none;
    }

    .header .slicknav_menu .list-menu span {
        margin-right: 10px;
    }

    .header .slicknav_menu .list-menu {
        display: block;
    }

    .header .slicknav_menutxt {
        text-shadow: none;
    }

    .header .slicknav_nav .slicknav_arrow {
        float: right;
    }

    .header .slicknav_nav a {
        margin: 0;
        color: #fff;
        background: transparent;
        overflow: hidden;
    }

    .header .slicknav_nav a:hover,
    .header .slicknav_nav a:focus,
    .header .slicknav_nav a:active {
        color: #fff;
    }

    .header .slicknav_nav a i {
        display: none;
    }

    .header .slicknav_nav {
        background: #353535;
        margin-top: 10px;
        padding: 5px;
    }

    .header .slicknav_nav .drop-down {
        margin: 5px 10px;
    }

    .header .slicknav_nav .mega-inner a h4 {
        float: left;
        font-weight: 500;
    }
}
/**/
.adv-fixeds {
    height: 166px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}

.adv-fixeds .adv_bg {
    position: absolute;
    z-index: 10;
    bottom: 0;
    height: 180px;
    width: 100%;
    display: block;
    cursor:default;
}

.adv-fixeds .adv_con {
    position: relative;
    z-index: 11;
    height: 146px;
}
.adv-fixeds .adv_con .QR {
   margin-right:180px;
   margin-top:15px;
}
.adv-fixeds .adv_con .QR img {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-border-radius: 6px;
    height: 108px;
    width: 108px;

}
.adv-fixeds .adv_con .QR p{
   font-size:14px;
   color:#fff;
   text-align:center;
}
.adv-fixeds .adv-txt {
    margin: 26px 0 0 120px;
    max-width: 1000px;
    position: absolute;
    z-index: 10000;
}
.adv-fixeds .adv-txt li {
    height: 36px;
    line-height: 36px;
    position: relative;
    padding-left: 23px;
}
.adv-fixeds .adv-txt li:after {
    content: "";
    background: #f8ab24;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-border-radius: 10px;
    display: block;
    position: absolute;
    left: 0;
    top: 42%;
}
.adv-fixeds .adv-txt li a {
    font-size:20px;
    color:#fff;
}
.adv-fixeds .adv_con .adv_close {
    position: absolute;
    z-index: 10;
    top: 2px;
    right: 0px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/images/adv-close.png) no-repeat;
}
.adv-fixeds .adv_con .qrcode_btn {
    position: absolute;
    top: 0px;
    left: 0px;
    display: inline-block;
    width: 100%;
    height: 180px;
    background-image: url(about:blank);
}
.duilian {
    position: absolute;
    top: 140px;
    width: 170px;
    z-index: 9999;
    background: #ffffff;
    border-radius: 11px;
    padding: 2px;
    box-shadow: 0px 0px 20px rgba(221,220,220,0.8)
}

.duilian_left {
    left: 2px;
    
}

.duilian_right {
    right: 2px;
}

.duilian_con {
    width: 166px;
    height: 296px;
    overflow: hidden;
    border-radius: 11px;
}

.duilian_close {
    position: absolute;
    top:8px;
    right:8px;
    width:16px;
    height:16px;
    background:url(/images/adv-close2.png) no-repeat;
}

/*pagination */
.page-box {
    margin: 10px 0px;
    padding-bottom: 30px;
    padding-top: 20px;
}

.page-box:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div.badoo {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 13px;
    padding-bottom: 10px;
    color: #48b9ef;
    padding-top: 10px;
    font-family: arial, helvetica, sans-serif;
    background-color: #fff;
    text-align: center
}

div.badoo a {
    border: #d9d9d9 1px solid;
    padding: 4px 8px;
    margin: 0px 5px;
    color: #0a0a0a;
    text-decoration: none;
}

div.badoo a:hover {
    border: #d9d9d9 1px solid;
}

div.badoo a:active {
    border: #d9d9d9 1px solid;
}

div.badoo span.current {
    border: #cb7f83 1px solid;
    padding: 4px 8px;
    color: #fff;
    background-color: #e11f28
}

div.badoo span.disabled {
    display: none
}


#nativeShare {
    font-size: 13px;
}

#nativeShare .label {
    font-size: 20px;
}

#nativeShare .list {
    width: 90%;
    margin: 0 auto;
}

#nativeShare .list span {
    width: 30%;
    display: inline-block;
    text-align: center;
    margin: 10px 0;
}

#nativeShare .list span i {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}

#nativeShare .weibo i {
    background-image: url('./icon/weibo.png');
    background-size: cover;
}

#nativeShare .weixin i {
    background-image: url('./icon/weixin_friend.png');
    background-size: cover;
}

#nativeShare .weixin_timeline i {
    background-image: url('./icon/weixin.png');
    background-size: cover;
}

#nativeShare .qq i {
    background-image: url('./icon/qq.png');
    background-size: cover;
}

#nativeShare .qzone i {
    background-image: url('./icon/qqzone.png');
    background-size: cover;
}

#nativeShare .more i {
    background-image: url('./icon/more.png');
    background-size: cover;
}
#win-ad {
    position: absolute;
    left: 30px;
    top: 200px;
    z-index:9999;
}
#win-ad img{
    border-radius:2px;
}
.win-ad-close {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 16px;
    height: 16px;
    background: url(/images/adv-close3.png) no-repeat;
}
