/* main begin */
.main {
	padding-bottom: 110px;
}
/* main end */

/* main-top begin */
.main-top {
	padding-top: 34px;
	margin-bottom: 32px;
	border-bottom: 3px solid #f3f3f3;
}
.main-top li {
	float: left;
	margin-right: 20px;
}
.main-top .main-tab {
	margin-bottom: -3px;
}
.main-top li a {
	display: block;
	color: #4c4c4c;
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 15px;
}
.main-top li.current a {
	border-bottom: 3px solid #2c54c4;
}
.pos {
	padding-left: 35px;
	background: url(pos_ico.png) no-repeat left center;
}
.pos a {
	font-size: 16px;
	font-weight: 700;
	line-height: 25px;
	margin-left: 5px;
}
.pos span {
	margin-left: 5px;
}
/* main-top end */

/* content begin */
.con-l {
	width: 800px;
	padding-right: 28px;
	border-right: 2px solid #eaeaea;
}
.con-l > div {
	display: none;
}
.con-l > .show {
	display: block;
}
.con-top-l {
	width: 400px;
}
.con-top-l a {
	display: block;
	width: 100%;
}
.con-top-l span {
	color: #2c54c4;
	font-size: 24px;
}
.con-top-l h3 {
	color: #313131;
	font-size: 18px;
	font-weight: 700;
	line-height: 60px;
}
.con-top-l p {
	color: #999;
	line-height: 25px;
}
.con-top-l a:hover h3,
.con-top-l a:hover p {
	color: #2c54c4;
}
.main-con-top {
	margin-bottom: 15px;
}
.con-top-r {
	margin-left: 35px;
}
.con-list > div {
    zoom: 1;
    padding: 34px 0;
    border-bottom: 2px solid #e1e1e1;
    transition: 1s ease 0s;
}
.con-list > div:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow:hidden;
}
.con-list .list-l {
	width: 90px;
	height: 90px;
	float: left;
	padding-top: 15px;
	padding-left: 13px;
	background: #e1e1e1;
}
.list-l strong,
.list-l span,
.list-l i {
	display: block;
}
.list-l strong {
	color: #2c54c4;
	font-size: 30px;
	font-weight: 700;
}
.list-r {
	float: left;
	width: 670px;
	padding-left: 25px;
}
.list-r h3 {
	width: 100%;
	font-size: 18px;
	font-weight: 700;
	overflow: hidden;
	margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-r a {
	display: block;
}
.con-list > div:hover {
	background: #e1e1e1;
}
.list-r p {
	color: #999;
	width: 100%;
	line-height: 25px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 2;
  	-webkit-box-orient: vertical;
}
.con-r {
	width: 307px;
}
.news-logo {
	text-align: center;
	margin-bottom: 34px;
}
.news-book {
	text-align: center;
}
.news-book img {
	display: block;
	width: 238px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.news-book span {
	color: #4c4c4c;
	font-size: 18px;
	margin-top: 10px;
	font-weight: 700;
}
.news-book a {
	display: block;
}
.news-book a:hover span {
	color: #2c54c4;
}
.more-btn {
	margin-top: 20px;
}
/* content end */