.container {
    overflow: hidden;
}

.color-gary {
    background: #F3F6F9
}

.crumbs {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    padding: 20px 0;
}

.crumbs a {
    color: #666;
    height: 14px;
    line-height: 14px;
}

.list-box {
    width: 1200px;
    margin: 0 auto;
}

.list-left {
    float: left;
    width: 232px;
}

.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("../img/listbg.png") no-repeat left top;
    height: 60px;
    padding: 21px 0;
    line-height: 18px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.list-left .left-top ul li {
    border-bottom: 1px solid #E5E5E5;
    position: relative;
}

.list-left .left-top ul li a {
    display: block;
    height: 52px;
    font-size: 16px;
    line-height: 16px;
    padding: 18px 0;
}

.list-left .left-top ul li:last-child {
    border-bottom: 0;
}

.list-left .left-top ul li.active a {
    color: #0099FF;
    font-weight: 500;
}

.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 {
    background: #fff;
    text-align: center;
    overflow: hidden;
    background: url("../img/eqbg.png") no-repeat center center;
}

.list-left .left-bottom .item {
    width: 120px;
    height: 154px;
    border: 1px solid #DCE1EB;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 12px;
    background: #fff;
}

.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;
}
.list-right .dt_title{
    border-bottom: none;
}
.list-right .news-con{
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
    word-wrap: break-word;
    text-align: justify;
}

.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;
}

.list-right ul li {
    border-bottom: 1px solid #DCE1EB;
    color: #96A0B4;
    position: relative;
    padding-left: 10px;
    overflow: hidden;
}

.list-right ul li:before {
    content: "";
    display: block;
    background: #148CFF;
    position: absolute;
    left: 0px;
    top: 29px;
    border-radius: 50%;
    width: 4px;
    height: 4px;
}

.list-right ul li a {
    display: inline-block;
    width: 705px;
    color: #192332;
    font-size: 14px;
    line-height: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 24px 0;
}

.list-right ul li span {
    float: right;
    line-height: 14px;
    margin-top: 24px;
}

.list-right ul li:last-child {
    border-bottom: none;
}

/*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;
    word-break: break-word;
    /*line-height: 28px;*/
}

.content .content-box p span {
    line-height: 1;
}

.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: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    text-align: center;
    margin-right: 10px;
    border: 2px solid #fff;
    color: #192332;
}

.xj_ls_pager .f_yahei a:hover {
    border: 2px solid #0099FF;
}

.xj_ls_pager .f_yahei .page_cur {
    border: none;
    background: linear-gradient(135deg, rgba(37, 180, 244, 1) 0%, rgba(20, 140, 255, 1) 100%);
    color: #fff;
}

.xj_ls_pager .f_yahei a.page_cur {
    border: none;
}

/*.xj_ls_pager .f_yahei .disabled {*/
/*background: #fff;*/
/*color: #fff;*/
/*}*/

















