/* 
author：山西友盟科技有限公司
date：2019/2/14 
generator：v1.0.0
*/

/* 公共 */
body {
    font-size: 1rem;
}

a:link,
a:visited {
    text-decoration: none;
    color: #4d4d4d;
}

a:hover,
a:active {
    text-decoration: none;
    color: #0078ca;
}

@font-face {
    font-family: STXingkai;
    src: url('/static/css/font/STXingkai.ttf'), url('/static/css/font/STXingkai.eot');
}

/* 首页 */

.head {
    background-color: #0065a3;
}

.head-logo {
    width: 258px;
    height: 71px;
    display: flex;
    align-items: center;
}

.head-logo img {
    margin-left: 10px;
    width: 258px;
    height: 60px;
}

#main-nav {
    display: none
}

.hc-nav-trigger {
    right: 20px;
}

.hc-nav-trigger span,
.hc-nav-trigger span::before,
.hc-nav-trigger span::after {
    background: #fff;
    height: 2px;
}

.slides {
    padding: 0;
}

.slides .carousel-item {
    height: 200px;
}

.slides .carousel-item img {
    height: 200px;
    object-fit: cover;
}

.slides .carousel-indicators li {
    width: 65px;
    height: 3px;
}

.slides .iconfont {
    font-size: 3rem;
}

.nav-tabs {
    font-size: 1.125rem;
    font-weight: 800;
    height: 40px;
    line-height: 40px;
    color: #0062a5;
    border-bottom: 2px solid #0062a5;
}

