.body-top {
	height: var(--top-height);
}

.body-main {
	padding: 0 var(--padding);
}

.body-main .body-main-banner{
	height: 3rem;
	margin: 0.15rem;
	position: relative;
}
.body-main .body-main-banner img{
	width: 100%;
	height: 100%;
}

.body-main-banner-title{
	position: absolute;
	top: 0.8rem;
	left: 0.4rem;
	border-left: 0.1rem solid rgba(255, 255, 255, 0.3);
	padding:0 0.15rem;
	color: #ffffff;
}
.body-main-banner-title .body-main-banner-title-h1{
	font-size: 0.42rem;
	font-weight: bold;
}
.body-main-banner-ul{
	position: absolute;
	bottom: 0.2rem;
	left: 0.4rem;
	height: 0.5rem;
}
.body-main-banner-ul li{
	float: left;
	padding: 0 0.25rem;
	height: 0.5rem;
	line-height: 0.5rem;
	margin-right: 0.15rem;
	background-color: rgba(255, 255, 255, 0.3);
	color: #ffffff;
	font-size: 0.26rem;
	cursor: pointer;
}

.body-border {
	margin: 0.15rem;
}

.body-sider {
	height: 4rem;
	position: relative;
	background: #ffffff;
	border-radius: 0.1rem;
	color: #355173;
}

.body-padding {
	display: block;
	padding: 0 var(--padding);
}

.body-box .main-search {
	margin-top: 0.25rem;
	padding: 0 1.2rem;
}

.body-box .icon-bg3 {
    width: 3.5rem;
    display: block;
    margin: 0rem auto 0 auto;
}

.body-box .main-back {
	float: right;
	margin-right: 1.15rem;
	color: #ffffff;
	text-align: center;
	margin-top: 0.25rem;
	padding: 0.1rem 0.25rem;
	border-radius: 0.25rem;
	cursor: pointer;
	background: rgba(220, 235, 255, 0.3);
}

.body-bottom {
	height: var(--bottom-height);
}

.body-main .body-main-top {
	margin: 0.15rem;
	background: #ffffff;
	border-radius: 0.1rem;
	padding: 0.2rem;
}

.body-main .body-main-top .body-main-top-title {
	color: #0077FF;
	padding: 0.15rem 0;
	position: relative;
	font-size: 0.24rem;
	border-bottom: 0.01rem solid #bbbbbb;
	font-weight: bold;
}

.body-main .body-main-top .body-main-top-title:before {
	position: absolute;
	top: 0.58rem;
	left: 0.36rem;
	margin-left: -0.37rem;
	content: '';
	height: 0.05rem;
	width: 1rem;
	border-radius: 0.04rem;
	background: var(--btn-primary);
}

.body-main .body-main-top .body-main-top-more {
	position: absolute;
	right: 0;
	top: 0.2rem;
	font-size: 0.18rem;
	font-weight: normal;
	color: #333333;
}

.body-main .body-main-top .body-main-top-list {
	padding: 0.1rem;
	border-bottom: 0.01rem solid #bbbbbb;
}

.body-main .body-main-top .body-main-top-list .body-main-top-list-time {
	float: left;
	text-align: center;
}

.body-main .body-main-top .body-main-top-list .body-main-top-list-time>div:nth-of-type(1) {
	color: #0077FF;
	font-size: 0.18rem;
}

.body-main .body-main-top .body-main-top-list .body-main-top-list-time>div:nth-of-type(2) {
	color: #8E8E8E;
}

.body-main .body-main-top .body-main-top-list .body-main-top-list-title {
	padding: 0.15rem;
	font-size: 0.18rem;
	margin-left: 1.1rem;
	border-left: 0.01rem solid #bbbbbb;
}

.body-main .body-main-top-box {
	height: 1.4rem;
	margin: 0.15rem;
	border-radius: 0.1rem;
	cursor: pointer;
}

.body-main .body-main-top-box>div:nth-of-type(1) {
	float: left;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background: #ffffff;
	text-align: center;
	margin-top: 0.15rem;
	margin-left: 0.15rem;
}

