.header .notice {
    width: 100%;
    height: 60px;
    background-color: #EFEFEF;
}

.notice-content {
    display: flex;
    align-items: center;
}

.notice-content .title {
    display: flex;
    align-items: center;
    margin-right: 22px;
}

.notice-content span {
    color: #F94500;
    margin-left: 7px;
    font-size: 16px;
}

.slide2 {
    height: 60px;
    /* position: relative; */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
}

.slide2 .swiper-slide {
    height: 60px;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.slide2 .swiper-slide a {
    color: #464646;
}

.slide2 .control {
    display: flex;
}

.slide2 .control .button-prev {
    margin-right: 14px;
}

.slide2 .control .button-prev,
.slide2 .control .button-next {
    cursor: pointer;
}

/* content */
.news {
    margin-top: 46px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 70px;
}

.toutiao {
    width: 1150px;
}

.toutiao-title {
    font-size: 24px;
    color: #000000;
    border-left: 6px solid #FF0000;
    padding-left: 9px;
    font-weight: bold;
    margin-bottom: 22px;
}

.toutiao>div>a {
    display: block;
    font-size: 38px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #F94500;
    margin-bottom: 19px;
    font-family: "Microsoft YaHei", "寰蒋闆呴粦", "榛戜綋", "SimHei" !important;
}

.toutiao-content {
    background-image: url(../img/ttbg.png);
    background-size: 100% 100%;
    padding: 40px 20px;

}

.toutiao-content span {
    font-size: 16px;
    font-family: "Microsoft YaHei", "寰蒋闆呴粦", "榛戜綋", "SimHei" !important;
}


.ttwz {
    width: 100%;
    padding: 1rem 0;
    border-bottom: 1px solid #E5E5E5;
}

.ttwz>p {
    font-size: 0.38rem;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.ttwz>p>a {
    color: #F94500;
    font-size: 2.4rem;
    font-family: "Microsoft YaHei", "寰蒋闆呴粦", "榛戜綋", "SimHei" !important;
}

.ttwz ul {
    margin-top: 0.39rem;
    display: flex;
    justify-content: space-between;
}

.ttwz ul li a {
    color: #363636;
    font-size: 0.16rem;
}


.newsBottom {
    width: 100%;
    margin-top: 33px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}

.slide3 {
    width: 600px;
    height: 400px;
}

.newsRight {
    width: 577px;
}

.newsRight .top {
    display: flex;
    flex-direction: column;
    padding-bottom: 23px;
    border-bottom: 1px dashed #6A6A6A;
    margin-bottom: 26px;
}

.newsRight .top p {
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    color: #4C4C4C;
    margin-bottom: 22px;
}

.newsRight .top span {
    font-size: 14px;
    line-height: 26px;
    color: #6A6A6A;
    text-indent: 2em;
}

.newsList {
    width: 100%;
    height: 217px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.newsList li {
    width: 100%;
}

.newsList a {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.newsList a .title {
    font-size: 16px;
    color: #1A1919;
    width: 450px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newsList a .date {
    font-size: 14px;
    color: #7E7E7E;
}

.more {
    width: 173px;
    height: 35px;
    border: 1px solid #F19149;
    border-radius: 18px;
    line-height: 35px;
    text-align: center;
    background-color: #fff;
}

.more a {
    color: #F94500;
    font-size: 16px;
}

.icons {
    width: 100%;
    min-width: 1200px;
    background-image: url(../img/lllll.png);
    ;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 60px;
    padding: 36px 0 66px;
}

.icons .title {
    width: 436px;
    height: 51px;
    margin-bottom: 34px;
}

.slide4 {
    width: 100%;
}

.iconList {
    display: flex;
}

.iconList a {
    display: block;
    width: 224px;
    height: 186px;
    position: relative;
    cursor: pointer;
    margin: 0 10px;
}

.iconList :hover img:last-child {
    opacity: 0;
}


.iconList a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.newsBox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 52px;
}

.newsBox .subBox {
    width: 582px;
    height: 388px;
    border: 1px solid #FFB7A1;
    padding: 20px 9px 28px;
}

.newsBox .subBox .newTitle {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 2px solid #EB6100;
    margin-bottom: 16px;
}

.newsBox .subBox .newTitle span {
    font-size: 20px;
    color: #FF0000;
    padding: 0 12px 12px;
    border-bottom: 3px solid #EB6100;
}

.newsBox .subBox .middleNew {
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px dashed #bbb;
    margin-bottom: 23px;
}

.newsBox .subBox .middleNew .newsPic {
    width: 148.5px;
    height: 109px;
}

.newsBox .subBox .middleNew .newsPic img {
    width: 100%;
    height: 100%;
}

.newsBox .subBox .middleNew .newsInfo {
    width: 357px;
}

.newsBox .subBox .middleNew .newsInfo p {
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    margin-bottom: 17px;
}

.newsBox .subBox .middleNew .newsInfo span {
    display: block;
    font-size: 14px;
    color: #6A6A6A;
    line-height: 24px;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newsBox .subBox .bottomList li a {
    display: block;
    display: flex;
    justify-content: space-between;
    /*	height: 33px;
	line-height: 33px;*/
}

.newsBox .subBox .bottomList li p {
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #1A1919;
}

.newsBox .subBox .bottomList li span {
    color: #7E7E7E;
    font-size: 14px;
}

.fengcai {
    width: 100%;
    min-width: 1200px;
    background-image: url(../img/bgggg1.png);
    background-size: 100% 100%;
    padding: 46px 0 53px;
}

.fengcaiBox .title {
    width: 465px;
    height: 80px;
    margin-bottom: 50px;
}

.fengcaiBox .title img {
    width: 100%;
    height: auto;
}

.server .title {
    width: 465px;
    height: 80px;
    margin-bottom: 34px;
}

.server .title img {
    width: 100%;
    height: auto;
}

.fengcaiBox,
.server {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.slide5 {
    margin-top: 15px;
    width: 1200px;
}

.slide5 .swiper-wrapper {
    display: flex;
    justify-content: space-between;
}


.slide5 .swiper-slide {
    width: 274.89px;
    height: 300px;
    overflow: hidden;
}

.slide5 .swiper-slide .pic {
    width: 274.89px;
    height: 201.3px;
    border-radius: 5px;
}

.slide5 .swiper-slide .pic>img {
    width: 100%;
    height: 100%;
}

.slide5 .swiper-slide .info p {
    margin: 15px 0;
    width: 274.89px;
    font-size: 16px;
    color: #191919;
}

.slide5 .swiper-slide .info span {
    font-size: 14px;
    color: #9A9A9A;
}

.fengcai .more {
    margin-top: 41px;
}

.fengcai {
    margin-bottom: 50px;
}

.adv {
    margin-bottom: 68px;
}

.adv img {
    width: 100%;
}

.server .title {
    margin-bottom: 52px;
}

.server .server-cpn {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.server .server-cpn li {
    width: 286px;
    height: 90px;
}

.server .server-cpn li img {
    width: 100%;
}

.server {
    margin-bottom: 74px;
}



/*
@media screen and (max-device-width: 720px) {
	.server .server-cpn {
		flex-wrap: wrap;
	}

	.server .server-cpn li {
		display: block;
		width: 49%;
		height: auto;
		margin-bottom: 0.2rem;
	}

	.fengcai .title,
	.server .title {
		font-size: 1rem;
	}

	.adv {
		width: 100%;
	}

	.slide5 {
		width: 94%;
	}

	.slide5 .swiper-wrapper {}

	.slide5 .swiper-slide {
		width: 24%;
		height: 8rem;
	}

	.slide5 .swiper-slide a {
		display: block;
		width: 100%;
	}

	.slide5 .swiper-slide a .pic {
		width: 100%;
		height: 5rem;
	}

	.slide5 .swiper-slide .info p {
		width: 100%;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.slide5 .swiper-slide .info span {
		display: none;
	}

	.slide5 .swiper-slide .info p {
		font-size: 0.7rem;
	}

	.more {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 4.5rem;
		height: 1.35rem;
		line-height: 1.35rem;
		border-radius: 0.5rem;
	}

	.toutiao ul {
		flex-direction: column;
		padding-left: 0.6rem;
	}

	.newsBottom {
		flex-direction: column;
		margin-bottom: 0.7rem;
	}

	.slide3 {
		width: 80%;
		height: 30vh;
		margin: 0 auto;
	}

	.slide3 .swiper-wrapper {
		width: 100%;
		height: 100%;
	}

	.slide3 .swiper-wrapper .swiper-slide {
		width: 100%;
		height: 100%;
	}

	.slide3 .swiper-wrapper .swiper-slide img {
		width: 100%;
		height: 100%;
	}

	.newsRight {
		width: 90%;
		margin: 0 auto;
	}

	.toutiao>p {
		font-size: 0.8rem
	}

	.newsList {
		height: auto;
	}

	.newsRight .top p {
		line-height: normal;
	}

	.newsRight .top span {
		line-height: normal;
	}

	.newsList a .title {
		width: 70%;
	}

	.icons {
		display: none;
	}

	.icons2 {
		display: flex;
	}

	.icons2 .title {
		width: 70%;
		height: auto;
	}

	.slide4 {
		width: 94%;
	}

	.slide4 .swiper-slide {
		width: 24%;
		height: 6rem;
	}

	.slide4 .swiper-slide a {
		display: block;
		width: 80%;
	}

	.header .notice {
		height: 1.6rem;
		display: flex;
	}

	.slide2 {
		height: 1.6rem
	}

	.slide2 .control {
		display: none;
	}

	.slide2 .swiper-slide {
		height: 1.6rem !important;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.newsList a .title {
		font-size: 0.65rem;
	}

	.newsList li {
		margin-bottom: 0.4rem;
	}

	.newsRight .top {
		padding-bottom: 0.7rem;
		margin-bottom: 0.7rem;
	}

	.fengcai {
		margin-bottom: 0.8rem;
	}

	.menu-content .item ul {
		top: -6.05rem;
	}

	.menu-content .item ul li {
		height: 1.4rem;
		line-height: 1.4rem;
	}

	.newsRight .top p {
		font-size: 0.7rem;
		margin-bottom: 0.5rem;
		margin-top: 0.5rem;
		text-align: center;
	}

	.toutiao {
		padding-bottom: 0.6rem;
		margin-bottom: 0.5rem;
	}

	.slide2 .swiper-slide a {
		width: 90%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
}
 */