@charset "UTF-8";
body {
    font-family: Arial, Helvetica, sans-serif, Times New Roman;
}

p {
    margin-bottom: 0;
}

ul {
    margin: 0;
}

a:hover, a:focus {
    text-decoration: none;
}

.mobile-nav {
    
}

.mobile-nav .box {
    padding: 10px 0;
}

.mobile-nav .box .logo {
    width: 120px;
}

.sp_header {
    height: 50px;
    overflow: hidden;
    background: #fff;
    position: fixed;
    z-index: 9999999999999;
    width: 100%;
}

.sp_logo {
    padding: 10px;
    float: left;
    height: 50px;
}

.sp_logo img {
    margin: auto;
    max-height: 30px;
}

.sp_nav span {
    display: block;
    background: #c9141e;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 10px;
    transition: all ease 0.35s;
}

.sp_nav span:nth-of-type(1) {
    top: 0px;
}

.sp_nav span:nth-of-type(2) {
    top: 10px;
}

.sp_nav span:nth-of-type(3) {
    top: 20px;
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg);
}

.sp_nav_se span:nth-of-type(2) {
    width: 0;
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg);
}

.sjj_nav {
    position: fixed;
    z-index: 9999999999999;
    background: #eee;
    width: 100%;
    height: calc(100% - 104px);
    font-size: 14px;
    line-height: 40px;
    top: -100%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}

.nav_show {
    top: 52px;
}

.sjj_nav > ul > li:first-child {
    overflow: hidden;
    border-top: 0;
}

.sjj_nav > ul > li:first-child > a {
    float: left;
    width: calc(100% - 70px);
}

.sjj_nav > ul > li:first-child .language {
    float: right;
    width: 36px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px;
}

.sjj_nav > ul > li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
}

.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg);
}

.sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 20px;
    position: relative;
    line-height: 40px;
    font-size: 14px;
}

.sjj_nav > ul > li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none;
}

.sjj_nav ul li a {
    color: #666;
    width: 80%;
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #c9141e;
}

.sjj_nav ul li ul li > ul {
    margin-left: 10px;
}

.common-title {
    text-align: center;
    margin: 0;
    color: #0b1668;
    font-size: 25px;
    font-weight: normal;
    line-height: 1;
}

.common-title > span {
    display: block;
    padding-bottom: 15px;
    position: relative;
}

.common-title > span:before {
    content: "";
    display: inline-block;
    width: 200px;
    height: 1px;
    background-color: #f7941d;
    position: absolute;
    bottom: 2px;
    left: 50%;
    margin-left: -100px;
}

.common-title > span:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 50px;
    height: 5px;
    background-color: #f7941d;
    bottom: 0px;
    left: 50%;
    margin-left: -25px;
}

.common-title > small {
    margin-top: 10px;
    display: block;
    font-weight: normal;
    font-size: 16px;
    color: #656565;
    line-height: 1;
}

#about {
    margin-top: 30px;
}

#about p {
    margin-top: 20px;
    font-size: 14px;
	line-height:2
}

#about img {
    margin-top: 20px;
}

#footer {
    background-color: #0b1668;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#footer > .container > .text-center {
    color: #fff;
}

#footer > .container > .text-center a {
    color: #fff;
}

#footer > .container .flex-box {
    display: flex;
}

#footer > .container .flex-box .logo {
	display:none;
}

#footer > .container .flex-box .logo p {
    color: #ffffff;
    margin-top: 10px;
}

#footer > .container .flex-box .nav-list {
    display: flex;
    padding-left: 39px;
}

#footer > .container .flex-box .nav-list .app-list {
    padding-right: 40px;
}

#footer > .container .flex-box .nav-list .app-list > h3 {
    font-size: 16px;
    color: #fff;
    margin: 0;
    padding-bottom: 17px;
    line-height: 1;
    position: relative;
}

#footer > .container .flex-box .nav-list .app-list > h3:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #f1911f;
    left: 0;
    bottom: 1px;
    position: absolute;
}

