@charset "utf-8";

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    background: #ffffff;
    font-family: "Microsoft YaHei", SimSun, sans-serif;
    margin: 0 auto;
}

ul, li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #666666;
}

a:hover {
    text-decoration: none;
    color: #1595c8;
    transition: all 0.6s;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.clear {
    clear: both;
}

.w1300 {
    width: 1660px;
    height: auto;
    margin: 0 auto;
}

.header {
    width: 100%;
    height: 150px;
    background: #2295c6;
    background-size: 100% 100%;
}

.header .logo {
    padding: 34px 0 0 0;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

.header .logo img {
    max-height: 82px;
}

.inavbox {
    background: #197bbe;
    width: 100%;
    height: 54px;
    margin: 0 auto;
    position: relative;
    /* z-index: 20; */
}

.inav {
    padding: 0;
    height: 54px;
    line-height: 54px;
    position: relative;
    z-index: 30;
    margin: 0 auto;
    float: left;
}

.inav a {
    color: #fff;
}

.inav .nLi {
    float: left;
    position: relative;
    display: inline;
}

.inav .nLi h3 {
    float: left;
}

.inav .nLi h3 a {
    display: block;
    padding: 0 47px;
    font-size: 18px;
    color: #ffffff;
    position: relative;
    font-weight: bold;
}

.inav .sub {
    display: none;
    /* width: 260px; */
    left: 0;
    top: 54px;
    position: absolute;
    z-index: 99;
    background: #52b1e3;
    line-height: 36px;
    padding: 0;
    font-size: 15px;
    text-align: center;
    box-shadow: 0 6px 14px rgb(0 0 0 / 12%);
}

.inav .nLi:hover > .sub,
.inav .nLi:focus-within > .sub,
.inav .nLi.open > .sub {
    display: block;
}

.inav .sub a {
    display: block;
    padding: 0 16px;
    color: #ffffff;
    text-align: left;
    white-space: nowrap;
    line-height: 45px;
}

.inav .sub a:hover {
    background: #b1453b;
    color: #fff;
}

.inav .on h3 a,
.inav h3 a:hover {
    background: #b1453b;
    color: #ffffff;
}

.aboutbox {
    padding: 70px 0 78px;
    background: #fff;
}

.cgjj_box {
    width: 780px;
    float: left;
}

.cgjj_mtv {
    width: 805px;
    float: right;
}

.title_03 {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.title_03 h1 {
    display: block;
    margin: 0;
    padding: 0;
    float: left;
    height: 56px;
    line-height: 56px;
    position: relative;
}

.title_03 h1 img {
    height: 56px;
}

.title_03 h1 span {
    position: absolute;
    left: 55px;
    top: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.title_more {
    display: block;
    float: right;
    height: 56px;
    line-height: 56px;
    color: #22a1cf;
    font-size: 15px;
    padding: 0 15px;
}

.title_more:hover {
    color: #1595c8;
}

.aboutbox_nr {
    width: 90%;
    padding: 5%;
    min-height: 314px;
    overflow: hidden;
    background: #f6f6f6;
}

.aboutbox_nr p,
.aboutbox_nr {
    text-indent: 2em;
    font-size: 18px;
    line-height: 34px;
    color: #333333;
    margin: 0;
    text-align: justify;
}

.video-panel {
    position: relative;
    width: 690px;
    height: 424px;
    margin-left: auto;
    overflow: visible;
    background: transparent;
}

.video-panel:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 632px;
    height: 364px;
    background: #168fc2;
}

.video-panel:after {
    content: "";
    position: absolute;
    left: 0;
    top: 65px;
    z-index: 1;
    width: 25px;
    height: 299px;
    background: #168fc2;
}

.video-slide {
    position: relative;
    height: 424px;
    overflow: visible;
    background: transparent;
}

.video-media {
    position: absolute;
    left: 25px;
    top: 65px;
    z-index: 2;
    width: 645px;
    height: 358px;
    overflow: hidden;
    background: #000000;
}

.video-media video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #000000;
}

.video-info:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 216px;
    height: 65px;
    background: #168fc2;
    clip-path: polygon(0 0, 86% 0, 100% 100%, 0 100%);
}

.video-info {
    position: absolute;
    z-index: 1001;
    left: 0;
    top: 0;
    width: 216px;
    height: 65px;
    padding: 12px 0 0 28px;
    box-sizing: border-box;
    color: #ffffff;
}

.video-section-title {
    height: 42px;
    line-height: 42px;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    z-index: 101;
}

.video-icon {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 26px;
    margin-right: 14px;
    vertical-align: -5px;
    border: 3px solid #ffffff;
    box-sizing: border-box;
}

.video-icon:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 5px;
    width: 0;
    height: 0;
    border-left: 9px solid #ffffff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.qtcgbg {
    width: 100%;
    height: auto;
    margin: 0 auto 40px auto;
    padding: 52px 0 150px;
    background: url(images/cghjbg.jpg) no-repeat center;
    background-size: 100% auto;
}

.qtcgbg .qtcgbgleft {
    width: 49.5%;
    overflow: hidden;
    float: left;
}

.qtcgbg .qtcgbgright {
    width: 48.5%;
    overflow: hidden;
    float: right;
}

.i_box_bk_list,
.i_box_bk_list2 {
    width: 100%;
    margin: 25px auto 0 auto;
}

.i_box_bk_list li,
.i_box_bk_list2 li {
    width: 41%;
    margin-right: 2%;
    padding: 0 3%;
    color: #a0a0a0;
    line-height: 50px;
    min-height: 50px;
    overflow: hidden;
    background: #ffffff;
    margin-bottom: 10px;
    float: left;
}

