@import url(common.css);

:root {
    /* 颜色 */
    --color-blue: #1D8FEF;
    --color-2: #222;
    --color-6: #666;
    --color-f: #fff;
    /* 字体大小 */
    --fs-14: 14px;
    --fs-16: 16px;
    --fs-18: 18px;
    --fs-20: 20px;
    --fs-30: 30px;
    --border-1: 1px solid #eee;
    --bg-color-blue: rgba(29, 142, 238, .1);
    --bg-color-white: rgba(255, 255, 255, 1);
    --bg-color-bottom: #313B50;
}

.bng {
    position: relative;
    width: 100%;
    margin: auto;
    background: #2152DB;
    background-image: linear-gradient(30deg, #2152DB, #62C2FD);
    /* overflow: hidden; */
}

.bng h3 {
    color: #fff;
    font-size: 50px;
    letter-spacing: 5px;
    font-weight: 600;
    text-shadow: 1px 3px 10px rgba(0, 0, 0, .2);
}

.bng h3 span {
    display: block;
    font-size: 65px;
}

.bng-i {
    height: 400px;
}

.bng-l {
    height: 400px;
}

.bng-x {
    height: 450px;
}

.bng-d {
    height: 300px;
}

.bn-l {
    position: absolute;
    left: 0;
    bottom: 0;
}

.bn-r {
    position: absolute;
    right: 0;
    top: 0;
}

.bn-t,
.bn-s {
    position: absolute;
    right: 7%;
    top: 120px;
    z-index: 0;
}

.bn-s {
    top: 140px;
}

/* 导航 */

.nav {
    position: relative;
    width: 100%;
    height: 66px;
    background: rgba(0, 0, 0, .2);
    margin-bottom: 55px;
}

.nav .welcome {
    position: absolute;
    line-height: 65px;
    right: 55px;
    top: 0;
    color: #fff;
    font-size: 14px;
}

.nav a {
    position: relative;
    margin-right: 120px;
    line-height: 65px;
    font-size: 20px;
    color: #fff;
}

.nav a::before,
.nav .select::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 4px;
    border-radius: 3px;
    background: inherit;
    bottom: -22px;
    left: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s;
}

.nav .select::before {
    background: #fff;
}

.nav a:hover::before {
    background: #fff;
}

/* 新闻动态 */

.h430 {
    position: relative;
    margin-top: -140px;
    height: 430px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 1);
}

/* 轮播图 */

.slideshow {
    width: 505px;
    height: 385px;
    background-color: #313B50;
}

/* 首页新闻 */

.index-new {
    width: 535px;
    height: 385px;
}


/* 平台登录 */

.p-login {
    height: 125px;
    background: rgba(255, 255, 255, 1);
}

.p-login a {
    float: left;
    width: 19.5%;
    border-right: 1px solid #eee;
    text-align: center;
    font-size: 16px;
    color: #666;
    font-weight: 500;
    margin-top: 25px;
    font-weight: 600;
}

.p-login a:hover {
    transition: all .3s;
    color: #1D8FEF;
}

.p-login a:nth-child(5) {
    border-right: 0;
}

.index-info {
    height: 500px;
    padding: 20px;
    background: rgba(255, 255, 255, 1);
}

.index-info .w360 {
    float: left;
    width: 360px;
    height: auto;
    margin-right: 18px;
}

.index-info .w360:nth-child(2) {
    border-right: 1px #eee solid;
    border-left: 1px #eee solid;
    width: 400px;
    padding: 0 20px;
}

.index-info .w360:nth-child(3) {
    margin-right: 0;
    border-right: 0;
}

/* 标题 */

.title {
    position: relative;
    width: 100%;
    height: 40px;
    font-size: 18px;
    border-bottom: 1px solid #eee;
    color: #1D8FEF;
    margin-bottom: 15px;
}

.title span {
    position: relative;
    cursor: pointer;
    margin-right: 40px;
}

.title span:hover {
    color: #1D8FEF;
}

.title span::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -15px;
    background: #1D8FEF;
}

.title .fw {
    font-weight: 600;
}

.title .c5 {
    color: #333;
}

.title .c5::before {
    background: none;
}

.title a {
    position: absolute;
    top: 10px;
    right: 2px;
    width: 15px;
    height: 14px;
    background: url(../images/more.png) no-repeat;
}

.title a:hover {
    background: url(../images/more.png) 0 -12px;
}

/* 列表 */

.i-list {
    width: 100%;
    height: auto;
}

.i-list li {
    width: 100%;
    line-height: 41px;
}

.i-list li a {
    font-size: 16px;
    color: #222;
}

.i-list li a:hover {
    color: #1D8FEF;
}

.i-list li span {
    position: relative;
    float: right;
    color: #999;
    font-size: 14px;
    padding-right: 30px;
}

.i-list li span::before {
    position: absolute;
    content: '';
    right: 0;
    width: 15px;
    height: 12px;
    margin-top: 15px;
    background: url(../images/more.png) no-repeat;
}