.body-main .body-main-top-box>div:nth-of-type(1) img {
	width: 0.5rem;
	height: 0.5rem;
	margin-top: 0.24rem;
}

.body-main .body-main-top-box>div:nth-of-type(2) {
	font-size: 0.22rem;
	margin-left: 1.3rem;
	padding-top: 0.45rem;
}

.bg1 {
	background: #EFF3FF;
}

.bg2 {
	background: #FBF5F0;
}

.bg3 {
	background: #FDF1F0;
}

.bg4 {
	background: #EDF8F6;
}

.body-checkbox {
	padding: 0.05rem 0;
}

.body-checkbox .body-checkbox-input {
	float: left;
	margin-top: 0.03rem;
	border-color: #efefef;
}

.body-checkbox .body-checkbox-title {
	padding-left: 0.2rem;
	color: #999999;
}

.body-checkbox .body-checkbox-title span {
	color: #0077FF;
}

.main-title3 {
	display: inline-block;
	font-size: 0.24rem;
	color: #333333;
	padding: 0.15rem 0 0.15rem 0.15rem;
	margin: 0.25rem 0;
	position: relative;
	font-weight: bold;
}

.main-title2 {
	display: inline-block;
	font-size: 0.24rem;
	color: #ffffff;
	padding: 0.15rem 0 0.15rem 0.15rem;
	margin: 0.25rem 0;
	position: relative;
	font-weight: bold;
}

.main-title2:before {
	position: absolute;
	top: 0.55rem;
	left: 50%;
	margin-left: -0.37rem;
	content: '';
	height: 0.05rem;
	width: 0.9rem;
	border-radius: 0.04rem;
	background: #ffffff;
}

.main-title {
	display: inline-block;
	font-size: 0.24rem;
	color: var(--btn-primary);
	padding: 0.15rem 0 0.15rem 0.15rem;
	margin: 0.25rem 0;
	position: relative;
	font-weight: bold;
}

.main-title:before {
	position: absolute;
	top: 0.52rem;
	left: 50%;
	margin-left: -0.37rem;
	content: '';
	height: 0.05rem;
	width: 0.9rem;
	border-radius: 0.04rem;
	background: var(--btn-primary);
}

.main-module {
	display: flex;
}

.main-module .main-module-box {
	flex: 1;
	background: #EFF7FF;
	border: 0.01rem solid rgb(224, 224, 224);
	border-radius: 0.1rem;
	margin: 0.15rem;
	text-align: center;
	cursor: pointer;
	position: relative;
	height:1.8rem;
}

.main-module .main-module-box img {
	width: 0.6rem;
	height: 0.6rem;
	margin-top: 0.25rem;
}
.main-module .main-module-box .main-module-box-h1 {
	margin-top: 0.15rem;
	font-size: 0.24rem;
}

.main-work-box {
	height: 2.25rem;
	padding: 0.15rem;
}
.main-work-box img{
	width: 100%;
	height: 100%;
}
.body-main .body-main-list4{
	margin: 0.15rem;
}
.body-main .body-main-list4 img{
	width: 100%;
	height: 2.4rem;
}
.body-main .body-main-list4 .body-main-list4-title{
	font-size: 0.24rem;
	margin: 0.15rem 0 0.6rem 0;
}
a{
	color:#000;
}
.main-more{
    margin-top: 18px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #eff4fb;
    font-size: 14px;
    color: #5074a8;
}

.body-main-list2-box{
    display: none;
    position: absolute;
    bottom: -0.88rem;
    left: -0.01rem;
    width: 100%;
    z-index: 9;
    background: #EFF7FF;
    border-left: 0.01rem solid rgb(224, 224, 224);
    border-right: 0.01rem solid rgb(224, 224, 224);
    border-bottom: 0.01rem solid rgb(224, 224, 224);
    text-align: left !important;
}
.body-main-list2-box > div{
	padding: 0.06rem 0.1rem;
}
.body-main-list2-box > div:hover{
	color: #0077FF;
}
#titleList{
	width: 35rem;
	height: 3.5rem;
	position:absolute;
}
#titleList li{
	width: 4.28rem;
	height: 3.5rem;
	float: left;
}



