.banner-full
{
	display: none;
}

.border-left
{
	border-left: 1px solid #ebebeb;
}

.content
{
	padding: 45px 0;
}
.content-box
{
	width: 90%;
	margin: 0 auto;
}

.content .tl
{
	font-size: 3em;
	line-height: 150%;
}
.content .stl
{
	padding: 10px 0 30px 0;
	line-height: 150%;
}

.content .stl span
{
	margin-right: 5px;
}

.content .stl .cate
{
	
	color: #1D5ED7;
}

.content .stl .sc,
.content .stl .dt
{
	color: #666;
}

.content .conts
{
	line-height: 150%;
}

.content img
{
	display:block;
	margin: 0 auto;
	max-width: 100%;
	height: auto !important;
}

/**********side-bar***********/
.side-bar
{
	
}

.side-bar .sd-item
{
	padding-bottom: 30px;
}

.side-bar .sd-box
{
	padding: 30px 15px;
}

.side-bar .item
{
	padding: 15px 0;
	border-bottom: 1px solid #ebebeb;
}

.side-bar h2.tl
{
	font-size: 1.25em;
	font-weight: bold;
}

.side-bar h3.tl
{
	font-size: 1em;
	font-weight: bold;
}

.side-bar .item .nm
{
	padding: 5px 0;
	font-weight: bold;
	line-height: 150%;
	font-size: 1.125em;
}

.side-bar .item .cd
{
	padding: 5px 0;
	line-height:150%; 
}

.side-bar .item .cd span
{
	margin-right:8px;
}


.side-bar .item .cate
{
	color: #1D5ED7;
}

.side-bar .item .dt
{
	font-size: 0.85em;
	color: #666;
}

.sd-more .items
{
	padding: 5px 0;
}

.sd-more .items a
{
	display:block;
	padding: 6px 30px 6px 30px;
	text-align: center;
	border:1px solid #ebebeb;
	margin: 5px 0;
	line-height: 20px;
	border-radius: 18px;
	
}

.sd-more .items a:hover
{
	border-color: #1D5ED7;
	color: #FFF;
	background-color: #1D5ED7;
}

@media screen and (max-width:1400px) {
	.content-box {
		width: 100%;
	}
}

@media screen and (max-width:991px) {
	
}