/* 列表 */

.list {
    width: 100%;
    min-height: 200px;
}

.list p {
    display: block;
    line-height: 200px;
    font-size: 18px;
    color: #ccc;
    text-align: center;
}

.list li {
    line-height: 40px;
    list-style-type: square;
    color: #999;
    margin-left: 15px;
}

.list li a {
    font-size: 16px;
    color: #333;
    transition: all .2s;
}

.list li a:hover {
    color: #1D8FEF;
}

.list li span {
    float: right;
    color: #999;
    font-size: 14px;
}

/*.list li:nth-child(6n) {*/
/*    margin-bottom: 10px;*/
/*    border-bottom: 1px solid #eee;*/
/*}*/

.b1 {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

/*定位 */

.location {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: rgba(255, 255, 255, 1);
    margin: 0 auto 20px auto;
    color: #666;
}

.location a {
    color: #666;
    margin-right: 5px;
}

.location a:hover {
    color: #1D8FEF;
}

.location span {
    margin-left: 5px;
    color: #222;
}

/* 侧导航 */

.side-nav {
    width: 260px;
    min-height: 100px;
    background: rgba(255, 255, 255, 1);
    text-align: center;
}

.side-nav h3 {
    display: block;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    color: #fff;
    background-color: #1D8FEF;
    font-weight: 600;
}

.side-nav li {
    position: relative;
    line-height: 50px;
}

.side-nav li::before {
    position: absolute;
    content: '';
    left: 10px;
    top: 0;
    height: 1px;
    width: 240px;
    background-color: rgba(29, 142, 238, .1);
}

.side-nav li:last-child {
    border-bottom: 0;
}

.side-nav li a {
    display: block;
    color: #333;
    font-size: 16px;
    transition: all .4s;
}

.side-nav li a:hover {
    /*color: #fff;*/
    color: #1D8FEF !important;
    cursor: pointer;
}

.w910 {
    width: 910px;
    min-height: 300px;
    padding: 20px 20px 30px 20px;
    background: rgba(255, 255, 255, 1);
}

/* 分页 */

.paging {
    width: 100%;
    text-align: center;
    height: 35px;
    line-height: 32px;
    margin-top: 20px;
    padding-top: 10px;
    /* border-top: 1px solid #eee; */
}

.paging span {
    color: #999;
}

.paging a {
    display: inline-block;
    margin: 0 4px;
    min-width: 32px;
    height: 32px;
    border: 1px solid #eee;
    border-radius: 4px;
    color: #555;
    font-size: 16px;
    font-family: 'Courier New', Courier, monospace;
    transition: all .3s;
}

.paging a:hover {
    color: #fff;
    background: #1D8FEF;
    border-color: #1D8FEF;
}

.paging input[type="text"] {
    text-align: center;
    width: 45px;
    height: 32px;
    border: 1px solid #eee;
    border-radius: 4px;
    margin: 0 5px;
}

/* 新闻详细 */

.page,
.piece {
    padding: 40px;
    min-height: 320px;
    background-color: #fff;
}

.page h1 {
    text-align: center;
    font-size: 30px;
    color: #000;
}

.page section {
    margin: 20px 0;
    padding: 20px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    color: #999;
}

.page section span {
    margin-right: 15px;
}

.page p {
    font-size: 16px;
    color: 16px;
    line-height: 2;
    text-indent: 2em;
}

/* 详细 */

.detailed {
    width: 100%;
    margin-bottom: 30px;
    padding: 10px 0;
}

.detailed h3 {
    color: #000;
    font-size: 30px;
    margin-bottom: 10px;
}

.detailed span {
    font-size: 16px;
    color: #666;
}

.detailed a {
    font-size: 16px;
    color: #1D8EEE;
}

.detailed a:hover {
    color: #2152DB;
}

.det {
    width: 100%;
    height: auto;
}

.det .w5,
.det .w10 {
    float: left;
    padding: 12px;
    font-size: 16px;
    color: #666;
}

/* 显示省略号*/
.w100 .w5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.ellipsisStyle {
    display: inline-block;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.w100 .w5 span,
.w100 .w10 span {
    width: 140px;
}


.det .w5 span,
.det .w10 span {
    float: left;
    min-width: 100px;
    max-width: 145px;
    color: #222;
    text-align: right;
}

.det .w10 span {
    min-height: 30px;
}

.det .w5 {
    width: 50%;
}

.det .w10 {
    width: 100%;
}

.det .w10 p {
    line-height: 1.8;
}

/* 表格 */

.table {
    width: 100%;
    border: 1px solid #eee;
    border-radius: 5px;
    border-collapse: separate;
}

.table td,
.table th {
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #eee;
    border-collapse: collapse;
    text-align: center;
    color: #666;
    font-size: 16px;
}

.table th {
    border-top: 0;
    color: #333;
    font-size: 14px;
    border-radius: 5px;
    background: #fafafa;
}

.table td a {
    color: #333;
}

.table td a:hover {
    color: #1D8FEF;
}

.blue {
    color: #1D8FEF !important;
}

/* 数据统计 */

.data-statistics {
    width: 1200px;
    min-height: 300px;
    margin: 40px auto;
    padding: 40px;
    background: rgba(255, 255, 255, 1);
}

.data-statistics ul {
    width: 100%;
}

.data-statistics ul li {
    float: left;
    padding: 40px 0;
    width: 20%;
    text-align: center;
    cursor: pointer;
}

.data-statistics ul li p {
    font-size: 16px;
    color: #000;
}

.data-statistics ul li span {
    display: block;
    color: #1D8FEF;
    font-size: 20px;
}

.data-statistics ul li span h3 {
    display: inline-block;
    font-size: 30px;
}

.data-statistics ul li img {
    padding: 16px;
    background: rgba(29, 142, 238, .1);
    border-radius: 50%;
    margin-bottom: 20px;
}

/*搜索 */

.search {
    position: relative;
    margin: 120px auto 0 auto;
    width: 700px;
    min-height: 100px;
}

.search span {
    line-height: 35px;
    padding: 6px 15px;
    color: #fff;
    font-size: 16px;
    margin-right: 50px;
    cursor: pointer;
    transition: all .3s;
}

.search .select,
.search span:hover {
    position: relative;
    background: rgba(0, 0, 0, .3);
}

.search span:hover::before,
.search .select::before {
    position: absolute;
    left: 40%;
    top: 33px;
    content: '';
    border: solid 6px transparent;
    border-top-color: rgba(0, 0, 0, .3);
}

.search input[type="text"] {
    width: 700px;
    height: 55px;
    padding: 0 10px;
    margin-top: 8px;
    font-weight: 600;
    font-size: 18px;
    background: rgba(255, 255, 255, 1);
}

.search input[type="text"]:hover {
    background: #fafafa;
}

.search input[type="text"]::placeholder {
    font-size: 16px;
    color: #ccc;
    font-weight: 500;
}

.search button {
    position: absolute;
    right: 5px;
    bottom: 0;
    width: 55px;
    height: 58px;
    background: url(../images/search.png) no-repeat 0 0;
}

.search button:hover {
    background: url(../images/search.png) no-repeat 0 -55px;
}

/* 筛选 */

.filter {
    min-width: 100px;
}

.filter select,
.filter input[type="text"] {
    float: left;
    padding: 0 5px;
    width: 240px;
    height: 33px;
    line-height: 28px;
    border: 1px solid #eee;
    outline: none;
    margin-left: -1px;
}

.filter select,
.filter input[type="text"]::placeholder {
    color: #999;
}

.filter button {
    min-width: 60px;
    height: 32px;
    background: #1D8FEF;
    color: #fff;
}

.filter button:hover {
    background: #2152DB;
}

.w100 {
    width: 100%;
    height: auto;
}

/* 轮播图 */

.focus {
    margin: 0 auto;
    position: relative;
    width: 605px;
    height: 385px;
}

.focus img {
    width: 605px;
    height: 385px;
}

.focus .fPic {
    position: absolute;
    left: 0px;
    top: 0px;
}

.focus .D1fBt {
    overflow: hidden;
    zoom: 1;
    height: 16px;
    z-index: 10;
}

.focus .shadow {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 10;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.6);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#80000000', endColorstr='#80000000') \9;
    display: block;
    text-align: left;
}

.focus .shadow a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    margin-left: 15px;
}

