* {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}
.box {
    width: 920px;
}
.box .title h3 {
    font-weight: bold;
    font-size: 20px;
}
.box .title {
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 20px;
}
.box .title p {
    font-size: 18px;
}
.n-list {
    margin-top: 10px;
}
.n-list ul{
    width: 920px;
    font-size: 0;
}
.n-list ul li{
    width: 153px;
    height: 40px;
    display: inline-block;
    text-align: left;
    font-size: 18px;
    line-height: 40px;
}
.list-box {
    width: 920px;
}
.list-box .title h3 {
    font-weight: bold;
    font-size: 20px;
}
.list-box .title {
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 20px;
}
.list-box .title p {
    font-size: 18px;
}
.list-lan {
    padding-bottom: 40px;
    border-bottom: 1px solid #dddddd;
}
.list-lan ul{
    width: 920px;
    font-size: 0;
}
.list-lan ul li{
    width: 306px;
    height: 40px;
    display: inline-block;
    text-align: left;
    font-size: 18px;
    line-height: 40px;
}
.list-lan ul li:hover,
.n-list2 ul li:hover {
    color: #3554b5;
    cursor: pointer;
}
.n-list2 .list-tit {
    font-size: 18px;
    padding-left: 20px;
    color: #3554b5;
    margin: 30px 0;
    position: relative;
}
.n-list2 ul{
    width: 920px;
    font-size: 0;
    margin-top: 20px;
}
.n-list2 ul li{
    width: 184px;
    height: 40px;
    display: inline-block;
    text-align: left;
    font-size: 18px;
    line-height: 40px;
}
.n-list2 .list-tit:before {
    content: "";
    width: 6px;
    height: 24px;
    background-color: #3554b5;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
}
.conceal {
    display: none;
}

.xinxi {
    display: inline-block;
	float: left; 
}
.m-onelist .xinxi table td, .m-onelist .xinxi table {
    border: none;
}
.xinxi h3 {
    font-size: 20px;
    font-weight: bold;
}

.jianli {
    width: 880px;
}
.jianli h3 {
    margin-bottom: 50px;
}
td {
    line-height: 50px;
}
.photo {
    display: inline-block;
    /* float: right; */
}
.photo img {
    width: 188px;
    height: 220px;
}
.jianli-box {
    padding-bottom: 40px;
    border-bottom: 1px solid #dddddd;
}

.introduce {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #3554b5;
    margin-top: 20px;
    padding-left: 20px;
    position: relative;
    /* border-top: 1px solid #dddddd; */
}
.introduce:before {
    content: "";
    width: 6px;
    height: 18px;
    background-color: #3554b5;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
}