* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
}

dl, ol, ul {
    margin-bottom: 0;
}

input, select {
    outline: none;
}

p {
    margin-bottom: 0;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

body {
    background: #f1f1f1;
}

.container {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.alw img {
    display: block;
    width: 100%;
}

.header {
    background: url(../images/bj.jpg);
}

.header .logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .nav {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #317ed6;
}

.header .nav li {
    flex: 1;
    height: 50px;
    border-right: 1px solid #296cb5;
}

.header .nav li a {
    color: #fff;
    font-size: 16px;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.header .nav li:hover {
    background-image: radial-gradient(#368dda, #4ac1ec);
}

.header .nav li:last-child {
    border-right: none;
}

.header .banner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .banner img {
    width: 100%;
}

.hot-ss {
    height: 40px;
    display: flex;
    align-items: center;
    background: #fff;
    padding: 0 15px;
    margin: 20px auto;
}

.hot-ss img {
    margin-right: 10px;
}

.hot-ss b {
    color: #005bac;
    font-size: 18px;
}

.hot-ss ul {
    margin-left: 10px;
    display: flex;
}

.hot-ss ul li {
    margin: 0 0.4rem;
    flex: auto;
    font-size: 14px;
}

.hot-ss ul li a {
    color: red;
}

.nav-box {
    display: flex;
    align-items: center;
    background: #005bac;
    padding: 0 20px;
}

.nav-box .box {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-box .box dl {
    width: 100%;
    margin: 20px auto;
    display: flex;
}

.nav-box .box dl dt {
    width: 55px;
    height: 55px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #005bac;
    font-size: 16px;
}

.nav-box .box dl dt:before {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 8px solid transparent;
}

.nav-box .box dl dd {
    flex: 1;
    display: flex;
    align-items: center;
    margin-left: 30px;
    margin-bottom: 0;
}

.nav-box .box dl dd ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.nav-box .box dl dd ul li {
    width: 33.3%;
    font-size: 14px;
}

.nav-box .box dl dd ul li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    line-height: 26px;
}

.a1-box {
    margin: 20px auto;
    display: flex;
}

.a1-box .yy {
    width: 260px;
    background: #fff;
    padding: 10px 20px;
}

.a1-box .yy .title {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}

.a1-box .yy .con {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.a1-box .yy .con img {
    width: 235px;
}

.a1-box .yy .con a {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 235px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background: #ececec;
    font-size: 16px;
    color: #333;
}

.a1-box .yy .con a:hover {
    color: #ff7700;
}

.a1-box .news {
    background: #fff;
    flex: 1;
    padding: 10px 20px;
}

.a1-box .news .title {
    display: flex;
    align-items: center;
}

.a1-box .news .title a {
    display: flex;
    align-items: center;
    width: 100%;
}

.a1-box .news .title a h3 {
    display: flex;
    align-items: center;
    flex: 1;
    font-size: 18px;
    color: #000;
}

.a1-box .news .title a h3:hover {
    color: #ff7700;
}

.a1-box .news .title a span {
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #333;
}

.a1-box .news .title a span:hover {
    color: #ff7700;
}

.a1-box .news .new-con {
    margin-top: 15px;
}

.a1-box .news .new-con .img-article {
    display: flex;
    margin-bottom: 15px;
}

.a1-box .news .new-con .img-article dt {
    width: 110px;
    display: flex;
    align-items: center;
}

.a1-box .news .new-con .img-article dt img {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
}

.a1-box .news .new-con .img-article dd {
    margin-left: 10px;
    margin-bottom: 0;
    flex: 1;
}

.a1-box .news .new-con .img-article dd h3 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #005bac;
}

.a1-box .news .new-con .img-article dd p {
    font-size: 12px;
    text-align: justify;
    color: #666;
}

.a1-box .news .new-con .img-article dd p b {
    color: #ff7700;
}

.a1-box .news .new-con .list li {
    display: flex;
    font-size: 13px;
    height: 30px;
    align-items: center;
}

.a1-box .news .new-con .list li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #666;
    margin-right: 5px;
}

.a1-box .news .new-con .list li a {
    display: flex;
    color: #333;
    width: 100%;
}

.a1-box .news .new-con .list li a:hover {
    color: #ff7700;
}

.a1-box .news .new-con .list li a p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 330px;
}

.a1-box .news .new-con .list li a time {
    margin-left: 20px;
    display: flex;
    color: #666;
}

.home-a-box {
    margin-bottom: 20px;
    background: #fff;
    padding: 20px;
}

.home-a-box .title {
    display: flex;
    align-items: center;
    padding: 0 10px;
    margin-bottom: 10px;
}

.home-a-box .title a {
    display: flex;
    align-items: center;
}

.home-a-box .title a h3 {
    color: #333;
    font-size: 20px;
}

.home-a-box .title a h3:hover {
    color: #ff7700;
}

.home-a-box .title a span {
    margin-left: 5px;
    color: #999;
}

.home-a-box .a-nav ul {
    display: flex;
    flex-wrap: wrap;
}

.home-a-box .a-nav ul li {
    width: 20%;
    height: 30px;
    font-size: 14px;
    padding: 0 5px;
}

.home-a-box .a-nav ul li a {
    background: #5d9cbb;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
}

.home-a-box .a-nav ul li a:hover {
    background: #ff7700;
}

.home-a-box .con {
    margin-top: 10px;
}

.home-a-box .con .list {
    display: flex;
    flex-wrap: wrap;
}

.home-a-box .con .list li {
    width: 50%;
    display: flex;
    font-size: 13px;
    height: 30px;
    align-items: center;
}

.home-a-box .con .list li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #666;
    margin-right: 5px;
}

.home-a-box .con .list li a {
    display: flex;
    color: #333;
    width: 100%;
}

.home-a-box .con .list li a:hover {
    color: #ff7700;
}

.home-a-box .con .list li a p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 460px;
}

