﻿/* 首页 */
.ll-zfxxgk {
    position: absolute;
    width: 1200px;
    top: 11px;
    left: 0;
    z-index: 99;
    background-color: #fff;
}

.ll-box {
    padding: 18px 25px 20px;
    border: 1px solid #d5d5d5;
}

.ll-box .l-title {
    display: inline-block;
    width: 168px;
	height: 42px;
    font-size: 28px;
    line-height: 42px;
    font-weight: bold;
    color: #1369c0;
    margin: 0 24px;
}

.ll-box .l-lf {
    display: inline-block;
    width: 465px;
    height: 42px;
    background: url(ll-hover-left.png) no-repeat center center;
    background-size: 100% 12px;
}

.ll-box .l-rt {
    display: inline-block;
    height: 42px;
    width: 465px;
    background: url(ll-hover-right.png) no-repeat center center;
    background-size: 100% 12px;
}

.ll-ul li {
    width: 264px;
    height: 87px;
    float: left;
    margin-top: 20px;
    margin-left: 30px;
}

.ll-ul li:first-child {
    margin-left: 0;
}

.ll-ul li > a {
    display: block;
}

.ll-content {
    padding: 0 25px;
    margin-top: 25px;
    border: solid 1px #d5d5d5;
}

.right_1 p,.center-list li div {
    margin-left: 0;
}

.center-list li a {
    width: 83%;
}

.ll-content2 {
    margin-top: 17px;
}

.ll-ul2 li {
    float: left;
    width: 278px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: solid 1px #e1e1e1;
    margin-right: 26px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #222222;
}

.ll-ul2 li > a {
	border-radius: 2px;
    background-color: #f7f7f7;
    color: #222222;
}

.ll-ul2 li > a:hover {
    color: #ffffff;
    background-color: #1369c0;
}

.ll-ul2 li.mr0 {
    margin-right: 0;
}

.ll-ul2 li > a {
    display: block;
}