html {
    background-color: #F0F0F0;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}


.hotSearch {
    display: none;
    position: absolute;
    left: 245px;
    top: 82px;
    width: 625px;
    background-color: #FFF;
    z-index: 10;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 0 10px 5px #F0F0F0;
    -moz-box-shadow: 0 0 10px 5px #F0F0F0;
    box-shadow: 0 0 10px 5px #F0F0F0;
}

.hotSearch-Head {
    height: 34px;
    padding: 0 0 0 23px;
    border-bottom: 1px solid #F8F8F8;
    line-height: 34px;
    color: #999;
    font-size: 11px;
}

.hotSearch-Main {
    padding: 19px 0 0;
}

.hotSearch-Main span {
    display: inline-block;
    height: 14px;
    margin-bottom: 19px;
    padding: 0 23px;
    border-right: 1px solid #F0F0F0;
    line-height: 14px;
    font-size: 11px;
    cursor: pointer;
}
.hotSearch-Main span a{
    color: #333;
}
.hotSearch-Main span:last-of-type {
    border: 0;
}
.hotSearch-Main span a:hover {
    color: #00A0EA;
}


.contractList {
    padding: 20px 0 0;
}

.contractList-Search {
    height: 146px;
    margin-bottom: 24px;
    padding: 30px 246px 0;
    background-color: #FFF;
    border-radius: 5px;
}

.contractList-Search-Input {
    position: relative;
    padding: 0;
}

.contractList-Search-Input i {
    display: block;
    position: absolute;
    top: 16px;
    right: 95px;
    width: 20px;
    height: 20px;
    background-image: url(/deploy/assets/w2.0/img/contractBg.png);
    background-repeat: no-repeat;
}

.contractList-Search-Input input {
    width: 100%;
    height: 52px;
    padding: 0 0 0 18px;
    border: 1px solid #DBDBDB;
    background-color: #FFF;
    color: #333;
    font-size: 11px;
}

.contractList-Search-Input button {
    position: absolute;
    top: 0;
    right: 0;
    width: 83px;
    height: 52px;
    border: 0;
    background-color: #00A0EA;
    color: #FFF;
    font-size: 14px;
    outline: 0;
}

.contractList-Search-Hot {
    padding: 20px 0 0;
    color: #333;
    font-size: 13px;
    text-align: center;
}

.contractList-Search-Hot a {
    margin-left: 20px;
    color: #636363;
    font-size: 13px;
    cursor: pointer;
}

.contractList-Type {
    margin-bottom: 24px;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
}

.contractList-Type-Title {
    height: 82px;
    padding: 0;
    border-bottom: 1px solid #00A0EA;
    background-color: #FFF;
}

.contractList-Type-Title div {
    position: relative;
    float: left;
    width: 14.28%;
    height: 81px;
    padding: 30px 0 0;
    text-align: center;
}

.contractList-Type-Title div span {
    display: inline-block;
    width: 100%;
    height: 20px;
    border-right: 1px solid #F0F0F0;
    line-height: 20px;
    color: #333;
    font-size: 17px;
}

.contractList-Type-Title div span i {
    display: block;
    position: absolute;
    left: 16px;
    top: 30px;
    width: 24px;
    height: 19px;
    background-color: #000;
}

.contractList-Type-Title div:last-of-type span,
.contractList-Type-List span:nth-child(8n),
.contractList-Type-TwoList span:nth-child(8n),
.contractList-Modelessay .contractList-Odd:last-of-type,
.contractList-Hot-Odd:last-of-type {
    border: 0;
}

.contractList-Type-TitleDiv {
    background-color: #00A0EA !important;
}

.contractList-Type-TitleDiv span {
    border: 0 !important;
    color: #FFF !important;
    font-weight: 700;
}

.contractList-Type-List {
    padding: 30px 30px 10px;
    background-color: #FFF;
}

.contractList-Type-TwoList {
    padding: 30px 30px 10px;
    border-top: 1px solid #00A0EA;
    background-color: #FFF;
}

.shopTypeListActive a,
.contractLable a,
.contractList-Checkbox .contractList-Checkbox-One span:hover a,
.contractList-Checkbox .contractList-Checkbox-Two span:hover a {
    color: #00A0EA !important;
}

.contractLable {
    border-color: #00A0EA !important;
    color: #00A0EA !important;
}

.contractList-Type-List span,
.contractList-Type-TwoList span {
    display: inline-block;
    width: 12%;
    height: 20px;
    margin-bottom: 20px;
    border-right: 1px solid #F0F0F0;
    line-height: 20px;
    font-size: 18px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contractList-Type-List span a,
.contractList-Type-TwoList span a,
.contractList-Odd-Title .pull-left a,
.contractList-Hot-Odd p a {
    color: #333;
}

.contractList-Type-List span a:hover,
.contractList-Type-TwoList span a:hover,
.contractList-Hot-Odd:hover span {
    color: #00A0EA;
}
.contractList-Odd-Title span{
	display:flex;
	justify-content : flex-start;
	align-items : center;
}
.contractList-Odd-Title span c{
	display: block;
	width: 20px;
	height: 20px;
	background: url(/deploy/assets/w2.0/img/contractListLable.png) 0 0 no-repeat;
	background-size: 100% 100%;
	margin-right: 6px
}

.contractList-Checkbox {
    height: 82px;
    margin-bottom: 24px;
    padding: 0 30px;
    background-color: #FFF;
    line-height: 82px;
    color: #333;
    font-size: 18px;
    border-radius: 5px;
}

.contractList-Checkbox .contractList-Checkbox-One {
    color: #CCC;
}

.contractList-Checkbox .contractList-Checkbox-One span {
    display: inline-block;
    width: 50px;
    height: 24px;
    margin-left: 14px;
    border: 1px solid #CCC;
    line-height: 22px;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
}

.contractList-Checkbox .contractList-Checkbox-One span:hover {
    border-color: #00A0EA !important;
}

.contractList-Checkbox .contractList-Checkbox-One span a,
.contractList-Checkbox .contractList-Checkbox-Two span a {
    color: #666;
}

.contractList-Checkbox .contractList-Checkbox-Two span {
    display: inline-block;
    position: relative;
    height: 24px;
    margin-left: 34px;
    padding: 0 0 0 30px;
    line-height: 24px;
    font-size: 15px;
}

.contractList-Checkbox .contractList-Checkbox-Two span i {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background-image: url(/deploy/assets/w2.0/img/contractBg.png);
    background-repeat: no-repeat;
}

.contractList-Checkbox .contractList-Checkbox-Two span input {
    display: block;
    position: absolute;
    left: 1px;
    top: 0;
    width: 24px;
    height: 24px;
    margin: 0;
    background-color: #000;
    opacity: 0;
}

.contractList-Main {
    margin-bottom: 60px;
    padding: 0;
}

.contractList-Main-Left {
    float: left;
    width: 74%;
    background-color: #FFF;
    border-radius: 5px;
    overflow: hidden;
}

.contractList-Main-Title {
    height: 58px;
    padding: 20px 30px 0;
    border-bottom: 1px solid #F0F0F0;
}

.contractList-Main-Title span {
    display: inline-block;
    height: 20px;
    padding-left: 14px;
    border-left: 4px solid #00A0EA;
    line-height: 20px;
    color: #333;
    font-size: 20px;
    font-weight: 700;
}

.contractList-Modelessay {
    padding: 0 26px;
}

.contractList-Odd {
    padding: 0 0 20px;
    border-bottom: 1px solid #F0F0F0;
}

.contractList-Odd:hover .contractList-Odd-Title .pull-left {
    font-weight: 700;
}

.contractList-Odd:hover .contractList-Odd-downLoad a {
    border: 1px solid #00A0EA;
    background-color: #00A0EA;
    color: #FFF;
}

.contractList-Odd-Title {
    height: 50px;
    padding: 0;
    border-bottom: 1px dashed #F0F0F0;
    line-height: 50px;
}

.contractList-Odd-Title .pull-left {
    font-size: 16px;
}

.contractList-Odd-Title .pull-left i {
    display: inline-block;
    width: 60px;
    height: 24px;
    margin-right: 10px;
    border: 1px solid #00A0EA;
    line-height: 24px;
    color: #00A0EA;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
}

.freeMoney {
    display: inline-block;
    position: relative;
    top: 14px;
    padding: 0 20px 0;
    height: 20px;
    border: 1px solid;
    line-height: 20px;
    font-size: 11px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #CCC;
    background-color: #FFF;
    color: #666;
}

.chargeMoney {
    font-size: 16px;
	color: #00a0ea;
}
.chargeMoney i{
	display: block;
	width: 30px;
	height: 30px;
	background: url(/deploy/assets/w2.0/img/chargeMoney.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
.contractList-Odd-Teacher {
    height: 40px;
    padding: 0;
    line-height: 40px;
    color: #999;
    font-size: 14px;
}

.contractList-Odd-Teacher span {
    margin-right: 30px;
    color: #666;
    font-size: 15px;
}

.contractList-Odd-Info {
    padding: 0;
}

.contractList-Odd-Info p {
	margin-top: 10px;
    display: -webkit-box;
    display: -moz-box;
    height: 40px;
    color: #666;
    font-size: 13px;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2!important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contractList-Odd-downLoad a {
    display: block;
    width: 90px;
    height: 30px;
    border: 1px solid #CCC;
    background-color: #FFF;
    line-height: 30px;
    color: #333;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
    outline: 0;
}

.contractList-Odd-downLoad {
    padding: 10px 0 0;
}

.contractList-Odd-downLoad span,
.contractList-Hot-Odd span {
    display: inline-block;
    position: relative;
    padding: 0 35px 0 26px;
    color: #CCC;
    font-size: 14px;
}

.contractList-Odd-downLoad span i {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 17px;
    height: 17px;
    background-image: url(/deploy/assets/w2.0/img/contractBg.png);
    background-repeat: no-repeat;
}

.contractList-Main-Right {
    float: right;
    width: 24%;
}

.contractList-Hot {
    margin-bottom: 24px;
    padding: 0;
    background-color: #FFF;
    border-radius: 5px;
}

.contractList-Hot-Title {
    height: 58px;
    padding: 0 0 0 20px;
    border-bottom: 1px solid #F0F0F0;
    line-height: 58px;
}

.contractList-Hot-Title span {
    display: inline-block;
    height: 20px;
    padding-left: 20px;
    border-left: 4px solid #00A0EA;
    line-height: 20px;
    color: #333;
    font-size: 20px;
    font-weight: 700;
}

.contractList-Hot-List {
    padding: 0 20px;
}

.contractList-Hot-Odd {
    padding: 14px 0;
    border-bottom: 1px solid #F0F0F0;
}

.contractList-Hot-Odd p {
    display: -webkit-box;
    display: -moz-box;
    height: 26px;
    font-size: 16px;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 1;
    -moz-line-clamp: 1!important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contractList-Hot-Odd span i {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 17px;
    height: 17px;
    background-image: url(/deploy/assets/w2.0/img/contractBg.png);
    background-repeat: no-repeat;
}

.contractList-Hot-Odd:hover {
    border-bottom-color: #00A0EA;
}

.contractList-Hot-Odd:hover a {
    color: #00A0EA;
    font-weight: 700;
}

.contractBgEyes {
    background-position: -74px -5px;
}

.contractBgDown {
    background-position: -91px -6px;
}

.contractBgTime {
    background-position: -123px -5px;
}

.contractBgNumber {
    width: 15px !important;
    background-position: -108px -4px;
}

.contractBgAddress {
    background-position: -142px -7px;
}

.contractBgCheack {
    background-position: -28px -2px;
}

.contractBgCheacked {
    background-position: -2px -2px;
}

.contractBgSearch {
    background-position: -54px -4px;
}