/*html,body{background-color:#e5e5e5;}*/
.outBody{width:950px;margin:0 auto;
         /*background:url(../images/default/bodyBg.jpg) repeat-y;*/
	height:auto;/*min-height:600px;_height:600px;*/padding:0 4px;overflow:hidden;}
.outBody .content{margin:0 25px 10px;}
.outBody .content .top{height:63px;overflow:hidden;}
.top .logo{display:block;background:url(../images/default/logo.jpg) no-repeat;width:201px;
	height:30px;text-indent:-9999em;margin:13px 0 0 16px;}
.top .searchBody{width:320px;}
.top .searchBody .aP{padding-top:12px;}
.top .searchBody .sP{padding:2px 0 0 88px;}
.top .searchBody a{font-size:11px;}
.top .searchBody .searchTxt{height:22px;line-height:22px;width:158px;border:1px solid #7f9db9;vertical-align:middle;}
.top .searchBody .searchBtn{vertical-align:middle;}


.main .title{text-align:left;height:24px;line-height:24px;
	border-bottom:1px solid #e6e6e6;padding-right:4px;color:#505c63;}
.main .title a{color:#006b93;}
.main .title a:hover{text-decoration:none;}
.main .mainCon{margin-top:15px;}
.main .mainCon .siderBar{width:238px;}
.main .mainCon .siderBar .ico{vertical-align:middle;margin-right:5px;}
.main .mainCon .siderBar .icoA{color:#000;}
.main .mainCon .siderBar .icoA{text-decoration:none;}
.siderBarBox .title{background:url(../images/default/siderTitle.png) no-repeat;
	height:25px;line-height:25px;text-indent:12px;color:#FFF;font-weight:700;text-align:left;margin-top:11px;border:0;}
.siderBarBox h4{padding:0;margin:0;}
.siderBarBox a:hover{text-decoration:none;}
.oldsiderBarList{margin:0;padding:0;width: 238px;}
.oldsiderBarList li{line-height:24px;line-height:24px;padding-left:14px;background-color:#10a298;
	border-bottom:1px dashed #88d0cb;}
.oldsiderBarList li ul li{line-height:24px;line-height:24px;padding-left:0px;background-color:#10a298;
	border-bottom:1px dashed #88d0cb;margin-left:-14px}
.oldsiderBarList li img{cursor:pointer;vertical-align:middle;margin:7px 8px 7px 0;}
.oldsiderBarList li a{color:#fff;}
.oldsiderBarList li a:hover{text-decoration: underline;}
.oldsiderBarList li ul li{background-color:#2badad;}
.main .rightBox{background:url(../images/default/rightBoxTitle.png) no-repeat;
	color:#FFF;text-indent:11px;font-weight:700; line-height:20px;margin-top:10px;}
.main .rightCon{border-left:1px solid #c4c4c4;border-right:1px solid #c4c4c4;border-bottom:1px solid #c4c4c4;}
.main .rightCon ul li{line-height:20px;padding-left:14px;list-style:disc inside;color:#078889}
.main .rightCon ul li a{color:#078889;}
.main .rightCon ul li a:hover{ text-decoration:underline}
.main .leftCon{width:648px;height:auto;}

.adBox{border:1px solid #cbcbcb;text-align:left;margin-top:18px;}
.adBox .title{height:21px;ling-height:21px;color:#058a89;text-align:left;border-bottom:1px solid #cbcbcb;
	font-weight:bold;text-indent:4px;background:url(../images/default/adBoxBg.jpg) repeat-x;}
.adBox .con{margin:4px 3px;text-align:center;}
.adBox .con p{color:#585858;font-size:11px;text-align:left;}
.adBox .con a{font-size:11px;color:#006b93;}

.news{margin:0 0 6px 10px;}
.news span{display:block;color:#058A89;font-weight:bold;line-height:18px;}
.news a{font-size:11px;color:#006b93;}
.more{font-size:11px;color:#006b93;}



.outBodyBottom
{
    /*background:url(../images/default/bodyBottomBg.jpg) no-repeat;*/
    width:958px;
	height:4px;overflow:hidden;margin:0 auto;}
.footer{width:950px;margin:5px auto;text-align:right;}
.footer img{vertical-align:middle;padding-right:10px;}
.footer a{color:#0f8383;}


@media screen and (max-width: 978px) {
	.outBody {
		width: 100%;
		box-sizing: border-box;
	}

	.outBody .content {
		margin: 0 12px 10px;
	}

	.main .mainCon > table {
		width: 100%;
	}

	.main .mainCon > table >tbody > tr > td:nth-child(n+2) {
		display: none;
	}

	.main .mainCon .leftCon {
		width: 100%;
		box-sizing: border-box;
	}

	.main .mainCon .leftCon a img {
		width: 100%;
		height: auto;
		margin-top: 12px;
	}

	.main .mainCon .leftCon .tabBody:not([data-tab=ordering]) table {
		width: 100%;
		height: auto;
	}

	.main .mainCon .leftCon .tabBody:not([data-tab=ordering]) td {
    width: 100%;
    display: block;
    float: left;
	}

	.main .mainCon .leftCon img[src^="/ImgUpload/editor"] {
    width: 160px;
	}
}