#footer > .container .flex-box .nav-list .app-list > h3:after {
    content: "";
    width: 37px;
    height: 3px;
    background-color: #f1911f;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
}

#footer > .container .flex-box .nav-list .app-list > ul > li {
    margin-top: 10px;
}

#footer > .container .flex-box .nav-list .app-list > ul > li a {
    color: #ffffff;
    font-size: 14px;
}

#footer > .container .flex-box .nav-list .app-list > p {
    margin-top: 10px;
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 0;
}

#cp {
    background-color: #f2f2f2;
    padding: 30px 0;
}

#cp .box {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 10px;
    margin-top: 20px;
    align-items: center;
}

#cp .box .img {
    width: 45%;
}

#cp .box .info {
    width: 50%;
}

#cp .box .info h3 {
    margin: 0;
}

#cp .box .info h3 a {
    font-size: 20px;
    color: #000000;
}

#cp .box .info p {
    font-size: 14px;
    color: #656565;
    margin-bottom: 0;
    margin-top: 15px;
}

#cp .box .info > a {
    display: inline-block;
    color: #3990fe;
    font-size: 15px;
    margin-top: 15px;
}

#subnav {
    background-color: rgba(242, 242, 242, 0.5)
}

#subnav a {
    color: #000000;
    font-size: 15px;
    display: inline-block;
    padding: 5px 10px;
}

#subnav a.active {
    background-color: #0b1668;
    color: #fff;
}

#main {
    background-color: #f2f2f2;
    padding-bottom: 20px;
}

#main > .header > .container > .box {
    background-color: #ffffff;
    padding: 20px;
}

#main > .container {
    margin-top: 1px;
}

#main > .container > article {
    background-color: #fff;
    padding: 20px 10px;
    line-height: 2;
}

#main ul.list-news {
    background-color: #ffffff;
    padding: 0 20px;
}

#main ul.list-news > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #d9d9d9;
}

#main ul.list-news > li > a.thumb {
    display: block;
    width: 30%;
}

#main ul.list-news > li > .info {
    width: 68%;
}

#main ul.list-news > li > .info > h3 {
    margin: 0;
}

#main ul.list-news > li > .info > h3 > a {
    color: #000000;
    font-size: 16px;
}

#main ul.list-news > li > .info > h3 > span {
    font-size: 12px;
    color: grey;
}

#main ul.list-news > li > .info > p {
    display: none;
}

.list-images {
    background-color: #ffffff;
    padding: 0px;
}

.list-images .sub-nav {
    margin-bottom: 0;
    background-color: #f2f2f2;
    font-size: 14px;
    color: #191313;
    line-height: 2;
    padding: 10px;
}

.list-images .box {
    margin-top: 20px;
}
.list-images .box .jianjie{
    width:600px;
    min-height:150px;
    padding:10px;
    border-radius:5px;
    border:1px solid #ccc;
    position:absolute;
    background: #fff;
    top:0;
    left:0;
    display: none;
    z-index: 999999;
    cursor: pointer;
}
.list-images .box a.thumb {
    border: 2px solid #f2f2f2;
    display: block;
    text-align: center;
}

.list-images .box a.title {
    display: block;
    text-align: center;
    color: #000000;
    margin-top: 10px;
}

@media (min-width: 576px) {
    .mobile-nav {
        background-color: #ebedef;
    }

    .mobile-nav .box {
        padding: 10px 0;
    }

    .mobile-nav .box .logo {
        width: 120px;
    }
}

