@-ms-viewport {
	width: device-width;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	font-size: 16px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-ms-overflow-style: scrollbar;
}

body {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 1rem;
	font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "simsun", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	background-color: #fff;
	line-height: 1.75;
	font-variant-ligatures: no-common-ligatures;
}

ul,
ol,
dl {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul>li,
ol>li,
dt,
dd {
	line-height: 1.75;
}

p {
	margin: 0;
	padding: 0;
}

a,
a:link {
	text-decoration: none;
	color: #333;
	transition: all 0.5s ease;
}

a:active,
a:hover {
	outline: 0;
	color: rgb(255, 97, 19);
	text-decoration: none;
}

a:focus {
	text-decoration: none;
	outline: thin dotted;
	outline: 0.5em auto -webkit-focus-ring-color;
}

fieldset {
	min-width: 0;
	border: solid 1px #ddd;
	border-radius: 0.25rem;
	padding: 0.5rem 1.5rem 0 1.5rem;
}

legend {
	display: block;
	padding: 0 1em;
	margin: 0 1em;
	font-size: 120%;
	line-height: inherit;
	border: 0;
}

label {
	display: inline-block;
	max-width: 100%;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"],
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

input[type="file"] {
	display: block;
}

input[type="range"] {
	display: block;
	width: 100%;
}

select[multiple],
select[size] {
	height: auto;
}

optgroup {
	font-weight: bold;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

output {
	display: block;
	color: #555;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed;
}

textarea {
	overflow: auto;
	resize: vertical;
}

.flex {
	display: flex;
}

.flex-inline {
	display: inline-flex;
}

.flex-reverse {
	flex-direction: row-reverse;
}

.flex-column {
	flex-direction: column;
}

.flex-column.flex-reverse {
	flex-direction: column-reverse;
}

.flex-nowrap {
	flex-wrap: nowrap;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse;
}

.flex-start {
	justify-content: flex-start;
}

.flex-center {
	justify-content: center;
}

.flex-end {
	justify-content: flex-end;
}

.flex-between {
	justify-content: space-between;
}

.flex-around {
	justify-content: space-around;
}

.flex-items-start {
	align-items: flex-start;
}

.flex-items-center {
	align-items: center;
}

.flex-items-end {
	align-items: flex-end;
}

.flex-items-baseline {
	align-items: baseline;
}

.flex-items-stretch {
	align-items: stretch;
}

.flex-self-start {
	align-self: flex-start;
}

.flex-self-center {
	align-self: center;
}

.flex-self-end {
	align-self: flex-end;
}

.flex-self-baseline {
	align-self: baseline;
}

.flex-self-stretch {
	align-self: stretch;
}

.flex-content-start {
	align-content: flex-start;
}

.flex-content-center {
	align-content: center;
}

.flex-content-end {
	align-content: flex-end;
}

.flex-content-between {
	align-content: space-between;
}

.flex-content-around {
	align-content: space-around;
}

.flex-middle {
	justify-content: center;
	align-items: center;
	align-self: center;
	align-content: center;
}

.flex-fill {
	flex: 1 1 auto;
}

.flex-grow {
	flex-grow: 1;
}

.flex-shrink {
	flex-shrink: 1;
}

.word-more {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.header {
	width: 100%;
	height: 556px;
	background: url(../images/banner.jpg) no-repeat center 0;
}
.m-header,.m-navbar{
	width: 100%;
	display: none;
}
.m-header img{
	display: block;
	width: 100%;
}
.container {
	width: 1180px;
	margin: 0 auto;
	padding-top: 20px;
}

.heading-title {
	font-size: 36px;
	text-align: center;
}

.heading-title a {
	color: #013068;
}

.heading-title a:hover {
	color: rgb(255, 97, 19);
}

.navbar{
	background-color: #1d59b5;
	padding: 15px 0;
}

.navbar-line{
	width: 680px;
	margin: 0 auto;
}

.navbar-line a{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.slider {
	width: 580px;
	float: left;
}

.slider .swiper-container {
	position: relative;
}

.slider .swiper-slide a {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 65%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.slider .swiper-slide p {
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .6);
	color: #fff;
	z-index: 2;
	position: absolute;
	padding: 10px 80px 10px 15px;
	font-size: 18px;
	
}
.slider .swiper-slide p span{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}	

.slider .swiper-pagination {
	width: auto !important;
	left: inherit !important;
	right: 10px;
}

.slider .swiper-pagination-bullet {
	background: #fff !important;
	opacity: 1 !important;
}

.slider .swiper-pagination-bullet-active {
	background: #FF0101 !important;
}

.topic {
	width: 600px;
	float: right;
	padding: 20px 40px;
	background-color: #f5f5f5;
	
}

.topic-title {
	font-size: 22px;
	padding: 12px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	line-height: 2;
}

.pannel-title {
	text-align: center;
	clear: both;
	position: relative;
	padding: 60px 0 30px;
}

.pannel-title:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 94px;
	height: 1px;
	background: #1d59b5;
}

.pannel-title h1 {
	display: inline-block;
	padding: 0 30px;
	margin: 0;
	background-color: #fff;
	position: relative;
	z-index: 3;
	font-size: 2.6rem;
}

.pannel-title h1:before,
.pannel-title h1:after {
	position: absolute;
	width: 8px;
	background: #1d59b5;
	content: '';
	height: 30px;
	top: 50%;
	margin-top: -15px;
}

.pannel-title h1:before {
	left: 0;
}

.pannel-title h1:after {
	right: 0;
}

.m-layout {
	margin: -10px;
}

.m-list {
	overflow: hidden;
}
.b-list {
	overflow: hidden;
}
.m-list li {
	float: left;
	width: 380px;
	margin: 10px;
	height: 110px;
	background-color: #eee;
	padding: 15px 20px;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.55;
	position: relative;
}
.b-list li {
	float: left;
	width: 540px;
	margin: ;
	height: ;
	background-color: ;
	padding-left:20px;
	font-size: 1.1rem;
	font-weight: bold;
	line-height:3;
	position: relative;
       border-bottom:1px  dashed #ffa524;
}
.b-list li:nth-child(odd){ margin-right:100px;}
.b-list li a {
    display: block;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}


.b-list li:before {
	width: 6px;
	height: 6px;
        
	content: '';
	background-color:#ffa524;
	position: absolute;
	left: 0;
	top: 45%;
}


.m-list li:before {
	width: 6px;
	height: 20px;
	content: '';
	background-color: rgb(255, 190, 36);
	position: absolute;
	left: 0;
	top: 18px;
}

.m-list li:after {
	width: 6px;
	height: 55px;
	content: '';
	background-color: #1d59b5;
	position: absolute;
	left: 0;
	top: 38px;
}

.m-list-more a {
	display: block;
	margin: 0 auto;
	width: 120px;
	border: 1px solid #1d59b5;
	line-height: 2;
	text-align: center;
	margin-top: 20px;
	font-size: 18px;
}
.b-list-more a {
	display: block;
	margin: 0 auto;
	width: 120px;
	border: 1px solid #1d59b5;
	line-height: 2;
	text-align: center;
	margin-top: 20px;
	font-size: 18px;
}




.sw-container {
	width: 100%;
	height: 100%;

}

.sw-container .swiper-slide {
	background: #fff;
	transition: 300ms;
	transform: scale(.92);
}

.sw-container .swiper-slide-active,
.sw-container .swiper-slide-duplicate-active {
	transform: scale(1);
}
.sw-list-image{
	width: 100%;
	padding-top: 65%;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.sw-list-title{
	background-color: #eee;
	padding: 20px;
	min-height: 3.5rem;
}
.sw-list-title a{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-size: 1.1rem;
}
.footer {
    padding-top: 30px;
	padding-bottom: 30px;
    text-align: center;
    margin-top: 20px;
    height: 130px;
}
.footer p {
    line-height: 30px;
    font-size: 16px;
    color: #c3b39c;
}
@media screen and (max-width:710px) {
	.header,.navbar{
	        display: none;
	}	
	.m-header,.m-navbar{
		display: block;
	}
       .m-navbar{
			   overflow: hidden;             
			}
			.m-navbar .item{
			   overflow: hidden;
		        width: 33.33%;
				float: left;
			}
.m-navbar .item a{
				display: block;
				margin: 5px;
				background-color: #f5f5f5;
				overflow: hidden;
				text-overflow:ellipsis;
				white-space: nowrap;
font-size: 14px;
    padding: 5px 10px;
    text-align: center;
			}
	.container {
		width: 100%;
		padding-top: 0;
	}
	.heading-title {
	    font-size: 20px;
	    text-align: center;
		padding: 0 20px;
	}
	.slider {
	    width: 100%;
	    float: none;
	}
	.slider .swiper-slide p {
	    font-size: 16px;
	}
	.topic {
        width: 100%;
        float: none;
        padding: 10px 20px;
    }
	.topic-title {
	    font-size: 18px;
	    padding: 5px 0;
	}
	.pannel-title {
	    padding: 40px 0 20px;
	}
	.pannel-title:before {
	    background: none;
	}
	.pannel-title h1 {
	    padding: 0 20px;
	    font-size: 1.3rem;
	}
	.m-layout {
	    margin: 0px;
	}
	.m-list{
		padding: 0 10px;
	}
	.m-list li {
	    float: none;
	    width: 100%;
	    margin: 10px 0;
	}
        .b-list{ padding: 0 10px;}
        .b-list li {  width: 100%;}
	.sw-list-title {
	    padding: 10px;
	    min-height: 3.5rem;
	}
    .footer p {
        font-size: 14px;
    }
}<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2022-12-22 17:12:53" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->