@charset "utf-8";


@font-face {
	font-family: 'din';
	src: url('./fonts/din.ttf');
}

.din {
	font-family: 'din';
}

/*CSSDocument*/
* {
	margin: 0;
	padding: 0;
}

html {
	margin: 0 auto;
	width: 100%;
}

body {
	background: #fff;
	color: #4e4f4f;
	font-family: 'PingFang SC';
	-webkit-text-size-adjust: none;
	font-size: 14px;
	line-height: 26px;
}

a {
	-color: #4e4f4f;
	text-decoration: none;
	cursor: pointer;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}

a:hover {
	text-decoration: none;
	transition: .3s all;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-o-transition: .3s all;
}

img {
	border: none;
}

ol,
ul,
li {
	list-style: none;
}

li {
	list-style-type: none;
}

table {
	border-collapse: collapse;
}

input,
textarea,
button {
	outline: none;
}

textarea {
	resize: none;
}

img {
	max-width: 100% !important;
	height: auto !important;
	vertical-align: middle;
}

/**/
.center {
	text-align: center;
}

.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

.block {
	display: block;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}

/*字体颜色*/
.color3 {
	color: #333;
}

.color6 {
	color: #666;
}

.color9 {
	color: #999;
}

.colorc {
	color: #ccc;
}

.red,
.clr_r {
	color: #fe5a00 !important;
}

.blue,
clr_b,
clr_b2 {
	color: #0045e3 !important;
}

.green {
	color: #0ad200 !important;
}

.white {
	color: #FFF !important;
}

.orange {
	color: #ff9900 !important;
}

.purple {
	color: #490bd0 !important;
}

/*背景颜色*/
.bj_gray {
	background-color: #f0f0f0 !important;
}

.bj_white {
	background-color: #FFF !important;
}

.bj_red {
	background-color: #b60148 !important;
}

.bj_blue {
	background-color: #3f4fe4 !important;
}

.bj_orange {
	background-color: #fcba04 !important;
}

.bj_purple {
	background-color: #920ae8 !important;
}

/*定位*/
.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-col {
	flex-direction: column;
}

.flex-start {
	justify-content: flex-start;
}

.flex-shrink {
	flex-shrink: 0;
}

.justify-center {
	justify-content: center;
}

.align-start {
	align-items: flex-start;
}

/*字体样式*/
.bold {
	font-weight: bold;
}

.text-l {
	text-align: left;
}

.text-c {
	text-align: center;
}

.text-r {
	text-align: right;
}