@media (min-width: 768px) {
    .pc-nav {
        border-bottom: 3px solid #0b1668;
    }

    .pc-nav .box {
        height: 98px;
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        align-items: center;
    }

    .pc-nav .box > ul {
        display: flex;
        padding-top: 42px;
    }

    .pc-nav .box > ul > li {
        min-width: 120px;
        height: 55px;
    }

    .pc-nav .box > ul > li > a {
        display: block;
        text-align: center;
        line-height: 55px;
        font-size: 20px;
        color: #101010;
    }

    .pc-nav .box > ul > li > ul.dropdown-menu {
        width: 100% !important;
    }

    .pc-nav .box > ul > li > ul.dropdown-menu > li > a {
        padding: 10px 0;
        font-size: 14px;
        text-align: center;
    }

    .pc-nav .box > ul > li > ul.dropdown-menu > li > a:hover {
        background-color: #ebedef;
        color: #0b1668;
    }

    .pc-nav .box > ul > li > ul.dropdown-menu > li.dropdown-submenu > a:hover, .pc-nav .box > ul > li > ul.dropdown-menu > li.dropdown-submenu > a.active {
        background-color: #ebedef;
        color: #0b1668;
    }

    .pc-nav .box > ul > li > ul.dropdown-menu > li.dropdown-submenu > .dropdown-menu > li > a {
        padding: 10px 20px;
        font-size: 14px;
    }

    .pc-nav .box > ul > li > ul.dropdown-menu > li.dropdown-submenu > .dropdown-menu > li > a:hover {
        background-color: #ebedef;
        color: #0b1668;
    }

    .common-title {
        text-align: center;
        margin: 0;
        color: #0b1668;
        font-size: 25px;
        font-weight: normal;
        line-height: 1;
    }

    .common-title > span {
        display: block;
        padding-bottom: 15px;
        position: relative;
    }

    .common-title > span:before {
        content: "";
        display: inline-block;
        width: 200px;
        height: 1px;
        background-color: #f7941d;
        position: absolute;
        bottom: 2px;
        left: 50%;
        margin-left: -100px;
    }

    .common-title > span:after {
        content: "";
        display: inline-block;
        position: absolute;
        width: 50px;
        height: 5px;
        background-color: #f7941d;
        bottom: 0px;
        left: 50%;
        margin-left: -25px;
    }

    .common-title > small {
        margin-top: 10px;
        display: block;
        font-weight: normal;
        font-size: 16px;
        color: #656565;
        line-height: 1;
    }

    #cp {
        background-color: #f2f2f2;
        padding-top: 30px;
    }

    #cp .box {
        display: flex;
        justify-content: space-between;
        background-color: #fff;
        padding: 5px;
        margin-top: 20px;
        align-items: center;
    }

    #cp .box .img {
        width: 45%;
    }

    #cp .box .info {
        width: 50%;
    }

    #cp .box .info h3 {
        margin: 0;
    }

    #cp .box .info h3 a {
        font-size: 14px;
        color: #000000;
    }

    #cp .box .info p {
        font-size: 14px;
        color: #656565;
        margin-bottom: 0;
        margin-top: 10px;
    }

    #cp .box .info > a {
        display: inline-block;
        color: #3990fe;
        font-size: 14px;
        margin-top: 10px;
    }

    #subnav {
        background-color: rgba(242, 242, 242, 0.5);
        position: relative;
        z-index: 999999;
        margin-top: -40px;
    }

    #subnav a {
        display: inline-block;
        padding: 0 20px;
        line-height: 40px;
        font-size: 16px;
        color: #000000;
    }

    #subnav a.active {
        background-color: #2e387d;
        color: #ffffff;
    }

    #main ul.list-news {
        background-color: #ffffff;
        padding: 0 20px;
    }

    #main ul.list-news > li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        border-bottom: 1px solid #d9d9d9;
    }

    #main ul.list-news > li > a.thumb {
        display: block;
        width: 200px;
    }

    #main ul.list-news > li > .info {
        width: 400px;
    }

    #main ul.list-news > li > .info > h3 {
        margin: 0;
        display: flex;
        justify-content: space-between;
        font-weight: normal;
        margin-bottom: 15px;
        line-height: 1;
    }

    #main ul.list-news > li > .info > h3 > a {
        color: #000000;
        font-size: 16px;
    }

    #main ul.list-news > li > .info > h3 > span {
        color: #000000;
        font-size: 14px;
    }

    #main ul.list-news > li > .info > p {
        display: block;
        color: #191313;
        font-size: 14px;
        margin-bottom: 0px;
    }

    #main ul.list-news > li > .info > p > a {
        color: #ff7713;
        font-size: 12px;
    }
}

