@charset "utf-8";

/* 内容 */
article .container {
	display: flex;
	justify-content: space-between;
}

/* 关于 */
.about {
	padding: 50px 0 60px;
}

.about .text {
	font-size: 20px;
	color: #333;
}

.about .container {
	display: block;
}

/* left */
.left {
	width: 970px;
}

/* 大会新闻 */


.index_news .list .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 20px;
	color: #333;
	padding: 15px 0;
	padding-left: 70px;
	background: url('../img/icon-4.png') no-repeat 27px center;
}

.index_news .list .item a {
	max-width: 85%;
	color: #333;
}

.index_news .list .item a:hover {
	color: #ffc722;
}

.index_news .list .time {
	font-weight: normal;
}

/* 论文征集 */

.index_paper {
	margin-top: 60px;
}

.index_paper .cont {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: url('../img/bg-1.png') no-repeat 0 0/100% 100%;
	padding: 40px 0 40px 30px;
}

.index_paper .img {
	width: 156px;
}

.index_paper .img img {
	display: block;
	width: 100%;
}

.index_paper .text {
	width: 750px;
	font-size: 20px;
	text-align: justify;
}

/* index_area */

.index_area .text {
	color: #595959;
	font-size: 20px;
}

.index_area .text>* {
	margin-bottom: 1em;
}

.index_area .text ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 5%;
}

.index_area .text li {
	width: 49%;
	line-height: 1.2;
	list-style: disc;
	margin-bottom: 1em;
}

/* index_publication */
.index_publication {
	margin-top: 50px;
}

.index_publication .text {
	color: #595959;
	font-size: 20px;
}

/* index_guide */
.index_guide {
	margin-top: 50px;
}

.index_guide .text {
	color: #595959;
	font-size: 20px;
}

/* index_guide */
.index_guide {
	margin-top: 50px;
}

.index_guide .text {
	color: #595959;
	font-size: 20px;
}

.index_guide ul {
	padding-left: 1em;
}

.index_guide li {
	list-style: disc;
}

/* 特邀嘉宾 */
.distinguished_guest {
	margin-top: 50px;
}

.distinguished_guest .list {
	display: flex;
	flex-wrap: wrap;
}

.distinguished_guest .item {
	display: flex;
	justify-content: space-between;
}

.distinguished_guest .item:nth-child(n+3) {
	margin-top: 40px;
}

.distinguished_guest .img {
	overflow: hidden;
	width: 170px;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.distinguished_guest .img img {
	display: block;
	height: 100%;
}

.distinguished_guest .text {
	display: block;
	width: calc(100% - 185px);
	font-size: 14px;
}

.distinguished_guest .title {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.distinguished_guest .title span {
	font-size: 18px;
	margin-left: 5px;
	font-weight: normal;
}

.distinguished_guest .line {
	height: 1px;
	background: #eee;
	margin: 10px 0 15px;
}

.distinguished_guest .line span {
	display: block;
	width: 120px;
	height: 1px;
	background: #ffc722;
}

.distinguished_guest .area {
	color: #333333;
}


/* 支持单位 */
.index_support {
	margin-top: 50px;
}

.index_support .list {
	display: flex;
}

.index_support .item {
	position: relative;
	width: 147px;
}

.index_support .item~.item {
	margin-left: 30px;
}

.index_support .img {
	width: 100%;
	padding-bottom: 100%;
}

/* right  */
.right {
	width: 310px;
}

.right>div {
	padding: 35px 0 35px 35px;
	border: solid 1px #eee;
}


/* 重要日期 */
.Important_dates {
	margin-bottom: 50px;
}

.Important_dates .list {
	margin-top: 25px;
}

.Important_dates .list .item {
	padding-left: 20px;
	position: relative;
	font-size: 20px;
	color: #333;
}

.Important_dates .list .item.red {
	color: #e70a0a;
}

.Important_dates .list .item~.item {
	margin-top: 30px;
}

.Important_dates .list .item::before {
	content: '>';
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 20px;
}


.Important_dates .list .item.bold .subtitle {
	display: flex;
	margin-top: 10px;
	width: 87%;
}

.Important_dates .list .item.bold .subtitle div {
	border: solid 1px #ffc722;
	padding: 2px;
	line-height: 1.2;
}

.Important_dates .list .item.bold .subtitle p {
	background: #ffc722;
	text-align: left;
	padding: 5px 15px;
}


/* 投稿邀请 */
.index_contribute {
	margin-bottom: 25px;
}

.index_contribute .list {
	padding-right: 25px;
	padding-top: 30px;
}

.index_contribute .item {
	border-radius: 3px;
	border: solid 1px #276658;
	padding: 2px;
}

.index_contribute .item~.item {
	margin-top: 15px;
}

.index_contribute .item a {
	border-radius: 3px;
	text-align: center;
	background: #276658;
	color: #fff;
	font-size: 16px;
	display: block;
}

/* 联系我们 */

.index_contact .list {
	margin-top: 30px;
}

.index_contact .item {
	position: relative;
	padding-left: 20px;
	font-size: 18px;
	color: #333;
}

.index_contact .item~.item {
	margin-top: 15px;
}

.index_contact .item::before {
	content: '>';
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
}

/* page */

/* banner_ny */
.banner_ny {
	overflow: hidden;
	position: relative;
	width: 100%;
	margin-bottom: 40px;
}

/* cont */
.cont {
	font-size: 18px;
	color: #333;
	padding: 10px 39px;
}

.cont table {
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
}

.cont table td {
	border-left: 1px #333 solid;
	border-top: 1px #333 solid;
	padding: 10px;
}

/* 大会议题 */
.Topics .item {
	margin-bottom: 30px;
}

/* 组织架构 */

.Organization img {
	display: block;
	max-width: 100%;
	height: auto !important;
}


/* 特邀嘉宾 */
.guests .item {
	display: flex;
	justify-content: space-between;
}

.guests .item~.item {
	margin-top: 30px;
}

.guests .img {
	overflow: hidden;
	width: 170px;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.guests .img img {
	display: block;
	height: 100%;
}

.guests .text {
	display: block;
	width: calc(100% - 185px);
}

.guests .title {
	font-size: 30px;
	font-weight: bold;
	color: #333;
}

.guests .title span {
	font-size: 22px;
	margin-left: 5px;
	font-weight: normal;
}

.guests .line {
	height: 1px;
	background: #eee;
	margin: 10px 0 15px;
}

.guests .line span {
	display: block;
	width: 120px;
	height: 1px;
	background: #ffc722;
}

.guests .area {
	color: #333333;
}

/* 会议地点 */

.venue img {
	display: block;
	max-width: 100%;
	margin: 20px auto 0;
	height: auto !important;
}


/* 大会新闻 */
.news .list .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 20px;
	color: #333;
	padding-left: 35px;
	background: url('../img/icon-4.png') no-repeat 0 center;
}

.news .list .item~.item {
	margin-top: 20px;
}

.news .list .item a {
	max-width: 85%;
	color: #333;
}

.news .list .item a:hover {
	color: #ffc722;
}

.news .list .time {
	font-weight: normal;
}

/* 新闻详情 */

.news_detail .title {
	margin-bottom: 10px;
	line-height: 1.2;
}

.news_detail .info {
	font-size: 16px;
	color: #999;
	border-bottom: dashed 1px #ccc;
	margin-bottom: 20px;
	padding-bottom: 15px;
	display: flex;
	align-items: center;
}

.news_detail .info span {
	margin-right: 30px;
}

.news_detail .detail {
	font-size: 20px;
	color: #333;
	line-height: 1.7em;
}

.news_detail .detail img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}