/**
 * @file
 * Subtheme specific CSS.
 */

.path-frontpage #main-wrapper>.container>div>main#content {
    padding: 0;
}

.feed-icons {
    display: none;
}

section.row.region.region-top-header {
    margin: 0;
}

.navbar-brand {
    height: 80px;
    margin-left: auto;
    margin-right: auto;
}

.navbar-brand img {
    height: 100%;
    width: auto;
}

.head_top_lnk {
    background: #fff;
}

.head_top_lnk_wrap {
    height: 58px;
}

.head_top_lnk_left p {
    margin: 0;
}

.split-line {
    width: 1px;
    height: 20px;
    background-color: #888;
    display: inline-block;
    margin: 0 10px;
}

.head_top_lnk_wrap.row {
    justify-content: space-between;
    align-items: center;
    color: #888;
    padding: 0 8%;
}

.navbar-nav .nav-link {
    font-size: 100%!important;
}

.top-right-link {
    text-align: right;
    margin-bottom: 5px;
}

.top-right-link a {
    color: #666;
    margin-left: 34px;
}

.top-right-link a.en {
    color: #BB2A32;
}

.region-top-header-form {
    display: flex;
    flex-direction: column;
}

.top-form-link {
    list-style: none;
    margin: 0;
}

.top-form-link li {
    display: inline-block;
    color: #fff;
    padding: 0 10px;
    position: relative;
}

.top-form-link li:before {
    content: '';
    display: block;
    width: 1px;
    height: 21px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.top-form-link li:last-of-type {
    padding-right: 0;
}

.top-form-link li:first-of-type::before {
    display: none;
}

.top_lnk_left_ul ul {
    padding: 0;
    margin: 16px 0;
    list-style: none;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.search-block-form .container-inline {
    float: right;
}

.form-inline .form-control {
    background-color: #fff;
    width: 222px;
    border: 1px solid #BB2A32;
    margin-right: -10px;
    height: 34px;
    border-radius: 4px 0 0 4px;
    border-right: none;
}

.form-control:focus {
    box-shadow: none;
}

.search-block-form .form-submit {
    background-color: #fff;
    border: 1px solid #BB2A32;
    border-left: none;
    border-radius: 0 4px 4px 0;
    text-indent: -1000px;
    background-image: url(../images/front/search-icon.svg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 46px;
    height: 34px;
    overflow: hidden;
}

header #search-block-form {
    padding-right: 0;
    margin: 0;
}

.main-nav {
   /* height: 72px; */
    background-color: #BB2A32;
    align-items: center;
    display: flex;
}

/*搜索页面*/

form#search-form #edit-basic {
    display: flex;
    align-items: center;
    max-width: 600px;
}

form#search-form fieldset.form-type-search {
    display: flex;
    align-items: center;
    width: calc(100% - 80px);
    margin-bottom: 0;
    margin-right: 15px;
}

form#search-form fieldset.form-type-search>label {
    display: none !important;
}

form#search-form #edit-basic>button#edit-submit {
    width: 60px;
    height: 38px;
}

form#search-form a.search-help-link {
    display: none;
}

.path-search h2 {
    font-size: 32px;
    margin-top: 40px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 0 20px;
    background-color: #fff;
    border: 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #f2f2f2;
}

.list-group-item h3 {
    font-size: 20px;
}

.list-group-item h3 a {
    color: #5c5c5c;
}

.list-group-item p {
    margin-bottom: 0;
    font-size: 14px;
}

.page-link:focus {
    box-shadow: none;
}

/*首页*/

.path-frontpage #block-mytheme-page-title {
    display: none;
}

/*首页banner*/

.region-banner {
    padding: 0 3.3%;
    background: url(../images/front/middle.jpg) no-repeat center center;
    background-size: 100% 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.banner-bottom {
    height: 50px;
    position: relative;
    background: url(../images/front/bottom-middle.png) no-repeat center center;
    background-size: 100% 100%;
}

.banner-top {
    display: none;
}

/*底部*/

.footer-bottom-left, .footer-bottom-right {
    padding: 0;
}

.footer-bottom-link {
    text-align: right;
}

.footer-bottom-link ul {
    display: inline-block;
}

.footer-bottom-link li {
    display: inline-block;
    position: relative;
    padding: 0 25px;
}

.footer-bottom-link li::before {
    content: '';
    display: block;
    width: 1px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    opacity: 0.5;
}

.footer-bottom-link li:last-of-type {
    padding-right: 0;
}

.footer-bottom-link li:first-of-type::before {
    display: none;
}

.site-footer .footer-bottom-link li a {
    color: #fff;
}

footer.site-footer {
    display: block;
    padding: 0;
    background: none;
}

section.row.region.region-footer-top {
    width: 100%;
    padding: 0;
    float: none;
    margin: 0;
}

.footer_top img {
    max-width: 100%;
}

.site-footer .block {
    margin: 0;
    border: 0;
    border-color: transparent;
    padding: 0;
}

.site-footer__bottom {
    letter-spacing: 0.2px;
    margin-top: 0;
    border-top: 0;
    border-color: transparent;
}

#block-footerlinks {
    width: 100%;
}