@media (min-width: 992px) {
	#main > .container > article {
    background-color: #fff;
    padding: 20px 40px;
    line-height: 2;
}
    .list-images .box:hover .jianjie{
        display: block;
    }
    .pc-nav {
        border-bottom: 3px solid #0b1668;
    }

    .pc-nav .box {
        height: 98px;
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        align-items: center;
    }

    .pc-nav .box > ul {
        display: flex;
        padding-top: 42px;
    }

    .pc-nav .box > ul > li {
        min-width: 120px;
        height: 55px;
    }

    .pc-nav .box > ul > li > a {
        display: block;
        text-align: center;
        line-height: 55px;
        font-size: 20px;
        color: #101010;
    }

    .pc-nav .box > ul > li > ul.dropdown-menu {
        width: 100% !important;
    }

    .pc-nav .box > ul > li > ul.dropdown-menu > li > a {
        padding: 10px 0;
        font-size: 14px;
        text-align: center;
    }

    .pc-nav .box > ul > li > ul.dropdown-menu > li > a:hover {
        background-color: #ebedef;
        color: #0b1668;
    }

    .pc-nav .box > ul > li > ul.dropdown-menu > li.dropdown-submenu > a:hover, .pc-nav .box > ul > li > ul.dropdown-menu > li.dropdown-submenu > a.active {
        background-color: #ebedef;
        color: #0b1668;
    }

    .pc-nav .box > ul > li > ul.dropdown-menu > li.dropdown-submenu > .dropdown-menu > li > a {
        padding: 10px 20px;
        font-size: 14px;
    }

    .pc-nav .box > ul > li > ul.dropdown-menu > li.dropdown-submenu > .dropdown-menu > li > a:hover {
        background-color: #ebedef;
        color: #0b1668;
    }

    .common-title {
        text-align: center;
        margin: 0;
        color: #0b1668;
        font-size: 25px;
        font-weight: normal;
        line-height: 1;
    }

    .common-title > span {
        display: block;
        padding-bottom: 15px;
        position: relative;
    }

    .common-title > span:before {
        content: "";
        display: inline-block;
        width: 200px;
        height: 1px;
        background-color: #f7941d;
        position: absolute;
        bottom: 2px;
        left: 50%;
        margin-left: -100px;
    }

    .common-title > span:after {
        content: "";
        display: inline-block;
        position: absolute;
        width: 50px;
        height: 5px;
        background-color: #f7941d;
        bottom: 0px;
        left: 50%;
        margin-left: -25px;
    }

    .common-title > small {
        margin-top: 10px;
        display: block;
        font-weight: normal;
        font-size: 16px;
        color: #656565;
        line-height: 1;
    }

    #cp {
        background-color: #f2f2f2;
        padding-top: 30px;
    }

    #cp .box {
        display: flex;
        justify-content: space-between;
        background-color: #fff;
        padding: 10px;
        margin-top: 20px;
        align-items: center;
    }

    #cp .box .img {
        width: 45%;
    }

    #cp .box .info {
        width: 50%;
    }

    #cp .box .info h3 {
        margin: 0;
    }

    #cp .box .info h3 a {
        font-size: 20px;
        color: #000000;
    }

    #cp .box .info p {
        font-size: 14px;
        color: #656565;
        margin-bottom: 0;
        margin-top: 15px;
    }

    #cp .box .info > a {
        display: inline-block;
        color: #3990fe;
        font-size: 15px;
        margin-top: 15px;
    }

    #subnav {
        background-color: rgba(242, 242, 242, 0.5);
        position: relative;
        z-index: 999999;
        margin-top: -85px;
    }

    #subnav a {
        display: inline-block;
        padding: 0 20px;
        line-height: 85px;
        font-size: 20px;
        color: #000000;
    }

    #subnav a.active {
        background-color: #2e387d;
        color: #ffffff;
    }

    #main ul.list-news {
        background-color: #ffffff;
        padding: 0 20px;
    }

    #main ul.list-news > li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        border-bottom: 1px solid #d9d9d9;
    }

    #main ul.list-news > li > a.thumb {
        display: block;
        width: 200px;
    }

    #main ul.list-news > li > .info {
        width: 650px;
    }

    #main ul.list-news > li > .info > h3 {
        margin: 0;
        display: flex;
        justify-content: space-between;
        font-weight: normal;
        margin-bottom: 15px;
        line-height: 1;
    }

    #main ul.list-news > li > .info > h3 > a {
        color: #000000;
        font-size: 16px;
    }

    #main ul.list-news > li > .info > h3 > span {
        color: #000000;
        font-size: 14px;
    }

    #main ul.list-news > li > .info > p {
        display: block;
        color: #191313;
        font-size: 14px;
        margin-bottom: 0px;
    }

    #main ul.list-news > li > .info > p > a {
        color: #ff7713;
        font-size: 12px;
    }

    .sanjinav > a {
        font-size: 14px;
        color: #616161;
    }

    .sanjinav > a.active, .sanjinav > a:hover {
        color: #145ccd;
    }

    .sanjinav > span {
        color: #616161;
        margin: 0 10px;
    }
}

