.content-text .inner {
    font-family: Microsoft YaHei, PingFang SC;
}

.content-text .inner .title {
    margin-bottom: 44px;
}

.content-text .inner .title h2 {
    font-size: 38px;
    font-weight: 500;
    color: #1d1d1f;
    line-height: 38px;
    margin-bottom: 29px;
    text-align: center;
}

.content-text .inner .title .sub-title {
    font-size: 19px;
    font-weight: 400;
    color: #a5a5a5;
    line-height: 27px;
    display: flex;
    justify-content: space-evenly;
}

.content-text .inner .contact {
    font-size: 19px;
    font-weight: 400;
    color: #1d1d1f;
    line-height: 27px;
}

.content-text .inner .contact p {
    margin-bottom: 8px;
}

.content-text .inner .main {
    margin-top: 30px;
}

.content-text .inner .main .modal-my {
    margin-bottom: 30px;
}

.content-text .inner .main .modal-my .sub-tit {
    height: 40px;
    background: rgba(49, 121, 210, 0.1);
    border-left: 4px solid #3179d2;
    margin-bottom: 14px;
}

.content-text .inner .main .modal-my .sub-tit h4 {
    font-size: 20px;
    font-weight: 600;
    color: #3179d2;
    line-height: 40px;
    padding-left: 18px;
}

.content-text .inner .main .modal-my .text {
    font-size: 18px;
    font-weight: 400;
    color: #1d1d1f;
    line-height: 35px;
    text-align: justify;
    padding: 2px;
}

.content-text .inner .main .modal-my .text .item {
    margin-bottom: 30px;
}

.content-text .inner .main .modal-my .text .item .item-tit {
    font-weight: 600;
    margin-bottom: 8px;
}

.content-text .inner .main .modal-my .text .item .item-content {
    font-weight: 400;
}



.module-list-box .inner .module-list-item {
    display: flex;
    justify-content: space-between;
    height: 240px;
    margin-bottom: 24px;
    overflow: hidden;
    transition: all 300ms ease 0s;
    padding: 10px;
}

.module-list-box .inner .module-list-item:hover {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 8px 30px 0 rgba(150, 149, 149, 0.5);
    cursor:pointer;
}

.module-list-box .inner .module-list-item .list-item-img {
    width: 372px;
    height: 240px;
    border-radius: 10px;
}

.module-list-box .inner .module-list-item .list-item-img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.module-list-box .inner .module-list-item .list-item-text {
    font-family: PingFangSC-Semibold, PingFang SC;
    width: 788px;
    position: relative;
}

.module-list-box .inner .module-list-item .list-item-text .tit {
    font-size: 24px;
    font-weight: 600;
    color: #1D1D1F;
    line-height: 26px;
    margin-bottom: 17px;
}

.module-list-box .inner .module-list-item .list-item-text p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

.module-list-box .inner .module-list-item .list-item-text .more {
    width: 127px;
    height: 38px;
    background: #3179D2;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
}

.module-list-box .inner .module-list-item .list-item-text .more a {
    display: inline-block;
    width: 90px;
    font-size: 14px;
    font-family: Microsoft YaHei, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 38px;
    background: url(../images/moreicon.png) no-repeat;
    background-position: right center;
}

.block-list-box .inner {
    background: #f8f9fb;
}

.block-list-box .inner .block-list-item {
    display: flex;
    margin-bottom: 20px;
    background: #F7F9FB;
    overflow: hidden;
    transition: all 300ms ease 0s;
}

.block-list-box .inner .block-list-item:hover {
    box-shadow: 0 8px 30px 0 rgba(150, 149, 149, 0.5);
}

.block-list-box .inner .block-list-item .list-item-img {
    width: 280px;
    height: 140px;
    -webkit-clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}

.block-list-box .inner .block-list-item .list-item-img img {
    width: 100%;
}

.block-list-box .inner .block-list-item .list-item-text {
    width: 935px;
    height: 140px;
    background: #FFFFFF;
    box-shadow: 0px 12px 41px 0px rgba(106, 127, 178, 0.07);
    border-radius: 1px;
    -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}

.block-list-box .inner .block-list-item .list-item-text .text-bg {
    border-left: 4px solid #3179D2;
    height: 106px;
    margin-top: 17px;
    display: flex;
    align-items: center;
}

.block-list-box .inner .block-list-item .list-item-text .text-bg .left {
    font-family: PingFangSC-Semibold, PingFang SC;
    text-shadow: 0px 12px 41px rgba(106, 127, 178, 0.07);
}

