@CHARSET "UTF-8";

/*
 *@Author: haibin.ye
 *@Date: 2018-06-08
 *@Remark: 竞买服务
 */

.service {
	display:table;
}
.service > div.left{
	background: #f5f5f5;
    border: 1px solid #e6e6e6;
    border-bottom: 0pxs;
    width: 19%;
    float: left;
}
.service > div.left > ul > li.menu {
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
}
.service > div.left > ul > li.menu > a{
	color: #333;
    display: block;
    width: 70%;
    height: 100%;
    padding-right: 30%;
    box-sizing: content-box;
    font-size: 16px;
}
.service > div.left > ul > li.menu.active{
	border-left: 3px solid rgb(192, 0, 8);
    background: rgb(255, 237, 227);
}
.service > div.left > ul > li.menu.active > a{
	color: rgb(180, 49, 54);
}
.service .submenu {
    border-bottom: 1px solid #e6e6e6;
}
.service > div.left > ul > li.submenu >a {
    color: #888;
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #fff;
    text-align: center;
}
.service > div.left > ul > li.submenu >a.active{
	color: rgb(180, 49, 54);
    border-left: 3px solid rgb(192, 0, 8);
    background: rgb(255, 237, 227);
}
.service > div.right {
    min-height: 680px;
    background: #fff;
    border: 1px solid #e6e6e6;
    width: 75.7%;
    padding: 0 2%;
    overflow: hidden;
    box-sizing: content-box;
    margin-bottom: 20px;
}
.service > div.right p.title{
	height: 50px;
    line-height: 50px;
    font-size: 17px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}
.service > div.right p.title > span {
    display: block;
    width: 164px;
    text-align: center;
}
.service > div.right p.title > i{
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 8px;
    left: 73px;
    border-bottom-color: #e6e6e6;
    border-top-width: 0;
    bottom: 0;
}
.service > div.right p.title > i:after{
	border-width: 7px;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    bottom: -9px;
    left: -7px;
    content: " ";
    border-bottom-color: #fff;
    border-top-width: 0;
}
.list {
    width: 100%;
}
.list > ul > li{
	height:40px;
	width:100%;
	border-bottom: 1px dashed #ddd;
}
.list .right > i {
    padding-right: 5px;
}
.list > ul > li > span{
	display:block;
	float:left;
	height:40px;
	line-height:40px;
}
.list > ul > li > .left{
	width:50px;
	background:url("../imgs/icons.png") no-repeat -73px 15px;
	border:0px;
}
.list .right {
    color: #4caf50;
    line-height: 40px;
    padding-right: 20px;
}
.list > ul > li > .size{
	width:100px;
	font-size: 12px;
    color: #cacaca;
    text-indent: 10px;
}
.contact{
	min-height: 170px;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}
.contact  img {
    width: 100%;
}
.info-list{
	height: 320px;
    width: 100%;
    margin-top: 10px;
}
.info-list > li.title{
	height: 25px;
}
.info-list > li.title > span{
	border-left: 10px solid rgb(245, 67, 54);
    height: 10px;
    margin: 5px 10px 0px 0px;
    float: left;
    line-height: 25px;
}
.info-list > li.item{
	line-height: 20px;
    border-left: 1px solid rgb(245, 67, 54);
    padding-left: 5px;
    padding: 10px;
}
.info-list > li.item > p {
    padding: 10px 0;
    margin: 0;
}
.info-list > li.item > p.padding-20 {
    padding-top: 20px;
}
.info-list > li.item > p.padding-0 {
    padding-top: 0px;
}