@media (min-width: 1200px) {
	#main > .container > article {
    background-color: #fff;
    padding: 20px 40px;
    line-height: 2;
}
    .list-images .box:hover .jianjie{
        display: block;
    }
    .pc-nav {
        border-bottom: 3px solid #0b1668;
    }

    .pc-nav .box {
        height: 98px;
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        align-items: center;
    }

    .pc-nav .box > ul {
        display: flex;
        padding-top: 42px;
    }

    .pc-nav .box > ul > li {
        min-width: 120px;
        height: 55px;
    }

    .pc-nav .box > ul > li > a {
        display: block;
        text-align: center;
        line-height: 55px;
        font-size: 20px;
        color: #101010;
    }

    .pc-nav .box > ul > li > ul.dropdown-menu {
        width: 100% !important;
    }

    .pc-nav .box > ul > li > ul.dropdown-menu > li > a {
        padding: 10px 0;
        font-size: 14px;
        text-align: center;
    }

    .pc-nav .box > ul > li > ul.dropdown-menu > li > a:hover {
        background-color: #ebedef;
        color: #0b1668;
    }

    .pc-nav .box > ul > li > ul.dropdown-menu > li.dropdown-submenu > a:hover, .pc-nav .box > ul > li > ul.dropdown-menu > li.dropdown-submenu > a.active {
        background-color: #ebedef;
        color: #0b1668;
    }

    .pc-nav .box > ul > li > ul.dropdown-menu > li.dropdown-submenu > .dropdown-menu > li > a {
        padding: 10px 20px;
        font-size: 14px;
    }

    .pc-nav .box > ul > li > ul.dropdown-menu > li.dropdown-submenu > .dropdown-menu > li > a:hover {
        background-color: #ebedef;
        color: #0b1668;
    }

    .common-title {
        text-align: center;
        margin: 0;
        color: #0b1668;
        font-size: 36px;
        font-weight: normal;
        line-height: 1;
    }

    .common-title > span {
        display: block;
        padding-bottom: 27px;
        position: relative;
    }

    .common-title > span:before {
        content: "";
        display: inline-block;
        width: 230px;
        height: 1px;
        background-color: #f7941d;
        position: absolute;
        bottom: 2px;
        left: 50%;
        margin-left: -115px;
    }

    .common-title > span:after {
        content: "";
        display: inline-block;
        position: absolute;
        width: 64px;
        height: 5px;
        background-color: #f7941d;
        bottom: 0px;
        left: 50%;
        margin-left: -32px;
    }

    .common-title > small {
        margin-top: 20px;
        display: block;
        font-weight: normal;
        font-size: 18px;
        color: #656565;
        line-height: 1;
    }

    #cp {
        background-color: #f2f2f2;
        padding-top: 30px;
    }

    #cp .box {
        display: flex;
        justify-content: space-between;
        background-color: #fff;
        padding: 10px;
        margin-top: 20px;
        align-items: center;
    }

    #cp .box .info {
        width: 50%;
    }

    #cp .box .info h3 {
        margin: 0;
    }

    #cp .box .info h3 a {
        font-size: 20px;
        color: #000000;
    }

    #cp .box .info p {
        font-size: 14px;
        color: #656565;
        margin-bottom: 0;
        margin-top: 15px;
    }

    #cp .box .info > a {
        display: inline-block;
        color: #3990fe;
        font-size: 15px;
        margin-top: 15px;
    }

    #subnav {
        background-color: rgba(242, 242, 242, 0.5);
        position: relative;
        z-index: 999999;
        margin-top: -85px;
    }

    #subnav a {
        float: left;
        display: inline-block;
        padding: 0 30px;
        line-height: 85px;
        font-size: 20px;
        color: #000000;
    }

  /*  #subnav a:first-child {
        margin-left: 130px;
    }*/

    #subnav a.active {
        background-color: #2e387d;
        color: #ffffff;
    }

    #main ul.list-news {
        background-color: #ffffff;
        padding: 0 20px;
    }

    #main ul.list-news > li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        border-bottom: 1px solid #d9d9d9;
    }

    #main ul.list-news > li > a.thumb {
        display: block;
        width: 265px;
        height: 150px;
    }

    #main ul.list-news > li > .info {
        width: 780px;
    }

    #main ul.list-news > li > .info > h3 {
        margin: 0;
        display: flex;
        justify-content: space-between;
        font-weight: normal;
        margin-bottom: 15px;
        line-height: 1;
    }

    #main ul.list-news > li > .info > h3 > a {
        color: #000000;
        font-size: 16px;
    }

    #main ul.list-news > li > .info > h3 > span {
        color: #000000;
        font-size: 14px;
    }

    #main ul.list-news > li > .info > p {
        display: block;
        color: #191313;
        font-size: 14px;
        margin-bottom: 0px;
    }

    #main ul.list-news > li > .info > p > a {
        color: #ff7713;
        font-size: 12px;
    }

    .sanjinav > a {
        font-size: 14px;
        color: #616161;
    }

    .sanjinav > a.active, .sanjinav > a:hover {
        color: #145ccd;
    }

    .sanjinav > span {
        color: #616161;
        margin: 0 10px;
    }
    .list-images {
        background-color: #ffffff;
        padding: 20px;
    }

    .list-images .sub-nav {
        margin-bottom: 0;
        background-color: #f2f2f2;
        font-size: 14px;
        color: #191313;
        line-height: 2;
        padding: 20px;
    }
}

