@charset "utf-8";
@charset "utf-8";
/* amazeui依赖 */
@import url(/uploads/css/images/amazeui.css);
/* 矢量字体 */
@import url(/uploads/css/atc/font_4619376_h9w2b45arfp.css);
/* 动画库 */
@import url(/uploads/css/images/animate.min.css);
/* 全局变量 */
:root {
  --theme: #1b5395;
  --themeactive: #0c79b1;
  --bgcolor: #ecf1f7;
  --color: #333; }

:export {
  theme: #2b58a8; }
/* pc */
.main-box,.wrap {
    max-width: 1320px;
    margin: 0 auto;
}
body {
    background: no-repeat;
    background-size: 100%;
	font-size:16px;
	background-position-y: -40px;
}
.w-gl{
    background: #f2f6f9;
    margin: 10px 0px 0px;
    padding: 10px 0px;
    border-radius: 12px;
}
.hr-line{
	border-bottom: 1px solid #f2f6f9;
}
ul, ol {
    padding-left: 0em;
	margin-top: 0px;
}

a{
	color: #333;
}

h1, h2, h3, h4, h5, h6,p{
	margin:0;
}
.text-line {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.text-line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis; }

.text-line4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis; }
/* 首页头部 */
.header {
    width: 100%;
    height: max-content;
}
.header-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 1.4rem;
    padding: 1rem 0
}
.header-title-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 1em;
    padding: 1rem 0rem 1rem 0rem;
}
.header-title-left>a {
    width: max-content;
    margin-right: 1rem;
    font-size: 1.4rem;
    color: #fff;
    cursor: pointer;
    border-right: 1px solid #fff;
    padding-right: 1rem;
	display:block;
}
.header-title-right {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
    text-align: right;
}
.header-title-right>div:nth-child(1),
.header-title-right>div:nth-child(4),
.header-title-right>div:nth-child(5) {
    background-color: rgba(255, 255, 255, .2);
    height: 2.8rem;
    line-height: 2.8rem;
    padding: 0px .8rem;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
}
.header-title-right>div:nth-child(2),
.header-title-right>div:nth-child(3) {
    height: 2.8rem;
    width: 2.8rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, .2);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.header-title-right>div:nth-child(1):hover,
.header-title-right>div:nth-child(2):hover,
.header-title-right>div:nth-child(3):hover,
.header-title-right>div:nth-child(4):hover {
    background-color: rgba(255, 255, 255, .4);
}
.header-title-login {
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 1em;
    padding: 1rem 0rem;
    justify-content: center
}
.header-title-login>div {
    width: max-content;
    margin-left: 1rem;
    font-size: 1.4rem;
    color: #fff;
    cursor: pointer;
    border-left: 1px solid #fff;
    padding-left: 1rem;
}
.header-center{
	margin:3rem auto 4.5rem;
}
.header-logo {
    line-height: 6rem;
}
.header-logo>img {
    width: auto;
    height: 100%;
}
.header-logo-img{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	padding-left: 0px;
}
.header-logo-img>img:nth-child(1){
    width: 15%;
    height: auto
}
.header-logo-img>img:nth-child(2){
    width: 78%;
    height: auto;
    margin-right: 1.4rem
}
.header-logo>div:nth-child(2) {
    display: flex;
    flex-direction: row;
    align-items: center;
	justify-content: flex-end;
	width: 45%;
}
.header-logo>div:nth-child(2)>div {
    color: #fff;
    transition: all ease-in .1s;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    white-space: nowrap;
    padding: 0 2rem;
    cursor: pointer;
}
.header-logo>div:nth-child(2)>div:hover {
    color: #2b58a8;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5),
        -1px -1px 1px rgba(255, 255, 255, .5);
}
.header-logo-input {
    height: 6rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
	padding-right: 0px;
}
.header-logo-input-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 2.6rem;
    border-radius: 2rem;
    background: rgba(255, 255, 255, .2);
    padding: 0 1rem;
}
.header-logo-input-content>input {
    background: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    width: 16rem;
    font-size: 12px;
    flex: 1
}
.header-logo-input-content>svg {
    cursor: pointer;
    width: 1.5rem;
    height: 1.5rem
}

