/* 信息详情页两列布局容器 */
.info-content-wrapper {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

/* 左侧侧边栏 */
.info-sidebar-list {
	width: 250px;
    flex-shrink: 0;
    height: fit-content;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #fff;
    position: relative;
    top: -96px;
}

.info-sidebar-title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 21px 0;
    border-bottom: 1px solid #eee;
}

.info-sidebar-icon {
	width: 37px;
    height: 37px;
    background: url(../images/sidebar-icon.gif) no-repeat center center;
    display: inline-block;
    margin-right: 10px;
    flex-shrink: 0;
}

.info-sidebar-title h3 {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	margin: 0;
}

.info-sidebar-menu {
	list-style: none;
	padding: 0;
	margin-top: 35px;
}

.info-sidebar-menu li {
	margin-bottom: 5px;
	padding: 0 15px;
}

.info-sidebar-menu li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 15px;
	color: #333;
	text-decoration: none;
	background-color: #fff;
	border-radius: 4px;
	transition: all 0.3s ease;
	font-size: 16px;
}

.info-sidebar-menu li a:hover {
	background-color: #f5f5f5;
}

.info-sidebar-menu li a.current {
	background: url(../images/sidebar_menu_current.gif) no-repeat center center;
	color: #fff;
}

.info-sidebar-menu li a.current:hover {
	background-color: #1a8d3a;
}

.info-arrow-icon {
	color: #fff;
	font-size: 16px;
	margin-left: auto;
	height: 12px;
	width: 7px;
	background: url(../images/arrow-icon.gif) no-repeat center center;
}

/* 右侧主内容区 */
.info-main-content {
	width: 900px;
    flex-shrink: 0;
    border: 1px solid #fff;
    position: relative;
    padding: 20px;
    background: rgba(255, 255, 255, 0.2);
    top: -50px;
}

.info-main-content .wrapper {
	width: 100% !important;
	border: none !important;
	background: transparent !important;
}

.info-breadcrumb {
	font-size: 14px;
    color: #666;
    text-align: right;
    padding: 53px 0 15px;
    border-bottom: 1px #ddd solid;
}

.info_location{
	display: none;
}
.information_hd {
	overflow: hidden;
	width: 100%;
	text-align: left;
	background: #fff;
}

.information_hd ul {
	margin: 0
}

.view .view_hd .information_title {
	text-align: left;
	display: block;
	font-weight: 700;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 24px;
	color: #1c9d43;
	line-height: 1.4;
}

.information_hd .information_time a {
	margin-left: 5px;
	color: #999
}

.information_hd .information_time {
	display: block;
	width: 100%;
	height: 22px;
	color: #999;
	text-align: left;
	line-height: 22px;
	border-bottom: 1px #e6e6e6 solid;
	padding-bottom: 20px
}

.information_hd .information_time span {
	font-size: 14px;
	float: left;
	margin-right: 5px;
	overflow: hidden
}

.information_hd .information_time a.bds_more {
	font-size: 14px;
	margin: 3px 0px 6px 10px;
}

.information_hd .information_time .editor {
	float: right;
	text-align: right;
	width: 39%
}

.information_hd .information_time .editor li a {
	font-size: 14px
}

.information_hd .information_time .editor li {
	float: right;
	display: block;
	margin-left: 5px
}

.information_hd .information_time .editor li a:hover {
	text-decoration: none
}

.information_bd {
	overflow: hidden;
	height: auto;
	text-align: left
}

.information_bd .bd_left {
	width: 100%;
	height: auto;
	margin: 0;
}

.information_bd .bd_lefter {
	/* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); */
	height: auto;
	overflow: auto
}

.information_bd .bd_left .bd_left_foot {
	background: url(../images/information/notice.gif) 10px 25px no-repeat #F7F7F7;
	width: 100%;
	height: 80px;
	line-height: 80px;
	font-size: 16px;
	text-indent: 50px;
	border-radius: 10px;
	margin-left: 15px;
}

.information_bd .bd_right {
	border-radius: 2px;
	overflow: hidden;
	padding-top: 20px;
	height: 100%;
	width: 100%;
}

.extra_contact {
	background: transparent;
	overflow: hidden;
	height: auto;
	color: #585858;
	font-size: 14px;
	line-height: 30px;
}