.focus .fcon {
    position: relative;
    width: 100%;
    float: left;
    display: none;
}

.focus .fcon img {
    display: block;
}

.focus .fbg {
    bottom: 10px;
    right: 20px;
    position: absolute;
    height: 21px;
    text-align: center;
    z-index: 200;
}

.focus .D1fBt a {
    position: relative;
    display: inline;
    width: 12px;
    height: 12px;
    border-radius: 7px;
    margin: 0 5px;
    color: #B0B0B0;
    font: 12px/15px "\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #D9D9D9;
}

.focus .D1fBt .current,
.focus .D1fBt a:hover {
    background: #1D8FEF;
}

.focus .D1fBt img {
    display: none
}

.focus .D1fBt i {
    display: none;
    font-style: normal;
}

/* TAD */

#tab {
    height: auto;
}

#tab > ul {
    position: relative;
}

#tab > ul > li {
    height: 40px;
    margin-right: 40px;
    display: inline-block;
    cursor: pointer;
    transition: all .3s;
}

#tab > ul > li.selected {
    font-weight: 600;
    z-index: 10;
    position: relative;
    color: #1D8FEF;
    border-bottom: 2px solid #1D8FEF;
}


/*防止富文本图片超出*/
.richTextContent img {
    max-width: 100%;
}

.contentDiv:hover {
    cursor: pointer;
}

.contentA:hover {
    cursor: pointer;
}