.header-logo-nav a{
    color: rgba(255, 255, 255, 0.85);
}
.header-logo-nav a:hover{
color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5), -1px -1px 1px rgba(255, 255, 255, .5);
}
.header-logo-input-content>input,.header-logo-input-content>input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .55);
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.55);
}


/* 首页 */
.content {
    width: 100%;
    margin: 16rem auto 0;
    height: max-content;
}

.content-center {
    background: #fff;
    padding: 1rem 0px;
}
.content>.content-center:nth-child(1) {
	border-radius: 8px 8px 0px 0px;
}
.content>.content-center:last-child {
	border-radius: 0px 0px 8px 8px;
}
.swiper-slide-item {
    position: relative;
    display: block;
}
.swiper-slide-item img{
width:750px;
height:382px;
}
.img-swiper img{
width:100%;
height:90px;
}
.imgs-swiper-bottom img{
width:203px;
height:70px;
}
@media screen and (max-width: 641px) {
	.header-logo-input {   
	padding-right: 1rem;
}
.swiper-slide-item img,.img-swiper img,.imgs-swiper-bottom img{
width:100%;
}
.swiper-slide-item img{
height:181px;
}
.img-swiper img{
height:68px;
}
.imgs-swiper-bottom img{
height:45px;
}
}
.swiper-slide-item>div {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: .6rem 2rem;
    background: rgba(0, 0, 0, .4);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 2rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.content-tabs {
    font-size: 2rem;
    overflow: hidden;
    background: #ecf1f7;
    padding: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 4px;
}
.congent-tabs-item,
.congent-tabs-items {
    height: 5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex: 1;
    cursor: pointer;
}
.congent-tabs-itemss {
    height: 5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: max-content;
    cursor: pointer;
    padding: 0 2rem
}
.content-tabs-active {
    background: #fff;
    font-weight: bold;
    color: #2b58a8
}
.content-tabs-active a,.content-tabs-active a:hover{
    font-weight: bold;
    color: #2b58a8
}
#tabsboxone {
    overflow: hidden;
    position: relative;
    height: max-content;
}
.tabs-list {
    position: relative;
    height: 32rem;
    overflow: hidden;
}
.tabs-lists {
    position: relative;
    height: 30rem !important;
    overflow: hidden;
}
.content-tabs-list {
    position: absolute;
    top: 0;
    width: 100%;
    transition: transform 0.2s ease, opacity 0.2s ease;
    opacity: 0;
    display: none;
}
.content-tabs-list>div {
    display: flex;
    flex-direction: row;
    line-height: 4.8rem;
    font-size: 1.6rem;
    color: #333;
    cursor: pointer;
    padding: 0px 1rem 0px 1.5rem;
    position: relative;
    transition: all .2s linear;
}
.content-tabs-list>div:hover {
    color: #2b58a8
}
.content-tabs-list>div::before {
    position: absolute;
    content: ' ';
    width: 4px;
    height: 4px;
    background-color: #ccc;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.content-tabs-list-active {
    opacity: 1;
    display: block;
    transform: translatex(0%);
}
.slide-in-left {
    transform: translatex(0%);
}
.slide-in-right {
    transform: translatex(0%);
}
.slide-out-left {
    transform: translatex(-100%);
}
.slide-out-right {
    transform: translatex(100%);
}
.prepare-in-left {
    transform: translatex(100%);
}
.prepare-in-right {
    transform: translatex(-100%);
}
.content-tabs-list>div>a {
    width: calc(100% - 10rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content-tabs-list>div>span.date{
	color: #999;
}
.content-tabs-list>div>div:nth-child(2) {
    text-align: right;
    width: 10rem;
    color: #999;
}
.content-tabs-lists>div {
    line-height: 5rem !important;
}
.content-swiper {
    border: 1px solid #d2dffc;
    background: linear-gradient(to bottom, #e7f0f7, #fff);
    padding: 1rem;
    margin-top: 2rem
}
.img-swiper {
    height: 9rem;
    width: 100%;
    position: relative;
}
.tabsboxtwo{
	margin-bottom: -1rem;
}
.hf-two{
	display: flex;
    justify-content: space-between;
    margin-right: 10px;
}
.hf-two a{
display:inline-block;
width:49.5%;
}

@media screen and (max-width: 641px) {
	.content-swiper {  
   margin-top: 0rem;
    margin-bottom: -3rem;
}
.content-swiper .swiper-zt{
	height: 7rem;
}
  .img-swiper {
    height: 0rem;
} 
.swiper-button-next, .swiper-button-prev {
    width: 27px;
height: 24px;
}
#swipertwo .swiper-button-next, #swipertwo .swiper-button-prev{	
top: 65%;
}
#swiperfour .swiper-button-next, #swiperfour .swiper-button-prev{	
top: 72%;
}
}
.card-list {
    display: flex;
    justify-content: space-between;
}
.card-list-item {
    height: 34.2rem;
    width: calc((100% - 20px) / 2);
    background: #f4f7fc;
    border: 1px solid #f0f3f8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.card-list-item>div:nth-child(1) {
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 1vh;
    z-index: 1;
}
.card-list-item>div:nth-child(2) {
    font-weight: bold;
    font-size: 2.2rem;
    margin-bottom: 3vh;
    z-index: 1;
}
.card-list-item>a {
    line-height: 4rem;
    width: 100%;
    font-size: 16px;
    text-align: center;
    z-index: 1;
}
.card-list-item>img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 70%;
    height: auto;
    z-index: 0;
}
.card-box {
    border-radius: 6px;
    border: 1px solid #d2dffc;
    padding: 2rem;
    background: #f2f6ff;
}
.card-box-header {
    line-height: 5rem
}
.card-box-header>img {
    width: 8.3rem;
    height: 5rem
}
.card-box-header>div:nth-child(2) {
    font-size: 2rem;
    font-weight: bold;
    margin-right: 1rem
}
.card-box-header>div:nth-child(3) {
    flex: 1;
    height: 4.4rem;
    background: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 1.4rem
}
.card-box-header>div:nth-child(3)>input {
    flex: 1;
    height: 3.5rem;
}
.card-box-header>div:nth-child(3)>svg {
    width: 2.4rem;
    height: 2.4rem;
    margin-left: 1rem;
    cursor: pointer;
    margin-right: 1rem
}
.card-box-list {
    padding: 0 2rem;
}
.card-box-list>a {
    line-height: 4rem;
    font-size: 16px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.card-swiper {
    height: max-content;
    padding: 2rem 2rem 0 2rem
}

.imgs-swiper {
    height: 14rem;
    width: 100%;
    position: relative;
    display: block;
}
.imgs-swiper>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.imgs-swiper>div {
    position: absolute;
    left: 2.5rem;
    top: 2.5rem;
    bottom: 2.5rem;
    right: 2.5rem;
    margin: auto;
    background: #fff;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}
.card-right{
	background: linear-gradient(to bottom, #e7f0f7, #fff);
    padding: 1.6rem 0rem;
	border: 1px solid #f3f6fd;
}
.card-right>.card-right-top {
    width: 100%;    
    display: flex;
    justify-content: space-between;
    flex-direction: column;
	border: 1px solid #f3f6fd;
    height: max-content;	
}
.card-right-top>div:nth-child(1),
.card-right-top>div:nth-child(2),
.card-right-top>div:nth-child(3) {
    display: flex;
    justify-content: space-between;
    margin-bottom:1.8rem;
    padding: 0 1.6rem
}
.card-right-top>div:nth-child(1)>a,
.card-right-top>div:nth-child(2)>a,
.card-right-top>div:nth-child(3)>a {
    background:  no-repeat;
    background-size: 100% 100%;
    height: 10rem;
    width: calc((100% - 1.6rem) / 2);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    color: #2b58a8;
    cursor: pointer;
}
.card-right-top>a {
    background:  no-repeat;
    background-size: 100% 100%;
    height: 10rem;
    width: calc(100% - 3.2rem);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    color: #fff;
    text-shadow: 2px 2px 2px #2b58a8;
    cursor: pointer;
    margin: 0 1.6rem
}
.card-right-bottom {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 1.65rem;
    padding: 0rem 1.6rem;
}
.swiper-bottom {
    padding: .8rem;
    margin: 0rem 1rem;
    border: 1px solid #ccc;
    height: max-content
}
.imgs-swiper-bottom {
    height: max-content;
    display: block;
}

/* 政务服务*/
.zwfwbs{
	display: flex;	
    align-items: center;
    justify-content: space-around;
	flex-wrap: wrap;
    margin: 60px auto 80px;
    padding: 0px 60px;
}
.zwfwyw>a{
background: no-repeat center center;
height: 63px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    background-position-y: 20px;
    margin-bottom: 60px;
}
.ywlist li {
background: no-repeat center center;
    text-align: center;
    height: 107px;
    line-height: 107px;
    margin-bottom: 25px;
}
.ywlist li a h3{
font-size:18px;
color:#244c88;
font-weight:500;
}

/* 政务新媒体矩阵 */
.content-mbx {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0rem;
	padding-left:1rem;
}
.content-mbx>svg {
    color: #f00;
    margin-right: 1rem
}
.content-mbx>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    color: #999;
}
.er-title{
    padding: 0 1.6rem;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 2rem;
}
.er-kuang{
    border: 1px solid #999;
    padding: 1.6rem;
    margin: 0 1.6rem;
    width: calc( 100% - 3.2rem );
    margin-top: 1.6rem
}
.er-titles{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 1rem
}
.er-titles>span{
    font-weight: bold;
    font-size: 2rem;
    margin-right: 1rem
}
.er-stitles{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 1.6rem 0
}
.er-stitles>span{
    font-weight: bold;
    font-size: 1.6rem;
    margin-left: 1rem;
    color: #999;
}


/* 特色民居 */

.tsmjtit{
        margin-top: 20px;
    position: relative;
     }
.tsmjtit>h3{
bottom: 22px;
    position: absolute;
    left: 47.3%;
    font-size: 30px;
    color: #fff;
	margin:0;
}
.tsmjtit>div{
bottom: 18px;
    position: absolute;
    left: 47.8%;
    color: #fff;
    font-size: 16px;
}
.content-tssjt-list {
    background:  no-repeat;
flex-wrap: wrap;
    padding: 3rem 3rem 3rem 2rem;
    background-size: 100% 100%;
}
.content-tssjt-list>ul{
    width: 100%;
}
.content-tssjt-list>ul:nth-child(1){
    margin-top: 30px;
}
.content-tssjt-list>ul>li{
   text-align: center;
}
.content-tssjt-list>ul>li>img {
    width:223px;
    height:196px;
}
.content-tssjt-list>ul>li>div{
display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
}
.content-tssjt-list>ul>li>div>h3{
font-weight:500;
margin:0;
}
.content-tssjt-list>ul>li>div>a{
color: #3163d4;
    margin-left: 10px;
}
.content-mbx>svg {
    color: #f00;
    margin-right: 1rem
}
.content-mbx>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    color: #999;
}
.content-mbx>div>div,
.content-mbx>div>a{
    font-size: 14px;
    display: block;
}
.content-tsmj{
    padding: 0 1.6rem
}

.content-tsmj>img{
    margin-top: 2rem;
    width: 100%;
    height: auto;
}
.content-tsmj-title{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 6vw;
    margin-top: 6vh
}
.content-tsmj-title>img{
    width: 100%;
    height: auto;
}
.content-tsmj-list{
    display: flex;
    gap: 2rem;
    background: no-repeat center top, no-repeat  center bottom;
    background-size: 100%;
    padding: 3rem;
    margin: 2rem 1.6rem;
	border-left: 3px solid #9e0011;
    border-right: 3px solid #9e0011;
}
.content-tsmj-list>a{
    flex: 1;
    cursor: pointer;
    display: block;
}
.content-tsmj-list>a>img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.content-tsmj-list>a>div{
    text-align: center;
    font-weight: bold;
	margin-top:16px;
}



/* 陕西建设杂志 */

.content-mbx>svg {
    color: #f00;
    margin-right: 1rem
}
.content-mbx>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
}
.content-mbx>div>div,
.content-mbx>div>a{
    font-size: 14px;
    display: block;
}
.content-sxj{
    margin-top: 2rem
}
.content-sxj-banner>img{
    border: 1px solid #ccc;
    width: 100%;
    height: auto;
}
.content-sxj-top .am-u-lg-7{
	padding: 0px 35px 0px;
}
.content-sxj-nav{
    display: flex;
    justify-content: space-between;
    padding-right: 2rem
}
.content-sxj-nav>a{
    font-size: 2rem;
    color: #ff9f00;
    width: max-content;
    display: block;
}
.content-sxj-title{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 2rem 0px;    
}
.content-sxj-title>div{
    font-size: 3.6rem;
    font-weight: bold;
    color: #d81e06;
}
.content-sxj-html{
    height: max-content;
    margin-top: 2rem;
    font-size: 18px;
	line-height: 3rem;
}
.content-sxj-title,.zz-mark,.zz-cb{
	padding-bottom: 2rem;
}
.zz-zb,.zz-cont{
	padding-top: 2rem;
}
.zz-cont p{
	text-indent: 2rem;
	line-height:34px;
}
.content-sxj-btn{
    height: 4rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #00a0e9;
    margin-top: 2rem;
    width: max-content;
    padding: 0 3rem;
    border-radius: 2rem;
    color: #fff;
    float: right;
    cursor: pointer;
    font-size: 16px;
    margin-right: 2rem
}
.content-sxj-btn:hover{
    background: #2b58a8;
    color: #fff;
}
.content-wang-title{
    display: flex;
    border-bottom: 1px solid #ccc;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    padding: 0 1.6rem;
    margin-top: 2rem
}
.content-wang-title>div:nth-child(2){
    flex: 1;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}
