@charset "UTF-8";
/*! 官网通用swiper start*/
@import url("swiper-bundle.min.css");
:root {
  --base: #f06601;
  --rp1600: 1600px;
  --rp1520: 1520px;
  --rp1440: 1440px;
  --rp1170: 1170px;
  --rp970: 970px;
  --rp750: 750px;
  --swiper-pagination-color: var(--base);
}

body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
header,
section,
article,
footer {
  margin: 0;
}

body,
button,
input,
select,
textarea {
  font: 12px/1.5 "微软雅黑", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

em,
b {
  font-style: normal;
}

a {
  display: block;
  text-decoration: none;
  color: #000000;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
a:hover {
  text-decoration: none;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

img {
  border: 0;
  transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  vertical-align: middle;
  width: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

button,
input,
select,
textarea {
  all: unset;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th,
ul,
ol,
li {
  padding: 0;
  list-style: none;
  margin: 0;
}

hr {
  height: 1px;
  border: none;
  border-top: 1px dashed #cccccc;
  margin: 5px;
}

/* scrollbar css */
/* 滚动条 */
::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-corner {
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: var(--base);
}

::-moz-selection {
  background-color: var(--base);
  color: #fff;
}

::selection {
  background-color: var(--base);
  color: #fff;
}

::-moz-selection {
  background: var(--base);
  color: #fff;
  border-radius: 5px;
}

::selection {
  background: var(--base);
  color: #fff;
  border-radius: 5px;
}

/*****/
.maxwidth {
  max-width: 1130px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.width100 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.maxwidth1600 {
  max-width: var(--rp1600);
  width: 96%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.maxwidth1520 {
  max-width: var(--rp1520);
  width: 96%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

/****swiperTab*******/
.swiperTab {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.swiperTab li {
  display: flex;
  height: 48px;
  cursor: pointer;
  flex: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.swiperTab li.active {
  color: #f00;
  border-bottom: 3px solid #f00;
}

/* 
.commslist {
	width: 100%;
	height: auto;
	ul {
		width: auto;
		li {
			width: 100%;
			h5 {
				text-overflow: ellipsis;
				overflow: hidden;
				display: -webkit-box;
				-webkit-line-clamp: 1;
				-webkit-box-orient: vertical;
				font-size: 20px;
				font-weight: 500;
				color: #000;
				line-height: 2em;
				a {
					color: #000;
				}
			}
			p {
				font-size: 14px;
				color: #000;
				padding-top: 0px;
				line-height: 32px;
				text-overflow: -o-ellipsis-lastline;
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-line-clamp: 3;
				-webkit-box-orient: vertical;
			}
			i {
				a {
					color: #000;
				}
			}
			&.a5 {
				h5 {
					font-size: 18px;
					font-weight: 500;
				}
			}
		}
	}
	li {
		&.a3 {
			img {
				width: 100%;
				height: 100%;
				display: flex;
			}
		}
	}
}
.commslist ul li i:hover a,
.newslist ul li:hover a {
	color: #f00;
} */
/******新闻列表****/
.newslist {
  width: 100%;
  height: auto; /* display: flex; */
}

.newslist ul {
  width: auto;
}

.newslist ul li {
  width: 100%; /* display: inline-table; */
}

.newslist ul li h2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 26px;
  font-weight: 600;
  color: #000;
  height: 42px;
  line-height: 42px;
}

.newslist ul li h2 a {
  color: #000;
}

.newslist ul li p {
  font-size: 14px;
  color: #000;
  padding-top: 0px;
  line-height: 32px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.newslist ul li i a {
  color: #000;
}

.newslist ul li i:hover a, .newslist ul li:hover a {
  color: var(--base);
}

.newslist ul li.a2 h2 {
  font-size: 20px;
  font-weight: 500;
}

.newslist ul li.a2 a {
  line-height: 40px;
  font-size: 20px;
}

.newslist li.a3 img {
  width: 100%;
  height: 100%;
  display: flex;
}

.newslist li.a3 h5 {
  position: absolute;
  width: 90%;
  height: auto;
  bottom: 0;
  padding: 0 5%;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 42px;
  font-size: 18px;
  color: #fff;
  font-weight: 100;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}/*# sourceMappingURL=common.css.map */