ul {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

.nav_group .nav_top>img {
    width: 100%;
}

.nav_group .nav_top {
    position: relative;
}

.nav_group .nav_top .content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
}

.nav_group .nav_top .content .right_box {
    float: right;
}

.nav_group .nav_top .content .right_box .text {
    text-align: right;
}

.nav_group .nav_top .content .right_box .text a {
    color: #fff;
    font-size: 16px;
}

.nav_group .nav_top .content .right_box .text span {
    color: #fff;
    font-size: 16px;
}

.nav_group .nav_bottom {
    background: #015293;
}

.nav_group .nav_bottom ul {
    display: flex;
}

.nav_group .nav_bottom ul li {
    width: 10%;
    text-align: center;
    position: relative;
}

.nav_group .nav_bottom ul li:hover .item_nav {
    display: block;
}

.nav_group .nav_bottom ul li>a {
    color: #fff;
    display: block;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
}

.nav_group .nav_bottom .item_nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #015293;
    z-index: 1000;
    display: none;
}

.nav_group .nav_bottom .item_nav a {
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 20px 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.search_box {
    margin-top: 20px;
    padding: 20px 10px 10px 10px;
    margin-right: -10px;
    transition: 0.2s all ease;
    border-radius: 4px;
}

.search_focus {
    background: #fff;
    position: relative;
}

.search_focus .closes {
    position: absolute;
    right: 0;
    top: -10px;
    width: 30px;
    display: block !important;
    cursor: pointer;
}

.search_focus input {
    border: 1px solid #015293 !important;
    border-right: transparent !important;
}

.search_box .closes {
    display: none;
}

.search_box input {
    width: 360px;
    height: 38px;
    line-height: 38px;
    border-radius: 4px 0px 0px 4px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.25);
    outline: none;
    color: #fff;
    padding-left: 15px;
    float: left;
    margin-bottom: 10px;
}

.search_box div {
    clear: both;
    color: #015293;
}

.search_focus div {
    display: block !important;
}

.search_box input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.search_box div {
    display: none;
}

.search_box>a {
    width: 38px;
    float: right;
    height: 38px;
    background: #F8590E;
    border-radius: 0px 4px 4px 0px;
    display: flex;
    align-items: center;
}

.search_focus>a {
    background: transparent !important;
    border: 1px solid #015293;
    border-left: transparent;
}

.search_focus input::-webkit-input-placeholder {
    color: #999;
}

.search_focus input {
    color: #111;
}

.search_focus>a img {
    content: url(../img/search_focus.png);
}

.search_box>a img {
    width: 20px;
    margin: 0 auto;
}

.search_focus div>a img {
    width: 20px;
    margin-right: 4px;
    float: left;
}

.search_focus div>a {
    font-size: 14px;
    color: #015293;
}

.index_box1 {
    border: 1px solid #E5E5E5;
    min-height: 340px;
    margin-bottom: 16px;
}

.index_group {
    padding: 50px 0;
}

.title {
    padding: 10px 15px;
    background: #FAFAFA;
    border-bottom: 1px solid #E5E5E5;
}

.title p {
    font-size: 20px;
    color: #015293;
    font-weight: bold;
    display: inline-block;
}

.title .more {
    font-size: 16px;
    color: #999;
    float: right;
    margin-top: 5px;
}

.title .more img {
    width: 6px;
    margin-left: 4px;
    position: relative;
    top: -2px;
}

.index_content {
    padding: 15px;
}

.index_about .left {
    width: 200px;
    display: inline-block;
}

.index_about .left img {
    width: 100%;
}

.index_about .right {
    width: calc(100% - 230px);
    float: right;
}

.index_about .right p {
    font-size: 16px;
    color: #444;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
}

.row {
    margin-right: -8px;
    margin-left: -8px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding-right: 8px;
    padding-left: 8px;
}


.page_sx_group .row {
    margin-right: -14px;
    margin-left: -14px;
}

.page_sx_group .col-xs-4 {
    padding-right: 14px;
    padding-left: 14px;
}

.index_list1 ul li {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}

.index_list1 ul li::after {
    content: '';
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    background: #C5C5C5;
    display: block;
    top: 10px;
}

