.content{
    width: 100%;
    background-color: #f1f1f1;
}
.content>div{
    width: 1200px;
    display: flex;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 80px;
}
.content_l{
 width: 180px;
 margin-right: 20px;   
 background-color: #fff;
}
.content_r{
    width: 1000px;
}
.content_l>li .title{
    height: 60px;
    padding-left: 40px;
    line-height: 60px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}
.content_l .title_list div{
    height: 40px;
    padding-left: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}
.content_l .title_list .title_list_color{
    background-color: #ffede4;
    color: #fe6c1d;
    border-left: 1px solid #fe6c1d;
}
.content_l .title span{
    margin-left: 10px;
}
.content_l .title_list{
    display: none;
}
.content_l>li .title_color{
    background-color: #ffede4;
    color: #fe6c1d;
    border-left: 1px solid #fe6c1d;
}
.main1,.main2,.main3,.main4 {
	width:100%;
	height:100%;
	display:none;
}
.content_r .checked {
	display:block;
}




.box {
	width:400px;
 cursor: pointer;
}
.selectBox {
	border:1px solid #ccc;
	height:40px;
	line-height:40px;
	padding:0 10px;
}
.selectList {
	border:1px solid #ccc;
	background-color: #fff;
	position: absolute;
    z-index: 113;
    padding: 10px;
}
.selectList li {
	line-height:35px;
	padding:0 5px;
}
.arrow-icon {
	background:url(https://www.jq22.com/tp/6369140452308468942047554.png) no-repeat right center;
	/*-moz-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1)*/
}
.selectList li:hover {
	background:#ccc;
}
.none {
	display:none
}
 .tancukuang{
            border: 1px solid #000;
            display: flex;
            width: auto;
            float: left;
            padding: 10px;
        }
        .menuTree {
            margin-left: -30px;
            /* display: none; */
        }

        .menuTree div {
            padding-left: 30px;
        }

        .menuTree div ul {
            overflow: hidden;
            display: none;
            height: auto;
        }

        .menuTree span {
            display: block;
            height: 25px;
            line-height: 25px;
            padding-left: 5px;
            margin: 1px 0;
            cursor: pointer;
            border-bottom: 1px solid #CCC;
            display: flex;
                padding-right: 40px;
        }

        .menuTree span:hover {
            background-color: #e6e6e6;
            color: #cf0404;
        }

        .menuTree a {
            color: #333;
            text-decoration: none;
        }

        .menuTree a:hover {
            color: #06F;
        }

        .btn {
            height: 30px;
            margin-top: 10px;
            border-bottom: 1px solid #CCC;
        }
        .inbut{
            width: 300px;
            height: 30px;
            border: 1px solid #000;
        }
        .tancukuang{
            display: none;
        }