.i_box_bk_list2 li {
  border-left: 5px solid #198dca;
  width: 41%;
}

.i_box_bk_list li a {
    color: #333333;
    font-size: 16px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    transition: all 0.2s;
    position: relative;
}

.i_box_bk_list li a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 8px;
    border-left: 6px solid #1595c8;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.i_box_bk_list2 li a {
    color: #333333;
    font-size: 17px;
    display: block;
    overflow: hidden;
    width: 100%;
    padding-left: 2%;
    text-align: left;
    transition: all 0.2s;
    line-height: 50px;
}

.i_box_bk_list li:hover,
.i_box_bk_list2 li:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 7%);
}

.i_box_bk_list li:hover a,
.i_box_bk_list2 li:hover a {
    color: #1595c8;
}

.c_copright {
    background: #2094c5;
    color: #fff;
    text-align: center;
    padding: 34px 0;
}

.c_copright a {
    color: #fff;
}

.c_yqlj {
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
}

.c_copright p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.wrapper .inner {
    width: 1660px;
    margin: 0 auto;
}

#l-container {
    min-height: 500px;
    padding: 42px 0 72px;
}

#l-container .mod {
    position: relative;
}

.col_menu {
    position: relative;
    z-index: 2;
    width: 300px;
    float: left;
    margin-right: -300px;
}

.col_menu .col_menu_head {
    height: 60px;
    background: #1f86bd;
    overflow: hidden;
}

.col_menu .col_menu_head h3.col_name {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
}

.col_menu .col_menu_head h3.col_name .col_name_text {
    display: block;
    line-height: 60px;
    padding: 0 28px;
}

.col_menu .col_menu_head h3.col_name .col_name_text div {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.column-switch {
    display: none;
}

.col_menu .col_menu_con {
    border: 1px solid #e6eef3;
    border-top: 0;
    background: #ffffff;
}

.col_list .wp_listcolumn .wp_column a {
    display: block;
    color: #333333;
    /* font-size: 16px; */
    font-weight: normal;
    border-bottom: 1px solid #edf2f5;
    background: none;
}

.col_list .wp_listcolumn .wp_column a .column-name {
    display: block;
    line-height: 32px;
    padding: 8px 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected,
.col_list .wp_listcolumn .wp_column.selected > a {
    color: #1f86bd;
    background: #f2f9fc;
    font-weight: 700;
}

.col_list .wp_listcolumn .sub_list {
    background: #f8fbfd;
}

.col_list .wp_listcolumn .sub_list a .column-name {
    padding-left: 42px;
    font-size: 15px;
}

.col_news {
    width: 100%;
    min-height: 500px;
    float: right;
}

.col_news .col_news_box {
    margin-left: 350px;
}

.col_news_head {
    min-height: 58px;
    border-bottom: 1px solid #e4edf3;
}

.col_metas {
    position: relative;
}

.col_metas .col_title {
    float: left;
}

.col_metas .col_title h2 {
    height: 58px;
    line-height: 58px;
    color: #1f86bd;
    font-size: 24px;
    font-weight: 700;
}

.col_metas .col_title h2:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 24px;
    margin: 0 14px 0 0;
    vertical-align: -5px;
    background: #bf4a3f;
}

.col_metas .col_path {
    float: right;
    height: 58px;
    line-height: 58px;
    color: #777777;
    font-size: 14px;
}

.col_metas .col_path a {
    color: #777777;
}

.col_metas .col_path a:hover {
    color: #1f86bd;
}

.col_news_con {
    padding: 18px 0 20px;
}

.news_list .news {
    position: relative;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #d8e0e5;
    color: #999999;
    font-size: 14px;
}

.news_list .news_title {
    display: block;
    padding: 0 125px 0 18px;
    color: #333333;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_list .news_title:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 10px;
    vertical-align: 1px;
    border-left: 6px solid #1595c8;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.news_list .news_title a {
    color: #333333;
}

.news_list .news_meta {
    position: absolute;
    right: 0;
    top: 0;
    color: #999999;
}

.news_list .news:hover .news_title,
.news_list .news:hover .news_title a {
    color: #1595c8;
}

#d-container {
    min-height: 500px;
    padding: 42px 0 72px;
}

#d-container .inner {
    background: #ffffff;
}

.infobox {
    padding: 10px 80px 0;
}

.article {
    padding-top: 10px;
}

.article h1.arti_title {
    color: #000000;
    font-family: "Microsoft YaHei", SimSun, sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
}

.article h2.arti_title {
    color: #333333;
    font-family: "Microsoft YaHei", SimSun, sans-serif;
    font-size: 17px;
    font-weight: normal;
    line-height: 40px;
    text-align: center;
}

.article .arti_metas {
    margin: 0;
    padding: 10px;
    text-align: center;
    border-top: 1px solid #ececec;
}

.article .arti_metas span {
    margin: 0 5px;
    color: #787878;
    font-size: 13px;
}

.article .entry {
    margin: 10px auto 0;
    overflow: hidden;
}

.article .entry .read,
.article .entry .read p {
    color: #333333;
    font-size: 16px;
    line-height: 1.95;
}

.article .entry .read p {
    margin-bottom: 10px;
}

.article .entry .read img {
    display: block;
    max-width: 100%;
    height: auto !important;
    margin: 0 auto;
}

.article .entry .read table {
    margin: 0 auto;
    border: none;
}