#block-copyright>.content {
    padding: 0;
}

.site-footer__bottom .region {
    margin: 0;
    width: 100%;
}

#block-copyright p {
    color: #cccccc;
    margin-bottom: 0;
    font-size: 14px;
}

/*#block-footerlinks .col-md-6.col-sm-6 {
    display: flex;
    align-items: center;
}*/

.footer_top_left {
    display: flex;
    justify-content: flex-start;
}

.links {
    width: 16.6%;
}

.footer-links-title {
    font-size: 18px;
    color: #333333;
    margin-bottom: 50px;
}

.links ul {
    list-style: none;
    padding-left: 0 !important;
    margin-bottom: 0;
}

.links ul li a {
    border-bottom: 0 !important;
    color: #666666 !important;
    font-size: 14px;
}

.footer_top_right {
    padding-left: 0;
}

.qrcodes {
    display: flex;
    margin-top: 16px;
    justify-content: space-between;
}

.qrcode_item {
    width: 45%;
    text-align: center;
    color: #333333;
}

.footer_bottom {
    background-color: #BB2A32;
    padding: 40px 0;
}

.footer-bottom-item {
    text-align: right;
}

.footer-bottom-item span {
    display: inline-block;
    margin-left: 10px;
}

.footer-logo {
    height: 54px;
    text-align: center;
    margin-bottom: 10px;
}

.footer-logo img {
    height: 100%;
    width: auto;
}

.footer-copy {
    text-align: center;
}

.footer-copy span {
    color: #333;
    font-size: 14px;
    display: inline-block;
    position: relative;
    padding: 0 30px;
}

.footer-copy span::before {
    content: '';
    display: block;
    width: 1px;
    height: 18px;
    overflow: hidden;
    background-color: #999;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
}

.footer-copy span:first-of-type::before {
    display: none;
}

span.footer_bottom_left_label {
    min-width: 62px;
}

.footer_bottom select#friend-links {
    width: 100%;
    background: transparent;
    color: #ffffff;
    border: 0;
}

.footer_bottom select#friend-links:focus {
    outline: none;
}

.footer_bottom select#friend-links option {
    background: #ffffff;
    color: #333333;
}

.footer_bottom_right span {
    display: block;
    text-align: right;
}

.footer_bottom_right span:first-child {
    margin-bottom: 20px;
}

.footer_bottom_left {
    display: flex;
    align-items: center;
}

.footer_bottom_left_content {
    padding: 8px 15px;
    border: 1px solid #bbbbbb;
    width: 280px;
    max-width: calc(100% - 62px);
    display: block;
    line-height: 14px;
}

.path-frontpage .block h2 {
    font-size: 24px;
    line-height: 120%;
    padding: 20px;
    display: block;
    border-bottom: 1px solid #BB2A32;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #BB2A32;
}

.path-frontpage .block h2 span {
    display: flex;
    align-items: center;
}

.path-frontpage .block h2 span img {
    width: 24px;
    height: 24px;
    position: relative;
    margin-right: 10px;
}

.path-frontpage .block h2 a.more {
    font-size: 14px;
    color: #999;
    font-weight: normal;
}

.path-frontpage .block h2 a.more:hover {
    font-size: 14px;
    color: #BB2A32;
}

.front-block {
    position: relative;
}

.layout__region--second .block-views {
    border: 1px solid #ccc;
    margin-bottom: 24px;
}

.layout__region--second .front-block .more-link {
    position: absolute;
    top: -67px;
    right: 0;
    width: 74px;
    height: 37px;
    text-align: center;
    background: url(../images/front/more.png) no-repeat center center;
    background-size: contain;
    line-height: 37px;
    color: #fff;
}