.content-wang-title>a{
    margin-bottom: 10px;
    color: #999;
    cursor: pointer;
    font-size: 13px;
}
.content-wang-title>div:nth-child(3):hover{
    color: #000;
}
.content-wang-list{
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    padding: 0 1.6rem;
    gap: 0 58px
}
.content-wang-item{
    margin-top: 2rem;
    width: calc( ( 100% - 300px ) / 6 );
    height: max-content;
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}
.content-wang-item>img{
    width: 100%;
    height: auto;
}



/* 专题专栏 */

.content-mbx>svg {
    color: #f00;
    margin-right: 1rem
}
.content-mbx>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    color: #999;
}
.content-mbx>div>div,
.content-mbx>div>a{
    font-size: 14px;
    display: block;
}
.content-titles {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 1.6rem;
    margin-top: 2rem
}
.content-titles>div:nth-child(1) {
    width: max-content;
    height: max-content;
    background: #1475c3;
    color: #fff;
    padding: 0 1rem;
    border-radius: 4px;
    font-size: 13px;
}
.content-titles>div:nth-child(2) {
    font-size: 3rem;
    font-weight: bold;
    margin-left: 2rem;
    line-height: 3rem;
    height: 3rem
}
.content-titles>div:nth-child(3) {
    height: 1px;
    flex: 1;
    background: #ccc;
    margin-left: 3rem
}
.content-baneer {
    margin-bottom: 3rem;
}
.content-baneer>img{
    height:137px;
	width:407px;
}
.content-page{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.ztzl-cont [class*=am-u-] [class*=am-u-]:last-child {
    float: initial;
}

/* 互动交流 */
.content-title {
    width: 100%;
    border-bottom: 2px solid #ecf1f7;
    padding: 0 1.6rem;
    line-height: 4rem;
    height: calc(4rem   2px);
    display: flex;
    justify-content: space-between;
}
.content-title>div{
    border-bottom: 2px solid #2b58a8;
    width: max-content;
    color: #2b58a8;
    font-size: 2rem;
}
.content-title>a {
    width: max-content;
    color: #999;
    font-size: 16px;
    cursor: pointer;
}
.content-title>div:nth-child(2):hover {
    color: #000
}
.content-one {
    padding: 1.6rem;
    background: #eaeff5;
    margin: 1.6rem;
    width: calc(100% - 3.2rem);
	margin-bottom:30px;
}
.content-one-img {
    width: auto;
    height: auto
}
.content-one-img>img {
    width: 100%;
    height: auto
}
.content-one>div:nth-child(2) {
    display: flex;
    justify-content: space-between;
    gap: 4rem
}
.content-one>div:nth-child(2)>div {
    height: 9rem;
    flex: 1;
    background: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.content-one-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 1.4rem
}
.content-one-icon>img {
    margin-right: 1.6rem
}
.content-one-icon>a{
	font-size: 18px;
    display: block;
}
.content-one-icon>a>div:nth-child(2) {
    font-size: 13px;
    color: #999;
}
.content-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    padding: 1rem 0;
    padding-left: 10px;
    font-size: 16px;
}
.hdjl-cont .content-baneer>a {
    display: block;
    width: 100%;
    margin-top: 2.7rem;
}
.hdjl-cont .content-baneer>a>img {
    width: 100%;
    height: auto;
}
.hd-cont-three{
	margin-top:30px;
}
.content-item::before {
    position: absolute;
    content: ' ';
    width: 4px;
    height: 4px;
    background-color: #ccc;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.content-item>div:nth-child(1) {
    width: 74%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.content-item>div:nth-child(2) {
    width: 26%;
    color: #999;
    text-align: right;
}
.content-echarts {
    width: 100%;
    height: max-content;
    background: #f4f4f4;
    padding: 1.6rem
}
.content-echarts>div:nth-child(1) {
    width: max-content;
    color: #2b58a8;
    font-size: 2rem;
    margin-bottom: 1rem;
}
.content-echarts-num {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}
.content-echarts-num>a {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 6rem;
    margin-bottom: 2rem;
    border-radius: 10px;
    font-size: 16px;
}
.content-echarts-num>a>span:nth-child(1) {
    color: #fff;
    margin-right: 1rem
}
.content-echarts-num>a>span:nth-child(2) {
    color: #fff;
    font-size: 2.6rem;
}
.content-echarts-canvas {
    height: 14vh;
}
.content-baneers{
    height: max-content;
    margin-bottom: 3rem
}
.content-baneers>a{
    display: block;
    width: 100%;
    margin-top: 2.7rem;
}
.content-baneers>a>img{
    width: 100%;
    height: auto;
}

/* 尾部 */
footer {
    margin-top: 3rem;
    background-color: #2b58a8;
    padding: 3rem 0px;
}
.footer-select {
    display: flex;
    justify-content: space-between;
    padding: 0 1.6rem;
    margin-bottom: 3vh
}
.footer-select>select {
    width: 30rem;
    display: block;
    height: 4rem;
    padding: 0 1rem;	
}
.footer-text {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.footer-text-item {
    text-align: left;
    color: #fff;
    font-size: 14px;
}

.footer-text-item>div {
    margin-bottom: 1rem
}

.footer-text-item span,.footer-text-item a{
	margin-right:1.5rem;
}

.footer-text-item a{
	color:#fff;
	cursor: pointer;
}
.footer-text-img {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    justify-content: flex-end
}