.extra_contact .extra {
	width: 320px;
	float: left;
	overflow: hidden;
	height: auto;
	color: #585858;
	margin-bottom: 0;
}

.contact {
	overflow: hidden;
	padding-bottom: 20px;
	height: auto;
	font-size: 16px;
	background: transparent;
	margin-top: 20px;
}

.contact>ul {
	/* border-top: 1px dashed #ddd; */
	margin: 0;
	padding: 0;
}

.contact li {
	margin-top: 0;
	margin-bottom: 50px;
	overflow: auto;
	height: auto;
	max-width: 100%;
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #333;
	line-height: 1.6;
}

.notice {
	padding: 15px 10px 15px 55px;
	background: url(../images/information/notice.gif) 10px 2px no-repeat #F7F7F7;
	max-width: 685px;
	overflow: auto;
	height: 100%;
	margin: 25px 0;
	font-size: 16px;
}

.contact img {
	margin-top: 4px;
	vertical-align: middle
}

.contact span {
	display: inline-block;
	width: auto;
	min-width: 120px;
	height: auto;
	margin-right: 10px;
	text-align: left;
	color: #666;
	font-size: 16px;
}

.contact small a {
	color: #999;
	text-decoration: underline;
	font-size: 9px !important
}

.contact .red {
	color: #bf1313;
	font-weight: 700
}

.contact a._chat {
	margin-left: 10px;
	border-radius: 2px;
	border: 1px #e5e5e5 solid;
	background-color: #f6f6f6;
	padding: 3px 10px;
	font-size: 14px
}

.contact a._chat:hover {
	background-color: #F0F0F0;
	text-decoration: none
}

.contact .qqbm {
	display: flex;
	align-items: center;
	margin-top: 15px;
	flex-wrap: wrap;
	gap: 10px;
}

.contact .qqbm span {
	min-width: 120px;
	color: #666;
	font-weight: normal;
}

.contact .qqbm a {
	font-size: 16px;
	margin-right: 0;
	border-radius: 2px;
}