.layout__region--second .front-block .more-link a {
    color: #fff;
}

.layout__region--first .front-block .more-link {
    width: 100%;
    height: 60px;
    text-align: center;
    background: #DEDEDE;
    color: #666;
}

.layout__region--first .front-block .more-link a {
    color: #666;
    line-height: 60px;
    font-size: 14px;
    text-decoration: underline;
}

.path-frontpage .layout {
    margin-bottom: 50px;
}

.carousel-control-next, .carousel-control-prev {
    opacity: 1;
    width: 10%;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 34px;
    height: 60px;
}

.carousel-control-next-icon {
    background-image: url(../images/front/arrow-next.svg);
}

.carousel-control-prev-icon {
    background-image: url(../images/front/arrow-prev.svg);
}

.carousel-caption {
    right: 0;
    left: 0;
    bottom: 0;
    text-align: left;
    padding: 20px;
    color: #fff;
    background-color: rgba(187, 42, 50, 0.76)
}

.carousel-caption h3 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: normal;
}

.carousel-caption h3 a {
    color: #fff;
}

.carousel-caption p {
    margin-bottom: 0;
    font-size: 100%;
    line-height: 150%;
}

#views-bootstrap-front-blocks-block-6 .carousel-control-next, #views-bootstrap-front-blocks-block-6 .carousel-control-prev {
    width: 30px;
    height: 52px;
    /* background-color: rgba(90, 90, 90, 0.3); */
    top: 50%;
    transform: translateY(-50%);
}

#views-bootstrap-front-blocks-block-6 .carousel-control-next-icon, #views-bootstrap-front-blocks-block-6 .carousel-control-prev-icon {
    /* transform: scale(0.56); */
}

.carousel-control-prev {
    left: 3%;
}

.carousel-control-next {
    right: 3%;
}

.imgtitle-wrapper {
    overflow: hidden;
}

.imgtitle-wrapper ul {
    margin: 0 -12px;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}

.imgtitle-list {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 12px;
    margin-bottom: 40px;
}

.news-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.news-img img {
    float: left;
    transition: all 0.5s;
}

.news-img a.to-detail {
    display: inline-block;
    width: 90px;
    height: 44px;
    background-color: #fff;
    text-align: center;
    line-height: 44px;
    color: #666;
    transition: all 0.5s;
    position: absolute;
    bottom: 25px;
    left: 25px;
}

.news-info {
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
    transition: all 0.5s;
    position: relative;
}

.news-info h3 {
    line-height: 150%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 100%;
    margin-bottom: 20px;
}

.news-created {
    font-size: 100%;
    color: #666;
}

.news-info h3 a {
    color: #333;
}

.imgtitle-list:hover .news-img a.to-detail {
    background-color: #BB2A32;
    color: #fff;
}

.imgtitle-list:hover .news-img img {
    transform: scale(1.05);
}

.news-info::before, .news-info::after {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    background: #BB2A32;
    transition: all 0.5s;
    z-index: 2;
}

.imgtitle-list:hover .news-info::before {
    height: 5px;
    width: 40px;
}

.imgtitle-list:hover .news-info::after {
    width: 100%;
}

.date-title-list {
    width: 100%;
    overflow: hidden;
}

.date-title-list li {
    overflow: hidden;
    padding: 25px 0;
    border-bottom: 1px solid #ccc;
}

.date-title-list li:last-child {
    border-bottom: none;
}

.list-wrapper {
    padding: 0 20px;
    width: 100%;
    overflow: hidden;
}

.list-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.date-title-list .d {
    width: 40px;
    height: 40px;
    border: 1px solid #BB2A32;
    border-radius: 2px;
    text-align: center;
    color: #BB2A32;
    font-size: 24px;
    line-height: 38px;
    transition: all 0.5s;
    display: block;
    float: left;
}

.date-title-list li:hover d {
    color: #fff;
    background-color: #BB2A32;
}

