/* csslint order-alphabetical:false,box-sizing:false,ids:false */
/* 通用 */
ul,
li,
img {
    box-sizing: border-box;
}

a.light,
.light a {
    color: #fff;
}
a.light:hover,
.light a:hover {
    color: #ff0;
}
a:hover {
    color: #1370cf;
}
.mt {
    margin-top: 20px;
}
.mt10 {
    margin-top: 10px;
}
.tac {
    text-align: center;
}

/* 主体 */
body {
    background: #fff url(../images/bg.jpg) no-repeat top center / 100%;
    min-height: 700px;
}
.login-box {
    background: url(../images/logo.png) no-repeat;
}
.login-box a {
    display: block;
    height: 320px;
    text-indent: -9999px;
    direction: ltr;
}

.nav-box {
    background-color: #1370cf;
    font-size: 0;
    box-shadow: 0 0 5px #888;
    text-shadow: 0 0 1px #000;
}
.nav-box li {
    display: inline-block;
    width: calc(100% / 6);
    border-left: 1px solid #045bb4;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.nav-box li a {
    display: block;
    height: 50px;
    box-sizing: border-box;
    line-height: 50px;
    border-left: 1px solid #167ce5;
}
.nav-box li a:hover,
.nav-box li.on a {
    background-color: #075fb7;
    border-bottom: 2px solid #0554a4;
    color: #ff0;
}
/* 幻灯片 */
#slide-box {
    width: 100%;
    height: 315px;
    position: relative;
    overflow: hidden;
    zoom: 1;
}
#slide-box img {
    width: 100%;
}
#slide-box .hd {
    width: 135px;
    position: absolute;
    right: 0;
}
#slide-box .hd ul li {
    position: relative;
    margin-bottom: 10px;
    border: 4px solid #ddd;
    border-radius: 4px;
}
#slide-box .hd ul li img {
    height: 90px;
    cursor: pointer;
    border: 1px solid #fff;
    /* border-radius: 4px; */
}
#slide-box .hd ul li.on {
    border-color: #f1c40f;
}
#slide-box .hd ul li::before {
    content: '';
    display: none;
    position: absolute;
    left: -12px;
    top: 30px;
    width: 0;
    height: 0;
    border-top: solid 10px transparent;
    border-right: solid 10px #f1c40f;
    border-bottom: solid 10px transparent;
}

#slide-box .hd ul li.on::before {
    display: block;
}
#slide-box .bd * {
    height: 100%;
}
#slide-box .bd {
    width: 500px;
    height: 100%;
    position: relative;
}

#slide-box .bd li {
    position: relative;
    zoom: 1;
    vertical-align: middle;
}
#slide-box .bd li .pic {
    position: relative;
    z-index: 0;
}
#slide-box .bd li .pic img {
    vertical-align: bottom;
}
#slide-box .bd li .title {
    width: 100%;
    height: 30px;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
    line-height: 30px;
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
#slide-box .bd li .title a {
    color: #fff;
    padding-left: 15px;
}
/* 栏目块 */
.cat-box-title {
    height: 40px;
    line-height: 40px;
    font-size: 0;
    background-color: #e3e3e3;
}
.cat-box-title > strong,
.cat-box-title > div {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    font-size: 0;
}
.cat-box-title > strong {
    width: 35%;
    background-color: #0471e0;
    color: #fff;
    font-size: 18px;
}
.cat-box-title > strong i {
    font-size: 1.1em;
    margin-right: 20px;
    padding-left: 25px;
}
.cat-box-title > strong i.dark {
    height: 100%;
    padding: 0 10px;
    display: inline-block;
    background-color: #024080;
}
.cat-box-title > div {
    width: 65%;
    text-align: right;
}
.cat-box-title > div a {
    display: inline-block;
    font-size: 14px;
    padding: 0 20px;
    border-left: 1px solid #d3d3d3;
}

.cat-box-title > div a:hover {
    background-color: #ddd;
}

.cat-box-title > div a.blue {
    background-color: #daeafb;
    border-left-color: #fff;
}
.cat-box-head {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #dceefa;
}
.cat-box-head > a {
    display: block;
    padding-bottom: 10px;
    font-size: 1.2em;
    font-weight: bold;
    color: #0159b2;
}
.cat-box-head > a:hover {
    color: #333;
}
.cat-box-head > p {
    line-height: 1.5em;
    color: #666;
    font-size: 0.9em;
}
.ul-list li {
    line-height: 35px;
}
.ul-list li > a,
.ul-list li > span {
    display: inline-block;
    vertical-align: middle;
}
.ul-list li > a {
    width: 84%;
}
.ul-list li > a::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 3px;
    height: 3px;
    background-color: #167ce5;
    margin-right: 8px;
}
.ul-list .dot li > a::before {
    background-color: #666;
}
.ul-list li > span {
    text-align: right;
    width: 14%;
    color: #666;
}
.report-box {
    padding: 40px;
    padding-left: 170px;
    background: #065cb2 url(../images/jbzq.png) no-repeat;
}
.report-box > div {
    min-height: 210px;
    border-radius: 30px;
    background: #fff;
}
.report-btns a {
    margin: 10px 0;
    font-size: 18px;
}
.report-btns i {
    font-size: 1.2em;
}

