html{
    font-size:12px;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.select2-container--default .select2-search--inline .select2-search__field{
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* 单页 */
.document-content p img,
.artc_content p img{
    width: 100%;
}

.artc_content table td {
   padding: 10px;
}

.artc_content table.border tr {
    border-bottom: 1px solid #eee ;
}

.artc_content table.border tr:last-child {
    border-right: 0 ;
}

.artc_content .files { padding: 10px; padding-left: 35px; border: 1px solid #eee; margin:20px 0; }
.artc_content .files::before {
    content:url("/static/cms/img/download.svg");
    width: 36px;
    height: 36px;
}


.artc_content table.border td {
    border-right: 1px solid #eee ;
}

.artc_content table.border td:last-child {
    border-right: 0 ;
}




body {
    max-width: 1280px;
    margin: auto;
    background-color: #f5f5f5;
}

.pager-content {
    min-height: 60vh;
    padding: 15px 20px;
}

a {
    text-decoration: none;
    color: #666;
}


div { max-height: 100%; }

img { max-width: 100%; }


.header {
   /* background-color: #1b7fd4;*/
    background-color: #00549b;
}

.top-bg {
    background-image: url("/static/cms/img/bg-top.png");
    background-size: 100% 100%;
}

.logo{

}

.fund { top: 45px; position: absolute; left: 0; max-width: 120px; }

.yjh-adv { float: right; width: 78%; margin-top: 20px; }

.top_nav {
    color: #fff;
    background: linear-gradient(111deg, #008bff, #c1d7ff);
    margin-top: 1px;
    padding: 0 20px;
    opacity: .9;
    border-radius: 0px 30px 0px 0px;
    margin-right: 30px;
}

.top_nav .nav-link {
 padding: 12px 10px;
}

.top_nav a {
    color: #fff;
    font-size: 1.4em;

}

.top_nav a:hover {
    color: #78ffeb;
}


.site-adword{
    padding-top: 15px;
    color: #00a0e9;
    text-align: center;
    position: relative;
}


.header .search {
    margin-top: 40px;
    max-width: 360px;
    float: right;
    margin-right: 60px;
}

.yjhyw {
    box-shadow: 0px 3px 5px 2px #eee;
    padding: 4px;
    margin-top: 10px;
}

.yjhyw .artc_list {
   height: 232px;
    overflow: hidden;
}


.news-pic {
    height: 60px;
    width: 100%;
    border-radius: 5px;
}


.card-header { padding-left: 10%;}



.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #2988fc;
    color: #fff;
    padding-right: 20px;
}
.float-l{
    float: left;
}

.float-r{
    float: right;
}


.column-ttl {
    background-color: #2988fc;
    color: #fff;
    padding: 12px 16px;
    font-size: 15px;
}


.column-ttl a {
    color: #fff;
}


.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #999;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}



#main-container {

    background-color: #fff;
}


li { list-style: none}

#aboutus {    }

.hometext {
    font-size: 18px;
}

.hometext p {
    margin: 5px; padding: 5px;
}

.fgx {
    margin-top: 50px;
    margin-bottom: 50px;
    border-top: 1px solid #eee
}

#aboutus .ttl {
    min-height: 80px;
    font-size: 30px;
    line-height: 80px;
    color: #fff;
    text-align: center;
    background-color: #2988fc;
}

.ttl-des {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #2988fc;
    padding: 20px 0 ;
}

.ttl2 {
    padding: 15px;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background-color: #2988fc;
}

.ttl3 {
    margin-top: 20px;
    padding: 15px;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background-color: #ff8a3c;
}

.hidden {
    display: none;
}
.show { display: block; }

.float-content{
    overflow: hidden;
    padding: 6px;
}

.left {
    background-color: #eee;
    height: 100%;
    min-height: 430px;
    max-width: 30%;
    float:left;
}


.left-col {
    border-bottom : 1px solid #fff;
    padding: 10px;
    min-width: 280px;
}


.left .active {
    background-color: #5e8aff;
    color:#fff;
}


.left .active a {
    color:#fff;
}


.right { /*float: left;*/ }

.nav-active { background-color: #0a58ca; }



@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(50%) translateZ(0) scaleY(1)
    }
}


.waveWrapper {
    overflow: hidden;
    position: relative;
    margin: auto;
    min-height: 40px;
    background-color: #2988fc;
}

.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;

}

.bgTop {
    z-index: 15;
    opacity: 0.8;
}

.bgMiddle {
    z-index: 10;
    opacity: 0.75;
}