.date-title-list h3 {
    font-size: 100%;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

.title-year-month {
    width: calc(100% - 60px);
    float: right;
}

.date-title-list h3 a {
    color: #333;
    transition: all 0.5s;
}

.date-title-list h3 a:hover {
    color: #BB2A32;
}

.year-month {
    color: #999;
}

.col67-33 {
    width: 100%;
    display: flex;
}

.col67-33 .col-first {
    padding-right: 12px;
    padding-left: 0;
    overflow: hidden;
}

.col67-33 .col-second {
    padding-left: 12px;
    padding-right: 0;
    overflow: hidden;
}

.normal-link {
    padding: 0 20px;
    background-color: #EADFC0;
    height: 80px;
    line-height: 80px;
    width: 100%;
}

.normal-link h3 {
    font-size: 24px;
    line-height: 80px;
    color: #333;
    float: left;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}

.normal-link ul {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
    width: calc(100% - 96px);
    display: flex;
    justify-content: space-around;
    padding-left: 20px;
}

.normal-link li {
    display: inline;
}

.normal-link li:last-of-type {
    margin-right: 0;
}

.normal-link li a {
    color: #333;
}

.normal-link2 a {
    display: block;
    width: calc(50% - 12px);
    font-size: 18px;
    height: 80px;
    line-height: 80px;
    float: left;
    margin-right: 24px;
    background-color: #EFD5AD;
    color: #333;
    text-align: center;
}

.normal-link2 a:last-of-type {
    margin-right: 0;
}

.keyan-wrapper li {
    padding: 12px 0 13px;
    overflow: hidden;
}

.keyan-wrapper li .news-img {
    width: 140px;
    margin-bottom: 0;
    float: left;
}

.keyan-wrapper .news-info {
    width: calc(100% - 160px);
    padding-bottom: 0;
    border: none;
    max-width: 100%;
    float: right;
}

.keyan-wrapper .news-info h3 {
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.keyan-wrapper .news-created {
    color: #999;
    margin-bottom: 15px;
}

/*首页新闻资讯*/

.front_news_wrap {
    margin-top: 80px;
    margin-bottom: 50px;
    -moz-column-count: 3;
    /* Firefox */
    -webkit-column-count: 3;
    /* Safari 和 Chrome */
    column-count: 3;
}

.front_news_wrap>div {
    padding: 0;
    width: calc(33.3% - 16px);
    max-width: calc(33.3% - 16px);
    margin-right: 24px;
}

.front_news_wrap>div:last-child {
    margin-right: 0;
}

.front-block>.view-content.row {
    margin-left: 0;
    margin-right: 0;
}

.front_news_head {
    position: relative;
    margin-bottom: 30px;
}

.front_xgdt_head {
    position: relative;
    margin-bottom: 30px;
}

.front_notice_head {
    position: relative;
    margin-bottom: 30px;
}

.front_news_title {
    color: #FAECAF;
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(88, 5, 139, 0.65);
    font-size: 20px;
    width: 83px;
    height: 143px;
    padding: 40px 18px;
    vertical-align: middle;
    display: table-cell;
    font-weight: bold;
    letter-spacing: 2px;
}

.front_news_title a {
    color: #FAECAF;
}

.front_news_title a:hover {
    color: #FAECAF;
}

.front-news {
    border-bottom: 1px dashed #ccc;
    width: 100%;
    position: relative;
    padding: 15px 0;
    font-size: 14px;
}

.xueshu-list li {
    padding: 15px 0;
    border-bottom: 1px dashed #ccc;
}

.xueshu-list li:last-of-type {
    border-bottom: none;
}

.xueshu-list h3 {
    font-size: 18px;
    line-height: 150%;
    font-weight: normal;
    margin-bottom: 15px;
}

.xueshu-list h3 a {
    color: #333;
    transition: all 0.5s;
}

.xueshu-list h3 a:hover {
    color: #BB2A32;
}

.xueshu-list p {
    color: #333;
    line-height: 150%;
}

.xueshu-list span {
    color: #999;
    display: inline-block;
    padding-left: 34px;
    line-height: 150%;
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: left center;
}

.xueshu-list span.date {
    background-image: url(../images/front/icon-clock.png);
    margin-right: 40px;
}

.xueshu-list span.address {
    background-image: url(../images/front/icon-address.png);
}

.front-news p {
    margin-bottom: 0;
}

.layout--threecol-section--33-34-33>.layout__region--first, .layout--threecol-section--33-34-33>.layout__region--second, .layout--threecol-section--33-34-33>.layout__region--third, .layout--twocol-section.layout--twocol-section--67-33>.layout__region--second {
    overflow: hidden;
}

.layout--threecol-section--33-34-33>.layout__region--first, .layout--threecol-section--33-34-33>.layout__region--second {
    padding-right: 24px;
}

.front-news .views-field-title {
    overflow: hidden;
}

.front-news .views-field-created {
    text-align: right;
}

.front-news .views-field-title span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
}

.front-news .views-field-title a {
    color: #333333;
    font-weight: 400;
}

.front-news .views-field-body {
    color: #666666;
}

.front-news:hover a, .front-news:hover div {
    color: #8C0715 !important;
}

.front-news:hover:before {
    background-color: #8C0715;
}

/*首页独立区块*/

.front_block_last_wrap {
    padding: 100px 0 70px;
    background: #efefef;
}

.front_block_last_items {
    display: flex;
    justify-content: space-between;
}

.front_block_last_item {
    width: calc(25% - 18px);
    padding: 0 20px;
    background: #ffffff;
    padding-bottom: 50px;
}

.front_block_last_item:hover {
    border: 1px solid #A926FC;
}

.front_block_last_title {
    font-size: 18px;
    color: #333333;
    margin: 35px 0 20px;
}

.front_block_last_title a {
    color: #333333;
}

.front_block_last_detail {
    width: 100%;
    height: 20px;
    display: flex;
    align-items: center;
}

.front_block_last_detail span {
    font-size: 14px;
    color: #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
}

.front_block_last_detail a {
    height: 100%;
    display: flex;
    align-items: center;
}

.front_block_last_detail img {
    width: 30px;
    display: none;
}

.front_block_last_item:hover a, .front_block_last_title:hover a, .front_block_last_title a:hover {
    color: #8C0715 !important;
}

.front_block_last_item:hover span, .front_block_last_detail:hover span {
    display: none;
}

.front_block_last_item:hover img, .front_block_last_detail:hover img {
    display: block;
}

/*页面二级菜单*/

.sidebar_first {
    padding-left: 0;
}

.sidebar_first ul.navbar-nav {
    display: block;
    margin-left: 0;
    margin-right: 0;
}

.sidebar_first nav ul.navbar-nav li.nav-item a.nav-link {
    color: #333333 !important;
    /*    padding: 10px 10px 10px 0;*/
    padding: 30px 10px 30px 0;
    position: relative;
}

.sidebar_first nav ul.navbar-nav li.nav-item:hover a, .sidebar_first nav ul.navbar-nav li.nav-item.active a {
    color: #8C0715 !important;
}

.sidebar_first nav.block {
    background: transparent;
    padding: 0;
    border-top: 4px solid #8C0715;
    border-left: 0;
    border-right: 0;
}

.sidebar_first ul.navbar-nav li.nav-item {
    padding: 0 15px;
    border-bottom: 1px solid #8C0715;
}

.sidebar_first ul.navbar-nav li.nav-item:last-child a.nav-link {
    border-bottom: 0;
}

.sidebar h2 {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    font-size: 26px;
    padding: 30px 15px;
    background-size: 100%;
    background: #F3E6FB;
    color: #8C0715;
    text-align: center;
    font-weight: bold;
}

.sidebar_first nav ul.navbar-nav li.nav-item a:after {
    content: '';
    background-image: url(/themes/mytheme/images/sidebar_icon.png);
    background-size: contain;
    width: 10px;
    height: 15px;
    display: block;
    position: absolute;
    right: 0;
    /*    top: 15px;*/
    top: 35px;
    background-repeat: no-repeat;
}

.sidebar_first nav ul.navbar-nav li.nav-item.active a:after, .sidebar_first nav ul.navbar-nav li.nav-item:hover a:after {
    background-image: url(/themes/mytheme/images/sidebar_icon_active.png);
}

/*面包屑*/

.breadcrumb {
    background-color: transparent;
    border-bottom: 1px dashed #C3B9D8;
    padding-left: 0;
    margin-top: 10px;
}

li.breadcrumb-item a {
    color: #adadad;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #adadad;
    content: ">";
}

li.breadcrumb-item:last-child a {
    color: #3C73AA;
}

.block-field-blocknodearticlebody .field--name-body {
    width: 100%;
    overflow-x: scroll;
}

/*附件*/

.field--name-field-attachement .field__label {
    font-weight: normal;
    margin: 0;
    padding-right: 5px;
    margin-bottom: 10px;
}

.field--name-field-attachement .field__item>article {
    display: flex;
    align-items: center;
}

.field--name-field-attachement .field--name-thumbnail {
    margin-right: 5px;
}

.field--type-image a {
    border-bottom: none;
}

.field--name-field-attachement img {
    height: 30px;
    width: auto;
    margin-bottom: 0;
}

.views-field-field-attachement>.field-content>article {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
}

.views-field-field-attachement .views-label-field-attachement {
    font-weight: normal;
    margin: 0;
    padding-right: 5px;
    margin-bottom: 10px;
}

/*职员*/

.employee-row {
    margin-bottom: 70px;
}

.employee-col {
    float: left;
    padding: 0 10px;
}

.employee_img {
    width: 180px;
    float: left;
}

.employee_content_wrap {
    margin-left: 180px;
    padding: 0 10px 0 20px;
}

.employee_title {
    margin-bottom: 16px;
}

.employee_title a {
    font-size: 26px;
    line-height: 28px;
    color: #333333;
}

.employee_position {
    color: #333333;
    margin-bottom: 24px;
}

.employee_label {
    color: #999999;
    margin-bottom: 8px;
}

.employee_content {
    color: #333333;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.employee_detail a {
    font-size: 14px;
}

.base-info>div.field>.field__label {
    font-weight: bold;
}

.base-info>div.field>.field__label:after {
    content: ':';
}

.base-info>div.field {
    margin-bottom: 10px;
}

.node--type-employee #block-mytheme-page-title h1 {
    display: none;
}