.index_list1 ul li a {
    color: #111111;
    font-size: 16px;
    width: 75%;
    float: left;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.index_list1 ul li a:hover {
    color: #015293;
}

.index_list1 ul li span {
    float: right;
    font-size: 16px;
    color: #999;
}

.index_list1 ul li:last-child {
    margin-bottom: 0;
}

.index_tab {
    margin-top: 5px;
    float: right;
}

.index_tab .active {
    color: #015293;
}

.index_tab a {
    font-size: 16px;
    color: #999;
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid #D8D8D8;
}

.index_tab a:last-child {
    margin-right: 0;
    border: none;
    padding-right: 0;
}

.index_tab a:hover {
    color: #015293;
}

.tab_list {
    display: none;
}

.tab_on {
    display: block !important;
}

.index_box2 {
    border: 1px solid #E5E5E5;
}

.index_list2 {
    margin-bottom: 20px;
}

.index_list2 p {
    font-size: 18px;
    color: #015293;
    margin-bottom: 10px;
}

.index_list2 ul li {
    margin-bottom: 10px;
}

.index_list2 ul li a {
    font-size: 16px;
    color: #111;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.index_list2 ul li a:hover {
    color: #015293;
}

.index_box3 {
    border: 1px solid #E5E5E5;
    margin-bottom: 16px;
    min-height: 202px;
}

.index_box4 {
    border: 1px solid #E5E5E5;
    margin-bottom: 16px;
    min-height: 268px;
}

.index_box5 {
    border: 1px solid #E5E5E5;
    margin-bottom: 16px;
}

.index_box6 {
    border: 1px solid #E5E5E5;
    margin-bottom: 16px;
}

.index_box7 {
    border: 1px solid #E5E5E5;
    margin-bottom: 16px;
}

.index_ypzl {
    overflow: hidden;
    margin-bottom: 15px;
}

.index_ypzl:last-child {
    margin-bottom: 0;
}

.index_ypzl .img {
    width: 180px;
    float: left;
    overflow: hidden;
    display: block;
}

.index_ypzl .img img {
    width: 100%;
    display: block;
    transition: 0.5s all ease;
}

.index_ypzl .img:hover img {
    transform: scale(1.2);
}

.index_ypzl .right {
    float: right;
    width: calc(100% - 200px);
}

.index_ypzl .right ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 10px;
    overflow: hidden;
}

.index_ypzl .right p {
    font-size: 18px;
    color: #015293;
    margin-bottom: 15px;
}

.index_ypzl .right ul li::after {
    content: '';
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    background: #C5C5C5;
    display: block;
    top: 10px;
}

.index_ypzl .right ul li a {
    width: 72%;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #333;
    font-size: 16px;
    float: left;
}

.index_ypzl .right ul li span {
    float: right;
    font-size: 16px;
    color: #999999;
}

.index_sp {
    margin-bottom: 15px;
}

.index_sp .img {
    overflow: hidden;
    display: block;
}

.index_sp .img img {
    width: 100%;
    display: block;
    transition: 0.5s all ease;
}

.index_sp .img:hover img {
    transform: scale(1.2);
}

.index_sp .name {
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
    color: #111111;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.index_sp .name:hover {
    color: #015293;
}

.index_box6 .index_content {
    padding-bottom: 0;
}

#index_banner .img {
    display: block;
    overflow: hidden;
}

#index_banner .img img {
    width: 100%;
    display: block;
    transition: 0.5s all ease;
}

#index_banner .img:hover img {
    transform: scale(1.2);
}

.index_link {
    margin-top: 30px;
}

.index_link img {
    width: 22px;
    float: left;
    margin-right: 10px;
}

.index_link span {
    color: #111;
    font-size: 16px;

}

.index_link a {
    font-size: 16px;
    color: #666666;
    margin-right: 20px;
}

.index_link a:hover {
    color: #015293;
}

footer {
    padding: 30px 0;
    background: #1E265F;
}

.footer_top {
    margin-bottom: 30px;
}

.footer_top ul {
    display: flex;
}

.footer_top ul li {
    width: 10%;
    text-align: center;
    border-right: 1px solid #61678F;
}

.footer_top ul li:last-child {
    border: none;
}

.footer_top ul li a {
    color: #fff;
    font-size: 16px;
}

.footer_bottom {
    border-top: 1px solid #343C6F;
    padding-top: 30px;
}

.footer_bottom p {
    color: #8E92AF;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}

.footer_bottom p:last-child {
    margin-bottom: 0;
}

.page_bg {
    padding: 15px 0 50px 0;
    background: #F5F5F5;
}

.page_breadcrumb {
    margin-bottom: 15px;
}

.page_breadcrumb span,
.page_breadcrumb a {
    font-size: 14px;
    color: #666;
}

.page_content {
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    padding: 30px;
}

.page_zz h4 {
    font-size: 24px;
    font-weight: bold;
    color: #111;
    margin-bottom: 30px;
}

.page_zz .about {
    position: relative;
}

.page_zz .about .left {
    width: 200px;
}

.page_zz .about .left img {
    width: 100%;
}

.page_zz .about .right {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 215px);
    background: #FAFAFA;
    border: 1px solid #E5E5E5;
    height: 100%;
    padding: 30px 50px;

}

