@charset "utf-8";
/* Base Set */
* {
    margin: 0;
    padding: 0;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-y: scroll;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
:focus {
    outline: 0;
}
img {
    border: 0;
    backface-visibility: hidden;
}
a img {
    vertical-align: middle;
}
svg {
    vertical-align: -0.3em;
    margin-right: 1em;
}
body {
    line-height: 1;
    min-width: 1200px;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.none {
    display: none;
}
.hidden {
    visibility: hidden;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.posr {
    position: relative;
}
.txtr {
    text-align: right;
}
.clear {
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
    display: block;
    _display: inline;
}
.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: block;
    *zoom: 1;
}
body,
p {
    font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 16px;
    color: #333;
}
a {
    text-decoration: none;
    color: #333;
    transition: all 0.4s ease-in-out;
}
a:hover {
    text-decoration: none;
    color: #112d4e;
}
.wp_con {
    width: 100%;
    background: #fff;
}
.wrapper {
    width: auto;
    max-width: 1200px;
    margin: 0 auto;
}
.txt {
    line-height: 2;
}
.mfp-bg,
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    position: fixed;
    overflow: hidden;
    background-color: #1b262c;
    opacity: 0.8;
    transition: all 0.4s ease-in-out;
}
.mfp-wrap {
    background: none;
    text-align: center;
    z-index: 1001;
    cursor: zoom-out;
    opacity: 1;
}
img#overlay_qrcode {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 1;
}
.mfp-bg.hidden,
.mfp-wrap.hidden {
    opacity: 0;
}
.top {
    color: #fff;
    background: #3282b8;
    font: normal small-caps normal 12px/1 fantasy;
    text-transform: uppercase;
    padding: 3px 6px;
    margin-right: 3px;
}

/* Header */
header {
    background: url("../images/headerbg.jpg") no-repeat center;
    background-size: cover;
}
header.home {
    background: url("../images/homeheaderbg.jpg") no-repeat center;
}
header .wrapper {
    height: 120px;
}
header.home .wrapper {
    height: 220px;
}
header h1 {
    font-size: 40px;
    color: #112d4e;
    float: left;
    margin: 20px 0 0 100px;
    position: relative;
}
header.home h1 {
    margin: 40px 0 0 40px;
}
header h1 a,
header h1 a:hover {
    color: transparent;
}
header h1 a::after {
    content: url("../images/logo.png");
    position: absolute;
    top: 0;
    left: 0;
}
header.home h1 a::after {
    content: url("../images/homelogo.png");
}
.toplink {
    display: inline-block;
}
.toplink li {
    float: left;
    margin: 1em 0;
    border-right: #666 1px solid;
}
.toplink li:last-child {
    border: none;
}
.toplink a {
    display: block;
    text-decoration: none;
    white-space: nowrap;
    font-size: 14px;
    padding: 0 0.5em;
    color: #0f4c75;
}
.toplink a:hover {
    color: #3282b8;
}
.search {
    border-bottom: #0f4c75 1px solid;
    background: rgba(255, 255, 255, 0.8);
}
.search input {
    font-size: 13px;
    background: none;
    border: none;
    height: 24px;
    line-height: 24px;
    width: 210px;
}
.search input[type="text"] {
    padding: 0.5em 0 0.5em 1em;
}
.search input[type="button"] {
    line-height: 2em;
    width: 4em;
    color: transparent;
    background: url("../images/search.png") no-repeat center center;
    background: url("../images/search.svg") no-repeat center center, none;
    cursor: pointer;
}

