@charset "utf-8";

.list-box a.hover {
    background-color: #013FCB;
}
.list-main {
    background-color: #fff;
    height: auto;
    overflow: hidden;
    margin: 30px 0 40px;
    padding: 8px;
    padding-bottom: 30px;
}

.list-left {
    width: 280px;
    height: auto;
    background-color: #f2f6fb;
    border-top: 2px solid #013FCB;
}

.list-left h3 {
    width: 220px;
    height: 70px;
    background-color: #004aa3;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    line-height: 70px;
    text-align: center;
}

.list-left li {
    margin: 0 auto;
    text-align: center;
    line-height: 45px;
	width: 240px;
    margin-bottom: 20px;
    padding-left: 0px; 
    background: #fff;
}
.list-left li:first-child{
    margin-top: 22px;
}

.list-left li a {
    display: block;
    color: #333;
    font-size: 17px;
}

.list-left .active,
.list-left li.hover,
.list-left li:hover {
    background-color: #013FCB;
    background-position: 0;
}
.list-left .active a,
.list-left li.hover a,
.list-left li:hover a {
    color: #fff;
    font-weight: bold;
}


.list-right{
    width: 860px;
    height: auto;
    display: none;
    position: relative;
    top: -10px;
    margin-right: 25px;
}
.list-right.show{
    display: block;
}
.list-right-top {
    overflow: hidden;
    line-height: 50px;
    border-bottom: 2px solid #013FCB;
    margin-left: 20px;
}

.list-right-top h3 {
    color: #013FCB;
    font-size: 18px;
    font-weight: bold;
line-height:50px;
}
.list-right-top h3 span{
    display: inline-block;
    vertical-align: middle;
    margin-right: 11px;
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    background-color: #013FCB;
    margin-right: 10px;
}

.list-right-top div {
    width: 247px;
    height: 28px;
    border: solid 1px #e5e5e5;
    margin: 19px 19px 0 0;
}

.list-right-top div input[type="text"] {
    height: 28px;
    float: left;
    color: #999999;
    font-size: 12px;
    margin-left: 11px;
}

.list-right-top div input[type="submit"] {
    float: right;
    width: 16px;
    height: 18px;
    background: url(../image/list-search.png) no-repeat;
    margin: 6px 11px 0 0;
    cursor: pointer;
}

.list-box{
    overflow: hidden;
}
.list-box a{
    display: block;
    width: 160px;
    height: 45px;
    text-align: center;
    float: left;
    color: #ffffff;
    font-size: 16px;
    line-height: 45px;
    background-color: #9bc0e3;
    margin: 20px 0 0 20px;
}

.list-box a:hover{
    background-color: #013FCB;
}

.list-text {
    overflow: hidden;
    height: auto;
   
}

.list-text ul {
    border-left: 1px dashed #999999;
    margin: 20px 0 0 21px;
    width: 863px;
}

.list-text li {
    height: 43px;
    line-height: 43px;
    margin-top: 10px;
}

.list-text li:first-child {
    margin-top: 0;
}

.list-text li a {
    display: block;
}

.list-text li:hover {
    background-color: #f2f6fb;
}

.list-text li:hover small,
.list-text li:hover span {
    color: #013FCB;
}

.list-text small {
    color: #999999;
    font-size: 16px;
    display: block;
    float: left;
}

.list-text small img {
    margin: 0 20px 0 -7px;
}
.list-text span img {
    margin: 0 20px 0 -7px;
}
.list-text span {
    display: block;
    float: left;
    color: #333333;
    font-size: 16px;
    width: 670px;
    margin-left:30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-text em{
	font-style: normal;
    width: 580px;
    display: block;
    float: left;
    color: #6b5e5e;
    text-align:center;
font-size:14px;}
.fenye {
    margin: 35px 0 22px;
    text-align: center;
}