.page_zz .about .right .icon1 {
    position: absolute;
    top: 10px;
    left: 15px;
    width: 24px;
}

.page_zz .about .right .icon2 {
    position: absolute;
    bottom: 10px;
    right: 15px;
    width: 24px;
}

.page_zz .about .right .text_content {
    overflow-y: scroll;
    height: 100%;
}

.page_zz .about .right .text_content::-webkit-scrollbar {
    display: none;
}

.page_zz .about .right .text_content p {
    font-size: 16px;
    color: #111;
    line-height: 30px;
}

.page_zz_box {
    margin-top: 30px;
}

.page_zz_box h4 {
    font-size: 18px;
    color: #111;
    font-weight: bold;
    margin-bottom: 15px;
}

.page_zz_box p {
    font-size: 16px;
    color: #111;
    margin-bottom: 15px;
    line-height: 30px;
}

.new_content h4 {
    font-size: 24px;
    color: #111;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.new_content .time {
    text-align: center;
    margin-bottom: 30px;
}

.new_content .time div {
    color: #666666;
    display: inline-block;
}

.new_content .time img {
    position: relative;
    top: -1px;
}

.new_content .time div:first-child {
    margin-right: 20px;
}

.new_content .content p {
    font-size: 16px;
    color: #111;
    line-height: 30px;
    margin-bottom: 14px;
}

.new_content .download {
    font-size: 16px;
    color: #015293;
    margin-top: 30px;
    display: block;
}

.new_content_list {
    border-top: 1px dashed #E5E5E5;
    margin-top: 30px;
    padding-top: 30px;
}

.new_content_list .left {
    width: calc(100% - 140px);
    display: inline-block;
}

.new_content_list .left div {
    margin-bottom: 10px;
}

.new_content_list .left div span {
    color: #999;
    font-size: 16px;
}

.new_content_list .left div a {
    font-size: 16px;
    color: #111;
}

.new_content_list .right {
    float: right;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #111;
    border: 1px solid #C8C8C8;
    margin-top: 10px;
}

.new_content_list .right:hover {
    background: #015293;
    color: #fff;
    border: 1px solid #015293;
    transition: 0.3s all ease;
}

.page_ml h4 {
    text-align: center;
    font-size: 24px;
    color: #111;
    font-weight: bold;
    margin-bottom: 30px;
}

.page_ml ul {
    display: flex;
    flex-wrap: wrap;
}

.page_ml ul li {
    width: 14.28%;
    margin-bottom: 30px;
}

.page_ml ul li a {
    color: #015293;
    position: relative;
    padding-left: 15px;
    display: block;
    font-size: 16px;
}

.page_ml ul li a::after {
    content: '';
    width: 4px;
    height: 4px;
    background: #015293;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 50%;
}

.page_ml .btns {
    width: 120px;
    height: 42px;
    border-radius: 4px;
    border: 1px solid #015293;
    color: #015293;
    text-align: center;
    line-height: 42px;
    display: block;
    margin: 30px auto;
}

.page_box {
    margin-top: 15px;
}

.page_box .page_title {
    background: #F4F8FC;
    border: 1px solid #E5E5E5;
    height: 60px;
}

.page_box .page_title p {
    font-size: 22px;
    color: #015293;
    font-weight: bold;
    position: relative;
    display: inline-block;
    line-height: 60px;
    margin-left: 30px;
}

.page_box .page_title p::before {
    content: '';
    left: 0;
    bottom: 1px;
    background: #015293;
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
}

.page_box .page_title .right {
    float: right;
    line-height: 60px;
    margin-right: 30px;
}

.page_box .page_title .page_box_download {
    float: right;
    margin-right: 30px;
    line-height: 60px;
}

.page_box .page_title .page_box_download a {
    width: 120px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #C8C8C8;
    display: inline-block;
    margin-right: 10px;
    line-height: 40px;
    text-align: center;
    transition: 0.3s all ease;
    color: #111111;
}

.page_box .page_title .page_box_download a:hover {
    background: #015293;
    color: #fff;
    border: 1px solid #015293;
}

.page_box .page_title .page_box_download a:last-child {
    margin-right: 0;
}

.page_box .page_title .right span,
a {
    color: #666;
    font-size: 16px;
}

.page_box .page_title2 p::before {
    display: none;
}

.page_box .page_content2 {
    padding: 30px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-top: none;
}

.page_list ul li {
    padding-bottom: 20px;
    margin-bottom: 24px;
    overflow: hidden;
    border-bottom: 1px dashed #E5E5E5;
}

.page_list ul li a {
    position: relative;
    padding-left: 15px;
    float: left;
    width: 80%;
    color: #111;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.page_list ul li a:hover {
    color: #015293;
}

