﻿/* custom */
html,
body {
    width: 100%;
    height: 100%;
    font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
}

body {
    line-height: 1;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
    overflow-y: scroll;
}

/*清除浮动*/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: inline-block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

/* 公共样式 */
.fr {
    float: right;
}

.fl {
    float: left;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

/* 公共部分样式 */
/* 头部 */
html,
body {
    background-color: #fff;
    width: 100%;
    height: 100%;
    color: #333;
    font-size: 14px;
}

a,
a:hover,
a:focus,
a:active {
    color: #333;
    text-decoration: none;
}

ul {
    list-style-type: none;
    box-sizing: border-box;
}

.content {
    margin: 10px 0 0 0;
}

.mainbox {
    width: 100%;
    max-width: 1250px;
    padding: 0 15px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

/* 子页面公共样式 */
.banner {
    width: 100%;
    height: 368px;
    background: url(../images/child-bg.png) no-repeat center;
    background-size: cover;
    margin-top: 128px;
}

.c-pos {
    max-width: 1250px;
    margin: 10px auto;
    width: 100%;
    height: 40px;
    background-color: #f4f4f4;
    border: 1px solid #e2e2e2;
    font-size: 16px;
    line-height: 40px;
    padding: 0 0 0 20px;
    overflow: hidden;
}

.c-pos li {
    display: inline-block;
}

.c-pos li a {
    font-size: 14px;
    color: #848484;
}

.c-pos>li+li+li:before,
.c-pos>li+li:before {
    padding: 0 5px;
    color: #848484;
    content: "\003e";
}

.c-pos li.active {
    font-size: 14px;
    color: #004098;
}

.mbox_l {
    width: 90px;
    position: absolute;
    top: 0;
    left: 15px;
    height: 100%;
}

.mbox_l li {
    width: 100%;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    border-bottom: 1px #e2e2e2 dashed;
    padding: 0 0 0 5px;
}

.mbox_l li a {
    color: #848484;
    font-size: 14px;
}

.mbox_l li a.checked {
    font-size: 15px;
    color: #000;
    font-weight: 600;
}

.mbox_r ul.listnews {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.mbox_r ul.listnews li.list {
    width: 100%;
    height: 120px;
    border-bottom: 1px #e0e0e0 dashed;
    line-height: 120px;
    position: relative;
}

.mbox_r-title {
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px #e0e0e0 dashed;
    padding: 0 0 0 10px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}

.mr_lt {
    position: absolute;
    width: 80px;
    height: 60px;
    background-color: #e6e6e6;
    top: 12%;
    left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mr_lt span {
    font-weight: bolder;
    font-size: 30px;
    color: #2d2d2d;
}

.mr_lb {
    width: 80px;
    height: 20px;
    position: absolute;
    background-color: #e6e6e6;
    bottom: 12%;
    left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mr_lb span {
    font-size: 15px;
    color: #2d2d2d;
}

.mr_r {
    position: absolute;
    left: 100px;
    top: 0;
    width: calc(100% - 100px);
    height: 100%;
    color: #333;
    display: flex;
    flex-direction: column;
    padding: 15px 50px 15px 10px;
}

.grin_title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    overflow: hidden;
}

.grin_title:hover {
    color: #004098;
}

.grin_content {
    width: 100%;
    height: 60px;
    line-height: 24px;
    font-size: 13px;
    color: #b0b0b0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /* cursor: pointer; */
}

.gtrn_content p {
    font-size: 14px;
}

.article h1 {
    font-size: 18px;
    line-height: 26px;
    padding: 9px 8px 0 8px;
    text-align: center;
    font-weight: bold;
    /* border-bottom: 1px solid #dcdcdc; */
    /* margin-bottom: 15px; */
}

.article h5 {
    font-size: 14px;
    color: #555;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
    padding: 9px 8px;
    margin-bottom: 10px;
}

.article h5 p {
    display: inline-block;
}

.article h5 p.art_date {
    margin: 0 15px 0 0;
}

.article h1 p {
    font-weight: 600;
}

.article a.titColor p {
    color: #004098;
}

.article h1 p.art_title {
    font-size: 20px;
    padding: 5px 0;
}

.article h1 span {
    font-size: 13px;
    color: #838383;
}



.art_desc p {
    font-size: 14px;
    line-height: 32px;
    text-align: justify;
    text-indent: 20px;
}

.art_desc img,
.art_desc p img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

#about_con p {
    text-align: center;
    line-height: 40px;
    height: 40px;
}

/* 超出长度的字加滚动效果 */
.marquee {}

.marquee:hover {
    animation: marquee 2.5s infinite;
    -webkit-animation: marquee 2.5s infinite;
}

@keyframes marquee {
    0% {
        text-indent: -60%;
    }

    100% {
        text-indent: 10%;
    }
}

#catListPicBox {
    width: 100%;
}

.listpicBox a {
    display: flex;
    flex-direction: column;
    justify-self: center;
    align-items: center;
    padding: 10px 0;
    width: 100%;
    /* height: 300px; */
}

.col-lg-4 .imgBox,
.col-lg-4 .img,
.col-lg-4 .videomain {
    width: 100%;
    height: 220px;
}

.col-lg-4 .img {
    background: no-repeat center;
    background-size: cover;
    transition: all .3s linear;
}

.col-lg-4 .imgBox {
    overflow: hidden;
    vertical-align: top;
}

.col-lg-4 .imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s linear;
}

.col-lg-4 .imgBox img:hover {
    transform: scale(1.1);
}

.col-lg-4 .videomain .videobxo {
    position: static;
}


.listpicBox p {
    /* width: 80%; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    margin: 10px 0 0 0;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: 600;
}



.appendix_title {
    font-size: 15px;
    color: #004098;
    text-decoration: solid;
}

.appendixbox h3 {
    font-size: 18px;
}

.videomain {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.video_play {
    position: absolute;
    z-index: 66;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    object-fit: cover;
}

.video_st {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    z-index: 77;
}

.video_mask {
    position: absolute;
    z-index: 66;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.video_img {
    position: absolute;
    z-index: 55;
    width: 100%;
    height: 100%;
}

.scale {
    webkit-transition: opacity .4s ease-in, -webkit-transform .6s linear;
    transition: opacity .4s ease-in, transform .6s linear;
}

.videomain:hover .scale {
    transform: scale(1.1);

}

.mbox_r ul {
    padding: 10px 0;
}