.contact .qqbm a._qq {
	background-color: #1c9d43;
	color: #fff;
	padding: 10px 20px;
	font-size: 14px;
	height: auto;
	display: inline-block;
	width: auto;
	min-width: 150px;
	text-align: center;
	line-height: 1.5;
	border-radius: 4px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.contact .qqbm a._qq:hover {
	background-color: #1a8d3a;
	text-decoration: none;
}

.contact .qqbm a._bm {
	color: #fff;
	padding: 5px 15px
}

.contact .qqbm a._bm:hover {
	text-decoration: none
}

.contact .contacter {
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding-top: 5px;
}

.contact .contacter .username {
	margin-bottom: 12px;
	font-size: 16px;
	color: #333;
	display: flex;
	align-items: center;
	line-height: 1.6;
}

.contact .contacter .username span {
	min-width: 120px;
	color: #666;
	font-weight: normal;
}

.contact .contacter li span {
	min-width: 120px;
	color: #666;
	font-weight: normal;
}

.contact .contacter .tel {
	color: #1c9d43;
	font-weight: normal;
}
.contact .contacter .tel a{
	color: #1c9d43;
}

.blue .contact .qqbm a._bm {
	background-color: #3592e2
}

.blue .contact .qqbm a._bm:hover {
	background-color: #2283d4
}

.green .contact .qqbm a._bm {
	background-color: #42b712
}

.green .contact .qqbm a._bm:hover {
	background-color: #47c510
}

.orange .contact .qqbm a._bm {
	background-color: #f78015
}

.orange .contact .qqbm a._bm:hover {
	background-color: #f80
}

.red t .contact .qqbm a._bm {
	background-color: #C40000
}

.red .contact .qqbm a._bm:hover {
	background-color: #d5303a
}

.contact .tips {
	margin-top: 10px;
	padding: 5px 10px;
	background: #f9f9f9;
	font-size: 9pt;
	line-height: 18px !important
}

.contact .font {
	margin-left: 10px;
	font-size: 14px
}

.xl_zhiding {
	background: url(../images/information/xl_zhiding.gif) 200px 0 no-repeat
}

.sy_zhiding {
	background: url(../images/information/sy_zhiding.gif) 450px 20px no-repeat
}

.extra_contact .view {
	width: 500px;
	float: right;
	padding: 15px 25px;
}

.extra_contact .view_hd {
	margin: 0;
	width: 100%;
	height: auto;
	line-height: 1.4;
	font-size: 20px;
	padding-bottom: 15px;
}

.extra_contact .view_hd .now,
.extra_contact .view_hd ul li {
	float: left
}

.extra_contact .view_hd .now {
	height: 35px;
	line-height: 35px;
	display: block;
	text-align: center;
	font-weight: 700;
	border-left: 4px solid #4dc3ff;
	padding-left: 10px;
}

.interested .view_hd {
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #000;
	background: #f3f3f3;
	border-top: 2px #bf1313 solid;
}
.interested .carousel-wrapper {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 35px 55px;
}

.interested .carousel-container {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.interested .carousel-track {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
/*    gap: 25px; */
}

.interested .carousel-track li {
    flex: 0 0 calc(18.7%);
    width: 223px;
    height: 200px;
	padding: 40px 36.85px;
    overflow: hidden;
	border: 1px solid #ddd;
	transition: all 0.3s ease-in-out;
}

.interested .carousel-track li img {
    width: 223px;
    height: 158px;
}

.interested .carousel-track li .tit {
	display: block;
	overflow: hidden;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
	width: 223px;
	height: 18px;
	line-height: 18px;
	letter-spacing: 1px;
	margin-top: 10px;
}

/* 占位符样式 */
.interested .carousel-track li.placeholder {
    background: linear-gradient(135deg, #e3e4e6 0%, #f0f0f0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.interested .carousel-track li.placeholder::before {
    content: "标题标题标题";
    color: #999;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}

.interested .carousel-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    gap: 30px;
}

.interested .carousel-arrow {
        width: 30px;
        height: 50px;
        border: none;
        background: linear-gradient(135deg, #12438f 0%, #12438f 100%);
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        font-size: 24px;
        color: #fff;
        outline: none;
        box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
        position: absolute;
        overflow: hidden;
        top: 49%;
}
.interested .carousel-prev{
	left: 0;
}
.interested .carousel-next{
	right: 0;
}

.interested .carousel-arrow::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.6s 
}

.interested .carousel-arrow:hover::before {
    left: 100%;
}

.interested .carousel-arrow:active {
    transform: scale(0.95);
}

.interested .carousel-indicators {
    display: flex;
    gap: 12px;
    align-items: center;
	display: none;
}

.interested .carousel-indicators .indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.interested .carousel-indicators .indicator::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #bf1313;
    transition: all 0.3s ease;
}

.interested .carousel-indicators .indicator.active::after {
    width: 100%;
    height: 100%;
}

.interested .carousel-indicators .indicator:hover::after {
    width: 80%;
    height: 80%;
    background: #bf1313;
    opacity: 0.7;
}
.view_hd .now,
.view_hd ul li {
	float: left
}

.view_hd .now {
	width: 135px;
	height: 50px;
	line-height: 50px;
	display: block;
	text-align: center;
	font-weight: 700;
	background: #fff;
	border-left: 1px #ddd solid;
	border-right: 1px #ddd solid;
}

.view_bd {
	font-size: 16px
}

.view_bd font.keyword {
	font-size: 9pt
}

.view_bd font.keyword_a {
	margin-right: 10px;
	border-radius: 2px;
	color: #626fe1
}

.view_bd font.keyword_b {
	margin-right: 10px;
	border-radius: 2px;
	color: #22ac38
}

.view_bd font.keyword_c {
	margin-right: 10px;
	border-radius: 2px;
	color: #ff7f00
}

.view_bd .bd img {
	padding: 1px;
	border: 1px #d4d4d4 solid
}

.view_bd p {
	padding: 5px 0
}

/* 信息标题栏 */
.info-section-header {
   
    
}

.info-section-title {
	height: 40px;
	width: 90px;
	line-height: 40px;
	text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
	display: block;
	background: #1c9d43;
}
.maincon{
	padding-top: 15px;
    border-top: 1px #ddd solid;
	margin-top: 10px;
	font-size: 15px;
}
.tablist {
	margin-top: 0;
}

/* .info-description {
	color: #666;
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 1.6;
} */

.view_bd .maincon {
	height: auto;
	width: 100%;
	font-size: 15px;
	padding: 20px 0;
	overflow: hidden;
	word-wrap: break-word;
	line-height: 25px;
	word-break: break-all;
	background-color: transparent;
	color: #333;
}

#mapcon p,
.view_bd .maincon p {
	padding: 0;
	font-size: 16px
}

.photo_list {
	padding: 10px 10px 0
}

.photo_list ul li {
	float: left;
	overflow: hidden;
	margin: 10px 9px 5px;
	width: 142px;
	height: 143px;
	text-align: center
}

.photo_list ul li img {
	clear: both;
	border: solid 1px #ccc;
	cursor: url(../images/magnifier.cur), pointer
}

.photo_list ul li h6 {
	padding: 5px 0;
	color: #7a7a7a;
	text-align: center;
	font-weight: 400;
	font-size: 9pt
}

.photo_list ul li a {
	cursor: crosshair
}

.chd {
	margin-top: 10px;
	background-color: #fafafa;
	color: #333;
	text-indent: 10px;
	font-family: microsoft yahei;
	line-height: 35px
}

.cbd,
.chd {
	border: 1px #d4d4d4 solid
}

.cbd {
	border-top: 0
}

.cbd ul {
	margin-bottom: 10px
}

.pdetail {
	padding: 10px 0;
	font-size: 14px;
	line-height: 30px
}

.pdetail img {
	vertical-align: middle
}

.pdetails {
	margin-top: 10px;
	padding: 15px;
	border-top: 1px #ddd solid;
	font-size: 14px;
	line-height: 30px
}

.pdetails .font a {
	font-size: 9pt
}

.pdetails span {
	text-align: right
}

.pdetails img {
	vertical-align: bottom
}

.pdetails .font,
.topinfomsg {
	font-size: 9pt
}

.topinfomsg {
	margin: 0;
	margin-bottom: 10px;
	padding: 5px 10px 8px 30px;
	border-top: 1px solid #fff;
	background-color: #fffde5;
	background-position: -190px -332px;
	line-height: 20px
}

.topinfomsg i {
	float: left;
	display: block;
	margin: 0 5px 0 0;
	width: 13px;
	height: 1pc;
	background-position: -10px -351px
}

a.viewcontacts,
a.viewcontacts:hover {
	display: block;
	margin-top: 10px;
	margin-left: 10px;
	width: 148px;
	height: 40px;
	background-image: url(../images/information/viewcontacts.gif);
	background-repeat: no-repeat;
	text-decoration: none
}

a.viewcontacts {
	background-position: 0 0
}

a.viewcontacts:hover {
	background-position: 0 -40px
}

.guoqi {
	padding: 10px 15px;
	color: #f30;
	line-height: 26px
}

.tuijian {
	background-image: url(../images/information/tuijian.gif);
	background-position: 97% 0;
	background-repeat: no-repeat
}

.sy_zhiding {
	background-image: url(../images/information/sy_zhiding.gif);
	background-position: 97% 0;
	background-repeat: no-repeat
}

.dl_zhiding {
	background-image: url(../images/information/dl_zhiding.gif);
	background-position: 97% 0;
	background-repeat: no-repeat
}

.xl_zhiding {
	background-image: url(../images/information/xl_zhiding.gif);
	background-position: 97% 0;
	background-repeat: no-repeat
}

.imginfo {
	margin: 10px 0 5px;
	height: auto;
	max-width: 600px;
	cursor: pointer;
	/* width: expression(this.width>600 ? "600px":this.width); IE hack, removed */
}

.noborder {
	border-bottom: none !important
}

.blue .boxx .tit span {
	border-bottom: 3px #3592e2 solid
}

.blue .boxer_hd span {
	border-bottom: 1px #3592e2 solid;
	color: #3592e2
}

.green .boxx .tit span {
	border-bottom: 3px #42b712 solid
}

.green .boxer_hd span {
	border-bottom: 1px #42b712 solid;
	color: #42B712
}

.orange .boxx .tit span {
	border-bottom: 3px #f78015 solid
}

.orange .boxer_hd span {
	border-bottom: 1px #555 solid;
	color: #555
}

.red .boxx .tit span {
	border-bottom: 3px #C40000 solid
}

.red .boxer_hd span {
	border-bottom: 1px #C40000 solid;
	color: #c40000
}

.boxx {
	font-size: 14px;
	background-color: #fff;
	width: auto;
	height: auto;
	overflow: auto;
	display: block;
	padding: 15px 20px;
	margin-bottom: 20px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.boxx .jibie {
	padding-top: 20px;
	margin-top: 20px;
	width: 400px;
	float: right;
}

.boxx .tit {
	font-size: 1pc;
	color: #000;
	margin-bottom: 30px;
	border-bottom: 1px #e6e6e6 solid
}

.boxx .tit,
.boxx .tit span {
	padding-bottom: 10px;
	line-height: 26px
}

.boxx .tit a {
	float: right;
	font-weight: 400;
	text-decoration: none
}

.boxx .tit a:hover {
	color: red;
	text-decoration: none
}

.boxx .con li {
	padding-bottom: 5px
}

.boxx .con .shop_name {
	font-size: 14px;
	font-weight: 700;
	color: #4b78a5
}

.boxx .more {
	border-bottom: none
}

.boxx .more a,
.boxx a.all {
	text-decoration: underline
}

.boxx a.all {
	margin-left: 20px
}

.boxx .renzheng {
	width: 400px;
	float: right;
}

.boxx .renzheng p {
	margin-bottom: 8px;
	text-align: left
}

.boxx .renzheng p img {
	vertical-align: middle
}

.boxx .Identity span {
	padding-bottom: 3px;
	display: inline-block;
	/* margin-top: -2px; */
	/* padding-bottom: 0; */
}

.boxx .Identity img {
	vertical-align: -4px;
	padding-right: 2px;
	/* vertical-align: 5px; */
}

.boxx .school_logo {
	width: 560px;
	float: left;
	border-right: 1px #ddd solid;
}

.boxx .school_logo .userlogo {
	margin-bottom: 10px;
	border: 1px #d5d5d5 solid;
	width: 80px;
	height: 80px;
	border-radius: 65px;
	-webkit-transition: .4s;
	-webkit-transition: -webkit-transform .4s ease-out;
	transition: transform .4s ease-out;
	-moz-transition: -moz-transform .4s ease-out
}

.boxx .school_logo .userlogo:hover {
	transform: rotateZ(360deg);
	-webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg)
}

.boxx .school_logo .username {
	font-size: 17px;
	font-weight: 700
}

.boxx .school_logo .regtime {
	font-size: 14px;
	color: #999
}

.boxer {
	padding: 10px 15px 5px 15px;
	border: 1px #ddd solid;
	background-color: #fff
}

.boxer,
.boxer_hd {
	margin-bottom: 10px
}

.boxer_hd {
	font-size: 16px;
	color: #000;
	border-bottom: 1px #e6e6e6 solid
}

.boxer_hd span {
	height: 36px;
	line-height: 36px;
	display: block;
	float: left;
	font-weight: 700;
	padding: 0 5px
}

.boxer_bd {
	margin-bottom: 10px
}

.boxer_bd ul li {
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	background: url(../images/index/li_arrow.gif) 0 16px no-repeat;
	text-indent: 10px;
	overflow: hidden
}

.short ul li {
	font-size: 14px;
	float: left;
	display: block;
	width: 136px
}

font.shangjia {
	margin-left: 5px;
	padding-right: 3px;
	padding-left: 3px;
	height: 26px;
	background-color: #f30;
	color: #fff;
	font-size: 9pt;
	line-height: 26px
}

/* .full .information_bd {
	width: 1199px !important
} */

.zoombox {
	padding: 15px 0;
}

.zoompic {
	margin-left: auto;
	margin-right: auto;
	height: auto;
	background: url(../images/information/loading.gif) no-repeat 50% 50%;
	text-align: center
}

.zoompic img {
	width: 320px;
	height: 470px;
	object-fit: cover;
}

.sliderbox {
	height: 88px;
	overflow: hidden;
	margin: 6px 0 0
}

.sliderbox .arrow-btn {
	margin-top: 13px;
	width: 38px;
	height: 45px;
	background: url(../images/information/arrow-btn.png) no-repeat
}

.sliderbox #btn-left {
	float: left;
	background-position: 0 0;
	cursor: pointer
}

.sliderbox #btn-left.dasabled {
	background-position: 0 -36px;
	cursor: pointer
}

