.listcontiner{
    margin: auto;
    width: 1200px;
	height: 755px;
	background-color: #ffffff;
	box-shadow: 0px 0px 18px 0px 
		rgba(172, 172, 172, 0.22);
    border-radius: 10px;
    margin-top: 30px;
}
.detailbox{
    width: 100%;
    height: 695px;
    overflow: hidden;
    position: relative;
    top: -8px;
}
.listcontiner .detailleft{
    float: left;
    background-color: #ffffff;
	box-shadow: 3px 0px 6px 0px 
        #f0f0f0;
    width: 372px;
    height: 100%;
    box-sizing: border-box;
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 17px;
}
.listcontiner.sy .detailleft{
    width: 200px;
    padding-left: 0;
    padding-right: 10px;
}
.listcontiner .pcpath{
    width: 100%;
    line-height: 30px;
    overflow: hidden;
}
.listcontiner .pathleft{
    float: left;
}
.listcontiner .morebox{
    float: right;
    color: #7c7c7c;
    font-weight: bold;
}
.listcontiner .morebox a{
    color: #7c7c7c;
}

.listcontiner .pathleft a{
    color: #929191;
    font-size: 14px;
}
.listcontiner .pathleft a:hover,.morebox a:hover{
    color: #f76341;
}
.listcontiner .leftscrollbox{
    overflow-y: auto;
    height: 620px;
}
.listcontiner .leftscrollbox::-webkit-scrollbar {
    width: 9px;
}

.listcontiner .leftscrollbox::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    border-radius: 5px;
}

.listcontiner .leftscrollbox::-webkit-scrollbar-thumb {
    background-color: #dbdbdb;
    border-radius: 5px;
}

.listcontiner .leftscrollbox::-webkit-scrollbar-thumb:hover {
    background-color: #dbdbdb
}

.listcontiner .leftscrollbox::-webkit-scrollbar-thumb:active {
    background-color: #dbdbdb
}
.listcontiner .leftscrollbox a{
    display: block;
    width: 286px;
    height: 40px;
    margin: 12px 0;
    line-height: 40px;
    color: #404040;
}
.listcontiner .leftscrollbox a img{
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 8px;
}
.listcontiner .leftscrollbox a span{
    font-size: 18px;
    margin-left: 18px;
}
.listcontiner.sy .leftscrollbox a span{
    font-size: 14px;
    margin-left: 10px;
}
.listcontiner .leftscrollbox a:hover{
    color: #f76341;
    font-weight: bold;
}
.listcontiner .leftscrollbox a.active{
    width: 286px;
    height: 129px;
    background: url(../images/tabbg.png);
    line-height: 120px;
}
.listcontiner.sy .leftscrollbox a.active{
    width: 181px;
    height: 82px;
    background: url(../images/tabbg.png);
    line-height: 82px;
    background-size: 100%;
}
.listcontiner .leftscrollbox a.active img{
    width: 70px;
    height: 70px;
    margin-top: 28px;
}
.listcontiner.sy .leftscrollbox a.active img{
    width: 50px;
    height: 50px;
    margin-top: 15px;
}
.listcontiner .leftscrollbox a.active span{
    font-size: 22px;
    font-weight: bold;
    margin-left: 24px;
}
.listcontiner.sy .leftscrollbox a.active span{
    font-size: 18px;
    font-weight: bold;
    margin-left: 10px;
}
.listcontiner .detailright{
    float: left;
    width: 828px;
    height: 695px;
    box-sizing: border-box;
    padding-top: 60px;
    padding-left: 34px;
    
    padding-right: 20px;
    padding-bottom: 20px;
}
.listcontiner.sy .detailright{
    width: 770px;
    padding-top: 60px;
    padding-left: 5px;
    padding-right: 5px;
}
.listcontiner .rightscrollbox{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-right: 15px;
    overflow-y: auto;
}
.listcontiner.sy .rightscrollbox{
    padding-right: 1px;
}
.listcontiner .rightscrollbox::-webkit-scrollbar {
    width: 9px;
}

.listcontiner .rightscrollbox::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    border-radius: 5px;
}

.listcontiner .rightscrollbox::-webkit-scrollbar-thumb {
    background-color: #dbdbdb;
    border-radius: 5px;
}

.listcontiner .rightscrollbox::-webkit-scrollbar-thumb:hover {
    background-color: #dbdbdb
}

.listcontiner .rightscrollbox::-webkit-scrollbar-thumb:active {
    background-color: #dbdbdb
}

.listcontiner.sy {
    box-shadow: none;
    width: 1020px;
    box-sizing: border-box;
    padding: 0 25px;
}
























