@charset "utf-8";
.yjj-list {
    width: 1200px;
    margin: 0 auto;
}

.list-top {
    height: 40px;
    border: solid 1px #e5e5e5;
    margin-top: 20px;
    padding-left: 18px;
}

.list-top a {
    line-height: 40px;
    letter-spacing: 0px;
    color: #666666;
    font-size: 14px;
}

.list-main {
    overflow: hidden;
    margin-top: 20px;
}

.list-cell h3 {
    width: 280px;
    height: 50px;
    background-color: #1d5ec8;
    border: solid 1px #1d5ec8;
    line-height: 17px;
    letter-spacing: 0px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
}

.list-cell li {
    width: 280px;
    height: 45px;
    border: solid 1px #e5e5e5;
    margin-top: 9px;
}

.list-cell li.hover {
    border: solid 1px #1d5ec8;
}

.list-cell li a {
    display: block;
    line-height: 43px;
}

.list-cell li a img {
    display: inline-block;
    vertical-align: middle;
}

.list-cell li a span {
    font-size: 16px;
    line-height: 17px;
    letter-spacing: 0px;
    color: #1d5ec8;
    vertical-align: middle;
    margin-left: 34px;
}

.list-text {
    width: 891px;
    display: none;
}

.list-text.show {
    display: block;
}

.list-text h3 {
    width: 917px;
    height: 50px;
    background-color: #efefef;
    border-top: solid 1px #1d5ec8;
    font-size: 18px;
    line-height: 51px;
    color: #1d5ec8;
    text-indent: 20px;
    font-weight: bold;
}

.list-text ul {
    overflow: hidden;
    margin-top: 11px;
}

.list-text ul li {
    width: 207px;
    height: 148px;
    background-color: #d2dff4;
    border-radius: 5px;
    border: solid 1px #e5e5e5;
    float: left;
    margin-left: 18px;
    margin-bottom: 10px;
}

.list-text ul li:hover{
	background-color: #1d5ec8;
}
.list-text ul li a {
    display: block;
    text-align: center;
    height: 150px;
    overflow: hidden;
}

.list-text ul li a span {
    font-size: 20px;
    color: #1d5ec8;
    font-weight: bold;
    display: block;
    margin: 40px 10px;
}

.list-text ul li:hover span{
	color: #fff;
}