.it-s{width: 100%;border-bottom: none;overflow: hidden}
.linf { width: 30%;margin:29px 0;overflow: hidden;border-radius: 0px;float: right;margin-bottom:27px;float: left;overflow: hidden;margin-top: 39px;cursor: pointer;}
.linf li {float: left;color: #333;margin-right: 0px;height: 44px;font-size: 0.24rem;  line-height: 44px; text-align: center;margin-right: 20PX;overflow: hidden;}
.linf li.current {float: left;color: #0077FF;margin-right: 0px; height: 44px;line-height: 44px;font-size: 24px;padding: 0;    font-size: 0.24rem;margin-right: 20px;
    color: var(--btn-primary);
border-bottom: 4px solid #0077FF;
    position: relative;
    font-weight: bold;
    border-radius: 0; }
.dn{display: none}

.linq { width: 30%;margin:0px 0;overflow: hidden;border-radius: 0px;float: right;margin-bottom:20px;float: left;overflow: hidden}
.linq li {float: left;color: #333;margin-right: 0px;height: 32px;font-size: 0.18rem;  line-height: 32px; text-align: center;margin-right: 20PX;overflow: hidden;}
.linq li.current {float: left;color: #0077FF;margin-right: 0px; height:32px;line-height: 32px;font-size: 18px;padding: 0;    font-size: 0.18rem;margin-right: 20px;
    color: var(--btn-primary);

    position: relative;
    font-weight: bold;
    border-radius: 0; }

.newse{width: 32%;float: left;margin-right: 1.33%}
.newds{width:100%;background: #fefefe;border: 1px solid #bbb;font-size: 16px;color: #000;padding: 7px;border-radius: 3px;}

.newse1{width: 72%;float: left;margin-right: 1.33%;margin-top: 20px}

.fb {
    float: left;
    width: 25.5%;
    height: 36px;
    background: #2C80EA;
    color: #fff;
    font-size: 18px;
    border: none;
    border-radius: 4px;
    margin-top: 20px;
}
.nedw  {width: 99%;margin-top: 20px;margin-bottom: 20px;
            border-collapse: collapse;
            border: none;
        }
       .nedw td {
            border: none;
            padding: 10px;
        }

.tab{background: #2C80EA;color: #fff;}
.w100{width: 90%;margin-bottom: 5px;text-align: left!important;font-size: 13px!important;border-radius: 4px!important;}
.w1001{width: 90%;margin-bottom: 5px;text-align: left!important;font-size: 13px!important;border-radius: 4px!important;    margin-bottom: 0.3rem;}
.newbox{overflow: hidden;padding-bottom: 0px;}
.more{background: #fff;color: #2C80EA;border-radius: 4px;border: none;margin-top: 4px;border: 1px solid #2C80EA;margin: 0 38%;width: 24%;margin-top: 3px;}

.nedw {
    width: 98%;

    border-collapse: collapse;
    border: none;
    margin: 0 auto;overflow: hidden;margin-bottom: 20px
}
		.nedw p{font-size: 0.22rem;line-height: 38px}
	.nedw span{font-size: 0.22rem;line-height: 38px;    padding-left: 2%;border-bottom: 1px dashed #eeE}
	.df{width: 500px; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;display: -webkit-box;
  -webkit-line-clamp: 1;
		overflow: hidden;}

.z1{width:18%;float: left;background: #fff;color: #333;text-align: left;white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;}
.z2{width:8%;float: left;background: #fff;color: #333;text-align: left;white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;}
.z3{width:58%;float: left;background: #fff;color: #333;text-align: left; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;

		overflow: hidden;}
.z4{width:8%;float: left;background: #fff;color: #333;text-align: left;}
.n1{width:18%;float: left;background: #2671F7;color: #fff;text-align: left;}
.n2{width:8%;float: left;background: #2671F7;color: #fff;text-align: left;}
.n3{width:58%;float: left;background: #2671F7;color: #fff;text-align: left;}
.n4{width:8%;float: left;background: #2671F7;color: #fff;text-align: left;}