.text-over {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/*间隔高度*/
.xian {
	height: 1px;
	background: #e5e5e5;
}

.kb10 {
	height: 10px;
}

.kb20 {
	height: 20px;
}

.kb30 {
	height: 30px;
}

.kb50 {
	height: 50px;
}

.kb100 {
	height: 100px;
}

.padding_l_30 {
	padding-left: 30px;
}

/* 公众部分 */
.container {
	width: 1330px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

/* 头部 */
.header {
	background-color: #0066FF;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}

.header li a {
	display: block;
	color: rgba(255, 255, 255, .8);
	font-size: 22px;
	padding: 0 4px;
	height: 78px;
	line-height: 78px;
}

.header .hide_1280 {
	padding: 0 20px;
}


.header li.active a,
.header li a:hover {
	font-size: 24px;
	color: rgba(255, 255, 255, 1);
}

.header .logo {
	padding: 12px 30px;
}

.header .logo a {
	display: block;
	width:150px;
}

.header .menu {
	width: 32px;
	padding: 10px 20px;
}

.header .menuBox {
	position: fixed;
	top: 70px;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	max-height: 100%;
	overflow-y: auto !important;
	padding: 10px 15px;
	background: rgba(0, 0, 0, .6);
	display: none;
	box-sizing: border-box;
}

.header .menuBox li a {
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.banner {
	margin: 78px 0 0;
	text-align: center;
}

.notice {
	position: relative;
	z-index: 9;
	height: 120px;
	font-size: 18px;
}

.notice .titImg {
	background-color: #F2F9FF;
	height: 100%;
	width: 19%;
	text-align: center;
	padding: 22px 0;
	box-sizing: border-box;
}

.notice .notice_left {
	width: 81%;
	text-align: center;
	padding: 20px 0;
}

.notice .notice_left .tit {
	color: #999999;
	margin-bottom: 5px;
}

.notice .notice_left .time {
	color: #FF6B00;
	font-size: 16px;
}

.notice .notice_left .time span {
	font-size: 30px;
}

.notice .notice_left .line {
	width: 1px;
	height: 62px;
	background-color: #EEEEEE;
}

.notice .notice_left li {
	flex: 1;
	min-width: 0;
}

.notice .notice_right {
	width: 35%;
	background: linear-gradient(#153ad8, #7600f5);
	height: 100%;
	justify-content: space-evenly;
}

.notice .notice_right .btn {
	width: 38%;
	height: 42px;
	line-height: 42px;
	border-radius: 8px;
	text-align: center;
	color: #FFF;
}

.science {
	margin-bottom: 80px;
}

.science .container-head {
	margin-bottom: 35px;
}

.annual-meet {
	background-image: url('../img/meetBg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	height: 140px;
	margin-bottom: 40px;
	box-shadow: 0 12px 10px rgba(0, 50, 232, 0.1);
	position: sticky;
	top: 78px;
	z-index: 9;
}


.annual-meet .container {
	height: 100%;
}

.meeting-left {
	padding-right: 40px;
}

.meeting-certificate {
	color: #9EC5FF;
	font-size: 18px;
	line-height: 40px;
	letter-spacing: 2px;
}

.meeting-certificate a {
	color: #FFFFFF;
}

.meeting-links a {
	color: #FFFFFF;
	font-size: 14px;
	border: 1px solid #FFFFFF;
	border-radius: 6px;
	padding: 7px;
	min-width: 120px;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
	margin-top: 3px;
}

.meeting-links a .iconfont {
	font-size: 14px;
}

.meeting-links a.fill {
	background-color: #fff;
	color: #0066FF;
}

.meeting-center {
	display: flex;
	padding: 0 50px;
	border-left: 1px solid rgba(232, 232, 232, 0.2);
	border-right: 1px solid rgba(232, 232, 232, 0.2);
}

.meeting-item+.meeting-item {
	margin-top: 18px;
}

.meeting-item {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: 700;
	white-space: nowrap;
}

.meeting-item a {
	color: #FFFF00;
}

.meeting-item span {
	opacity: 0.8;
}

.meeting-item .a-line {
	font-size: 16px;
	text-decoration: underline;
	font-weight: 400;
}

.meeting-col+.meeting-col {
	margin-left: 50px;
}


.no-login .container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.no-login a {
	border-radius: 4px;
	height: 80px;
	width: 40.5%;
	margin: 0 3%;
	color: #0057FF;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url('../img/btnBg.jpg');
	background-size: cover;
}

.no-login a img {
	margin-right: 5px;
}

.container-head {
	line-height: 1;
	display: flex;
	margin-bottom: 50px;
}

.container-title {
	font-size: 38px;
	color: #222222;
	padding-left: 30px;
	position: relative;
}

.container-title::before {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 3px solid #0032E8;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}


.container-eng {
	color: #EFEFEF;
	font-weight: 900;
	font-size: 60px;
	white-space: nowrap;
	text-transform: uppercase;
	position: absolute;
	left: 100%;
	top: 5px;
	margin-left: -35px;
	z-index: -1;
}

.white .container-eng {
	color: rgba(239, 239, 239, 0.1);
}

.white.container-title::before {
	border: 3px solid #fff;
}

.myBox {
	position: relative;
	z-index: 10;
}

.myBox .tit {
	padding: 24px;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	position: relative;
	overflow: hidden;
}

.myBox .cont {
	padding: 0 30px 0 0;
	font-size: 16px;
	color: #000000;
	margin-right: auto;
	line-height: 28px;
}

.myBox .cont div>span {
	padding-left: 20px;
}

.myBox .logOut {
	padding: 24px 30px;
	font-size: 16px;
	color: #878787;
	height: 30px;
	line-height: 30px;
	position: relative;
	right: auto;
	overflow: hidden;
	cursor: pointer;
}

.myBox .bjImg {
	position: absolute;
	top: 0;
	right: 0;
}

.myBox .logOut .bjImg {
	transform: rotateY(180deg);
	left: 0;
	right: auto;
}

/* 底部 */
.footer_left {
	width: 86%;
}

.footer_item {
	width: 33%;
}

.footer_left .tit {
	font-weight: bold;
	font-size: 18px;
	color: #333;
	margin-bottom: 15px;
}

.footer_left .nr {
	color: #666666;
	line-height: 22px;
}



.footer_middle .tit {
	line-height: 74px;
	font-size: 24px;
	border-bottom: 1px dashed #c7c7c7;
}

.footer_middle .nr {
	padding: 20px 0;
}

.footer_right {
	width: 200px;
}

.footer_right .chart {
	background-color: #F6F6F6;
	padding: 4px;
	display: flex;
	align-items: center;
}

.footer_right .chart p {
	color: #222222;
	font-size: 14px;
	padding: 0 10px;
	line-height: 22px;
}

.footer_right .chart img {
	width: 100px;
	height: 100px;
	margin-right: 10px;
}

.footer-box {
	padding: 50px 0 70px;
}

.end_logo {
	padding: 55px 30px 35px 30px;
}

.footer {
	color: #fff;
	background: rgba(111, 111, 111, 0.1);
	line-height: 24px;
	color: #999999;
	padding: 9px 0;
}

/* 子页面样式 */
/* 公用 */
.zybox {
	background: #ffffff;
	margin: 0 auto 40px auto;
	color: #000000;
}

.location {
	height: 55px;
	line-height: 55px;
	color: #666;
	font-size: 16px;

}

.location a {
	color: #666;
	margin-right: 10px;
}

.location span {
	color: #000;
	margin-left: 10px;
}

.zyTitle {
	font-size: 36px;
	line-height: 48px;
	padding: 35px;
	border-bottom: 1px solid #efefef;
}

.zybox .content {
	padding: 40px 0;
	font-size: 18px;
	line-height: 48px;
}

.zybox .table {
	width: 100%;
	border: 1px solid #e6e6e6;
	border-right: none;
	border-bottom: none;
}

.zybox .table tr th {
	padding: 10px;
	background: #f8f8f8;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	font-weight: normal;
}

.zybox .table tr td {
	background: #ffffff;
	text-align: center;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 10px;
}

/* 日程安排 */
.richeng .table tr th {
	color: #fff;
	background-color: #3595f8;
	border-color: #3595f8;
}

.richeng .btn {
	height: 50px;
	justify-content: flex-end;
}

.richeng .btn a {
	color: #ffffff;
	display: block;
	width: 210px;
	line-height: 50px;
	background: #eabc9d;
	text-align: center;
}

.richeng .btn a:hover {
	background: #fd954e;
}

/* 参会指南 */
.zhinan .table {
	margin: 10px 20px;
	width: calc(100% - 40px);
}

.zhinan .tit {
	padding: 30px 0;
	text-align: center;
}

.zhinan .tit span {
	height: 40px;
	line-height: 40px;
	padding: 0 24px;
	background: #2465fa;
	color: #fff;
	display: inline-block;
	position: relative;
}

.zhinan .tit span::after {
	content: '';
	position: absolute;
	bottom: -5px;
	right: 30px;
	width: 10px;
	height: 10px;
	background: #2465fa;
	transform: rotate(45deg);
}

/* 学术分会 */
.fenhui li {
	margin-bottom: 40px;
	background-color: #fff;
	box-shadow: 0 4px 18px rgba(48, 74, 113, 0.08);
}

@media screen and (max-width: 650px) {
	.fenhui li .nr {
	  display: none;
	}
  }

.fenhui li .tit {
	background: url('../img/titBg.jpg') no-repeat center;
	background-size: cover;
	color: #fff;
	font-size: 18px;
	padding: 5px 10px 5px 32px;
}

.fenhui li .tit span {
	font-size: 48px;
	margin-right: 20px;
}

.fenhui li .ft {
	border-top: 1px solid #F4F4F4;
	padding: 16px 40px;
}

.fenhui li .ft a {
	height: 46px;
	line-height: 46px;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	color: #fff;
	padding: 0 12px;
	width: 270px;
	display: inline-block;
	border: 1px solid #E1E1E1;
}

.fenhui li .ft a .iconfont {
	font-size: 18px;
}


.fenhui li .ft .lunwen {
	background: #cff2ff;
	color: #0057FF;
}

.fenhui li .ft .lunwen:hover {
	background-color: #0057FF;
	border-color: #0057FF;
	color: #fff;
}

.fenhui li .ft .chakan {
	margin: 0 16px 0 auto;
	background: #ea7900;
}

.fenhui li .ft .guanzu {
	background: #FFF5F3;
	color: #FF6B00;
	margin: 0 10px 0 auto;
}

.fenhui li .ft .chakan:hover {
	background: #ff9320;

}

.fenhui li .ft .guanzu:hover {
	background-color: #FF6B00;
	border-color: #FF6B00;
	color: #fff;
}

.fenhui li .nr {
	padding: 0 40px;
}

.fenhui li .nr .item {
	position: relative;
	padding: 8px 0;
	padding-left: 110px;
	border-bottom: 1px solid #F2F2F2;
}

.fenhui li .nr .item .label {
	color: #666666;
	position: absolute;
	left: 0;
	top: 0;
	width: 110px;
	text-align: right;
	padding: 8px 0;
}

.fenhui li .nr .item:last-child {
	border-bottom: 0;
}

.fenhui li .nr .item .label::before {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	background-color: #0057FF;
	border-radius: 50%;
	left: -4px;
	top: 50%;
	transform: translateY(-50%);
}

.fenhui li .nr .item .label span {
	width: 76px;
	display: inline-block;
	text-align-last: justify;
}

.fenhui li span.green {
	color: #3e9761;
}

/* 年会征文 */
.zhengwen a.fujian {
	color: #2465fa;
	text-decoration: underline;
}

/* 线上 */
.posterSearch {
	background: #f7f7f7;
	padding: 25px 0;
	justify-content: center;
}

.posterSearch .input input {
	height: 34px;
	line-height: 34px;
	border: 1px solid #e6e6e6;
	padding: 0 20px;
	font-size: 16px;
}

.posterSearch .select {
	position: relative;
	margin: 0 20px;
	width: 20%;
}

.posterSearch .btn {
	width: 90px;
	height: 36px;
	line-height: 36px;
	background: #5a8fe0;
	color: #fff;
	text-align: center;
	margin: 5px 20px;
	cursor: pointer;
}

.posterSearch .btn:hover {
	background: #1c70f0;
}

.poster .tit {
	padding: 10px 0;
}

.poster .table tr th {
	padding: 0;
}

.poster td {
	font-size: 16px;
}

.poster td .more {
	font-size: 16px;
	color: #5a9c49;
}

/* 大会特邀报告 */
.speech li {
	border: 1px solid #eeeeee;
	margin-bottom: 24px;
}

.speech li .tit {
	border-bottom: 1px solid #eeeeee;
	background: #f9f9f9;
	padding: 24px;
}

.speech li .tit .tt span {
	color: #0078ff;
	font-size: 24px;
	font-weight: bold;
	line-height: 26px;
}

.speech li .tit .tt {
	line-height: 26px;
}

.speech li .tit .chakan {
	height: 32px;
	line-height: 32px;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	color: #fff;
	padding: 0 12px;
	background: #459ac9;
	border-radius: 5px;
}

.speech li .tit .chakan:hover {
	background: #15a5f5;
}

.speech li .nr {
	padding: 30px;
}

.speech li .nr .img {
	padding-right: 30px;
}

/* 特邀报告详情 */
.speechTit {
	margin-top: -10px;
	background: #ffffff;
	text-align: center;
	padding: 0 35px 35px;
	border-bottom: 1px solid #efefef;
	font-size: 18px;
	line-height: 36px;
}

.speechInfo {
	color: #2a2a2a;
}

.speechInfo .person {
	border-top: 1px dashed #b1b1b1;
	margin: 30px 0 20px 0;
	padding: 20px 0 0 0;
	align-items: flex-start;
}

.speechInfo .person .img {
	padding: 15px 30px 0 0;
}

.show_650,
.show_980,
.show_1280 {
	display: none;
}

/* 当浏览器的可视区域小于1330px */
@media screen and (max-width:1330px) {
	.show_1280 {
		display: block;
	}

	.hide_1280 {
		display: none;
	}

	.container {
		margin: 10px;
		width: calc(100% - 20px);
	}

	.meeting-col+.meeting-col {
		margin-left: 20px;
	}

	.meeting-item {
		font-size: 16px;
	}

	.meeting-center {
		padding: 0 30px;
	}

	.meeting-left {
		padding-right: 20px;
	}

	.meeting-certificate {
		font-size: 16px;
	}
}

/* 当浏览器的可视区域小于1200px */
@media screen and (max-width:1200px) {
	.show_1200 {
		display: block;
	}

	.hide_1200 {
		display: none;
	}


	.myBox .cont>.flex:first-of-type {
		flex-direction: column;
		align-items: flex-start
	}

	.meeting-center {
		flex: 1;
		margin: 0 20px;
		flex-wrap: wrap;
	}

	.meeting-col {
		width: 50%;
	}

	.meeting-col+.meeting-col {
		margin-left: 0px;
	}

	.meeting-col-last {
		width: 100%;
	}

	.meeting-item+.meeting-item {
		margin-top: 0;
	}
}

/* 当浏览器的可视区域小于980px */
@media screen and (max-width: 980px) {
	.show_980 {
		display: block;
	}

	.hide_980 {
		display: none;
	}


	.container-title {
		font-size: 28px;
	}

	.container-eng {
		font-size: 50px;
	}

	.notice {
		font-size: 16px;
	}

	.myBox .cont>.flex {
		flex-direction: column;
		align-items: flex-start
	}


	.zybox .content {
		padding: 20px 30px;
		font-size: 16px;
		line-height: 30px;
	}

	.zyTitle {
		font-size: 28px;
		padding: 20px;
	}

	.fenhui li .tit {
		font-size: 16px;
	}

	.fenhui li .tit span {
		font-size: 32px;
	}

	.fenhui li .ft a {
		font-size: 16px;
		width: 200px;
	}

	.fenhui li .ft a .iconfont {
		font-size: 16px;
	}

	.fenhui li .ft {
		padding: 10px;
	}

	.speech li .tit {
		padding: 16px;
	}

	.speech li .tit .tt span {
		font-size: 20px;
	}

	.speech li .tit .chakan {
		font-size: 14px;
	}

	.speech li .nr {
		padding: 20px;
	}

	.posterSearch>span {
		display: none;
	}

	.posterSearch .select {
		width: 30%;
	}

	.speechTit {
		padding: 0 20px 20px;
		font-size: 16px;
		line-height: 28px;
	}

	.speechInfo .person {
		flex-direction: column;
		align-items: center;
		height: auto;
	}

	.header .menuBox li a {
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}

	.no-login {
		height: 140px;
	}

	.no-login a {
		margin: 0 10px;
		height: 60px;
		font-size: 20px;
		width: 40%;
	}

	.no-login a img {
		width: 44px;
		height: 44px;
	}


}

@media screen and (max-width: 750px) {

	/*
	.myBox .cont>.flex:last-child{display: none}
	.myBox .cont>.flex span{display: none}
	*/
	.myBox .cont .show {
		display: block !important
	}

	.annual-meet .container {
		flex-wrap: wrap;
		flex-direction: column;
		height: auto;
	}

	.meeting-center {
		margin: 0;
		width: 100%;
		padding: 0;
		border: 0;
	}

	.meeting-item {
		font-size: 14px;
	}

	.meeting-item .a-line {
		font-size: 14px;
	}

	.meeting-left {
		padding-right: 0;
	}

	.meeting-left img {
		display: none;
	}

	.meeting-certificate {
		font-size: 14px;
		line-height: 30px;
	}

	.annual-meet {
		height: 200px;
		padding: 5px 0;
		margin-bottom: 20px;
	}

	.meeting-right {
		width: 100%;
		margin-top: 5px;
	}




	.notice .notice_left {
		flex-direction: column;
		padding: 10px 0;
	}

	.notice {
		height: auto;
	}

	.notice .notice_left li {
		display: flex;
	}

	.notice .notice_left .line {
		display: none;
	}

	.notice .notice_left .tit {
		margin-right: 10px;
	}

	.notice .notice_left .time span {
		font-size: 20px;
	}

	.notice .titImg {
		width: 20%;
		padding: 20px;
	}

	.notice .notice_left .time {
		font-size: 14px;
	}

	.no-login {
		height: 140px;
		padding: 0;
	}

	.no-login .container {
		flex-direction: row;
		height: 100%;
	}
}

/* 当浏览器的可视区域小于650px */
@media screen and (max-width: 650px) {
	.hide_650 {
		display: none;
	}

	.show_650 {
		display: block;
	}

	.notice {
		margin: 10px 0 0 0;
	}

	.kb30 {
		height: 15px;
	}

	.notice .notice_left {
		width: 100%;
	}

	.myBox .tit {
		padding: 12px;
		height: auto;
	}

	.myBox .logOut {
		display: none;
	}

	.myBox .cont .huiyuan {
		display: none;
	}

	.myBox .tit .bjImg {
		display: none;
	}

	.zybox .content {
		padding: 15px 0;
		font-size: 14px;
		line-height: 26px;
	}

	.fenhui li {
		margin-bottom: 20px;
	}

	.fenhui li .ft a {
		width: 40%;
	}

	.fenhui li .tit,
	.fenhui li .nr {
		padding: 10px;
	}

	.speech .flex {
		flex-direction: column;
		align-items: flex-start;
	}

	.speech li .nr .img {
		padding: 0;
		margin: 0 auto;
	}

	.posterSearch {
		flex-direction: column;
	}

	.posterSearch>div {
		width: 90%;
		margin: 5px auto;
	}

	.posterSearch .input input {
		width: 100%;
		box-sizing: border-box;
	}

	.posterSearch .select {
		width: calc(100% - 40px);
	}

	.zybox .table tr td {
		font-size: 14px;
		line-height: 24px;
	}

	.poster td {
		font-size: 14px;
	}


	.container-title {
		font-size: 22px;
		padding-left: 20px;
	}

	.container-eng {
		font-size: 32px;
	}

	.container-title::before {
		width: 4px;
		height: 4px;
		border-width: 2px;
	}

	.footer_left {
		flex-wrap: wrap;
		justify-content: flex-start;
		width: 100%;
	}

	.footer_item {
		width: 50%;
		margin-bottom: 20px;
	}

	.footer_left .tit {
		margin-bottom: 10px;
	}

	.footer_right {
		margin-left: auto;
		width: 50%;
		margin-top: -120px;
	}

	.footer-box {
		flex-direction: column;
	}

	.footer_right .chart img {
		margin-right: 0;
	}

	.footer_right .chart p {
		padding: 0 2px;
	}

	.footer-box {
		padding: 20px 0 0;
	}


	.meeting-col {
		width: 100%;
	}

	.annual-meet {
		height: 260px;
	}


	.no-login {
		height: 140px;
		padding: 0;
	}

	.no-login a {
		font-size: 16px;
		height: 50px;
		margin: 0 5px;
		width: 42%;
	}

	.no-login a img {
		width: 34px;
		height: 34px;
	}
}



.news-main {
	padding: 0 10px;
}

.news-tips {
	font-size: 16px;
	color: #e1e1e1;
	line-height: 25px;
	padding: 30px 0;
	text-align: center;
}

.news-list li {
	margin-bottom: 28px;
	border: 1px solid #ebebeb;
	padding: 20px 25px;
	height: 120px
}

.news-list li a {
	display: block;
}

.news-list li .img-cont {
	width: 160px;
	height: 120px;
	overflow: hidden;
}

.news-list li .img-cont img {
	width: 100%;
	height: 100%;
	transition: all .35s;
}

.news-list li:hover .img-cont img {
	transform: scale(1.05);
}

.news-list li .news {
	margin-left: 185px;
}

.news-list li .news p {
	font-size: 16px;
	color: #828282;
	line-height: 25px;
	margin-bottom: 20px;
}

.news-list li .news p span {
	color: #000;
	padding-right: 15px;
}

.news-list li .news p b {
	font-weight: normal;
	color: #1782cf;
}

.news-list li .news p:last-child {
	margin: 0;
}

footer {
	background: #1111110a;
}

span.taguser {
	margin: 5px;
	background: #73bdff;
	border-radius: 3px;
	padding: 2px 5px;
	color: #fff;
}

span.salestatus {
	margin: 2px;
	background: #c8c0ff;
	border-radius: 3px;
	padding: 2px 4px;
	color: #fff;
}
span.salestatus-1 {
	
	background: #c0c0c0;
}
span.salestatus-2 {
	
	background: #c0c0c0;
}
span.salestatus10 {
	
	background: #20dc03;
}

.item_book_btn {
	padding: 5px 8px;
	font-size:14px;
	background: #73bdff;
	border-radius: 3px;
	padding: 2px 5px;
	color: #fff;
	cursor: pointer;
}