.sliderbox #btn-right {
	float: right;
	background-position: -38px 0;
	cursor: pointer
}

.sliderbox #btn-right.dasabled {
	background-position: -38px -36px;
	cursor: pointer
}

.sliderbox .sliderr {
	position: relative;
	float: left;
	display: inline;
	overflow: hidden;
	margin: 0 0 0 1px;
	width: 202px;
	height: 105px
}

.sliderbox .sliderr ul {
	position: absolute;
	left: 0
}

.sliderbox .sliderr li {
	float: left;
	width: 66px;
	height: 63px;
	text-align: center;
	transition: all 0.3s ease;
	margin: 5px 2px;
	border: 2px solid transparent;
}

.sliderbox .sliderr li:hover {
	border: 2px solid #0f52bb;
	transform: scale(1.05);
}

.sliderbox .sliderr li img {
	width: 88px;
	height: 86px
}

.sliderbox .sliderr li.currentt img {
	/* 当前选中图片样式 */
	border: 2px solid #1c9d43;
}

.userhd {
	text-align: center
}

.userhd img {
	padding: 1px;
	border: 1px #cdcdcd solid
}

.user {
	margin-bottom: 10px;
	border-top: 1px #ddd solid;
	border-left: 1px #ddd solid;
	text-align: left
}

