.container {
    overflow: hidden;
}

.banner {

    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden;
}

.banner .banner-con{

    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
}
.banner .banner-con:before,
.banner .banner-con:after{

    content: '';
    width:352px;
    height:240px;
    position:absolute;
    top:0;
}
.banner .banner-con:before{

    background: url('../image/noticeleft.png') no-repeat;
    background-size: 100% 100%;
    left:-352px;
}
.banner .banner-con:after{

    background: url('../image/noticeright.png') no-repeat;
    background-size: 100% 100%;
    right:-352px;
}
.banner .banner-con img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.color-gary {
    background: #F3F6F9
}

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

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

.list-box {
    max-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-color: #26A0E6;
    height: 60px;
    padding: 21px 0;
    line-height: 18px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.list-left .left-top ul{
    border: 1px solid #e5e5e5;
}

.list-left .left-top ul li {
    border-bottom: 1px solid #E5E5E5;
    position: relative;
    background-image: linear-gradient(to right,#FEFEFD,#FBFDFA,#FAFDF8);
}

.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: #26A0E6;
    font-weight: 500;
}

.list-left .left-top ul li.active:after {
    content: "";
    display: block;
    width: 4px;
    height: 20px;
    background: #26A0E6;
    position: absolute;
    top: 15px;
    left: 0;
}

.list-left .left-bottom {
    background: #fff;
    text-align: center;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    background: url("../image/bookback.png") no-repeat center center;
    background-size: 100% 100%;
}

.list-left .left-bottom .item {
    width: 120px;
    height: 154px;
    border: 1px solid #DCE1EB;
    margin: 0 auto;
    text-align: center;
    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;
    border: 1px solid #e5e5e5;
}
.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 .news-con img{
    max-width: 100% !important;
    height: auto !important;
}
.list-right ul {
    background-color: #fff;
    font-size: 12px;
    color: #96A0B4;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;

}

.list-right ul li {
    border-bottom: 1px solid #DCE1EB;
    color: #96A0B4;
    position: relative;
    padding-left: 10px;
    overflow: hidden;
    padding: 0 60px;
    background-image: linear-gradient(to right,#FEFEFD,#FBFDFA,#FAFDF8);
}

/* .list-right ul li:before {
    content: "";
    display: block;
    background: #2F2F2F;
    position: absolute;
    left: 40px;
    top: 29px;
    border-radius: 50%;
    width: 4px;
    height: 4px;
} */

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

.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-color: #26A0E6;
    color: #fff;
}

.xj_ls_pager .f_yahei a.page_cur {
    border: none;
}
.footer-box{
    width: 100%;
    overflow: hidden;
    padding-bottom: 30px;
}

.footer {
    background-color: #1D1E1C;
    color: #fff;
    max-width: 1200px;
    display: flex;
    margin: 0 auto;
    overflow: hidden;
    justify-content: space-between;
}

.footer a{
    color: #ffffff;
}

.footer .container {
    width: 1200px;
    min-width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.footer .link-box,
.footer .contact-us {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-top: 30px;
    float: left;
}

.footer .link-box{
    margin-right: 20px;
}

.footer .link-box{
    width: 50%;
    margin-right: 20px;
}

.footer .link-box .links{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.footer .link-box .links .form-control{
    width:180px;
    height:30px;
    background:#000;
    color:#fff;
    font-size:14p;
    margin-right: 10px;
    overflow : hidden;
    text-overflow : ellipsis;
    white-space : nowrap;
}
.footer .link-box .links .form-control option{
    background:#000;
    color:#fff;
}
.footer .m-copyrights{
    margin-top: 10px;
}

.footer .link-box .links a:last-of-type::after{
    display: none;
}

.footer .link-box .links a:first-of-type{
    margin-left: 0px;
}

.footer .link-box h4,
.footer .contact-us h4 {
    width: 100%;
    text-align: left;
    font-size: 20px;
    margin-bottom: 15px;
}

.footer .link-box ul {
    width: 100%;
    text-align: left;
    list-style: none;
    display: flex;
    height: 35px;
    line-height: 35px;
}

.footer .link-box ul li {
    margin-right: 30px;
    position: relative;
}

.footer .link-box ul li:after {
    content: '';
    display: block;
    width: 1px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    right: -15px;
    top: 13px;
}

.footer .link-box ul li:last-child::after {
    display: none;
}

.footer .link-box .ba {
    width: 100%;
    text-align: left;
    margin-top: 30px;
}

.footer .contact-us .contacts{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.footer .contact-us .contacts span{
    display: block;
    margin: 8px 0;
}
.footer .code-box {
    display: flex;
    margin-top: 40px;
    margin-left: 30px;
    justify-content: space-between;
    float: left;
}

.footer .code-box .item {
    width: 120px;
    height: 120px;
    text-align: center;
    float: left;
}

.footer .code-box .item p{
    margin-top: 8px;
}

.footer .code-box .item img{
    width: 100%;
    height: 100%;
}

.footer .code-box .item:first-of-type {
    margin-right: 20px;
}