@media (min-width: 1440px) {
    .list-images {
        background-color: #ffffff;
        padding: 20px;
    }
    .list-images .box:hover .jianjie{
        display: block;
    }
    .list-images .sub-nav {
        margin-bottom: 0;
        background-color: #f2f2f2;
        font-size: 14px;
        color: #191313;
        line-height: 2;
        padding: 20px;
    }
    .container {
        max-width: 1400px;
    }
	#footer > .container .flex-box .logo {
		display:block;
		width: 247px;
		text-align: center;
		padding-top: 30px;
		border-right: 2px solid #15217d;
	}
    .pc-nav {
        border-bottom: 3px solid #0b1668;
    }

    .pc-nav .box {
        height: 98px;
        display: flex;
        display: -webkit-flex;
        justify-content: start;
        align-items: center;
    }

    .pc-nav .box > ul {
        display: flex;
		margin-left:50px;
        padding-top: 42px;
    }

    .pc-nav .box > ul > li {
        min-width: 130px;
        height: 55px;
    }

    .pc-nav .box > ul > li > a {
        display: block;
        text-align: center;
        line-height: 55px;
        font-size: 20px;
        color: #101010;
    }

    .pc-nav .box > ul > li > ul.dropdown-menu {
        width: 100% !important;
    }

    .pc-nav .box > ul > li > ul.dropdown-menu > li > a {
        padding: 10px 0;
        font-size: 14px;
        text-align: center;
    }

    .pc-nav .box > ul > li > ul.dropdown-menu > li > a:hover {
        background-color: #ebedef;
        color: #0b1668;
    }

    .pc-nav .box > ul > li > ul.dropdown-menu > li.dropdown-submenu > a:hover, .pc-nav .box > ul > li > ul.dropdown-menu > li.dropdown-submenu > a.active {
        background-color: #ebedef;
        color: #0b1668;
    }

    .pc-nav .box > ul > li > ul.dropdown-menu > li.dropdown-submenu > .dropdown-menu > li > a {
        padding: 10px 20px;
        font-size: 14px;
    }

    .pc-nav .box > ul > li > ul.dropdown-menu > li.dropdown-submenu > .dropdown-menu > li > a:hover {
        background-color: #ebedef;
        color: #0b1668;
    }

    .common-title {
        text-align: center;
        margin: 0;
        color: #0b1668;
        font-size: 36px;
        font-weight: normal;
        line-height: 1;
    }

    .common-title > span {
        display: block;
        padding-bottom: 27px;
        position: relative;
    }

    .common-title > span:before {
        content: "";
        display: inline-block;
        width: 230px;
        height: 1px;
        background-color: #f7941d;
        position: absolute;
        bottom: 2px;
        left: 50%;
        margin-left: -115px;
    }

    .common-title > span:after {
        content: "";
        display: inline-block;
        position: absolute;
        width: 64px;
        height: 5px;
        background-color: #f7941d;
        bottom: 0px;
        left: 50%;
        margin-left: -32px;
    }

    .common-title > small {
        margin-top: 20px;
        display: block;
        font-weight: normal;
        font-size: 18px;
        color: #656565;
        line-height: 1;
    }

    #cp {
        background-color: #f2f2f2;
        padding-top: 30px;
    }

    #cp .box {
        display: flex;
        justify-content: space-between;
        background-color: #fff;
        padding: 10px;
        margin-top: 20px;
        align-items: center;
    }

    #cp .box .info {
        width: 50%;
    }

    #cp .box .info h3 {
        margin: 0;
    }

    #cp .box .info h3 a {
        font-size: 20px;
        color: #000000;
    }

    #cp .box .info p {
        font-size: 14px;
        color: #656565;
        margin-bottom: 0;
        margin-top: 15px;
    }

    #cp .box .info > a {
        display: inline-block;
        color: #3990fe;
        font-size: 15px;
        margin-top: 15px;
    }

    #subnav {
        background-color: rgba(242, 242, 242, 0.5);
        position: relative;
        z-index: 999999;
        margin-top: -85px;
    }

    #subnav a {
        float: left;
        display: inline-block;
        padding: 0 30px;
        line-height: 85px;
        font-size: 20px;
        color: #000000;
    }