.home-a-box .con .list li a time {
    margin-left: 20px;
    display: flex;
    color: #666;
}

.page-nav {
    height: 40px;
    margin: 20px auto;
    background: #fff;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
    padding: 0 20px;
}

.page-nav b {
    background: #545456;
    height: 24px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    position: relative;
    margin-right: 12px;
}

.page-nav b:before {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-left: 6px solid #545456;
    border-bottom: 4px solid transparent;
}

.page-nav a {
    color: #333;
}

.page-container {
    margin-top: 20px;
}

.page-left {
    flex: 1;
    background: #fff;
}

.page-left .list {
    padding: 0 15px;
}

.page-left .list li {
    padding: 10px;
    border-bottom: 1px dashed #ccc;
}

.page-left .list li h3 {
    height: 30px;
    display: flex;
    align-items: center;
    color: #0084d0;
    font-size: 16px;
}

.page-left .list li h3 img {
    margin-right: 10px;
}

.page-left .list li p {
    margin-top: 5px;
    text-indent: 2em;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.page-left .list li p b {
    color: #ff7700;
}

.page-left .page {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.page-left .article-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #0f59b8;
    margin: 20px;
}

.page-left .article-info {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #333;
}

.page-left .article {
    padding: 20px;
    line-height: 24px;
    font-size: 14px;
    color: #333;
}

.page-left .article img {
    max-width: 100%;
    display: inline;
}

.page-left .article p {
    margin-bottom: 15px;
}

.page-left .article-nextOrPrev {
    padding: 0 20px;
}

.page-left .article-nextOrPrev li {
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
}

.page-left .article-nextOrPrev li a {
    color: #333;
}

.page-left .hot-article-box {
    padding: 0 20px;
    margin-bottom: 10px;
}

.page-left .hot-article-box .title {
    height: 30px;
    font-size: 18px;
    color: #005bac;
    font-weight: bold;
}

.page-left .hot-article-box .con {
    margin-top: 5px;
}

.page-left .hot-article-box .con ul {
    display: flex;
    flex-wrap: wrap;
}

.page-left .hot-article-box .con ul li {
    height: 35px;
    width: 50%;
    padding: 0 10px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.page-left .hot-article-box .con ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: dotted 1px #b0b0b0;
}

.page-left .hot-article-box .con ul li a span {
    background: #8c8c8c;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.page-left .hot-article-box .con ul li:nth-child(1) a span, .page-left .hot-article-box .con ul li:nth-child(2) a span {
    background: #ff7700;
}

.page-right {
    width: 300px;
    margin-left: 20px;
    background: #fff;
}

.page-right .yy-box .title {
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.page-right .yy-box .title h2 {
    font-weight: bold;
    color: #005bac;
    font-size: 20px;
}

.page-right .yy-box .con {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-right .yy-box .con img {
    width: 100%;
    margin-bottom: 10px;
}

.page-right .yy-box .con p {
    font-size: 14px;
    color: #333;
    line-height: 22px;
    text-indent: 2em;
    text-align: justify;
}

.page-right .yy-box .con p a {
    color: #ff7700;
}

.page-right .yy-box .con .swt-box {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    width: 100%;
}

.page-right .yy-box .con .swt-box .box {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-right .yy-box .con .swt-box .box a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-right .yy-box .con .swt-box .box a img {
    width: 48px;
}

.page-right .yy-box .con .swt-box .box a span {
    color: #333;
    font-size: 14px;
}

.page-right .ys-box .title {
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.page-right .ys-box .title h2 {
    font-weight: bold;
    color: #005bac;
    font-size: 20px;
}

.page-right .ys-box .con {
    padding: 0 20px;
}

.page-right .ys-box .con .list li {
    margin-bottom: 15px;
}

.page-right .ys-box .con .list li a {
    display: flex;
    align-items: center;
}

.page-right .ys-box .con .list li a img {
    width: 100px;
    border: 1px solid #ccc;
}

.page-right .ys-box .con .list li a .info {
    margin-left: 15px;
    flex: 1;
}

.page-right .ys-box .con .list li a .info h3 {
    color: #333;
    font-size: 16px;
}

.page-right .ys-box .con .list li a .info p {
    margin-top: 5px;
    color: #666;
    font-size: 12px;
    line-height: 18px;
}

.page-right .ys-box .con .list li a .info p b {
    color: #ff7700;
}

.page-right .bk-box .title {
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.page-right .bk-box .title h2 {
    font-weight: bold;
    color: #005bac;
    font-size: 20px;
}

.page-right .bk-box .con {
    padding: 0 20px;
    margin-bottom: 10px;
}

.page-right .bk-box .con ul {
    display: flex;
    flex-wrap: wrap;
}

.page-right .bk-box .con ul li {
    width: 50%;
    height: 30px;
    padding: 1px;
}

.page-right .bk-box .con ul li a {
    width: 100%;
    height: 100%;
    background: #48a7dd;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.page-right .bk-box .con ul li a:hover {
    background: #99ceec;
}

.footer {
    margin-top: 20px;
    background: url(../images/bj.jpg);
    padding: 20px 0;
}

.footer .logo {
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer .info p {
    color: #fff;
    font-size: 14px;
    margin: 5px 0;
}

/*# sourceMappingURL=css.css.map */
