body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	padding: 0;
	margin: 0;
}

body {
	font-family: 'Regular', "微软雅黑", "PingFang SC", 'Microsoft YaHei', Helvetica, Arial, sans-serif;
	-webkit-tap-highlight-color: transparent;
	font-size: 14px;
}

html {
	color: #333;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

img {
	max-width: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}


audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img,
abbr,
acronym {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	-webkit-tap-highlight-color: transparent;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input {
	outline: none;
	border-radius: 0;
}

input[type="submit"],
input[type="reset"],
input[type="number"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.cf:after {
	clear: both;
	display: table;
	content: " "
}

a {
	text-decoration: none;
	-webkit-touch-callout: none;
	color: #333;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

a:hover {
	color: #2dbfa9;
}

img {
	max-width: 100%;
}

* {
	box-sizing: border-box;
}



/* flex 甯冨眬*/
.d-flex {
	display: flex;
}

.d-flex-center-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.leftBox {
	overflow: hidden;
}

.articleLeft {
	overflow: hidden;
}

.d-flex-center {
	display: flex;
	align-items: center;
}

.d-flex-en {
	display: flex;
	align-items: flex-end;
}

.d-flex-start {
	display: flex;
	align-items: flex-start;
}

.d-flex-end {
	display: flex;
	justify-content: flex-end;
}

.d-flex-between {
	display: flex;
	justify-content: space-between;
}

.d-flex-justify-center {
	display: flex;
	justify-content: center;
}

.d-flex-center-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-row-reverse {
	flex-direction: row-reverse;
}

.flex-1 {
	flex: 1;
}

.flex-column {
	flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-shrink {
	flex-shrink: 0;
}

.text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-overflow1 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.text-overflow2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.text-overflow3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.text-overflow4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

/* 头部 */
.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.header {
	background: #2dbfa9;
}

.logo {
	padding: 20px 0;
}

.logo img {
	height: 45px;
}

.navBox {
	margin-left: auto;
	font-size: 18px;
}

.navBox a {
	padding: 0 20px;
	height: 60px;
	line-height: 60px;
	margin-left: 20px;
	color: #fff;
}

.navBox a.on,
.navBox a:hover {
	border-radius: 0 0 20px 20px;
	background: rgba(0, 0, 0, .2);
}

.topBox {
	margin-top: 20px;
	margin-bottom: -10px;
}

.topBox li {
	width: 124px;
	height: 145px;
	background: #F5F5F5;
	margin: 0 0px 10px 10px;
	border-radius: 10px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;

}

.topBox li a {
	width: 125px;
	height: 145px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.topBox li img {
	width: 90px;
	height: 90px;
	border-radius: 15px;
}

.topBox li:nth-child(1) {
	margin-left: 0;
}

.topBox li:nth-child(10) {
	margin-left: 0;
}

.topBox li a p {
	width: 100px;
	font-size: 15px;
	margin-top: 7px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.topBox li:hover {
	margin-top: -5px;
	background: rgba(45, 191, 169, .1);
}

.sectionBox {
	margin-top: 20px;
}

.indexHot {
	width: 850px;
}

.mt20 {
	margin-top: 20px;
}

.aBlack {
	font-weight: bold;
	display: block;
	font-size: 30px;
	height: 42px;
	line-height: 42px;
	background: url(../images/hot.png) no-repeat;
	padding-left: 130px;
}

.indexHotUl li {
	width: 23.5%;
	margin-top: 15px;
	padding-left: 12px;
	position: relative;
}

.indexHotUl li::before {
	content: "";
	left: 0;
	top: 7px;
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #f60;
}

.indexHotUl li:hover::before {
	background: #2dbfa9;
}

.indexHotUl li a {
	color: #f60;
}

.indexHotUl li a:hover {
	color: #2dbfa9;
}

.slideBox {
	width: 400px;
	height: 286px;
	overflow: hidden;
	position: relative;
}

.slideBox img {
	width: 400px;
	height: 286px;
}

.slideBox .hd {
	position: absolute;
	z-index: 500;
	left: 0;
	right: 0;
	bottom: 0;
}

.slideBox .hd li {
	cursor: pointer;
	flex: 1;
	height: 6px;
	background: rgba(255, 255, 255, .2);
}

.slideBox .hd li.on {
	background: #2dbfa9;
}

.slideBox .bd li a {
	display: block;
	position: relative;
}

.slideBox .bd li a p {
	font-size: 16px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 6px;
	z-index: 300;
	padding: 20px 10px;
	color: #fff;
}

.slideBox .bd li:hover img {
	transform: scale(1.15);
}

.indexHotNews {
	margin-left: 20px;
	height: 286px;
	overflow: hidden;
}

.indexHotNews a {
	height: 135px;
	overflow: hidden;
	background: #f5f5f5;
}

.indexHotNews a .pic,
.indexHotNews a img {
	width: 175px;
	overflow: hidden;
	height: 135px;
}

.indexHotNews a:hover img {
	transform: scale(1.15);
}

.indexHotNews a+a {
	margin-top: 16px;
}

.indexHotNews .picRbox {
	margin: 15px;
	margin-bottom: 0;

}

.indexHotNews .picRbox strong {
	font-size: 15px;
	line-height: 1.5;
}

.indexHotNews .picRbox .cont1 {
	font-size: 14px;
	margin-top: 6px;
	color: #666;
	line-height: 1.6;
}

.indexHotNews .picRbox .cont2 {
	font-size: 12px;
	color: #999;
	margin-top: 8px;
}

.indexHotNews .picRbox .cont2 em {
	background: #2dbfa9;
	color: #fff;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	border-radius: 12px;
}

.hot-list {
	margin-left: 20px;
}

.hot-list li {
	font-size: 15px;
}

.hot-list li:nth-child(6) {
	padding-bottom: 5px;
	margin-bottom: 6px;
	border-bottom: 1px #E6E6E6 dashed;
}


.hot-list li a {
	height: 31px;
	line-height: 31px;
	display: block;
	position: relative;
	padding-right: 50px;
	padding-left: 10px;
}

.hot-list li a::after {
	width: 4px;
	height: 4px;
	background: #cdcdcd;
	content: "";
	position: absolute;
	left: 0;
	top: 13px;
	border-radius: 50%;
}

.hot-list li a span {
	position: absolute;
	right: 0;
	top: 0;
	color: #999;
}

.hot-list li a:hover {
	color: #2dbfa9;
}

.hot-list li a:hover::after {
	background: #2dbfa9;
}

.ov {
	overflow: hidden;
}

.title h2 {
	position: relative;
	font-size: 22px;
	font-weight: bold;
	padding: 0 28px;
	color: #2dbfa9;
}

.title h2::before {
	width: 20px;
	height: 4px;
	content: "";
	position: absolute;
	left: 0;
	top: 14px;
	background: #2dbfa9;

}

.title h2::after {
	width: 20px;
	height: 4px;
	content: "";
	position: absolute;
	right: 0;
	top: 14px;
	background: #2dbfa9;
}

.title a {
	font-size: 15px;
	color: #666;
}

.title a:hover {
	color: #2dbfa9;
}


.subBox {
	margin-top: 15px;
	border-radius: 10px;
	height: 58px;
	line-height: 58px;
	background: #f5f5f5;
	font-size: 16px;
	padding-left: 20px;
}

.subBox a {
	position: relative;
	padding-left: 14px;
	padding-right: 18px;
}

.subBox a::before {
	width: 6px;
	height: 6px;
	content: "";
	background: #ccc;
	position: absolute;
	left: 0;
	top: 25px;
	border-radius: 100%;
}

.subBox a:hover::before,
.subBox a.on::before {
	background: #2dbfa9;
}

.subBox a.on {
	color: #2dbfa9;
}

.appUl {
	margin-left: -15px;
}

.appUl li {
	margin-top: 20px;
	width: 136px;
	margin-left: 15px;
}

.appUl li img {
	margin-top: 15px;
	width: 100px;
	height: 100px;
	border-radius: 20px;
}

.appUl li a {
	border: 2px solid #f5f5f5;
	border-radius: 10px;
	padding-bottom: 5px;
	overflow: hidden;
	position: relative;
}

.appUl li p {
	font-size: 16px;
	margin: 5px;
}

.appUl li small {
	font-size: 14px;
	color: #666;
}

.appUl li time {
	margin: 6px 0;
	color: #999;
}

.appUl li a:hover {
	background: rgba(45, 191, 169, .1);
	border: 2px solid transparent;
}

.appUl li a .btn {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #2dbfa9;
	color: #fff;
	height: 32px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.appUl li a:hover .btn {
	opacity: 1;
}

.indexNewsList {
	margin-top: 15px;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	padding-bottom: 20px;
}

.indexNewsList li {
	height: 36px;
	line-height: 36px;
	width: 33.3333%;
	box-sizing: border-box;
}

.indexNewsList li a {
	height: 31px;
	line-height: 31px;
	display: block;
	position: relative;
	padding-right: 60px;
	padding-left: 15px;
	font-size: 15px;
}

.indexNewsList li a span {
	position: absolute;
	right: 0;
	top: 0;
	color: #999;
}

.footer {
	margin-top: 20px;
	border-top: 3px #00B26F solid;
	background: #2f3234;
	padding: 30px 0;
	color: #999;
	text-align: center;
	line-height: 2;
}

.footLogo {
	text-align: center;
	display: block;
	margin: 0 auto;
}

.footNav {
	text-align: center;
	margin-top: 10px;
	line-height: 2;
}

.footNav a {
	color: #fff;
	opacity: .5;
	font-size: 15px;
	margin: 0 20px;
	padding: 0 10px;
}

.footNav a:hover {
	color: #fff;
	opacity: 1;
}

.copy {
	margin-top: 15px;
}

.crumbs {
	color: #999;
	padding-top: 15px;
}

.appList {
	margin-left: -20px;
}

.appList li {
	margin-left: 20px;
	width: 224px;
	margin-top: 20px;
}

.appList li a {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 20px;
	border: 1px #f0f0f0 solid;
	border-radius: 10px;
	overflow: hidden;
}

.appList li a img {
	width: 110px;
	height: 110px;
	border-radius: 15px;
	margin-bottom: 10px;
}

.appList li a p {
	font-size: 18px;
}

.appList li .appEm {
	padding-top: 8px;
	font-size: 14px;
	color: #999;
	width: 100%;
}

.appList li .appEm em {}

.appList li span {
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	border: 1px #2dbfa9 solid;
	border-radius: 20px;
	width: 100%;
	margin-top: 12px;
	color: #2dbfa9;
}

.appList li a:hover {
	border: 1px #2dbfa9 solid;
	background: rgb(15, 191, 169, 0.05);
}

.appList li a:hover span {
	background: #2dbfa9;
	color: #fff;
}

.pages {
	text-align: center;
	padding-top: 25px
}

.pages a {
	display: inline-block;
	padding: 0 10px;
	height: 30px;
	border: 1px solid #e7e7e7;
	line-height: 30px;
	background: #fff
}

.pages a.active,
.pages a:hover,
.pages span {
	border-color: #2dbfa9;
	background: #2dbfa9;
	line-height: 30px;
	color: #fff;
	display: inline-block;
	padding: 0 10px;
	height: 30px
}

.pages span.a1none {
	background: transparent;
	border-color: transparent
}

.newsUl {
	margin-left: -1.5%;
}

.newsUl li {
	margin-top: 20px;
	width: 23.5%;
	overflow: hidden;
	margin-left: 1.5%;
}

.newsUl li .newsUlBottom {
	padding: 10px;
	border: 1px #eee solid;
}

.newsUl li .pic {
	height: 142px;
	overflow: hidden;
}

.newsUl li .pic img {
	width: 100%;
	height: 142px;
}

.newsUl li a:hover img {
	transform: scale(1.15);
}

.newsUl li .newsUlBottom h5 {
	line-height: 1.5;
	font-size: 16px;
}

.newsUl li .newsUlBottom .txt {
	margin: 8px 0;
	color: #666;
}

.newsUl li .newsUlBottom time {
	color: #999;
	font-size: 13px;
}


.mainLeft {
	float: left;
	width: 240px;
}

.appBox {
	margin-right: 20px;
	background: #fff;
	padding: 30px 15px;
	border: 1px #eee solid;
}

.appBox img {
	width: 140px;
	height: 140px;
	border-radius: 20px;
	display: block;
	margin: 0 auto 20px;
}

.appBox h1 {
	text-align: center;
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
}

.appBox .detail {
	line-height: 1.8;
	color: #666;
	font-size: 14px;
}

.infsBtn {
	margin-top: 20px;

}

.infsBtn a {
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin-bottom: 15px;
	display: block;
	border-radius: 10px;
}

.infsBtn a.abtn {
	background: #2dbfa9;
}

.infsBtn a.abtn:hover {
	border-radius: 22px;
	color: #ff0;
}

.infsBtn a.ibtn:hover {
	border-radius: 22px;
	color: #ff0;
}

.infsBtn a.abtn {
	background: #2dbfa9;
}

.infsBtn a.ibtn {
	background: #2388e6;
}

.appBox .start {
	margin: 10px auto 0;
	display: block;
}

.start {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 74px;
	height: 12px;
	background: url(../images/star.png) no-repeat;
}

.start5 {
	background-position: 0 0
}

.start4 {
	background-position: -14px 0
}

.start3 {
	background-position: -29px 0
}

.start2 {
	background-position: -44px 0
}

.start1 {
	background-position: -60px 0
}

.start0 {
	background-position: -74px 0
}

.infsBtn a.no {
	background: rgba(0, 0, 0, .25);
	cursor: not-allowed;
	text-align: center;
	padding-left: 0;
	padding: 0 40px;
}


.mainRight {
	margin-left: 240px;

}




.article {
	background: #fff;
	padding: 20px;
	border: 1px #eee solid;
	line-height: 1.8;
	font-size: 15px;
	color: #666;
}

.article p {
	margin-bottom: 10px;
}

.article img {
	display: block;
	margin: 15px auto;
	max-width: 100%;
	width: auto !important;
	height: auto !important;
}

.article h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.2;
	color: #2dbfa9;
	padding-left: 10px;
	border-left: 4px solid #2dbfa9;
}

.img_list {
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}

.img_list ul li {
	margin-right: 10px;
	display: inline-block;
}

.img_list ul li img {
	max-height: 280px !important;
	z-index: 1;
	height: auto !important;
	max-width: 100%
}

.imgshow {
	display: none;
	background: rgba(0, 0, 0, .5);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2019521;
}

.swiperbox {
	height: 100vh;
	z-index: 3;
	background: rgba(0, 0, 0, .6);
}

.swiperbox img {
	width: initial;
	position: relative;
	z-index: 2;
}

.swiper-zoom-container:before {
	width: 100%;
	height: 100%;
	content: ' ';
	position: absolute;
	z-index: 1;
	display: block;
	top: 0;
	left: 0;
	cursor: pointer;
}

.closebtn {
	position: absolute;
	z-index: 22;
	width: 60px;
	height: 60px;
	bottom: 0;
	left: 10px;
	background-size: 40px
}

.imgshow .swiper-slide {
	background: 0 0
}

.articleImg {
	margin-top: 18px;
}

.articleImg .title {
	line-height: 1.2;
}

.relevant {
	padding: 20px;
	border: 1px #eee solid;
}

.relevant .indexNewsList li {
	width: 50%;
}

.relevant .indexNewsList {
	padding-bottom: 0;
}

.xgbbTable {
	margin-top: 15px;
}

.xgbbTable table {
	width: 100%;
}

.xgbbTable th {
	background: #2dbfa9;
	font-size: 15px;
	padding: 0 10px;
	color: #fff;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-right: 1px #fff solid;
}

.xgbbTable td {
	padding: 0 10px;
	font-size: 15px;
	border-right: 1px #fff solid;
}

.xgbbTable td.tc {
	text-align: center;
}

.xgbbTable td a {
	width: 100px;
	color: #2dbfa9;
	display: block;
	height: 26px;
	line-height: 26px;
	margin: 8px 0;
	text-align: center;
}

.xgbbTable tbody tr:nth-child(odd) {
	background: rgba(15, 191, 169, .15);
}

.xgbbTable tbody tr:hover {
	background: rgba(15, 191, 169, .8);
	color: #fff;
}

.xgbbTable tbody tr:hover a {
	color: #fff;
}



.tjyxUl {
	margin-left: -10px;
	margin-right: -10px;
}

.tjyxUl li {
	width: 20%;
	box-sizing: border-box;
	padding: 18px 10px 5px;
	text-align: center;
}

.tjyxUl li p {
	margin-top: 11px;
	font-size: 15px;
	line-height: 22px;
	height: 22px;
}

.tjyxUl li .pic {
	width: 85px;
	height: 85px;
	margin: 0 auto;

}

.tjyxUl li img {
	border-radius: 10px;
	width: 85px;
	height: 85px;
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), to(rgba(250, 250, 250, 0.2)));
}

.detailedLeft {
	width: 836px;
	overflow: hidden;
}

.detailedContent {
	padding: 20px;
	background: #fff;
	border: 1px #eee solid;

}

.detailedContent .article {
	border: none;
	padding: 20px 0 0;
}

.articleTop {
	text-align: center;
	padding: 20px 0;
	border-bottom: 1px #eee dashed;
}

.articleTop h1 {
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 15px;
	text-align: center;
}

.articleTopinfos {
	margin-top: 10px;
	color: #999;
}

.articleTopinfos span {
	padding: 0 15px;
}

.insertApp {
	background: #fafafa;
	padding: 20px;
	margin: 10px 0;
	border-radius: 5px;
}

.insertApp .pic {
	width: 100px;
	height: 100px;
	overflow: hidden;
	border-radius: 5px;
	margin-right: 20px;
}

.insertAppInfo h4 {
	font-size: 20px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	display: block;
	color: #333;
	font-weight: 500;
	margin-bottom: 6px;
}

.insertAppInfo li {
	color: #666;
	width: 40%;
	font-size: 14px;
	line-height: 28px;
}

.insertAppInfo li span {
	color: #999;
}

.insertAppBtn {
	border-radius: 5px;
	background: #2dbfa9;
	padding: 5px 50px;
	color: #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.insertApp:hover .insertAppBtn {
	border-radius: 20px;
	color: #ff0;
}

.insertApp:hover h4 {
	color: #2dbfa9;
}

.article .insertApp .pic img {
	width: 100px !important;
	height: 100px !important;
	margin: 0 !important;
}

.detailedRigh {
	margin-left: 20px;
}

.gl-ul {
	margin-top: 10px;
}

.gl-ul li {
	width: 50%;
	height: 32px;
	line-height: 32px
}

.gl-ul li a {
	position: relative;
	display: block;
	overflow: hidden;
	padding-right: 10px;
	padding-left: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
}

.gl-ul li a:before {
	position: absolute;
	top: 15px;
	left: 0px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #999;
	content: ""
}

.gl-ul li a:hover:before {
	background: #2dbfa9
}

.detailedRigh .gl-ul li {
	width: 100%;
}

.detailedRigh .detailedContent {
	margin-bottom: 20px;
}

.detailedRighUl li {
	width: 88px;
	margin-top: 20px;
	margin-right: 19px;
}

.detailedRighUl li:nth-child(3n) {
	margin-right: 0;
}

.detailedRighUl li img {
	width: 80px;
	height: 80px;
	display: block;
	margin: 0 auto;
	border-radius: 10px;
}

.detailedRighUl li p {
	font-size: 15px;
	color: #333333;
	text-align: center;
	width: 88px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	line-height: 18px;
	margin-top: 6px;
}

.detailedRigh .hotRul li {
	width: 143px;
	margin-right: 15px;
	overflow: hidden;
	margin-top: 15px;
}

.detailedRigh .hotRul li:nth-child(2n) {
	margin-right: 0;
}

.detailedRigh .hotRul li .pic {
	width: 143px;
	height: 80px;
	overflow: hidden;
	margin-bottom: 5px;
}

.detailedRigh .hotRul li a:hover img {
	transform: scale(1.15);
}

.detailedRigh .hotRul li .pic img {
	width: 143px;
	height: 80px;
}

.detailedRigh .hotRul li p {
	font-size: 15px;
	line-height: 1.5;
}