/*-----------------------------------*/
/* sincol */
/*-----------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	font-family: 微软雅黑, Arial;
	padding: 0px;
	margin: 0px;
}

html,
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	width: 100%;
	color: #1b1b1b;
	font-family: "SFProDisplayRegular", Arial, sans-serif;
	background-color: #f7f7f7;
}

.main {
	padding: 15px;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
}

ul,
ol {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

a:hover {
	/*color: #666;*/
}

em {
	font-style: normal;
}

img {
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.iex .lbox {
	float: left;
}

.iex .rbox {
	float: right;
}

.clr {}

.clr:after {
	display: table;
	content: "";
	width: 0;
	clear: both;
}

.clear {
	font-size: 0px;
	line-height: 0px;
	clear: both;
}

.line10 {
	font-size: 0px;
	line-height: 0px;
	height: 10px;
}

.line15 {
	font-size: 0px;
	line-height: 0px;
	height: 15px;
}

.line20 {
	font-size: 0px;
	line-height: 0px;
	height: 20px;
}

.line40 {
	font-size: 0px;
	line-height: 0px;
	height: 38px;
}

.line1a {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #ececec;
	font-size: 0px;
	line-height: 0px;
}

body {
	background-color: #e1f8ff;
}

.cbody {
	margin-top: 20px;
	width: 1160px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
}

.banner1 {
	width: 100%;
	height: 550px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	background-image: url("/special/162/banner.jpg");
	background-repeat: no-repeat;
	background-position: center center;
}

.list1 {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding-bottom: 10px;
}

.list1 li {
	width: 30%;
}

.list1 li h2 {
	font-weight: normal;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	color: #666;
}

.list1 .img {
	padding-top: 10px;
	display: flex;
	justify-content: space-between;
}

.list1 .img img {
	width: 160px;
	height: 120px;
	border-radius: 5px;
}

.list1 .img p {
	font-size: 12px;
	color: #999;
	line-height: 20px;
	padding-left: 15px;
	height: 120px;
	overflow: hidden;
}

.list1 li a:hover h2 {
	color: #000;
}

.title1 {
	color: #0543a4;
	font-size: 24px;
	line-height: 55px;
	height: 55px;
	overflow: hidden;
	font-weight: bold;
	display: flex;
	background-color: #effafd;
	border-radius: 10px;
	background-image: url("/special/162/bg1.jpg");
	background-repeat: no-repeat;
	background-position: center right;
}

.title1 span {
	height: 25px;
	background-color: #0543a4;
	width: 6px;
	display: block;
	margin-top: 17px;
	margin-right: 15px;
	border-radius: 6px;
	margin-left: 15px;

}

.list2 {

	padding: 10px;
}

.list2 li {
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	color: #999;
	display: flex;
	justify-content: space-between;
	border-bottom: solid 1px #f5f5f5;
	padding: 10px 0;
}

.list2 li a {
	color: #666;
}

.list2 li a:hover {
	color: #000;
}

.list2 li span {
	display: block;
	width: 100px;
	overflow: hidden;
}

.list3 {
	margin-top: 20px;
	padding: 10px;
	display: flex;
	justify-content: space-between;
}

.list3 li{
	width: 350px;
}
.list3 img{
	width: 350px;
       height: 190px;
       object-fit: cover;
	border-radius: 5px;
}
.list3 p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	margin-top: 10px;
	font-size: 16px;
	line-height: 25px;
	max-height: 50px;
	overflow: hidden;
	color: #666;
}
.list3 p:hover{
	color: #000;
}
.list3 span{
	padding-top: 10px;
	font-size: 14px;
	color: #999;
}

.footer {
	line-height: 50px;
	font-size: 14px;
	color: #999;
	text-align: center;

}

@media screen and (max-width: 768px) {
.banner1 {
    width: 100%;
    height: 45vw;
	background-size: 160%;
}
.cbody {
    margin-top: 10px;
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 10px;
    padding: 10px;
}
.list1 {
    display: block;
    width: 100%;
    padding-bottom: 10px;
}
.list1 li {
    width: auto;
	margin: 10px 0 10px 0;
}
.list2 li span {
    display: none;
}
.list3 {
    margin-top: 20px;
    padding: 10px;
    display: block;
}
.list3 li {
    width: 350px;
	margin: 0 auto 15px auto;
}
}
@media screen and (min-width:769px) and (max-width: 1024px) {
.banner1 {
    width: 100%;
    height: 45vw;
	background-size: 160%;
}
.cbody {
    margin-top: 10px;
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 10px;
    padding: 10px;
}
.list1 li {
    width: 33%;
}
.list3 li {
    width: 33%;
}
.list3 img {
    width: 100%;
    border-radius: 5px;
}
}