.page_list ul li a::before {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(1, 82, 147, 0.5);
    content: '';
    left: 0;
    top: 8px;
    border-radius: 50%;
}

.page_list ul li span {
    float: right;
    color: #333;
    font-size: 16px;
}

.fenye {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.fenye span {
    border: 1px solid #E8E8E8;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    color: #888;
}

.fenye .fenye_p {
    height: 30px;
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #E8E8E8;
    color: #888;
    margin: 0 4px;
}

.fenye .fenye_p:hover {
    color: #fff;
    background: #015293;
    border: 1px solid #015293;
}

.fenye_num {
    height: 30px;
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #E8E8E8;
    color: #888;
    margin: 0 4px;
    border-radius: 2px;
}

.fenye_num:hover {
    color: #fff;
    background: #015293;
    border: 1px solid #015293;
}

.fenye .active {
    background: #015293;
    color: #fff;
    border: 1px solid #015293;
}

.page_ll {
    overflow: hidden;
    display: block;
    margin-bottom: 16px;
}

.page_ll:hover img {
    transform: scale(1.2);
}

.page_ll img {
    display: block;
    width: 100%;
    transition: 0.5s all ease;
}

.page_ll_title {
    text-align: center;
    font-size: 16px;
    color: #111111;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-bottom: 15px;
}




.page_ypzl {
    overflow: hidden;
    margin-bottom: 15px;
}

.page_ypzl:last-child {
    margin-bottom: 0;
}

.page_ypzl .img {
    width: 220px;
    float: left;
    overflow: hidden;
    display: block;
}

.page_ypzl .img img {
    width: 100%;
    display: block;
    transition: 0.5s all ease;
}

.page_ypzl .img:hover img {
    transform: scale(1.2);
}

.page_ypzl .right {
    float: right;
    width: calc(100% - 250px);
}

.page_ypzl .right ul li {
    margin-bottom: 12px;
    padding-bottom: 12px;
    position: relative;
    padding-left: 10px;
    overflow: hidden;
    border-bottom: 1px dashed #E5E5E5;
}

.page_ypzl .right ul li:last-child {
    border-bottom: none;
}

.page_ypzl .right p {
    font-size: 18px;
    color: #015293;
    margin-bottom: 15px;
}

.page_ypzl .right ul li::after {
    content: '';
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    background: #C5C5C5;
    display: block;
    top: 10px;
}

.page_ypzl .right ul li a {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #333;
    font-size: 16px;
    float: left;
}

.page_ypzl .right ul li a:hover {
    color: #015293;
}

.page_ypzl .right ul li span {
    float: right;
    font-size: 16px;
    color: #999999;
}

.page_ml2 ul {
    display: flex;
    flex-wrap: wrap;
}

.page_ml2 ul li {
    width: 33.333333%;
    margin-bottom: 30px;
}

.page_ml2 ul li a {
    color: #015293;
    position: relative;
    padding-left: 15px;
    display: block;
    font-size: 16px;
}

.page_ml2 ul li a::after {
    content: '';
    width: 4px;
    height: 4px;
    background: #015293;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 50%;
}

.page_spjl ul li {
    overflow: hidden;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #E5E5E5;
}

.page_spjl ul li::after {
    content: '';
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    background: #C5C5C5;
    display: block;
    top: 10px;
}

.page_spjl ul li a {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #333;
    font-size: 16px;
    float: left;
    padding-left: 15px;
}

.page_spjl ul li a:hover {
    color: #015293;
}

.page_spjl ul li span {
    float: right;
    font-size: 16px;
    color: #999999;
}

.page_kj {
    display: flex;
    justify-content: center;
    margin-bottom: 200px;
}

.page_kj a {
    width: 120px;
    height: 42px;
    border-radius: 4px;
    border: 1px solid #015293;
    line-height: 42px;
    text-align: center;
    display: block;
    color: #015293;
    font-size: 16px;
}

.page_kj a:first-child {
    margin-right: 30px;
}

.page_audio {
    margin: 0 auto;
    width: 80%;
    margin-bottom: 30px;
    display: block;
}

.page_sx h4 {
    font-size: 24px;
    font-weight: bold;
    color: #111;
    margin-bottom: 20px;
}

.page_sx .fy {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.page_sx .page_sx_title{
    display: flex;
    justify-content: space-between;
}
.page_sx .page_sx_title h4{
    width: calc(100% - 40px);
}
.page_sx .page_sx_title img{
    width: 20px;
    height: 20px;
    /*margin-top: 15px;*/
}
.page_sx .fy .fy_box1 {
    display: flex;
}

.page_sx .fy .fy_box1 input {
    width: 80px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    margin-right: 10px;
}

.page_sx .fy .fy_box1 span {
    line-height: 32px;
}

.page_sx .fy .fy_box1 .left {
    display: block;
    margin-top: 6px;
    margin-right: 10px;
}

.page_sx .fy .left img {
    width: 20px;
}

.page_sx .fy .fy_box1 .right {
    display: block;
    margin-top: 6px;
    margin-left: 10px;
}

.page_sx .fy .fy_box1 .right img {
    width: 20px;
}

.page_sx .fy .fy_box1 input::-webkit-outer-spin-button,
.page_sx .fy .fy_box1 input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

.page_sx .fy_box2 {
    margin-left: 50px;
}

.page_sx .fy_box2 img {
    width: 24px;
    margin-right: 6px;
}

.page_sx .fy_box2 span {
    font-size: 16px;
    color: #111;
    line-height: 32px;
}

.page_sx .content {
    margin: 20px 0;
}

.page_sx .content p {
    font-size: 16px;
    color: #111;
    margin-bottom: 20px;
    line-height: 30px;
}

.page_sx .content p a {
    color: #015293;
}

.modal-dialog {
    margin-top: 100px;
}

.modal-dialog .modal-title {
    font-size: 20px;
    color: #015293;
    font-weight: bold;
}

.page_xs_motal_list {
    margin-bottom: 15px;
}

.page_xs_motal_list p {
    font-size: 18px;
    color: #015293;
    margin-bottom: 10px;
}

.page_xs_motal_list ul {
    border: 1px solid #E5E5E5;
}

.page_xs_motal_list ul li {
    border-bottom: 1px solid #E5E5E5;
    padding: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.page_xs_motal_list ul li span>a {
    color: #111
}

.page_xs_motal_list ul li span>a:hover {
    color: #015293;
}

.page_xs_motal_list ul li .item_son {
    width: 100%;
    padding-left: 15px;
}

.page_xs_motal_list ul li .item_son .item {
    overflow: hidden;
    margin: 10px 0;
}

.page_xs_motal_list ul li .item_son .item span {
    font-size: 14px;
    color: #555;
    width: calc(100% - 90px);
    margin-right: 20px;
    display: block;
    float: left;
    position: relative;
    padding-left: 10px;
    line-height: 32px;
}

.page_xs_motal_list ul li .item_son .item span::after {
    width: 4px;
    height: 4px;
    content: '';
    background: #555;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 14px;
    display: block;
}

.page_xs_motal_list ul li .item_son .item:hover a {
    display: block;
}

.page_xs_motal_list ul li .item_son .item a {
    width: 70px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    background: rgba(1, 82, 147, 0.1);
    border-radius: 20px;
    color: #015293;
    float: right;
    display: none;
}

.page_xs_motal_list ul li>span {
    font-size: 16px;
    color: #111;
    width: calc(100% - 90px);
    margin-right: 20px;
    line-height: 32px;
}

.page_xs_motal_list ul li:hover>span {
    color: #015293;
}

.page_xs_motal_list ul li:hover>a {
    display: block;
}

.page_xs_motal_list ul li>a {
    width: 70px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    background: rgba(1, 82, 147, 0.1);
    border-radius: 20px;
    color: #015293;
    display: none;
}

.page_xs_motal_list ul li:last-child {
    border-bottom: none;
}

.modal-body {
    padding: 15px 30px 30px 30px;
}

.modal-header {
    padding: 15px 30px;
}

.modal_scoll {
    height: 60vh;
    overflow-y: scroll;
}

.modal_scoll::-webkit-scrollbar {
    width: 8px;
}

.modal_scoll::-webkit-scrollbar-track {
    background: transparent;
}

.modal_scoll::-webkit-scrollbar-thumb {
    background: #D8D8D8;
    border-radius: 10px;
}

.motal_sx {
    position: fixed;
    right: -500px;
    top: 0;
    width: 500px;
    height: 100%;
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    transition: 0.3s all ease;
}

.motal_sx .motal_sx_title {
    margin: 0 0 30px 0;
}

.motal_sx .motal_sx_title p {
    font-size: 20px;
    color: #015293;
    font-weight: bold;
    display: inline-block;
}

.motal_sx .motal_sx_title img {
    width: 20px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 35px;
}

.motal_sx_list p {
    font-size: 16px;
    color: #111;
    margin-bottom: 20px;
}

.motal_sx_list ul {
    border: 1px solid #E5E5E5;
}

.motal_sx_list ul li {
    padding: 15px;
    border-bottom: 1px solid #E5E5E5;
}

.motal_sx_list ul li a {
    font-size: 16px;
    color: #444;
}

.motal_sx_list ul li:last-child {
    border-bottom: none;
}

.motal_sx_list ul li a:hover {
    color: #015293;
}

.motal_sx_list ul li .item_son {
    width: 100%;
    padding-left: 15px;
}

.motal_sx_list ul li .item_son a {
    font-size: 14px;
    color: #555;
    margin-right: 20px;
    display: block;
    position: relative;
    padding-left: 10px;
    line-height: 32px;
}

.motal_sx_list ul li .item_son a:hover {
    color: #015293;
}

.motal_sx_list ul li .item_son a::after {
    width: 4px;
    height: 4px;
    content: '';
    background: #555;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 14px;
    display: block;
}

.motal_sx_scoll {
    height: calc(100% - 70px);
    overflow-y: auto;
}

.motal_sx_scoll::-webkit-scrollbar {
    width: 8px;
}

.motal_sx_scoll::-webkit-scrollbar-track {
    background: transparent;
}

.motal_sx_scoll::-webkit-scrollbar-thumb {
    background: #D8D8D8;
    border-radius: 10px;
}

.hidescrollbar {
    overflow: hidden;
    -ms-overflow-x: hidden;
    -ms-overflow-y: hidden;
}

.page_search {
    border-radius: 4px 4px 0px 0px;
    border: 1px solid #E5E5E5;
    background: #BFD6EF;
    padding: 15px 22px;
    display: flex;
}

.page_search input {
    width: calc(100% - 90px);
    height: 38px;
    border: none;
    padding-left: 10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    outline: none;
}

.page_search a {
    width: 90px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border-radius: 0px 4px 4px 0px;
    background: #015293;
}

.page_search a img {
    width: 20px;
}

.page_search a span {
    color: #fff;
}

.page_search_bottom {
    background: #fff;
    border: 1px solid #E5E5E5;
    padding: 30px 22px;
    border-top: none;
    border-bottom: none;
}

.page_search_bottom1 .box {
    margin-bottom: 20px;
    display: flex;
}

.page_search_bottom1 .box p {
    width: 80px;
    font-size: 16px;
    color: #111;
    font-weight: bold;
    display: inline-block;
}

.page_search_bottom1 .box input {
    margin-right: 4px;
    position: relative;
    top: 2px;
}

.page_search_bottom1 .box .checkbox {
    display: inline-block;
    margin-right: 40px;
    margin-top: 0;
    margin-bottom: 0;
}

.page_search_bottom1 .box .checkbox label {
    padding-left: 0;
}

.page_search_bottom1 .box .search_motal_btn {
    width: 104px;
    height: 34px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E5E5E5;
    text-align: center;
    display: inline-block;
    line-height: 34px;
    cursor: pointer;
    color: #555;
    font-size: 16px;
    transition: 0.3s all ease;
}

.page_search_bottom1 .box .search_motal_btn:hover {
    border: 1px solid transparent;
    background: #015293;
    color: #fff;
}

.page_search_bottom1 .box .page_search_book {
    width: 70%;
    display: inline-block;
    margin-left: 50px;
}

.page_search_bottom1 .box .page_search_book img {
    width: 18px;
    display: inline-block;
    margin-right: 4px;
    cursor: pointer;
    position: relative;
    top: -2px;
}

.page_search_bottom2 {
    background: #fff;
    border: 1px solid #E5E5E5;
    border-top: none;
    padding: 0 22px;
}

.page_search_bottom2_line p {
    border-top: none !important;
}

.page_search_bottom2 p {
    text-align: center;
    color: #015293;
    font-size: 14px;
    padding: 15px 0;
    cursor: pointer;
    border-top: 1px dashed #E5E5E5;
}

.page_search_box {
    background: #fff;
    border: 1px solid #E5E5E5;
    margin-top: 20px;
    display: flex;
}

.page_search_box .left {
    width: 40%;
    border-right: 1px solid #E5E5E5;
    padding: 30px 22px;
}

.page_search_box .left h4 {
    font-size: 16px;
    color: #999;
    margin-top: 0;
}

.page_search_box .left h5 {
    margin-bottom: 20px;
    font-size: 16px;
    color: #015293;
    margin-top: 10px;
    cursor: pointer;
}

.page_search_box .left h4 span {
    color: #111;
}

.page_search_box .left ul {
    height: 700px;
    overflow-y: scroll;
}

.page_search_box .left ul::-webkit-scrollbar {
    width: 8px;
}

.page_search_box .left ul::-webkit-scrollbar-track {
    background: transparent;
}

.page_search_box .left ul::-webkit-scrollbar-thumb {
    background: #D8D8D8;
    border-radius: 10px;
}

.page_search_box .left ul li a {
    color: #015293;
    font-size: 16px;
    display: block;
    padding: 6px;

}

.page_search_box .left ul li p {
    font-size: 14px;
    margin-bottom: 10px;
    padding: 0 6px;
    line-height: 24px;
}

.page_search_box .left ul li p span {
    background: #FEFF5D;
}

.page_search_box .left ul li:hover {
    background: #F2F8FE;
}

.page_search_box .right {
    width: 60%;
    padding: 30px 22px;
}

.page_search_box .right a {
    font-size: 16px;
    color: #015293;
    margin-bottom: 20px;
}

.page_search_box .right h4 {
    font-size: 24px;
    color: #111;
    font-weight: bold;
    margin: 20px 0;
}

.page_search_box .right .content p {
    font-size: 16px;
    line-height: 30px
}

.page_search_box .right .content p .cz {
    background: #FEFF5D;
}

.page_search_box .right .content {
    height: 636px;
    overflow-y: scroll;
}


.page_search_box .right .content::-webkit-scrollbar {
    width: 8px;
}

.page_search_box .right .content::-webkit-scrollbar-track {
    background: transparent;
}

.page_search_box .right .content::-webkit-scrollbar-thumb {
    background: #D8D8D8;
    border-radius: 10px;
}

.page_search_bottom_hide {
    display: none;
}

.search_tree {
    margin: 10px 0;
    height: 400px;
    overflow-y: scroll;
    padding: 15px;
}

.search_tree::-webkit-scrollbar {
    width: 8px;
}

.search_tree::-webkit-scrollbar-track {
    background: transparent;
}

.search_tree::-webkit-scrollbar-thumb {
    background: #D8D8D8;
    border-radius: 10px;
}

.layui-form-checked[lay-skin=primary]>i {
    border-color: #015293 !important;
    background-color: #015293;
    color: #fff;
}

.layui-form-checkbox[lay-skin=primary]:hover>i {
    border-color: #015293;
    color: #fff;
}

.search_tree_bottom {
    padding: 15px 0;
    border-top: 1px solid #E5E5E5;
    overflow: hidden;
}

.search_tree_bottom a {
    float: right;
    width: 80px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    background: #015293;
    border-radius: 4px;
    margin-right: 30px;
}

@media screen and (max-width: 900px) {
    .nav_top {
        height: 160px;
    }

    .mobileIcon .openMenu {
        width: 30px;
        height: 30px;
        align-self: center;
        margin: 0 auto;
    }

    .mobileIcon .closeMenu {
        width: 30px;
        align-self: center;
        margin: 0 auto;
        display: none;
    }

    .mobileIcon {
        position: absolute;
        right: 15px;
        top: 20px;
        width: 30px;
        height: 30px;
        display: flex !important;
        align-items: center;
        text-align: center;
    }

    .index_group {
        padding: 30px 0;
    }

    .index_box1 {
        min-height: auto;
    }

    .index_about .left {
        width: 80%;
        display: block;
        margin: 0 auto;
    }

    .index_about .right {
        width: 100%;
        margin-top: 15px;
        float: none;
    }

    .title p {
        font-size: 18px;
    }

    .title .more {
        margin-top: 2px;
    }

    .index_ypzl .img {
        width: 80%;
        display: block;
        margin: 0 auto;
        float: none;
        margin-bottom: 15px;
    }

    .index_ypzl .right {
        width: 100%;
    }

    .footer_top ul {
        flex-wrap: wrap;

    }

    .footer_top ul li {
        width: 25%;
    }

    .footer_top ul li {
        border-right: none;
        margin-bottom: 20px;
    }

    .footer_top ul li:last-child {
        margin-bottom: 0;
    }

    .footer_top ul li a {
        font-size: 14px;
    }

    .menuDown .mobileMenu {
        position: fixed;
        width: 100%;
        height: 0;
        top: 64px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 30px;
        background: #fff;
        z-index: 99999;
        opacity: 0;
        overflow: hidden;
    }

    .menuDown .mobileMenu .menuBtns .menuBtn {
        display: block;
        font-size: 18px;
        line-height: 40px;
        color: #333;
        margin-bottom: 20px;
        transition: all 0.5s;
        text-decoration: none;
        border-bottom: 1px solid #ececec;
    }

    .menuDown .mobileMenu .menuBtns .menuBtn>a {
        color: #333;
        padding-left: 30px;
        padding-right: 30px;
    }

    .menuDown .mobileMenu .menuBtns .menuBtn:hover div {
        display: block;
        background: #f5f6fa;
        padding: 15px 45px;
    }

    .menuDown .mobileMenu .menuBtns .menuBtn>div {
        display: none;
    }

    .menuDown .mobileMenu .menuBtns .menuBtn>div a {
        display: block;
        color: #666;
        font-size: 16px;
    }

    .menuDown .mobileMenu .flexBox {
        position: absolute;
        width: 100%;
        bottom: 50px;
        left: 0;
        display: flex;
        justify-content: center;
    }

    .menuDown .mobileMenu .flexBox .language {
        font-size: 13px;
        line-height: 32px;
        color: rgba(255, 255, 255, 0.5);
        margin-right: 10px;
        cursor: pointer;
    }

    .menuDown .mobileMenu .flexBox .language .active {
        color: #fff;
    }

    .menuDown .mobileMenu .flexBox .tel {
        display: flex;
        align-items: center;
        font-size: 13px;
        line-height: 32px;
        color: #fff;
        margin-left: 6px;
        margin-right: 6px;
    }

    .menuDown .mobileMenu .flexBox .tel .icon {
        width: 26px;
        height: 26px;
        display: block;
    }

    .menuDown .bg {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 64px;
        background: rgba(0, 0, 0, 0.3);
        z-index: 99;
        opacity: 0;
    }

    .menuDown {
        position: fixed;
        width: 100%;
        height: 100%;
        display: none;
        z-index: 999;
    }

    .menuDown .infoBox {
        position: fixed;
        width: 100%;
        top: 80px;
        z-index: 99;
    }

    .page_content {
        padding: 15px;
    }

    .page_zz h4 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .page_zz .about .left {
        width: 100%;
    }

    .page_zz .about .right {
        position: relative;
        width: 100%;
        padding: 30px 15px;
    }

    .page_zz_box h4 {
        font-size: 18px;
    }

    .new_content h4 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .new_content .time {
        margin-bottom: 15px;
    }

    .new_content_list .left {
        width: 100%;
    }

    .new_content_list {
        overflow: hidden;
    }

    .new_content_list .right {
        width: 100%;
    }

    .page_ml h4 {
        font-size: 22px;
    }

    .page_ml ul li {
        width: 25%;
    }

    .page_ml .btns {
        margin: 10px auto;
    }

    .page_box .page_title p {
        font-size: 18px;
        margin-left: 15px;
    }

    .page_box .page_title .right {
        font-size: 14px;
        margin-right: 15px;
    }

    .page_box .page_title .right span,
    a {
        font-size: 14px;
    }

    .page_list ul li a {
        width: 70%;
    }

    .page_box .page_content2 {
        padding: 15px;
    }

    .page_list ul li {
        padding-bottom: 10px;
        margin-bottom: 16px;
    }

    .fenye .fenye_p {
        margin: 0;
    }

    .fenye {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .page_ypzl .img {
        float: none;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .page_ypzl .right {
        width: 100%;
    }

    .page_ypzl .right ul li span {
        font-size: 14px;
    }

    .page_ypzl .right ul li a {
        width: 75%;
    }

    .page_ml2 ul li {
        width: 50%;
    }

    .page_spjl ul li a {
        width: 75%;
    }

    .page_spjl ul li span {
        font-size: 14px;
    }

    .page_box .page_title .page_box_download {
        display: flex;
        justify-content: center;
        float: none;
        width: 100%;
    }

    .page_title2 {
        height: auto !important;
        padding-bottom: 15px;
    }

    .page_sx {
        margin-bottom: 15px;
    }

    .modal-body {
        padding: 15px;
    }

    .modal-header {
        padding: 15px;
    }

    .motal_sx {
        width: 100%;
        right: -100%;
    }

    .page_sx .fy {
        flex-wrap: wrap;
        display: flex;
    }

    .page_sx .fy .fy_box1 {
        width: 100%;
    }

    .page_sx .fy_box2 {
        margin-left: 0 !important;
        margin-top: 20px;
    }

    .nav_group .nav_top .content .right_box .text {
        display: none;
    }

    .nav_group {
        background: #22274f;
    }

    .search_box input {
        width: calc(100% - 38px);
    }

    .search_box {
        margin-top: 84px;
        padding: 4px;
    }

    .nav_group .nav_top .content {
        display: block;
    }

    .nav_group .nav_top .content .right_box {
        float: none;
        width: 90%;
        margin: 0 auto;
    }

    .search_focus div>a img {
        margin-left: 10px;
    }

    .search_focus .closes {
        top: -20px;
    }
    .page_search_bottom1 .box{
        flex-wrap: wrap;
    }
    .page_search_bottom1 .box .page_search_book{
        margin-top: 20px;
        width: 100%;
        margin-left: 0;
    }
    .page_search_box{
        flex-wrap: wrap;
    }
    .page_search_box .left{
        width: 100%;
    }
    .page_search_box .right{
        width: 100%;
    }
}