.user li {
	overflow: hidden;
	border-right: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
	background-color: #fff;
	white-space: nowrap
}

.user li,
.user span {
	height: 35px;
	line-height: 35px
}

.user span {
	display: inline-block;
	margin-right: 5px;
	width: 68px;
	background-color: #fafafa;
	color: #333 !important;
	text-align: right
}

.user img {
	vertical-align: middle
}

.user font.tel {
	color: #f30;
	text-decoration: underline;
	font-weight: 700
}

.mayi {
	margin-right: 3px;
	padding: 2px;
	border: 1px #BEBEBE solid;
	color: #999;
	font-size: 12px;
	border-radius: 2px
}

.interested {
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.relates {
	background: #fff;
}

.relates ul {
	display: flex;
	justify-content: space-around;
}

.relates li {
	padding: 30px 0;
	overflow: hidden;
	width: 200px;
}

.relates li .relateimg img {
	width: 200px;
	height: 200px;
	border: 1px #ddd solid;
	padding: 1px
}

.relates li .relateimg {
	display: block;
	width: 25%
}

.relates li .relatetit {
	display: block;
	width: 90%;
	margin: 0 auto;
}

.relates li .relatedat {
	display: block;
	text-align: left;
	width: 65%;
	font-size: 12px;
	color: #999;
}

.relates .tit {
	height: 20px;
	overflow: hidden;
	font-size: 13px;
	font-weight: 700;
	margin-top: 8px;
	display: block;
	text-align: center;
}

.relates div.cat {
	font-size: 14px;
	color: #999;
	margin-top: 9px;
	display: block;
	float: left
}

a.viewmore {
	margin: 15px 0;
	display: block;
	background-color: #0f52bb;
	border: 1px #0f52bb solid;
	border-radius: 3px;
	font-size: 14px;
	width: 120px;
	text-align: center;
	height: 32px;
	line-height: 32px;
	transition: all 0.3s;
	box-shadow: 0 4px 6px -1px rgb(59 130 246 / 0.3), 0 2px 4px -2px rgb(59 130 246 / 0.3);
	color: #fff;
}

a.viewmore:hover {
	transform: scale(1.05);
}

.blue .cnt_baoming .hd span {
	border-bottom: 3px #3592e2 solid
}

.green .cnt_baoming .hd span {
	border-bottom: 3px #42b712 solid
}

.orange .cnt_baoming .hd span {
	border-bottom: 3px #f78015 solid
}

.red .cnt_baoming .hd span {
	border-bottom: 3px #C40000 solid
}

.authcode {
	border: 1px #ddd solid;
	cursor: pointer
}