.content {
    width: 100%;
    background-color: #FFFFFF;
	padding-bottom: 99px;
}

.float-box{
	position: fixed;
	right: 0;
	top: 150px;
	padding: 30px 20px 40px 20px;
	box-sizing: border-box;
	border-radius: 10px;
	border: 1px solid #1084DB;
	background-color: #FFFFFF;
	z-index: 3000;
}

.float-box img{
	width: 80px;
	height: 80px;
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}

.float-box .join-in{
	font-size: 14px;
	color: #333333;
	margin-bottom: 6px;
	text-align: center;
}

.float-box .text{
	font-size: 16px;
	color: #1084DB;
	text-align: center;
}

.c-img {
 width: 100%;
 height: 99px;
 background-color: #1084DB;
 position: fixed;
 bottom: 0px;
 left: 0;
 z-index: 2000;
}

.w-1 {
 width: 1000px;
 margin: 0 auto;
 padding: 10px 0;
 box-sizing: border-box;
 display: flex;
 justify-content: space-between;
 align-items: center;
}

.w-left img {

 width: 100%;
 height: 40px;
}

.w-right {
 cursor: pointer;
}

.mask {
 width: 100%;
 height: 100%;
 position: fixed;
 left: 0;
 top: 0;
 z-index: 3000;
 background-color: #000000;
 opacity: 0.4;
}

.tk-box {
 width: 900px;
 height: 560px;
 position: fixed;
 top: 50%;
 left: 50%;
 margin-top: -280px;
 margin-left: -450px;
 z-index: 3100;
}

.close {
 width: 100%;
 height: 48px;
 margin-bottom: 15px;
 cursor: pointer;
}

.close img {
 width: 100%;
 height: 100%;

}

.tk-box .t-bt {
 width: 900px;
 height: 470px;
 background-color: #ffffff;
 border-radius: 16px;
 overflow: hidden;
}

.tk-box .bt {
 width: 100%;
 display: flex;
 justify-content: space-between;
 background-color: #f2f2f2;
}

.tk-box .bt li {
 width: 33%;
 height: 60px;
 cursor: pointer;
 text-align: center;
 line-height: 60px;
 padding: 0 2px;
 box-sizing: border-box;
}

.tk-box .bt .active {
 background-color: #ffffff;
}

.tk-box .bt span {
 color: #fb3e3e;
}

.tk-box .bt-img img {
 width: 100%;
 height: 400px;

}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
}

.flex-start {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    box-align: flex-start;
    -moz-box-align: flex-start;
    -webkit-box-align: flex-start;
}

.flex-end {
    align-items: flex-end;
    -webkit-align-items: flex-end;
    box-align: flex-end;
    -moz-box-align: flex-end;
    -webkit-box-align: flex-end;
}

.flex-column {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
}

.flex-column-between {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit--moz-box-pack: space-between;
    box-pack: space-between;
}

.flex-between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit--moz-box-pack: space-between;
    box-pack: space-between;
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    box-align: flex-start;
    -moz-box-align: flex-start;
    -webkit-box-align: flex-start;
}

.flex-center {
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit--moz-box-pack: center;
    box-pack: center;
}

.flex-jend {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -moz-box-pack: flex-end;
    -webkit--moz-box-pack: flex-end;
    box-pack: flex-end;
}

.w1000 {
    width: 1000px;
    margin: 0 auto;
}

.banner {
	position: relative;
	margin-top: -10px;
    width: 100%;
    height: 430px;
}

.banner .img-box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.banner .img-box img {
    width: 1920px;
    position: absolute;
    top: 0;
    left: calc((100% - 1920px) / 2);
}

.nav{
	width: 100%;
	padding: 38px 0 12px 0;
	padding-left: calc((100% - 1000px) / 2);
	box-sizing: border-box;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}

.title{
	font-size: 30px;
	color: #333333;
	line-height: 42px;
	font-weight: bold;
	margin-bottom: 38px;
	text-align: center;
}

.list{
	width: 100%;
}

.list li{
	width: 100%;
	height: 238px;
	box-shadow: 0px 3px 20px rgba(138, 138, 138, 0.16);
	background-color: #FFFFFF;
	margin-bottom: 46px;
}

.list li:last-child{
	margin-bottom: 0;
}

.list li .img-box{
	width: 423px;
	height: 100%;
	overflow: hidden;
	background-color: #CCCCCC;
}

.list li .img-box img{
	width: 100%;
}

.list li .right-info{
	width: calc(100% - 432px);
	height: 100%;
	padding: 0 32px 0 34px;
	box-sizing: border-box;
}

.list li .right-info .name{
	/* width: 316px; */
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	line-height: 28px;
	margin-bottom: 4px;
	/* display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	word-break: break-all;
	text-overflow: ellipsis; */
}

.list li .right-info .time{
	font-size: 16px;
	color: #0E82D9;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 4px;
}

.list li .right-info .introduce{
	margin-bottom: 6px;
}

.list li .right-info .introduce .item{
	padding-right: 12px;
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	border-right: 1px solid #666666;
	margin-right: 12px;
}

.list li .right-info .introduce .item:last-child{
	padding-right: 0;
	border-right: none;
	margin-right: 0;
}

.list li .right-info .main-title{
	font-size: 14px;
	color: #999999;
	line-height: 22px;
	margin-bottom: 2px;
}

.list li .right-info .main{
	font-size: 14px;
	color: #999999;
	line-height: 20px;
	white-space: pre-line;
}

.qrcode img{
	width: 147px;
	height: 158px;
	margin-bottom: ;
}

.qrcode .text{
	text-align: center;
	font-size: 16px;
	color: #333333;
	font-weight: 700;
	line-height: 22px;
}

.page{
	padding: 40px 0;
}