html,
body {
	background-color: #f7f7f7;
}

#banner {
	height: 120px;
	background-image: url(../img/competition/banner-bg.png);
	background-position: center;
	background-size: cover;
}

#wrap .content {
	padding-top: 20px;
	justify-content: space-between;
}

#left {
	width: 880px;
}

#left .area-container {
	height: 66px;
	background-color: #fff;
	border-bottom: 1px solid #f7f7f7;
	box-sizing: border-box;
}

#left .area {
	margin: 0 40px;
	height: 66px;
	line-height: 66px;
	font-size: 18px;
	box-sizing: border-box;
	cursor: pointer;
}

#left .area-active {
	font-weight: bold;
	border-bottom: 2px solid #00a4ff;
}

#left .match-wrap {
	width: 880px;
	background-color: #fff;
	padding: 0 40px;
	box-sizing: border-box;
	position: relative;
}

#left .match-container {
	width: 800px;
	position: absolute;
	top: 0;
	left: 40px;
	display: none;
}

#left .match-li {
	width: 100%;
	padding: 20px 0 25px 0;
	border-bottom: 1px solid #f7f7f7;
	box-sizing: border-box;
}

#left .match-li:last-child {
	border-bottom: none;
}

#left .match {
	width: 100%;
	height: 224px;
	position: relative;
	justify-content: space-between;
}

#left .match-pic {
	width: 405px;
	height: 224px;
	background-color: #e6e6e6;
}

#left .match-pic img {
	width: 100%;
	height: 100%;
}
#left .match-pic img:hover {
	box-shadow: 8px 8px 5px rgba(212, 212, 212, 0.35);
	transform: scale(1.05); 
}
#left .matching {
	position: absolute;
	top: 0;
	right: -40px;
}

#left .match-info {
	width: 350px;
	align-self: center;
}

#left .match-name {
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 22px;
}

#left .match-name:hover {
	color: #f92604;
	font-weight: bold;
}

#left .match-intro {
	width: 100%;
	line-height: 18px;
	color: #8c8c8d;
	height: 36px;
	overflow: hidden;
	margin: 20px 0 50px 0;
}

#left .match-time {
	color: #ccc;
}

#column {
	background-color: #fff;
}

#column .column-name {
	padding-left: 40px;
	height: 66px;
	line-height: 66px;
	font-size: 18px;
	box-sizing: border-box;
	border-bottom: 1px solid #f7f7f7;
}

#column .column-main {
	padding: 15px 40px 20px;
	justify-content: space-between;
}

#column .column-pic {
	width: 340px;
	height: 180px;
	background-color: #e6e6e6;
	border-radius: 5px;
}

#column .column-pic img {
	width: 100%;
	height: 100%;
}

#column .column-pic img:hover{
	transform: scale(1.05); 
}

#column .column-list {
	width: 440px;
	align-self: center;
}

#column .column-li {
	padding: 10px 0;
	position: relative;
}

#column .column-li::before {
	content: "";
	width: 2px;
	height: 2px;
	border-radius: 50%;
	position: absolute;
	background-color: #333;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

#column .column-li>a {
	width: 310px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 10px;
	box-sizing: border-box;
}
#column .column-li>a:hover {
	color: #2cc2ff;
}
#column .column-li>span {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

#right {
	width: 290px;
}

#right .recommend-wrap {
	height: 430px;
	background-color: #fff;
	padding: 32px 16px 0 16px;
	box-sizing: border-box;
}

#right .recommend-title {
	font-size: 26px;
	font-weight: bold;
	color: #00a4ff;
}

#right .recommend-slogan {
	padding: 14px 0 17px 0;
}

#right .revommend-container {
	flex-wrap: wrap;
	justify-content: space-between;
}

#right .revommend {
	width: 122px;
}

#right .revommend>a {
	width: 122px;
	height: 122px;
	background-color: #e6e6e6;
	border-radius: 5px;
	overflow: hidden;
}

#right .revommend>a img {
	width: 100%;
	height: 100%;
}

#right .revommend>a img:hover{
	transform: scale(1.05);
}

#right .revommend>div {
	text-align: center;
	padding: 12px 0;
	color: #ccc;
}

#right .revommend>div:hover{
	color: #f92604;
	cursor: pointer;
}

#right .direct-wrap {
	padding: 20px 31px 18px;
	background-color: #fff;
	margin-top: 24px;
}

#right .direct-content {
	position: relative;
	margin-bottom: 20px;
}

#right .direct-content::before{
	content: "";
	width: 3px;
	height: 3px;
	background-color: #333;
	position: absolute;
	top:50%;
	left: -10px;
	border-radius: 50%;
	transform: translateY(-50%);
}

#right .direct{
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

#right .direct-link{
	text-align: center;
	line-height: 44px;
	background-color: #00a4ff;
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
}
#right .direct-link:hover {
	color: #fff;
	background-color:#f92604;
	font-weight: bold;
}
.article-content p {
   padding: 10px 20px;
    line-height: 28px;
    font-size: 16px;
    color: #262626;
    letter-spacing: 0.2px;
    text-indent: 2em;
    margin-bottom: 20px;
}
#article-content p {
   padding: 10px 20px;
    line-height: 28px;
    font-size: 16px;
    color: #262626;
    letter-spacing: 0.2px;
    text-indent: 2em;
    margin-bottom: 20px;
}
.article-content h1 {
   padding: 10px 20px;
    line-height: 28px;
    font-size: 16px;
    color: #262626;
    letter-spacing: 0.2px;
    text-indent: 2em;
    margin-bottom: 20px;
}
.article-content h2 {
   padding: 10px 20px;
    line-height: 28px;
    font-size: 16px;
    color: #262626;
    letter-spacing: 0.2px;
    text-indent: 2em;
    margin-bottom: 20px;
}