.list-page {
    min-width: 1200px;
    background: #eeeeee;
    overflow: hidden;
    font-size:12px;
}

.list-page .banner {
    height: auto;
    margin-top: 0;
}

.list-page .banner-con {
    max-height: 240px;
    overflow: hidden;
    margin-top: 40px;
}

.list-page .banner-con img {
    width: 100%;
}

.crumbs {
    width: 1200px;
    margin: 0 auto;
    color: #192332;
    font-size: 0;
    height: 55px;
    line-height: 55px;
}

.crumbs a {
    color: #000;
    font-size: 14px;
}

.crumbs a:after {
    display: inline-block;
    content: '';
    width: 8px;
    height: 10px;
    background: url("../images/list-a.png") no-repeat center center;
    margin: 0 6px;
}

.crumbs a:last-child:after {
    display: none;
}

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

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

.list-left .left-top {
    background: #fff;
    color: #192332;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}

.list-left .left-top h2 {
    background: #000;
    height: 60px;
    line-height: 60px;
    color: #2CB867;
    font-size: 18px;
    font-weight: 600;
}

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

.list-left .left-top ul li a {
    color: #000;
    font-size: 16px;
}

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

.list-left .left-top ul li.active a {
    color: #fff;
    background: #2CB867;
    border-radius: 12px;
    padding: 4px 10px;
}

.list-left .left-bottom {
    text-align: 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;
    background: rgba(255, 255, 255, .9);
}

.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;
    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 {
    color: #96A0B4;
    position: relative;
    padding: 0 60px;
    overflow: hidden;
}

.list-right ul.cols-1 li:hover {
    background: linear-gradient(135deg, rgba(229, 229, 229, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.list-right ul.cols-1 li a {
    display: block;
    width: 100%;
    color: #192332;
    font-size: 14px;
    padding-right: 113px;
    height: 64px;
    line-height: 64px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #DCE1EB;
}

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

.list-right ul.cols-1 li span {
    color: #321E14;
    position: absolute;
    right: 60px;
    top: 26px;
    font-size: 10px;
    line-height: 10px;
}

.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;
    font-size: 16px;
    padding: 40px 60px;
}

.content > h3 {
    color: #192332;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
}

.content .origin {
    color: #96A0B4;
    font-size: 12px;
    padding: 10px 0 30px;
}

.content .origin span {
    margin-right: 10px;
    line-height: 17px;
}

.content .content-box {
    color: #192332;
    overflow: hidden;
    word-break: break-word;
}

.content .content-box img {
    max-width: 100%;
    margin: 10px 0;
}

.content .content-box p {
    text-indent: 2em;
    word-wrap: break-word;
    white-space: normal;
    /* word-break: break-all; */
}
.content .news-con p {
    text-indent: 2em;
    word-wrap: break-word;
    white-space: normal;
    /* word-break: break-all; */
}

.content pre { font-family: monospace, monospace; font-size: 1em; }
.content a { background-color: transparent; -webkit-text-decoration-skip: objects; }
.content b,
.content strong { font-weight: inherit; }
.content b,
.content strong { font-weight: bolder; }
.content dfn { font-style: italic; }
.content small { font-size: 80%; }
.content sub,
.content sup { font-size: 75%; color: #8e8ca7; line-height: 0; position: relative; vertical-align: baseline; }
.content sub { bottom: -0.25em; }
.content sup { top: -0.5em; }
.content audio,
.content video { display: inline-block; }
.content audio:not([controls]) { display: none; height: 0; }
.content img { border-style: none; }
.content svg:not(:root) { overflow: hidden; }
.content button,
.content input,
.content optgroup,
.content select,
.content textarea {
  font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0;
}
.content button,
.content input { overflow: visible; }
.content button,
.content select { text-transform: none; }
.content button,
.content button::-moz-focus-inner, [type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none; padding: 0;
}
.content button:-moz-focusring, [type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.content fieldset { padding: 0.35em 0.75em 0.625em; }
.content legend {
  box-sizing: border-box; color: inherit;
  display: table; max-width: 100%; padding: 0; white-space: normal;
}
.content canvas { display: inline-block; }
.content p {
 line-height: 1.8;

}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 { padding: 0; margin: .05rem 0; color: #1A192B; }
.content h1 { font-size: 22px; }
.content h2 { font-size: 20px; }
.content h3 { font-size: 18px; }
.content h4 { font-size: 16px; }
.content h5 {
  position: relative; margin-top: -0.1rem; padding: .03rem 0;
  font-size: 14px; line-height: 1.3; font-weight: normal; color: #929292;
}
.content h6 { font-size: .28rem; }
.content a { color: #5659e0; }
.content del,
.content strike,
.content s { color: #8e8ca7; }
.content ol { color: #484578; }
.content ul { color: #8e8ca7; }

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

.xj_ls_pager .f_yahei a:hover {
    border: 1px solid #2CB867;
}

.xj_ls_pager .f_yahei .page_cur {
    background: #2CB867;
    color: #fff;
}
