﻿@charset "utf-8";
/* CSS Document */
/*字体图标*/
@font-face {
    font-family: 'iconfont';
    src: url('../iconfont/iconfont.eot');
    src: url('../iconfont/iconfont.eot?#iefix') format('embedded-opentype'),url('../iconfont/iconfont.woff') format('woff'),url('../iconfont/iconfont.ttf') format('truetype'),url('../iconfont/iconfont.svg#iconfont') format('svg');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

/*新首页样式  杨亚军 2019-06-09*/
.layui-fluid {
    background: url(/Content/images/StatisticsPic/background.png) center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.card-header {
    color: #0efcff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 55px;
    background: url(/Content/images/StatisticsPic/topPic.png)top no-repeat;
    background-size: contain;
    height: 65px;
}
.col-border {
    /*    border: 1px solid #25375c;*/
    border: 2px solid #3d57dd;
    position: relative;
    width: 100%;
    float: left;
}
    .col-border b:nth-child(1) {
        position: absolute;
        left: -1px;
        top: -1px;
        padding: 6px;
        border-style: solid;
        border-color: #4868a3;
        border-width: 3px 0 0 3px;
    }
    .col-border b:nth-child(2) {
        position: absolute;
        right: -1px;
        top: -1px;
        padding: 6px;
        border-style: solid;
        border-color: #4868a3;
        border-width: 3px 3px 0 0;
    }
    .col-border b:nth-child(3) {
        position: absolute;
        right: -1px;
        bottom: -1px;
        padding: 6px;
        border-style: solid;
        border-color: #4868a3;
        border-width: 0 3px 3px 0;
    }
    .col-border b:nth-child(4) {
        position: absolute;
        left: -1px;
        bottom: -1px;
        padding: 6px;
        border-style: solid;
        border-color: #4868a3;
        border-width: 0 0 3px 3px;
    }


.divheader {
    /*background: url(/Content/images/header-bg.png)left no-repeat;*/
    background: url(/Content/images/StatisticsPic/titleBackground.png)left no-repeat;
    /*background-size: contain;*/
    background-size: 100%;
    font-size: 16px;
    padding-left: 25px;
    color: #6ec6ff;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
}

.layui-col-md4 h3{color:#708acc;font-size:15px;padding-bottom:15px;}
.layui-col-md4 h3 i{font-size:20px;padding-right:10px;}
.layui-col-md4 h2{font-size:22px;color:#0efcff;text-align:center;padding-bottom:45px;}
.col-list p{color:#fff;font-size:14px;line-height:38px;}
.col-list p em{font-style:normal;float:right;}
.border-xian{border-top:1px dashed  #5f76ad;float:left;width:95%;margin:24px 2.5%;}


.layui-col-md4 h4{color:#fff;font-size:16px;padding:10px 0 0 0;text-align:center;}
.layui-col-md4 .ren-text{color:#0efcff;text-align:center;font-size:18px;width:100%;display:inline-block;}




.header-bt {width: 90%;padding: 12px 5% 13px;float: left;font-weight: bold;font-size: 15px;color: #aaa;}
.header-bt em{font-style:normal;width:20%;float:right;text-align:center;}
.list-ul ul li {height:40px;line-height:40px;width:90%;padding:0 5%;float:left;color:#fff;overflow:hidden;}
.list-ul ul li a{color:#fff;}
.list-ul ul li a:hover{color:#65e0e3;}
.list-ul ul li:hover{background:#12264b;color:#65e0e3;cursor:pointer;}
.list-ul ul li:hover a{color:#65e0e3;}
.list-ul ul li em{width:20%;text-align:center;float:right;font-style:normal;}


























