.list-page {
    background: #EBF0F8;
    overflow: hidden;
    min-width: 1260px;
}

.list-page .banner {
    background: linear-gradient(135deg, rgba(59, 144, 254, 1) 0%, rgba(109, 195, 255, 1) 100%);
    overflow: hidden;
    position: relative;
}

.list-page .banner:before {
    content: '';
    display: inline-block;
    width: calc((100% - 1200px) / 2);
    height: 100%;
    background: url("../images/listbg-left.png") no-repeat top right;
    background-size: auto 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.list-page .banner:after {
    content: '';
    display: inline-block;
    width: calc((100% - 1200px) / 2);
    height: 100%;
    background: url("../images/listbg-right.png") no-repeat top left;
    background-size: auto 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.list-page .banner-con {
    max-height: 240px;
    overflow: hidden;
}

.list-page .banner-con img {
    width: 100%;
}

.crumbs {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    color: #192332;
    height: 54px;
    line-height: 54px;
}

.crumbs a {
    color: #666;
}

.list-box {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.list-left {
    float: left;
    width: 232px;
    margin-bottom: 54px;
}

.list-left .left-top {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #fff;
    color: #192332;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}

.list-left .left-top h2 {
    background: url("../images/listbg.png") no-repeat left top;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
}

.list-left .left-top ul li {
    border-bottom: 1px solid #E5E5E5;
    position: relative;
    min-height: 50px;
    padding: 10px 0;
    line-height: 30px;
    cursor: pointer;
}

.list-left .left-top ul li a {
    color: #05162E;
}

.list-left .left-top ul li:last-child {
    border-bottom: 0;
}

.list-left .left-top ul li.active a {
    color: #0099FF;
}

.list-left .left-top ul li.active:after {
    content: "";
    display: block;
    width: 4px;
    height: 20px;
    background: #0099FF;
    position: absolute;
    top: 15px;
    left: 0;
}

.list-left .left-bottom {
    text-align: center;
    background: url("../images/eqbg.png") no-repeat top center;
    background-color: #fff;
    overflow: hidden;
}

.list-left .left-bottom .item {
    width: 120px;
    height: 154px;
    border: 1px solid #DCE1EB;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 12px;
}

.list-left .left-bottom .item:first-child {
    margin-top: 30px;
}

.list-left .left-bottom .item img {
    width: 100px;
    height: 100px;
    margin: 10px 0;
}

.list-right {
    margin-left: 252px;
    margin-bottom: 54px;
}

.list-right ul {
    background-color: #fff;
    font-size: 12px;
    color: #96A0B4;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 0 60px;
    overflow: hidden;
}

.list-right ul.cols-4 {
    padding: 0 0 30px 90px;
}

.list-right ul.cols-5 {
    padding: 0 0 30px 60px;
}

.list-right ul.cols-1 li {
    height: 68px;
    line-height: 68px;
    border-bottom: 1px solid #DCE1EB;
    color: #96A0B4;
    position: relative;
    padding-left: 10px;
}

.list-right ul.cols-1 li:before {
    content: "";
    display: block;
    background: #148CFF;
    position: absolute;
    left: 0px;
    top: 32px;
    border-radius: 50%;
    width: 4px;
    height: 4px;
}

.list-right ul.cols-1 li a {
    display: inline-block;
    width: 705px;
    color: #192332;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-right ul.cols-1 li span {
    float: right;
}

.list-right ul.cols-1 li:last-child {
    border-bottom: none;
}

.list-right ul.cols-4 li {
    float: left;
    width: 144px;
    margin-right: 64px;
    margin-top: 40px;
    overflow: hidden;
    text-align: center;
}

.list-right ul.cols-4 li img {
    width: 144px;
    height: 200px;
}

.list-right ul.cols-4 li span {
    display: block;
    font-size: 18px;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 30px 0 10px;
    color: #030826;
}

.list-right ul.cols-5 li {
    float: left;
    width: 140px;
    height: 178px;
    border: 1px solid #E5E5E5;
    margin: 30px 32px 0 0;
    text-align: center;
}

.list-right ul.cols-5 li img {
    width: 100px;
    height: 100px;
    border: 1px solid #E5E5E5;
    border-radius: 50%;
    margin: 20px auto;
}

.list-right ul.cols-5 li span {
    display: block;
    font-size: 18px;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #05162E;
}

/*detail*/
.content {
    background: #fff;
    padding: 30px 60px 40px 60px;
}

.content > h3 {
    color: #192332;
    font-size: 24px;
    font-weight: bold;
}

.content .origin {
    color: #96A0B4;
    font-size: 12px;
    height: 46px;
    line-height: 46px;
}

.content .origin span {
    margin-right: 10px;
}

.content .content-box {
    color: #192332;
    font-size: 14px;
    overflow: hidden;
}

.content .content-box img {
    max-width: 100%;
    margin: 10px 0;
}

.content .content-box p {
    /* text-indent: 2em; */
    /*line-height: 2px;*/
}

.xj_ls_pager .f_yahei {
    display: block;
    width: 100%;
    margin: 20px 0;
    overflow: hidden;
    text-align: center;
}

.xj_ls_pager .f_yahei a {
    display: inline-block;
    width: 30px;
    line-height: 30px;
    background: #fff;
    text-align: center;
    margin-right: 10px;
    border: 1px solid #fff;
    color: #05162E;
}

.xj_ls_pager .f_yahei a:hover {
    border: 1px solid #2267C5;
}

.xj_ls_pager .f_yahei .page_cur {
    background: #2267C5;
    color: #fff;
}

.xj_ls_pager .f_yahei .disabled {
    background: #1a6dbe;
    color: #fff;
}

.page .PrevDisabled {
    height:20px !important
}


.page .Next {
    height: 20px !important
}


.page .NextDisabled {
   height: 20px !important
}

.page .Prev {
    height:20px !important
}








