body {
	font-family: Î¢ÈíÑÅºÚ;
	margin: 0;
	min-width: 1200px;
	background: #fff;
	color: #333;
	font-size: 18px;
}

* {
	box-sizing: border-box;
}

a {
	color: #333;
}

.w1200 {
	width: 1200px;
	margin: auto;
}

.clearfix:before,
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.banner {
	height: 500px;
	background: url("/images/2344/jyta-banner.jpg") center no-repeat;
}

.logo {
	width: 1200px;
	margin: auto;
	padding-top: 35px;
}

.section {
	width: 1200px;
	margin: 35px auto;
}

.ly-title {
	line-height: 60px;
	text-align: center;
	height: 60px;
	background: url("/images/2344/jyta-titlebg.png") center no-repeat;
}

.ly-title a {
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	display: inline-block;
}

.ly-list {
	margin: 20px 0;
	max-height: 400px;
	overflow: hidden;
}

.ly-list li {
	height: 40px;
	line-height: 40px;
	position: relative;
	padding-left: 15px;
}

.ly-list li:before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #333;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}

.ly-list li a {
	display: inline-block;
	max-width: 1050px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
}

.ly-time {
	float: right;
	color: #999;
}

.jyta-row input[type="text"] {
	float: left;
	width: 225px;
	margin-right: 10px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #e1e1e1;
	border-radius: 2px;
	padding: 10px;
}

::placeholder {
	color: #999;
}

.jyta-row button {
	background: #1e6ad3;
	color: #fff;
	font-size: 18px;
	height: 52px;
	line-height: 52px;
	padding: 0 40px;
	border-radius: 6px;
	border: 0;
	margin-left: 10px;
}

.jyta-row button:hover {
	background: #165fc4;
}

.ly-tabs {
	margin: 20px -23px 0;
}

.ly-tab {
	float: left;
	width: 50%;
	padding: 0 23px;
	text-align: center;
}

.ly-tab a {
	color: #999;
	font-size: 30px;
	padding: 20px 0;
	display: block;
	border-bottom: 3px solid #e4e4e4;
	font-weight: bold;
}

.ly-tab.active a {
	color: #1e6ad3;
	border-bottom-color: #1e6ad3;
}

.ly-table {
	border-collapse: collapse;
}

.ly-table th,
.ly-table td {
	border: 1px solid #1e6ad3;
	border-collapse: collapse;
}

.ly-table th {
	background: #1e6ad3;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}

.ly-table td {
	padding: 10px;
	text-align: center;
	line-height: 1.8;
}

.ly-table td a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}