.nav-link {
    display: block;
    padding: 0 20px 0 0;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #0062a5;
    border-bottom: 0;
    background-color: rgba(0, 0, 0, 0);
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link a {
    color: #0062a5;
}

.nav-tabs .nav-link {
    border: 0;
}

.head-search {
    margin: 25px 0;
}

.head-search .form-control-sm {
    display: inline-block;
    vertical-align: middle;
    border-Radius: 0;
}

.head-search button {
    border-Radius: 0;
    background-color: #0078ca;
}

.info-item .tabmore,
.info-item .tabmore a {
    font-size: 1.125rem;
    font-weight: 800;
    height: 40px;
    line-height: 40px;
    color: #0062a5;
    margin-top: -52px;
}

.info-item .title {
    font-size: 1.125rem;
    font-weight: 800;
    height: 40px;
    line-height: 40px;
    color: #0062a5;
    border-bottom: 2px solid #0062a5;
}

.info-item .title-black {
    height: 40px;
}

.info-item .title a {
    color: #0062a5;
}

.info-item .pointmore,
.info-item .pointmore a {
    font-size: 1.125rem;
    font-weight: 800;
    height: 40px;
    line-height: 40px;
    color: #0062a5;
}

.info-item .content {
    margin: 12px 0;
    line-height: 35px;
    overflow: hidden;
}

.info-item .content-hot {
    margin: 12px 0;
    line-height: 35px;
    overflow: hidden;
}

.info-item .content-hot>dd {
    line-height: 25px;
    overflow: hidden;
    white-space: normal;
    color: #797979;
    font-size: 0.9rem;
}

.info-item .content-ul>li {
    position: relative;
    padding-left: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-overflow: ellipsis;
    /* IE/Safari */
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    /* Opera */
    -moz-binding: url("/static/css/index/ellipsis.xml");
    /*FireFox*/
}

.info-item .content-ul>li:after {
    content: "";
    background: #ccc;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: block;
    margin-top: -2px;
    position: absolute;
    left: 0;
    top: 50%;
}

.news-slides {
    margin: 0 0 32px;
    height: 200px;
    overflow: hidden;
}

.news-slides img {
    height: 200px;
}

.news-slides .carousel-item .carousel-title {
    position: absolute;
    bottom: 0;
    z-index: 10;
    text-align: center;
    width: 100%;
    height: 32px;
    line-height: 32px;
    background-color: rgba(0, 0, 0, 0.5);
}

.info-item .content-cal {
    margin: 0 0 12px;
    overflow: hidden;
}

.info-item .content-cal-ul li{
    border-bottom: 1px dashed #ccc;
}

.info-item .list {
    margin: 10px 0;
}

.info-item .date {
    width: 56px;
    height: 56px;
    float: left;
    text-align: center;
}

.info-item .date .date-day {
    font-size: 1.15rem;
    color: #fff;
    height: 28px;
    line-height: 28px;
    background-color: #0062a5;
}

.info-item .date .date-month {
    font-size: 0.75rem;
    height: 28px;
    line-height: 28px;
    color: #797979;
    background-color: #efefef;
}

.info-item .list .text {
    height: 56px;
    line-height: 28px;
    float: left;
    white-space: normal;
    margin-left: 16px;
    overflow: hidden;
    font-size: 1rem;
}

.service {
    background-color: #f2f2f2;
    padding: 12px 0;
}

.service img {
    width: 100%;
    margin: 10px 0;
}

.serviceicons {
    padding: 12px 0;
}

.serviceicons a{
    color: #0062a5;
}

.serviceicons .btn{
    border: 1px solid #0062a5;
}

.serviceicon {
    margin: 10px 0;
    text-align: center;
}

.serviceicon .iconfont {
    font-size: 1.1rem;
}

.serviceicon .icontext {
    font-size: 1.1rem;
    margin-left: 10px;
}

.bottom {
    color: #ccdbe6;
    line-height: 35px;
    background-color: #004d82;
    text-align: center;
    padding: 12px 0;
}

.bottom a {
    color: #ccdbe6;
}

/* 列表栏目页 */
.banner {
    padding: 0;
    margin-bottom: 12px;
}

.banner .banner-item {
    height: 130px;
}

.banner .banner-item img {
    height: 130px;
    object-fit: cover;
}

.info-item .title .position {
    font-size: 0.875rem;
    color: #797979;
    font-weight: normal;
}

.info-item .title .position a {
    color: #797979;
}

.list {
    font-size: 0.875rem;
    margin: 20px 0;
}

.list dl {
    border-bottom: 1px dashed #cfd4d9;
}

.list dt {
    font-size: 1rem;
    line-height: 30px;
}

.list dd {
    color: #797979;
    font-size: 0.9rem;
    line-height: 25px;
}

.list span {
    margin-right: 5px;
    font-size: 0.8rem;
    color: #bababa;
}

/* 内容页 */
.content>.infotitle {
    width: 100%;
    margin: 10px auto 0;
    display: block;
    text-align: center;
}

.content>.infotitle h5{
    line-height: 30px;
}

.content>.items {
    display: block;
    text-align: center;
    line-height: 35px;
    border-bottom: 1px dashed #797979;
    color: #797979;
    padding-bottom: 10px;
}

.content .text {
    display: block;
    margin: 20px 0;
}

.shareicon {
    text-align: center;
}

.shareicon .iconfont{
    font-size: 3rem;
    color: #0062a5;
}

.page{
    margin: 20px 0;
}

.page li{
    line-height: 30px;
}

.share {
    font-size: 1rem;
    border-radius: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    text-align: center;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 300ms;
    transition: transform 300ms;
    width: 100%;
    z-index: 1110;
}

.modal-active {
    transform: translateY(0px);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.modal-out {
    z-index: 1109;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.share-title {
    background-color: #f8f8f8;
    border-bottom: 1px solid #fff;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    color: #555;
    margin: 0 10px;
    padding: 10px 0 0;
}

.share-title::after {
    border-bottom: 1px solid #dfdfdf;
    content: "";
    display: block;
    height: 0;
    margin-top: 10px;
    width: 100%;
}

.share-footer {
    margin: 0 10px 10px;
}

.share-footer .share_btn {
    color: #555;
    display: block;
    width: 100%;
    background-color: #e6e6e6;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    cursor: pointer;
    line-height: 1.2;
    padding: 0.625em 0;
    transition: background-color 300ms ease-out 0s, border-color 300ms ease-out 0s;
    vertical-align: middle;
    white-space: nowrap;
}

.share-sns {
    background-color: #f8f8f8;
    margin: 0 10px;
    height: auto;
    zoom: 1;
    overflow: auto;
    padding: 10px;
}

.share-sns .iconfont{
    width: 20%;
    float: left;
    font-size: 2rem;
    cursor: pointer;
    color: #0062a5;
}

.sharebg {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1100;
    display: none;
}

.sharebg-active {
    opacity: 1;
    display: block;
}