.bgBottom {
    z-index: 5;
    opacity: 0.6;
}

.wave {
    position: absolute;
    right: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}

.waveTop {
    background-size: 50% 30px;
}

.waveAnimation .waveTop {
    animation: move_wave 10s linear infinite;
}

.waveMiddle {
    background-size: 50% 40px;
}

.waveAnimation .waveMiddle {
    animation: move_wave 15s linear infinite;
}

.waveBottom {
    background-size: 50% 20px;
}

.waveAnimation .waveBottom {
    animation: move_wave 20s linear infinite;
}

.artc_list {   margin-top: 0px; overflow: hidden; }
.artc_list ul {  margin-bottom: 0px; }
.artc_list ul li { list-style: circle }
.artc_list ul li::marker {
    color: #fd1934;
}
.artc_list .item a { margin: 10px 0; border-bottom: 1px dashed #eee;  display: block; padding: 4px;}

.artc_list2 { border: 1px solid #eee; margin-bottom: 20px; overflow: hidden; }
.artc_list2 a { margin: 10px; border-bottom: 1px dashed #eee;  display: block; padding: 4px;}

.tab-pane { display: none; }

.card-header  { font-size: 1.2rem; color: #fff;}
.card-body  {padding: 5px 10px;min-height: 315px;  overflow: hidden; }
.tab-ttl { color: #fff;  padding: 0 6px }
.tab-ttl:hover {  color: #78ffeb; }

.kwd h4{ float: left; margin: 15px 5px;}

.tel { font-size: 18px; color: #ff9800 }

.artc_content { margin:20px; overflow: hidden; }

/* 带图片的文章列表 */

.articles_pic {
    padding: 20px 10px;
    border: 1px solid #eee;
    margin-top: 10px;
}

.articles_pic ul {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.articles_pic ul li {
    width: 20%;
    float: left;
}

.pic_news {
    padding: 10px;
}

.pic_news ul {

}

.pic_news ul li{
    padding: 0;
    list-style: square;
    border-bottom: 1px dashed #eee;

}

.pic_news p{
    margin-top: 6px;
    margin-bottom: 4px;
}


.pic_news .first_cover {
    width: 100%;
    max-height:100px ;
    border-radius: 6px;
}


.document-content{
    font-family: "宋体", "SimSun", serif;
    font-size: 1.5rem;
    padding: 20px;
    min-height: 50vh;
}



.tips {
    font-family:"宋体","SimSun", serif;
    color:#666;
    border: 1px solid #eee; padding: 10px;

}

.list-tips {
    font-family:"宋体","SimSun", serif;
    color:#666;
}


.text-keyword { color: red; }

.pager {
    padding: 30px 20px;
    text-align: center;
}

.pager ul{
 margin: auto;
}


.pager ul li{
    border: 1px solid #eee;
    font-size: 1.2em;
}


.pager ul li.active{
    background-color: #1165e3;
    color:#fff;
}


.pager a  {
    color: #1165e3;
    display: block;
    padding: 10px 25px;
}

.pager span {
    display: block;
    padding: 10px 25px;
}


.pager .previous, .pager .next {

    padding: 10px 30px;
    border-radius: 10px;
    border: 1px solid #c4c4c4;
    color: #666;
}

.pager .previous a, .pager .next a {
    color: #666;
}


.page_pre_next a {
    color: #1165e3;
    display: block;
    padding: 10px 25px;
}



.page_pre_next .previous, .page_pre_next .next {

    border-radius: 10px;
    border: 1px solid #c4c4c4;
    color: #666;
}

.page_pre_next .previous a, .page_pre_next .next a {
    color: #666;
}



@media screen and (max-width: 768px) {
    .articles_pic ul li {
    width: 25%;
    float: left;
	}
}


@media screen and (max-width: 414px) {
    .articles_pic ul li {
    width: 33.333%;
    float: left;
	}
}


.articles_pic ul li p{
    padding: 10px;
}

.articles_pic ul li img {
    width: 100%;
    max-width: 200px;
    max-height: 200px;
    border: 1px solid #eee;
}

footer { margin-top: 20px;}

footer  a { color: #fff; }
footer  a:hover {  color: #78ffeb; }

.footer {
    background-image: url("/static/cms/img/bg-foot.jpg");
    background-size: 100% 100%;
    color: #fff;
    padding-left: 7vw;
    overflow: hidden;
}
.footer p {
    padding: 5px;
    margin-bottom: 0;
}

.qrcode { text-align: right}
.qrcode img { max-width: 60px; }
.foot-r  { padding: 16px;  float: left}