/* Main Container */
.wp-con {
    padding-bottom: 30px;
}
.main2 {
    background: #e8f1f5;
}
.tofu_row {
    margin: 0 auto;
    padding: 30px 10px 0;
    width: auto;
    max-width: 1180px;
}
.tofu_title {
    border-bottom: 2px solid #0f4c75;
    margin-bottom: 20px;
}
.tofu_title.news a {
    margin: auto;
    font-size: 24px;
    font-weight: bold;
}
.tofu_title a {
    font-weight: normal;
    color: #fff;
    font-size: 18px;
    line-height: 2em;
    background: #0f4c75;
    display: inline-block;
    padding: 0 2em 0 1em;
}
.tofu_title a:hover {
    color: #bbe1fa;
}
.tofu_row .col1,
.tofu_row .col2 {
    display: inline-block;
    width: 580px;
}
.tofu_row .col2 {
    float: right;
}
.tofu_row .col3_1,
.tofu_row .col3_2,
.tofu_row .col3_3 {
    display: inline-block;
    width: 380px;
}
.tofu_row .col3_1,
.tofu_row .col3_2 {
    float: left;
    margin-right: 20px;
}
.tofu_row .col_flink {
    float: left;
    width: 920px;
    margin-right: 30px;
}
.tofu_row .col_qrcode {
    display: inline-block;
    width: 230px;
}
.list {
    width: 100%;
}
.list li {
    border-bottom: 1px solid #dbe2ef;
}
.list time {
    float: right;
    font-size: 12px;
    line-height: 40px;
}
.list h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    font-size: 16px;
    line-height: 2.5em;
    transition: all 0.4s ease-in-out;
}
.list h3 a:hover {
    color: #3282b8;
}
.list .topnews {
    padding-bottom: 16px;
    margin-bottom: 18px;
}
.list .topnews h3 {
    color: #0f4c75;
    font-size: 24px;
    line-height: 1em;
    font-weight: bold;
    padding-bottom: 0.5em;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list .topnews h3 a {
    color: #0f4c75;
}
.list .topnews h3 a:hover {
    color: #3282b8;
}
.list .topnews p {
    font-size: 14px;
    text-indent: 2em;
    line-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.list .topnews .morecontent a {
    color: #0f4c75;
}
.banner {
    background: url("../images/bannerbg.jpg") center no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.crumbs {
    color: #fff;
    font-size: 16px;
    line-height: 2em;
    position: absolute;
    top: -40px;
    right: 0;
    text-shadow: 0 0 10px #1b262c;
}
.crumbs a {
    color: #fff;
}
.crumbs a:hover {
    color: #bbe1fa;
}
.crumbs li {
    float: left;
    margin-left: 2em;
    list-style-type: square;
}
.crumbs li:first-child {
    margin-left: 0;
    padding-left: 2em;
    list-style-type: none;
    background: url("../images/home.png") no-repeat left center;
    background: url("../images/home.svg") no-repeat left center, none;
}
.cg_li_con {
    float: left;
    width: 300px;
    position: relative;
    min-height: 550px;
    background: url("../images/cg_li_bg.png") no-repeat bottom center #e8f1f5;
}
.cg_title {
    position: absolute;
    top: -3em;
    width: 100%;
    font-size: 32px;
    font-weight: normal;
    line-height: 3em;
    text-align: center;
    color: #fff;
    background: #3282b8;
}
.cg_li li {
    border-left: 5px solid transparent;
    transition: all 0.4s ease-in-out;
}
.cg_li li:hover,
.cg_li li.cg_li_current {
    border-left: 5px solid #3282b8;
    background: #f7fbfc;
    transition: all 0.4s ease-in-out;
}
.cg_li li a {
    font-size: 18px;
    line-height: 3em;
    color: #0f4c75;
    display: block;
    padding: 0 3em;
}
.cg_li li a::after {
    position: absolute;
    content: " ";
    width: 2em;
    height: 3em;
    right: 0.5em;
    background: url("../images/cg_arrow.png") no-repeat left center;
    background: url("../images/cg_arrow.svg") no-repeat left center, none;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}
.cg_li li a:hover::after,
.cg_li li.cg_li_current a::after {
    right: 0;
    opacity: 1;
}
.a_li_con {
    margin: 0 0 50px 330px;
    vertical-align: top;
}
.a_li_con .a_cgname {
    position: absolute;
    top: -1.6em;
    color: #fff;
    font-size: 28px;
    text-shadow: 0 0 10px #1b262c;
}
.a_li_con ol {
    font-size: 16px;
    color: #333;
    line-height: 3em;
    border-bottom: 3px solid #3282b8;
}
.a_li_con ol li {
    border-bottom: 1px solid #bbe1fa;
}
.a_li_con ol li:last-child {
    border-bottom: none;
}
.a_li_con ol li:hover {
    background: #f7fbfc;
}
.a_li_con ol time {
    float: right;
}
.a_li_con ol h4 {
    font-size: 16px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.a_li_con ol a:hover {
    color: #0f4c75;
}
.a_title {
    font-size: 22px;
    font-weight: normal;
    line-height: 1.5em;
    text-align: center;
    color: #1b262c;
    padding: 0 4em;
}
.a_info {
    text-align: center;
    color: #999;
    font-size: 14px;
    margin: 2em;
}
.a_content p {
    text-indent: 2em;
    line-height: 2em;
}
.a_attach {
    margin-top: 2em;
    line-height: 2em;
}
.a_attach p {
    font-weight: bold;
}
.a_attach li {
    margin-left: 2em;
}
.a_attach a {
    color: #0f4c75;
}
.a_attach a:hover {
    color: #3282b8;
}
.pagebar {
    text-align: center;
    font-size: 14px !important;
    font-family: inherit !important;
    padding: 2em;
}
.pagebar .p_dot {
    margin-right: auto !important;
}
.pagebar input {
    font-size: 14px !important;
    font-family: inherit !important;
    width: 30px !important;
}
/*
.pagebar {
    text-align: center;
    padding: 2em;
    color: #999;
    font-size: 14px;
    line-height: 2em;
}
.pagebar li,
.pagebar li a {
    display: inline-block;
}
.pagebar li.p_t,
.pagebar li.p_c,
.pagebar li.p_a a,
.pagebar li.jump a {
    border: 1px solid #999;
    padding: 0 0.5em;
}
.pagebar li.p_c {
    color: #fff;
    background: #3282b8;
}
.pagebar li a {
    color: #3282b8;
}
.pagebar li a:hover {
    color: #0f4c75;
    background: #bbe1fa;
}
.pagebar li.jump input {
    width: 2em;
    line-height: 2em;
}
*/

/* Footer */
footer {
    line-height: 2em;
    color: #bbe1fa;
    background-color: #1b262c;
}
footer a {
    color: #9ba4b4;
    font-size: 14px;
}
footer a:hover {
    color: #fff;
}
.col_flink ul {
    margin-top: 1em;
}
.flink span {
    font-size: 16px;
}
.flink li {
    float: left;
    width: 210px;
    margin-right: 20px;
    white-space: nowrap;
    overflow: hidden;
}
.col_qrcode figure {
    text-align: center;
    cursor: zoom-in;
}
.col_qrcode figcaption {
    width: 110px;
    font-size: 14px;
    line-height: 1em;
    margin: 1em 0 0.5em 0;
}
.col_qrcode img {
    width: 100px;
    height: 100px;
}
footer small.copy {
    position: absolute;
    bottom: 0;
    display: block;
    font-size: 14px;
    line-height: 5em;
}
footer small.copy p {
    font-size: inherit;
    display: inline;
    color: inherit;
}

/* MenuBar */
.nav_menu {
    background: #0f4c75;
}
.nav_menu ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.nav_menu .main-menu {
    margin: 0 auto;
}
.nav_menu li {
    float: left;
    text-align: center;
    position: relative;
}
.nav_menu .sub-menu li {
    float: none;
    border-bottom: 1px solid #ddd;
    min-width: 14em;
}
.nav_menu .sub-menu li:last-child {
    border-bottom: none;
}
.nav_menu .main-menu li .sub-menu {
    background-color: #3282b8;
    z-index: 100;
    position: absolute;
    top: 105%;
    left: 0;
    -webkit-box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.nav_menu .main-menu li:last-child .sub-menu {
    left: auto;
    right: 0;
}
.nav_menu .main-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.nav_menu a {
    display: block;
    text-decoration: none;
    white-space: nowrap;
    height: 3em;
    line-height: 3em;
    font-size: 18px;
    color: #fff;
    transition: none;
}
.nav_menu a:hover,
.nav_menu li.active {
    color: #fff;
    background: #3282b8;
}
.nav_menu .sub-menu a {
    font-size: 16px;
}
.nav_menu .sub-menu a:hover {
    background: #0f4c75;
}

/* Slide news */
.slidenews figure {
    position: relative;
}
.slidenews img {
    width: 580px;
    height: 380px;
    object-fit: cover;
}
.slidenews figcaption {
    position: absolute;
    bottom: -4em;
    left: 0;
    right: 0;
    font-size: 18px;
    line-height: 4em;
    padding: 0 1em;
    color: #fff;
    background: rgba(50, 130, 184, 0.8);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    transition: all 0.6s ease-in-out;
}
.slick-current figcaption {
    bottom: 0;
    visibility: visible;
    opacity: 1;
    transition: all 0.6s ease-in-out;
}
.slick-prev {
    left: 0 !important;
    z-index: 10;
}
.slick-next {
    right: 0 !important;
    z-index: 10;
}
.slick-prev,
.slick-next {
    width: 40px !important;
    height: 100% !important;
}
.slick-dots {
    bottom: 0 !important;
    z-index: 10;
}
.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}
.slick-dots li button::before {
    font-size: 10px !important;
}

/* Search Result */
.search_li_con {
    margin: 0 auto;
    padding: 30px 10px 0;
    width: auto;
    max-width: 1180px;
    line-height: 2em;
}
.search_li_con h2.search_header {
    color: #0f4c75;
    font-size: 24px;
    font-weight: normal;
    line-height: 3em;
    border-bottom: 3px solid #3282b8;
}
.search_li_con .search_result {
    padding: 1em 2em;
}
.search_li_con .search_result,
.search_li_con .search_result p,
.search_li_con .search_result ul {
    font-size: 14px;
    color: #666;
    line-height: 2em;
}
.search_li_con .search_result ul {
    padding-left: 2em;
}
.search_li_con .search_li li {
    border-bottom: 1px solid #bbe1fa;
}
.search_li_con .search_li li:hover {
    background: #f7fbfc;
}
.search_li_con .search_li .title {
    font-size: 18px;
    font-weight: normal;
    line-height: 3em;
}
.search_li_con .search_li .title a,
.search_li_con .search_li .more {
    color: #3282b8;
}
.search_li_con .search_li .title a:hover,
.search_li_con .search_li .more:hover {
    color: #0f4c75;
}
.search_li_con .search_li .cg,
.search_li_con .search_li .time {
    display: inline-block;
    font-size: 14px;
    color: #666;
    margin: 0 2em;
    line-height: 3em;
}
.search_li_con .search_li .cg a {
    color: #666;
}
.search_li_con .search_li .cg a:hover {
    color: #0f4c75;
}
.search_li_con .pagebar li {
    display: inline-block;
    margin: 0 0.5em;
    color: #666;
}
.search_li_con .pagebar .p_na {
    color: #999;
}
.search_li_con .pagebar .p_a a {
    color: #3282b8;
}
.search_li_con .pagebar .p_a a:hover {
    color: #0f4c75;
}