@charset "utf-8";
.f-flex-c{
    display: flex;
	align-items: center;
	justify-content: center;
}
.f-flex-sb{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.f-flex-sb1{
    display: flex;
    justify-content: space-between;
}
.f-flex-sa{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.f-mt22 {
	margin-top: 22px;
}

.w1200 {
	margin: 0 auto;
	width: 1200px;
}
.body-bg-01 {
	background: #d9ebfb url(bodyBg_01.jpg) no-repeat top center;
}
.topic-hd {
	padding-top: 18px;
	height: 282px;
}
.logo-01 img {
	width: 254px;
	height: 40px;
}
.topic-tit {
	margin-top: 49px;
}
.topic-tit img {
	width: 457px;
	height: 156px;
}

.main-con {
	margin: 0 auto;
	padding-bottom: 60px;
	width: 1200px;
	box-sizing: border-box;
}

.col-01 {
	padding: 30px 30px 20px;
	/* height: 350px; */
	background: #fffefd url(colBg_01.png) no-repeat top center;
	box-sizing: border-box;
}

.title-01 {
	padding-left: 18px;
	height: 32px;
	line-height: 24px;
	color: #000;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	background: url(titleBg_01.png) no-repeat;
}
.title-02 {
	padding-left: 20px;
	height: 27px;
	font-size: 22px;
	font-style: italic;
	background: url(titleBg_02.png) no-repeat left center;
}
.title-03,.title-04 {
	padding-left: 16px;
	height: 27px;
	line-height: 23px;
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	background: url(titleBg_03.png) no-repeat;
}
.title-04 {
	background: url(titleBg_04.png) no-repeat;
}
.col-01 .col-l {
	/* flex-shrink: 0; */
	/* width: 762px; */
	flex: 1;
	margin-right: 40px;
}
.col-01 .col-r {
	width: 335px;
}

.list-01 li {
	position: relative;
	padding: 8px 0 8px 26px;
	line-height: 26px;
	color: #363b41;
	font-size: 18px;
	box-sizing: border-box;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.list-01 li::before {
	content: "";
	position: absolute;
	left: 5px;
	top: 15px;
	width: 10px;
	height: 10px;
	background: #d92e2e;
	border-radius: 50%;
}
.list-01 li a {
	color: #363b41;
}


.col-02 {
	margin-top: 27px;
}
.col-02 .col-l {
	flex: 1;
	padding: 22px 35px;
	/* height: 200px; */
	background: #fff;
	box-sizing: border-box;
}
.col-02 .col-r {
	margin-left: 20px;
	padding: 22px 35px;
	width: 388px;
	background: #fff;
	box-sizing: border-box;
}
.col-02 .col-r .con img {
	width: 314px;
	height: 106px;
}

.img-list-01 {
	display: flex;
	justify-content: space-between;
}
.img-list-01 li img {
	width: 222px;
	height: 106px;
}




@media (max-width:1440px) {}
@media (max-width:1200px) {
	.main-con{
		padding: 0 20px 20px;
	}
	.w1200,
	.main-con {
		width: 100%;
	}
	.mFtInfo .copyright em {
		background: url(menuBg_02.png) no-repeat 8px 10px;
	}
	.col-01 .col-01-con {
		display: block;
	}
	.col-01 .col-r {
		margin-top: 20px;
		width: 100%;
	}
	.col-02 {
		display: block;
	}
	.col-02 .col-r {
		margin-top: 20px;
		margin-left: 0;
		width: 100%;
	}
	.img-list-01 {
		justify-content: space-around;
	}
}
@media (max-width:991px) {
	.col-02 .col-l,
	.col-02 .col-r  {
		padding: 20px;
	}
}	
@media (max-width:767px) {
	.img-list-01 li img {
		width: 180px;
		height: auto;
	}
	
}
@media (max-width:640px) {
	.col-01 {
		padding: 20px 15px 10px;
		/* height: 350px; */
		background: #fffefd url(colBg_01.png) no-repeat top center;
		box-sizing: border-box;
	}
	.col-02 .col-l,
	.col-02 .col-r  {
		padding: 15px 10px;
	}
	.img-list-01 li img {
		width: 140px;
		height: auto;
	}
}
@media (max-width:570px) {
	.img-list-01 {
		display: block;
		text-align: center;
	}
	.img-list-01 li {
		margin-bottom: 10px
	}
	.img-list-01 li img {
		width: 70%;
		height: auto;
	}
}
@media (max-width:480px) {}
@media (max-width:380px) {
	.col-02 .col-r .con img {
		width: 100%;
		height:auto;
	}
}
@media (max-width:350px) {}