/* 头部 */
.head {
    width: 100%;
    height: 1.07rem;
    background: #D83F3F;
    box-shadow: 0px 0.03rem 0.28rem 0px rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0rem;
    top:0rem;
    z-index: 9999999999999;
}

.head2{
    width: 100%;
    height: 1.07rem;
}

.triangle-up {
    width: 0;
    height: 0;
    border-left: 0.22rem solid transparent;
    border-right: 0.22rem solid transparent;
    border-bottom: 0.25rem solid #FFFFFF;
    margin-left: 1.81rem;
}



.clickmenu_list {
    width: 2.38rem;
    background: #FFFFFF;
    box-shadow: 0px 0.02rem 0.2rem 0.1rem rgba(0, 0, 0, 0.1);
}

.clickmenu {
    position: absolute;
    top: 0.8rem;
    right: 0;
    display: none;
    z-index: 9999999;
}

.clickmenu_list ul li {
    height: 0.85rem;
    border-bottom: 0.01rem solid #C1C1C1;
    line-height: 0.85rem;
    font-size: 0.3rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
}

.clickmenu_list ul a:nth-last-of-type(1) li {
    border-bottom: none;
}

.logoimg {
    width: 1.31rem;
    height: 0.69rem;
    margin-top: 0.2rem;
    margin-left: 0.22rem;
    float: left;
}

.searchimg {
    width: 0.36rem;
    margin-top: 0.43rem;
    float: right;
}


.menuimg {
    width: 0.38rem;
    height: 0.31rem;
    float: right;
    margin-top: 0.46rem;
    margin-right: 0.23rem;
    margin-left: 0.44rem;
}


/* 底部 */

.foot {
    width: 100%;
    height: 3.71rem;
    background: #EEEEEE;
    display: flex;
    justify-content: center;
    align-items: center;
}

.foot img {
    width: 2.84rem;
    height: 2.84rem;

}

/* 居中 */

.setcenter {
    display: flex;
    justify-content: center;
}


/*新闻导航栏*/
.menulist ul {
    display: flex;
    justify-content: space-around;
    margin-top: 0.22rem;
}

.menulist ul li {
    text-align: center;
    font-size: 0.3rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 400;
    color: #333333;
    white-space: nowrap;
}



.menuseleted {
    color: #F83535 !important;
    font-weight: 600;
    border-bottom: 0.06rem solid #F83535;
}



/*新闻列表*/
.newslist {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.newsitem:nth-of-type(1) {
    margin-top: 0.33rem;

}

.newsitem {
    display: flex;
    padding-bottom: 0.4rem;
    margin-top: 0.39rem;
    border-bottom: 1px solid #C7C7C7;
}

.newslist a:nth-last-of-type(1) .newsitem {
    border-bottom: none;
}

.newsitem img {
    width: 2.54rem;
    height: 1.59rem;
}

.newscontent {
    margin-left: 0.21rem;
}


.newsitem h4 {
    font-size: 0.3rem;
    font-weight: 600;
    color: #333333;
    width: 4.27rem;
    height: 0.84rem;
    line-height: 0.42rem;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: PingFangSC-Medium, PingFang SC;
}

.newsitem p {
    font-size: 0.24rem;
    font-weight: 400;
    color: #999999;
    line-height: 0.33rem;
    margin-top: 0.42rem;
    font-family: PingFangSC-Medium, PingFang SC;
}


/*查看更多按钮*/
.morebtn {
    width: 1.87rem;
    height: 0.53rem;
    background: rgba(24, 21, 21, 0);
    border: 1px solid #DE3535 ;
    font-size: 0.3rem;
    font-family: Helvetica;
    color:#D23338;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0.53rem;
    margin-top: 0.15rem;
}

.morebtn img {
    width: 0.13rem;
    height: 0.16rem;
    margin-left: 0.12rem;
}

/*查询*/
#sb-search{
    position: absolute;
    bottom: 0.2rem;
    right: 0.7rem;
    display: none;
    width: 3.5rem;
}

.sb-search-input {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 0.3rem;
    height: 0.5rem;
    color:#fff;
    padding: 0 0 0 0.2rem;
    width: 3.5rem;
}


/* 选择历史记录的文字颜色和背景颜色 */
	input:-webkit-autofill {
		-webkit-animation: autofill-fix 1s infinite !important;
		/* 选择历史记录的文字颜色*/
		-webkit-text-fill-color: #666;
		-webkit-transition: background-color 50000s ease-in-out 0s !important;
		transition: background-color 50000s ease-in-out 0s !important;
		background-color: transparent !important;
		background-image: none !important;
		/* 选择历史记录的背景颜色 */
		-webkit-box-shadow: 0 0 0 1000px transparent inset !important;
	}

	[role=button],
	a,
	area,
	button,
	input:not([type=range]),
	label,
	select,
	summary,
	textarea {
		-ms-touch-action: manipulation;
		touch-action: manipulation;
	}

	input[type=number],
	input[type=password],
	input[type=text],
	textarea {
		-webkit-appearance: none;
	}


