.main {
    width: 1180px;
    margin: auto;
    padding-top: 40px;
}

.main:after {
    display: block;
    content: '';
    clear: both;
}

.main>h3,
.main>h1 {
    line-height: 55px;
    background: #F1F0F0;
    padding-left: 15px;
    font-size: 18px;
}

.zhanyechaxun {
    height: 130px;
    padding: 25px 0 20px 15px;
    border: 1px solid #EFEFEF;
}

.zhanyechaxun>div {
    margin-bottom: 20px;
}

.zhanyechaxun>div>span {
    padding-right: 25px;
}

.zhanyechaxun>div>span:first-child {
    text-align: right;
    display: inline-block;
    width: 80px;
}

.chk_1 {
    display: none;
}

.chk_1+label {
    vertical-align: bottom;
    display: inline-block;
    width: 12px;
    height: 12px;
    padding: 3px;
    border: 1px solid #CBCBCB;
}

.chk_1:checked+label {
    background: url("/style/index/images/lv_fangkuan.png") no-repeat 3px 3px;
}

.zhanyechaxun>div:last-child input {
    width: 250px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 35px;
    border: 1px solid #cbcbcb;
    color: #999;
    padding: 0 5px;
    line-height: 35px;
}

.qingchu,
.sousuo {
    display: inline-block;
    width: 50px;
    height: 35px;
    background: #989898;
    color: #fff;
    text-align: center;
    line-height: 35px;
    margin-left: 20px;
    font-size: 14px;
}

.sousuo {
    background: #119C71;
}

.qingchu:hover {
    background: #119C71;
}

.main_lf {
    width: 825px;
    float: left;
    padding-top: 30px;
}

.main_lf>p {
    font-size: 14px;
    padding-bottom: 15px;
    border-bottom: 1px solid #D3D2D2;
}

.main_lf>p>span a {
    color: #999;
}

.main_lf>p>span a:hover,
.main_lf>p>span a.active {
    color: #2c72c7;
}

.main_lf>p>span {
    margin: 0 10px;
}

.main_lf>p>i {
    display: inline-block;
    border: 1px solid #D3D2D2;
    width: 0;
    height: 15px;
    vertical-align: bottom;
}

.main_lf_box {
    padding-top: 40px;
}

.main_lf_box:after {
    display: block;
    content: '';
    clear: both;
}

.main_lf_box>div {
    margin-right: 18px;
    margin-bottom: 30px;
    float: left;
    width: 400px;
    height: 400px;
    border: 1px solid #D3D2D2;
    padding: 7px;
    border-radius: 5px;
}

.main_lf_box>div:hover {
    -webkit-box-shadow: 0 0 10px 0 #ddd;
    -moz-box-shadow: 0 0 10px 0 #ddd;
    box-shadow: 0 0 10px 0 #ddd;
}

.main_lf_box>div:nth-child(even) {
    margin-right: 0;
}

.main_lf_box>div>h3 {
    height: 20px;
    overflow: hidden;
    font-size: 16px;
    margin-top: 15px;
    color: #02336f;
}

.main_lf_box>div>p {
    font-size: 14px;
    padding-top: 15px;
    font-weight: bold;
}

.main_lf_box>div>span {
    display: inline-block;
    margin-top: 25px;
    color: #2c72c7;
    font-size: 14px;
}

.main_lf_box>div>a {
    display: inline-block;
    text-align: center;
    width: 70px;
    height: 30px;
    border-radius: 5px;
    background: #e85a90;
    color: #fff;
    float: right;
    line-height: 30px;
    margin-top: 20px;
    margin-right: 20px;
}

.fanye {
    padding: 35px 0;
    text-align: center;
}

.fanye a {
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 5px;
    line-height: 40px;
    margin-right: 6px;
}

.fanye a:first-child,
.fanye a:last-child {
    width: auto;
    padding: 0 20px;
}

.fanye a:hover,
.fanye a.active {
    color: #fff;
    background: #2c72c7;
    border-color: #2c72c7;
}

.main .main_rt {
    padding-top: 30px;
    width: 300px;
    float: right;
    overflow: hidden;
}

.main_rt>h3 {
    margin-top: 50px;
    font-size: 18px;
}

.main_rt>div {
    padding: 20px 0;
    border-bottom: 1px solid #D3D2D2;
}

.main_rt>div img {
    padding-top: 15px;
}

.main_rt>div h3 {
    font-size: 16px;
    color: #02336f;
    height: 20px;
    overflow: hidden;
}

.main_rt>div i {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background: #00236f;
    text-align: center;
    line-height: 20px;
    color: #fff;
    margin-right: 10px;
}

.main_rt>div>p {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin-top: 10px;
}