.body{
	padding-top: 406px;
}
/*面包屑*/
.nav {
    line-height: 60px;
    padding: 0 60px;
    margin: 0;
    height: 60px;
    font-size: 14px;
    color: #999;
    border-bottom: 10px #F7F7F7 solid;
}
.nav img {
    margin-right: 10px;
}


.conteiner{
	padding-top: 0;
}


.pager {
    overflow: hidden;
    clear: both;
    padding: .05rem;
    text-align: center;
    font-size: 16px;
}
.currentIndex {
    background-color: #EDFBFE;
    font-size: 16px;
}
.pager a {
    display: inline-block;
    padding: 3px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    color: #000;
    height: 18px;
    line-height: 18px;
    border: 1px solid #ffffff;
}
.pager a:hover {
    background: #EDFBFE;
    color: #3076C4;
    text-decoration: none;
    border: 1px solid #dedede;
}
#button{
	cursor: pointer;
}


.pic-right,.pic-left{
	display: inline-block;
}
.pic-right ul{
	margin-left: 0;
    width: 470px;
}
.pic-right .ul-list-right {
    margin-left: 40px;
}
.pic-left img{
    width: 265px;
    height: 150px;
    margin: 0; 
}
.vedio-row-pic{
	margin-bottom: 0;
}
.nav-left{
	width: 55%;
	margin-left: 60px;
	display: inline-block;
    vertical-align: top;
}
.nav-left .theme-title,.nav-right .theme-title {
	margin: 0;
	width: 100%;
	border-bottom: 1px solid #bbb;
	background: none;
}
.nav-left .theme-title span,.nav-right .theme-title span{
	margin: 0;
	border-bottom: 2px solid #3c85d7;
	display: inline-block;
    padding: 5px 0px;
}
.nav-left .ul-list-right,.nav-right .ul-list-right{
	margin: 0;
	width: 100%;
}
.nav-left .pic-right ul,.nav-right .pic-right ul,{
	width: 100%;
}
.nav-left .pic-right{
	width: 96%;
}
.nav-left ul li:nth-child(6),
.nav-left ul li:nth-child(11){
    border-top: 1px solid #E5E5E5;
    margin-top: 10px;
    padding-top: 10px;
}

.theme-title a:first-child {
    display: inline-block;
    color: #3c85d7;
    font-weight: bold;
    font-size: 24px;
    line-height: 60px;
     margin-left: 0; 
    border-bottom: 2px solid #3c85d7;
}

.nav-right{
	width: 30%;
    height: 680px;
    display: inline-block;
    margin-right: 60px;
    margin-left: 25px;
    margin-top: 18px;
    padding-left: 25px;
    border-left: 1px solid #E5E5E5;
}
.nav-right ul{
	list-style: none;
}
.nav-right ul li{
	width: 260px;
	height: 60px;
	margin-bottom: 10px;
}
.nav-right ul li a{
	display: block;
	width: 260px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #333333;
	border-radius: 2px;
	background-color: #F1F1F1;
}
.nav-right ul li a:hover{
	background-color: #3c85d7 !important;
	color: #FFFFFF !important;
}
.nav-left{
	margin-top: 18px;
}
.nav-right .ul-list-right ul,
.nav-left .ul-list-right ul,
.nav-right .ul-list-right ul li,
.nav-left .ul-list-right ul li{
	width: 96%;
}
.nav-right .theme-title a{
	float: none;
}
@media (max-width: 480px){
	.body{
	    padding-top: 110px;
	}
	.nav{
		padding: 0;
		height: auto;
		line-height: 24px;
		padding-top: 2%;
	}
	.pic-right{
		width: 98%;
	}
	.pic-right .ul-list-right{
		padding: 0;
		margin: 0;
	}
	.pic-right ul{
		width: 100%;
	}
	.pic-left img{
		width: 100%;
		height: 100%;
	}
	.nav-left{
		width: 100%;
		margin-left: 0;
		display: inline-block;
	    vertical-align: top;
	}
	.nav-left .pic-right{
		width: 100%;
	}
	.nav-left .ul-list-right{
		width: 100%;
	}
	.nav-right{
		display: none;
	}
}