.block-list-box .inner .block-list-item .list-item-text .text-bg .left .date {
    width: 70px;
    height: 70px;
    box-shadow: 0px 12px 41px 0px rgba(106, 127, 178, 0.07);
    border-radius: 2px;
    opacity: 0.5;
    border: 1px dashed #333333;
    text-align: center;
    margin: 0 26px 0 28px;
}

.block-list-box .inner .block-list-item .list-item-text .text-bg .left .date h3 {
    font-size: 34px;
    font-weight: 600;
    color: #333333;
    line-height: 26px;
    padding-bottom: 5px;
    padding-top: 20px;
}

.block-list-box .inner .block-list-item .list-item-text .text-bg .left .date div {
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    line-height: 12px;
}

.block-list-box .inner .block-list-item .list-item-text .text-bg .right {
    width: 657px;
    font-family: Microsoft YaHei, PingFang SC;
    text-shadow: 0px 12px 41px rgba(106, 127, 178, 0.07);
    border-left: 1px dashed rgba(51, 51, 51, 0.1);
    padding-left: 31px;
}

.block-list-box .inner .block-list-item .list-item-text .text-bg .right .tit {
    font-size: 23px;
    font-weight: 500;
    color: #1D1D1F;
    line-height: 26px;
}

.block-list-box .inner .block-list-item .list-item-text .text-bg .right p {
    width: 657px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}



