@charset "utf-8";


header {
	width: 1200px;
	margin: 0 auto;
	background: #fff;
}

header .header-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 180px;
	padding: 0 20px;
	font-family: Arial;
	font-weight: bold;
	color: #053065;
}

header .logo {
	font-size: 58px;
	color: #053065;
}

header .MeetingName {
	width: 640px;
	font-size: 22px;
	line-height: 1.3;
}


header .date {
	font-weight: bold;
	width: 240px;
	text-align: right;
	line-height: 1.7;
	color: #333;
}

nav {
	background: #053065;
}

nav ul {
	display: flex;
}

nav ul li a {
	line-height: 50px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
	padding: 0 35px 0 35px;
	display: block;
}

nav ul li a.active,
nav ul li a:hover {
	color: #f44336;
}

/* banner */
.banner {
	position: relative;
	overflow: hidden;
}

.banner img {
	display: block;
	width: 100%;
}

.banner .swiper-pagination>* {
	background: #053065;
	opacity: 1;
	width: 12px;
	height: 12px;
	border-radius: 12px;
}

.banner .swiper-pagination>*.swiper-pagination-bullet-active {
	background: #f44336;
}



/* 快速链接 */
.Quick-link {
	background: #fff;
	width: 1200px;
	margin: 0 auto;
	padding: 20px 30px;
	display: flex;
	justify-content: space-between;
}

.Quick-link a {
	width: 280px;
	line-height: 96px;
	font-size: 18px;
	border-radius: 5px;
	color: #053065;
	background-color: #e2eaf2;
	border-radius: 5px;
	background-position: 25px center;
	background-repeat: no-repeat;
	background-size: 40px;
	padding-left: 80px;

}


.Quick-link .time {
	background-image: url(../img/time.png);

}

.Quick-link .time span {
	background: #f44336;
	border-radius: 5px;
	padding: 10px 5px 10px 5px;
	color: #FFFFFF;
}

.Quick-link .paper {
	background-image: url(../img/paper.png);
}

.Quick-link .attending {
	background-image: url(../img/attending.png);
}

.Quick-link .invitation {
	background-image: url(../img/invitation.png);
}


/* 内容主体 */
.container {
	background: #fff;
	width: 1200px;
	margin: 0 auto;
	padding: 20px 30px;
}

.Column-Name {
	background: url(../img/people.png) no-repeat left center;
	font-size: 24px;
	font-weight: bold;
	padding-left: 50px;
	padding-top: 18px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.Column-Name a {
	font-size: 14px;
	color: #053065;
	font-weight: normal;
}

.cont-flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.cont-flex .left {
	width: 800px;
}

.cont-flex .about {
	margin-top: 40px;
}

.cont-flex .text>*~* {
	margin-top: .8em;
}

.cont-flex .news {
	margin-top: 40px;
}

.cont-flex .news li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: url(../img/li.png) no-repeat left center;
	padding-left: 30px;
	line-height: 50px;
	border-bottom: 1px dashed #CCCCCC;
}

.cont-flex .news li a {
	max-width: 70%;
	color: #333;
}

.cont-flex .news li a:hover {
	color: #053065;
}

.cont-flex .keynote {
	margin-top: 40px;
}

.cont-flex .keynote .list {
	position: relative;
	overflow: hidden;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.cont-flex .keynote .list img {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.cont-flex .Submission {
	margin-top: 40px;
}

.cont-flex .right {
	width: 300px;
}


.cont-flex .right .bt {
	padding: 20px 0;
	text-align: center;
	font-size: 20px;
}

.cont-flex .right .contact {
	margin-top: 40px;
}

.cont-flex .right .important {
	background: #f7f8f9;
}

.cont-flex .right ul {
	border-top: 1px solid #C0C0C0;
}

.cont-flex .right ul li {
	border-bottom: 1px dashed #6f6e6e;
	text-align: left;
	padding: 34px 0px 34px 20px;
}

.cont-flex .right .important ul li:first-child {
	color: #fa1903;
}

.cont-flex .right .important ul li:last-child {
	border: none;
	font-weight: bold;
}

.cont-flex .right .contact {
	background: #f7f8f9;
}

.cont-flex .right .contact ul li:last-child {
	border: none;
}

.cont-flex .right .contact ul li p.mail {
	background: url(../img/mail.png) no-repeat left center;
	padding-left: 30px;
}

.sponsors {
	margin-top: 40px;
}

.sponsors .hxx {
	background: url(../img/hxx.png) center repeat;
	width: 98%;
	height: 3px;
}

.sponsors ul {
	padding: 30px 0px;
}

.sponsors ul li {
	height: 100px;
	margin: 0 10px;
}

.sponsors ul li img {
	width: auto;
	height: 100%;
}

footer {
	padding: 20px 0;
	text-align: center;
}



/*page*/
.page .typename {
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #707070;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.page .text .list-paddingleft-2 {
	padding-left: 1em;
}

.page .text .list-paddingleft-2>*~* {
	margin-top: .8em;
}

/* Speakers */
.page .Speakers li {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.page .Speakers li img {
	display: block;
	width: 130px;
	border-radius: 5px;
}

.page .Speakers li .info {
	width: calc(100% - 150px);
}

.page .Speakers li .info>*~* {
	margin-top: .5em;
}

.page .text td {
	padding: 10px;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
}

.page .text table {
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

.page .text img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}


.news-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.news-list li~li {
	margin-top: 10px;
	padding-top: 10px;
	border-top: dashed 1px #ccc;
}

.news-list li a {
	color: #333;
}

.news-list li a:hover {
	color: #f44336;
}

.news-list li p {
	max-width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}