.base-info>div.field.field_employee_title {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 15px;
    font-weight: bold;
    padding-top: 10px;
}

.base-info-wrapper {
    margin-bottom: 50px;
}

article.node--type-event>.node__content>.field {
    margin-bottom: 10px;
}

article.node--type-event>.node__content>.field>.field__label:after {
    content: ':';
}

article.node--type-event>.node__content>.field>.field__label {
    font-weight: bold;
}

#main.container {
    padding: 40px 0;
}

.layout--twocol-section.layout--twocol-section--67-33>.layout__region--first {
    padding-right: 24px;
}

.layout--twocol-section.layout--twocol-section--67-33>.layout__region--first .block {
    margin-bottom: 24px;
}

.site-footer .content a, .site-footer .content a.is-active {
    color: #333;
}

.site-footer .content a:hover, .site-footer .content a:focus {
    color: #000;
}

.site-footer__top .content li a {
    border: none;
    line-height: 80px;
    padding: 0;
    text-indent: 0;
    display: inline;
    font-size: 18px;
}

@media (max-width: 1365px) {
    .front_banner_content {
        padding: 40px 50px;
    }
    .front-xshy-row.row-1 {
        margin-bottom: 30px;
    }
    .front-xshy-col>.views-field-title {
        margin-bottom: 10px;
    }
    .front-xshy-col>.views-field-created {
        margin-bottom: 20px;
    }
    .front-xshy-row.row-2 {
        margin-bottom: 20px;
    }
    .top_lnk_left_ul ul li {
        margin-right: 20px;
    }
    .site-footer__top .content li a {
        font-size: 14px;
    }
    .normal-link2 a {
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .front_banner_content {
        padding: 40px 50px;
    }
    .front-xshy-row.row-1 {
        margin-bottom: 20px;
    }
    .front-xshy-col>.views-field-title {
        margin-bottom: 5px;
    }
    .front-xshy-col>.views-field-created {
        margin-bottom: 15px;
    }
    .front-xshy-row.row-2 {
        margin-bottom: 10px;
    }
    .top_lnk_left_ul ul li {
        margin-right: 15px;
    }
    .sidebar_first nav ul.navbar-nav li.nav-item a.nav-link {
        padding: 20px 10px 20px 0;
    }
    li.nav-item a:after {
        top: 25px;
    }
    .sidebar h2 {
        padding: 20px 15px;
    }
    .front-news {
        font-size: 12px;
    }
}

@media screen and (max-width: 991px) {
    .banner-bottom {
        height: 25px;
    }
    .banner-bottom::before {
        width: 45px;
        left: -45px;
    }
    .banner-bottom::after {
        width: 45px;
        right: -45px;
    }
    .banner-top {
        display: block;
        height: 25px;
        width: 100%;
        position: relative;
        background: url(../images/front/top-middle.png) no-repeat center center;
        background-size: 100% 100%;
    }
    .banner-top::before, .banner-top::after {
        content: '';
        display: block;
        top: 0;
        height: 100%;
        position: absolute;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .banner-top::before {
        background-image: url(../images/front/top-left.png);
        width: 45px;
        left: -45px;
    }
    .banner-top::after {
        background-image: url(../images/front/top-right.png);
        width: 45px;
        right: -45px;
    }
    .layout--threecol-section--33-34-33>.layout__region--first, .layout--threecol-section--33-34-33>.layout__region--second, .layout--threecol-section--33-34-33>.layout__region--third, .layout--twocol-section.layout--twocol-section--67-33>.layout__region--second, .layout--twocol-section.layout--twocol-section--67-33>.layout__region--first {
        padding: 0 15px;
        margin-bottom: 30px;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon {
        transform: scale(0.5);
    }
    .layout--twocol-section.layout--twocol-section--67-33>.layout__region--first {
        margin-bottom: 40px;
    }
    .path-frontpage .layout {
        margin-bottom: 30px;
        display: block;
    }
    .zhuanlan {
        padding: 0 15px;
    }
    .col67-33 {
        display: block;
    }
    .col67-33 .col-first {
        padding-right: 0;
        width: 100%;
        max-width: inherit;
    }
    .col67-33 .col-second {
        padding-left: 0;
        width: 100%;
        max-width: inherit;
    }
    .normal-link {
        padding: 10px;
        height: auto;
        margin-bottom: 10px;
    }
    .normal-link h3 {
        font-size: 18px;
        float: none;
        line-height: 150%;
        margin-bottom: 10px;
    }
    .normal-link ul {
        display: block;
        width: 100%;
        float: none;
        display: block;
        padding-left: 0!important;
        overflow: hidden;
    }
    .normal-link li {
        line-height: 150%;
        font-size: 14px;
        margin-right: 20px;
        margin-bottom: 5px;
        float: left;
    }
    .site-footer__top .content li a {
        font-size: 12px;
        line-height: 150%;
    }
    .zhuanlan-list li {
        margin-bottom: 20px;
        font-size: 14px;
    }
    .zhuanlan-list {
        padding: 0;
    }
    .normal-link2 a {
        width: calc(50% - 6px);
        font-size: 14px;
        line-height: 250%;
        height: auto;
    }
    .normal-link2 a:first-of-type {
        margin-right: 12px;
    }
    .footer-logo {
        padding-top: 15px;
    }
    .footer-copy span::before {
        display: none;
    }
    .footer-copy span {
        font-size: 12px;
    }
    .main-nav {
        height: 0;
        overflow: hidden;
    }
    .carousel-caption {
        display: block!important;
    }
    .carousel-caption h3 {
        font-size: 14px;
        line-height: 150%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .carousel-caption p {
        font-size: 12px;
        line-height: 150%;
    }
    .news-info {
        padding-bottom: 15px;
    }
    .imgtitle-list {
        margin-bottom: 20px;
    }
    .footer-bottom-link {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .footer-bottom-link li::before {
        display: none;
    }
    .footer-bottom-link ul {
        display: block;
        width: 100%;
        padding: 0!important;
        margin: 0;
        display: flex;
        justify-content: space-around;
    }
    .footer-bottom-link li {
        padding: 0;
        position: static;
    }
    .footer-bottom-item {
        text-align: center;
    }
    .footer-bottom-item span {
        margin: 0 5px;
    }
    .carousel-caption {
        padding: 15px;
    }
    .news-info h3 {
        display: -webkit-box;
        white-space: normal;
        margin-bottom: 10px;
        font-size: 14px;
        height: 42px;
    }
    .news-img a.to-detail {
        left: 10px;
        bottom: 10px;
        transform: scale(0.8);
    }
    .news-created {
        font-size: 12px;
    }
    .imgtitle-wrapper ul {
        margin: 0 -8px;
    }
    .imgtitle-list {
        padding: 0 8px;
    }
    .layout__region--first .front-block .more-link {
        height: 40px;
    }
    .layout__region--first .front-block .more-link a {
        line-height: 40px;
    }
    .keyan-wrapper li .news-img {
        width: 120px;
    }
    .keyan-wrapper .news-info {
        width: calc(100% - 140px);
    }
    .path-frontpage .block h2 {
        font-size: 20px;
        padding: 15px;
    }
    .list-wrapper {
        padding: 0 15px;
    }
    .xueshu-list h3 {
        font-size: 14px;
    }
    .xueshu-list p {
        font-size: 12px;
    }
    .xueshu-list span {
        font-size: 12px;
        background-size: 18px;
        padding-left: 24px;
    }
    .footer_bottom {
        padding: 20px 0;
    }
    .footer-bottom-left-top {
        transform: scale(0.75);
    }
}