.nav .nav-active {
    background: linear-gradient(180deg, rgba(58, 159, 255, 0) 0%,#3A9FFF 70%);
    border-bottom:4px solid #ff9800;
}
/* 
.nav .inner {
    font-family: PingFangSC-Semibold, PingFang SC;
    position: relative;
}

.nav .inner ul {
    height: 60px;
    background: #2D8BFF;
    padding: 0 140px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav .inner ul li {
    width: 114px;
    font-size: 18px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
}

.nav .inner ul li a {
    color: #FFF;
}

.nav .inner ul li .dropdown-menu {
    position: absolute;
    width: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    height: 60px;
}

.nav .inner ul li .dropdown-menu .menu-list {
    overflow: hidden;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    width: max-content;
}

.nav .inner ul li .dropdown-menu .item {
    width: 110px;
    text-align: center;
    font-size: 14px;
    float: left;
}

.nav .inner ul li:hover {
    background: linear-gradient(180deg, rgba(58, 159, 255, 0) 0%, #3A9FFF 70%);
} */

nav{
  width: 1200px;
  height: 60px;
  background: #2D8BFF;
  padding: 0 100px!important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav{
  justify-content: space-between;
}
.nav ul li{
  width: 114px;
  text-align: center;
}
.dropdown-menu{
  min-width: 180px!important;
  top: 55px;
}
.dropdown-menu  li{
  width: auto!important;
  /* margin: 5px 0; */
}
.nav li:hover{
  /* background: #2487fb; */
}
.nav .active{
  background: #2487fb;
}
.nav li a{
  font-size: 18px;
  font-family: SourceHanSansSC;
  font-weight: 600;
  color: #FFFFFF;
}
.nav_breadcrumb{
  margin-bottom:48px;
  background: #f1f1f1;
}
.nav_breadcrumb ol{
  display: flex;
}
.nav_breadcrumb ol li{
  position: relative;
  padding: 16px 0;
}

.nav_breadcrumb ol li a{
  font-size: 16px;
  text-decoration: none;
  color: #666;
}
.nav_breadcrumb .inner{
  position: absolute;
  top: 54px;
  display: none;
  background: #f1f1f1;
  border: 1px solid #2487fb;
  z-index: 99;
  text-align: center;
  border-radius: 3px;
}
.nav_breadcrumb .inner ul{
  overflow: hidden;
  z-index: 999;
}
.nav_breadcrumb .inner ul li{
  padding:8px 0;
  width: 240px;
}
.nav_breadcrumb .inner ul li:hover{
  background:#0B7AFB ;
}
.nav_breadcrumb .inner ul li:hover a{
  color: #fff;
  text-decoration: none;
}

.nav_breadcrumb .breadcrumb-item:hover .inner{
  display: block;
}
.nav_breadcrumb .active{
  color: #0B7AFB;
}

.crumbs-nav {
    margin-bottom: 25px;
    margin-top: 25px;
}

.crumbs-nav .inner h5 a:nth-of-type(1) {
    background: url("../images/home-icon.png") no-repeat;
    background-size: 14px 13px;
    background-position: left center;
    padding-left: 20px;
}

.project-content .inner {
    display: flex;
}

.project-content .inner .left-content {
    width: 250px;
    border-right: 1px solid #D4D8E2;
}

.project-content .inner .left-content ul {
    font-family: Microsoft YaHei, PingFang SC;
    width: 250px;
}

.project-content .inner .left-content ul li {
    height: 60px;
    text-align: left;
    line-height: 60px;
    padding-left: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.project-content .inner .left-content ul li a {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}

.project-content .inner .left-content ul li:hover {
    border-right: 5px solid #3179D2;
    background: linear-gradient(270deg, rgba(49, 121, 210, 0.1) 0%, rgba(95, 177, 235, 0) 100%);
}

.project-content .inner .left-content ul .active {
    border-right: 5px solid #3179D2;
    background: linear-gradient(270deg, rgba(49, 121, 210, 0.1) 0%, rgba(95, 177, 235, 0) 100%);
}

.project-content .inner .right-content {
    margin-left: 26px;
    font-family: Microsoft YaHei, PingFang SC;
}

.project-content .inner .right-content .tab-select {
    border-bottom: 1px solid #D4D8E2;
    overflow: hidden;
    margin-bottom: 40px;
}

.project-content .inner .right-content .tab-select li {
    float: left;
    font-size: 18px;
    color: #7a7a7a;
    font-weight: 600;
    padding: 10px 15px 10px 0;
    position: relative;
    top: 1px;
    cursor: pointer;
    margin-right: 10px;
}

.project-content .inner .right-content .tab-select li span i {
    padding-right: 25px;
}

.project-content .inner .right-content .tab-select .jsjs {
    background: url("../images/jsjj.png") no-repeat;
    width: 30px;
    height: 30px;
}

.project-content .inner .right-content .tab-select .sjys {
    background: url("../images/sjys.png") no-repeat;
    width: 30px;
    height: 30px;
}

.project-content .inner .right-content .tab-select .active {
    color: #465AD2;
    border-bottom: 2px solid #465AD2;
}

.project-content .inner .right-content .tab-select .active .jsjs {
    background: url("../images/jsjj-a.png") no-repeat;
    width: 30px;
    height: 30px;
}

.project-content .inner .right-content .tab-select .active .sjys {
    background: url("../images/sjys-a.png") no-repeat;
    width: 30px;
    height: 30px;
}

.project-content .inner .right-content .tab-list {
    display: none;
}

.project-content .inner .right-content .tab-list .title {
    font-size: 36px;
    font-weight: 700;
    color: #1D1D1F;
    line-height: 38px;
    text-align: center;
    margin-bottom: 40px;
}

.project-content .inner .right-content .tab-list .modal-my {
    margin-bottom: 30px;
}

.project-content .inner .right-content .tab-list .modal-my .sub-tit {
    width: 924px;
    height: 40px;
    background: rgba(49, 121, 210, 0.1);
    border-left: 4px solid #3179D2;
    margin-bottom: 14px;
}

.project-content .inner .right-content .tab-list .modal-my .sub-tit h4 {
    font-size: 20px;
    font-weight: 600;
    color: #3179D2;
    line-height: 40px;
    padding-left: 18px;
}

.project-content .inner .right-content .tab-list .modal-my .text {
    font-size: 18px;
    font-weight: 400;
    color: #1D1D1F;
    line-height: 35px;
}

.project-content .inner .right-content .tab-list .modal-my .picture .picture-img {
    width: 858px;
    height: 413px;
    border: 1px solid #EAF1FA;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 15px;
}

.project-content .inner .right-content .tab-list .modal-my .picture .picture-img img {
    width: 100%;
    height: 100%;
}

.project-content .inner .right-content .tab-list .modal-my .picture .picture-info {
    font-size: 18px;
    font-weight: 400;
    color: #1D1D1F;
    line-height: 35px;
    text-align: center;
}

.project-content .inner .right-content .show {
    display: block;
}



.search-page .inner {
    font-family: Microsoft YaHei, PingFang SC;
}

.search-page .inner .search-tips {
    margin-bottom: 20px;
}

.search-page .inner .search-tips h3 {
    font-size: 20px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
    line-height: 28px;
}

.search-page .inner .search-tips h3 span {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 14px;
    padding-left: 20px;
}

.search-page .inner .search-tips h3 span i {
    color: #FA6400;
    font-style: inherit;
}

.search-page .inner .search-tab .tab-select {
    border-bottom: 1px solid rgba(155, 155, 155, 0.5);
    margin-bottom: 30px;
}

.search-page .inner .search-tab .tab-select ul {
    display: flex;
}

.search-page .inner .search-tab .tab-select ul li {
    width: 64px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.65);
    line-height: 24px;
    margin-right: 30px;
    padding-bottom: 10px;
    cursor: pointer;
}

.search-page .inner .search-tab .tab-select ul .active {
    color: #3179D2;
    border-bottom: 2px solid #3179D2;
}

.search-page .inner .search-tab .tab-content .tab-content-item {
    text-shadow: 0px 12px 41px rgba(106, 127, 178, 0.07);
    font-family: Microsoft YaHei, PingFang SC;
    position: relative;
    display: none;
}

.search-page .inner .search-tab .tab-content .tab-content-item .item-box {
    background: #FFFFFF;
    box-shadow: 0px 12px 41px 0px rgba(106, 127, 178, 0.07);
    border-radius: 1px;
    padding: 10px 0;
    margin-bottom: 20px;
    position: relative;
    transition: all 300ms ease 0s;
}

.search-page .inner .search-tab .tab-content .tab-content-item .item-box:hover {
    box-shadow: 0 8px 30px 0 rgba(150, 149, 149, 0.5);
}

.search-page .inner .search-tab .tab-content .tab-content-item .item-box .item-text {
    height: 60px;
    display: flex;
    align-items: center;
    border-left: 4px solid #3179D2;
}

.search-page .inner .search-tab .tab-content .tab-content-item .item-box .item-text .left .date {
    font-size: 12px;
    font-weight: 400;
    color: #545454;
    line-height: 26px;
    padding: 0 28px;
}

.search-page .inner .search-tab .tab-content .tab-content-item .item-box .item-text .right {
    padding-left: 30px;
    border-left: 1px dashed rgba(51, 51, 51, 0.1);
}

.search-page .inner .search-tab .tab-content .tab-content-item .item-box .item-text .right .tit {
    font-size: 23px;
    font-weight: 500;
    color: #1D1D1F;
    line-height: 26px;
}

.search-page .inner .search-tab .tab-content .tab-content-item .item-box .item-text .right p {
    width: 902px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

.search-page .inner .search-tab .tab-content .tab-content-item .item-box .item-btn {
    position: absolute;
    font-size: 18px;
    font-family: Microsoft YaHei, PingFang SC;
    font-weight: 500;
    color: #3179D2;
    line-height: 26px;
    text-shadow: 0px 12px 41px rgba(106, 127, 178, 0.07);
    box-shadow: 0px 12px 41px 0px rgba(106, 127, 178, 0.07);
    border-radius: 2px;
    border: 1px solid #3179D2;
    padding: 2px 9px;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.search-page .inner .search-tab .tab-content .show {
    display: block;
}

/* 分页样式 */
.paginations{
    display: flex;
    justify-content: center;  /* 水平居中 */
    align-items: center;      /* 垂直居中（可选） */
    list-style: none;
    padding: 0;
    margin: 20px 0;
	
}
.paginations li{
    width: 32px;
    height: 32px;
    display: inline-block;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    text-align: center;
    line-height: 32px;
    margin: 0 4px;
}
.paginations li:hover a{
    background: #3179D2;
    border-radius: 2px;
    display: block;
    color: #fff;
}
.paginations .current{
    background: #3179D2;
    border-radius: 2px;
    display: block;
    color: #fff;
}
.paginationw li:last-child{
    width: 50px;
}


nav.navbar.bootsnav{
    border: none;
    padding: 0;
}
.navbar-nav{
    float: left;
}
nav.navbar.bootsnav ul.nav > li > a{
    color: #fff;
    /* padding: 16px 24px; */
    position: relative;
}
nav.navbar.bootsnav ul.nav > li:hover{
    background: #2487fb;
}
.nav li{
    position: relative;
    padding: 12px 9px;
}
.nav li a{
    text-decoration: none;
}
.nav > li:after{
    content: "";
    width: 0;
    height: 4px;
    background: #ff9800;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.nav > li:hover:after{
    width: 100%;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after{
    /* content: "+"; */
    content: ""!important;
    font-family: 'FontAwesome';
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    top: 11%;
    border: 0;
    right: 8%;
    transition: all 0.4s ease 0s;
}
nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after{
    /* content: "\f105"; */
    content: ""!important;
    transform: rotate(90deg);
}
.dropdown-menu{
    background: #fff!important; 
}
.dropdown-menu.multi-dropdown{
    position: absolute;
    left: -100% !important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border: none;
    background: #0B7AFB;
    width: 100%;
    margin-top: 0;
    padding-bottom: 0;
    border-radius: 0;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu li{
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
}
.menu-nav{
    background: #0B7AFB;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    /* content: "+"; */
    content: ""!important;
    font-family: 'FontAwesome';
    font-size: 13px;
    font-weight: 500;
    position: absolute;
    top: 35%;
    right: 3%;
    transition: all 0.4s ease 0s;
}
nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after{
    /* content: "\f105"; */
    content: ""!important;
    transform: rotate(90deg);
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle:before {
    font-family: 'FontAwesome';
    float: right;
    /* content: "\f105"; */
    content: ""!important;
    margin-top: 0;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle:after {
    display: none!important;
}