/*    #subnav a:first-child {
        margin-left: 130px;
    }*/

    #subnav a.active {
        background-color: #2e387d;
        color: #ffffff;
    }

    #main ul.list-news {
        background-color: #ffffff;
        padding: 0 20px;
    }

    #main ul.list-news > li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        border-bottom: 1px solid #d9d9d9;
    }

    #main ul.list-news > li > a.thumb {
        display: block;
        width: 265px;
        height: 150px;
    }

    #main ul.list-news > li > .info {
        width: 1000px;
    }

    #main ul.list-news > li > .info > h3 {
        margin: 0;
        display: flex;
        justify-content: space-between;
        font-weight: normal;
        margin-bottom: 15px;
        line-height: 1;
    }

    #main ul.list-news > li > .info > h3 > a {
        color: #000000;
        font-size: 16px;
    }

    #main ul.list-news > li > .info > h3 > span {
        color: #000000;
        font-size: 14px;
    }

    #main ul.list-news > li > .info > p {
        display: block;
        color: #191313;
        font-size: 14px;
        margin-bottom: 0px;
    }

    #main ul.list-news > li > .info > p > a {
        color: #ff7713;
        font-size: 12px;
    }

    .sanjinav > a {
        font-size: 14px;
        color: #616161;
    }

    .sanjinav > a.active, .sanjinav > a:hover {
        color: #145ccd;
    }

    .sanjinav > span {
        color: #616161;
        margin: 0 10px;
    }
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

/*# sourceMappingURL=app.css.map */