.report-cont strong {
    display: block;
    margin: 10px 0;
    font-size: 1.5em;
    color: #fc8433;
}
.report-cont p {
    margin-top: 10px;
    text-indent: 2em;
    line-height: 1.5em;
}

/* 底部 */
body > footer {
    background-color: #004994;
}
.links-box {
    min-height: 50px;
    border-bottom: 1px solid #053f7a;
}

.links-box .layui-nav {
    background: none;
}
.links-box .layui-nav-item {
    margin: 0 50px;
}
.links-box .layui-nav-child {
    bottom: 60px;
    top: inherit;
}
.copyright {
    border-top: 1px solid #0656a9;
    padding: 20px;
    color: #fff;
    line-height: 1.8em;
}

/* 子页 */
.in-main {
    border: 1px solid #eee;
    background-color: #fff;
    min-height: 500px;
}
.crumb-box {
    border: 1px solid #fff;
    border-bottom: 1px solid #ddd;
    padding: 20px;
    padding-right: 0;
    background-color: #f2f2f2;
}
.crumb-box > strong {
    font-size: 1.8em;
    display: inline-block;
    width: 20%;
    color: #db9b34;
}

.crumb-box > strong i {
    font-weight: normal;
    color: #999;
    vertical-align: middle;
}

.crumb-box > span {
    display: inline-block;
    width: 77%;
    text-align: right;
}
.in-report-box {
    margin-top: 15px;
    padding-left: 20px;
}
.in-report-box .layui-btn-lg {
    height: 50px;
    line-height: 50px;
}
.in-ul-list li {
    height: 60px;
    line-height: 60px;
    margin-top: 10px;
    border-bottom: 1px dashed #ddd;
    font-size: 0;
}
.in-ul-list li > a {
    display: inline-block;
    width: 82%;
    font-size: 18px;
}
.in-ul-list li > a > i {
    font-size: 0.8em;
    margin-right: 5px;
    color: #888;
}

.in-ul-list li > span {
    display: inline-block;
    width: 15%;
    font-size: 16px;
    color: #666;
    text-align: right;
}
.pages {
    margin: 20px 0;
}
.pages li {
    display: inline-block;
    margin: 0 5px;
}
.pages a {
    display: inline-block;
    padding: 0px 20px;
    height: 40px;
    line-height: 40px;
    background-color: #e3e3e3;
    /* color: #3498db; */
    color: #666;
    font-size: 1.2em;
    text-shadow: 0 0 1px #fff;
}

.pages a:hover {
    background-color: #2980b9;
    color: #ff0;
}

.pages .page-active a {
    background-color: #3498db;
    color: #fff;
    text-shadow: 0 0 1px #333;
    font-weight: bold;
}
.art-box {
    padding: 25px;
}
.art-title {
    color: #c3241c;
    line-height: 1.5em;
    font-size: 1.8em;
}
.art-meta {
    margin: 15px 0;
    padding: 15px 0;
    border-radius: 5px;
    box-shadow: 0 2px 3px #d3d3d3;
    color: #666;
    background-color: #f6f6f6;
}
.art-meta li > span:last-of-type {
    /* color: #1370cf; */
    color: #888;
}
.art-meta li {
    display: inline-block;
    padding: 0 20px;
}
.art-video {
    border: 1px solid #e3e3e3;
    padding: 20px;
    text-align: center;
}
.art-video > div {
    display: inline-block;
}
.art-cont {
    font-size: 16px;
    line-height: 1.8em;
}
.art-navs {
    background-color: #f2f2f2;
}
.art-navs > div {
    padding: 10px;
}
.art-navs > div:nth-of-type(2) {
    border: 1px solid #ddd;
    border-top: 0;
    border-bottom: 0;
    background-color: #eee;
}

.art-navs > div:nth-of-type(2) a {
    color: #2980b9;
    margin: 0 10px;
}

.art-navs > div:nth-of-type(2):hover {
    background-color: #3498db;
    border-color: #fff;
}
.art-navs > div:nth-of-type(2):hover * {
    color: #fff;
}
.art-navs > div:nth-of-type(2) i {
    color: #999;
}

.art-navs > div:last-of-type {
    text-align: right;
    background-color: ;
}
.agree-box {
    margin-top: 20px;
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #e3e3e3;
}
.agree-box span {
    vertical-align: bottom;
    line-height: 22px;
    height: 22px;
    display: inline-block;
}
.agree-btns {
    display: none;
    margin-top: 30px;
    padding: 30px 0;
    border-top: 1px solid #eee;
}
.agree-btns a {
    display: inline-block;
    margin: 0 20px;
}
.agree-btns a i {
    margin-right: 10px;
    font-size: 1.2em;
}

/* 表单 */
#myform .layui-form-item {
    margin-bottom: 0;
}

.layui-col-space20 > .layui-clear {
    padding: 0;
    height: 0;
}
.my-item-title {
    display: block;
    text-align: center;
    font-size: 28px;
}
.my-item-title i {
    display: block;
    font-size: 70px;
    margin-bottom: 10px;
}

#myform .layui-form-label > i {
    color: #f00;
    padding-right: 10px;
}
#report-box {
    padding-top: 20px;
}
