@charset "utf-8";

.banner {
    position: relative;}

.banner img {
    display: block;
    width: 100%;}

.banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/shadow.png) repeat-x;
    background-position: center top
;}

/* 分页 */


.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 50px;}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 12px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666;
    margin: 0 7px;}

.pagination a.active {
    background: #00469c;
    color: #fff;
    border: 1px solid #00469c;}

.pagination a:hover {
    background: #00469c;
    color: #fff;
    border: 1px solid #00469c;}

.pagination span {
    display: inline-block;
    font-size: 14px;}

#nymain {
x
    background-size: 1920px auto;
    background-position: center bottom;}

.nymain {
    position: relative;
    z-index: 9;
    padding-bottom: 50px;}

.nymain .leftNav {
    float: left;
    width: 300px;
    position: relative;
    margin-right: 35px;
    margin-top: -105px;}

.nymain .leftNav>h2 {
    line-height: 105px;
    text-align: center;
    color: #fff;
    background: rgba(0, 70, 156, 0.9);
    background-size: cover;
    background-position: center center;
    font-size: 30px;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;}

.nymain .leftNav>h2 img {
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -5px;}

.nymain .leftNav p {
    margin-left: 20px;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    padding: 20px 0;}

.nymain .leftNav>ul {
    background: #00469c;
    background-position: center bottom;
    padding-top: 30px;
    padding-bottom: 155px;
    padding-right: 25px;}

.nymain .leftNav>ul>li {
    position: relative;
    padding-right: 7px;
    overflow: hidden;
    padding-top: 15px;}

.nymain .leftNav>ul>li::after {
    content: "";
    position: absolute;
    right: 0;
    border-left: 22px solid #fefefe;
    border-top: 23px solid transparent;
    border-bottom: 22px solid transparent;
    top: 15px;
    left: 100%;
    margin-left: -7px;}

.nymain .leftNav ul li a {
    display: block;
    font-size: 18px;
    color: #333333;
    line-height: 45px;
    padding-left: 25px;
    background: #fefefe;
    padding-right: 20px;}

.nymain .leftNav>ul>li>span {
    position: absolute;
    width: 14px;
    height: 14px;
    right: 10px;
    top: 15px;
    line-height: 50px;
    background: url(../images/sub_left_down.png) no-repeat center center;
    cursor: pointer;
    transition: all 0.3s;}

.nymain .leftNav>ul>li.on>span {
    background: url(../images/sub_left_up.png) no-repeat center center;}

.nymain .leftNav>ul>li.activ {
    background: #dadada;}

.nymain .leftNav>ul>li.active>a {
    background: #04326a;
    font-weight: 600;
    color: #fff;}

.nymain .leftNav>ul>li.active.on>span {
    background: url(../images/sub_left_up3.png) no-repeat center center;}

.nymain .leftNav>ul>li.active>span {
    background: url(../images/sub_left_down3.png) no-repeat center center;}

.nymain .leftNav>ul>li.active::after {
    border-left-color: #04326a;}

.nymain .leftNav ul li.active ul {
    display: block;}

.nymain .leftNav ul li a:hover {
    background-position: 31px center;}

.nymain .leftNav>ul>li>ul {
    display: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 35px;}

.nymain .leftNav>ul>li>ul li:nth-child(1) {
    margin-top: 10px;}

.nymain .leftNav>ul>li>ul>li>a {
    font-size: 12px;
    line-height: 30px;
    padding-left: 15px;
    background: none;
    color: #fff;
    padding-right: 0;
    position: relative;}

.nymain .leftNav>ul>li>ul>li>a::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 50%;}

.ny-right {
    overflow: hidden;
    border-top: 1px solid #d2d2d2;}

.ny-rcom {
    font-size: 24px;
    color: #00469c;
    margin-bottom: 15px;
    font-weight: normal;}

.position {
    padding-right: 15px;
    margin-top: 50px;
    margin-bottom: 30px;}

.position>div {
    position: relative;
    text-align: right;
    font-size: 0;
    line-height: 42px;}

.position h3 {
    position: absolute;
    width: 235px;
    padding-left: 35px;
    height: 90px;
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    background: #00469c;
    background-position: center top;
    text-align: left;
    line-height: 100px;
    bottom: 0;
    left: 0;}

.position h3::after {
    content: "";
    position: absolute;
    right: -37px;
    bottom: -30px;
    width: 74px;
    height: 74px;
    background-size: 100% 100%;
    z-index: 9;}

.position span {
    color: #888888;
    font-size: 16px;
    vertical-align: middle;}

.position h2 {
    float: left;
    padding-left: 40px;
    position: relative;
    color: #00469c;
    font-size: 20px;
    font-weight: 600;}

.position h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #00469c;
    width: 10px;
    height: 4px;}

.position h2::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: #00469c;
    width: 10px;
    height: 4px;}

.position img {
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;}

.position a {
    font-size: 16px;
    color: #666666;
    margin: 0 5px;
    vertical-align: middle;}

.position a:hover {
    color: #00469c;}

.art-main .art-tit h3 {
    text-align: center;
    color: #444444;
    font-weight: normal;
    font-size: 20px;
    margin-top: 30px;
    font-weight: 600;}

.art-main .art-tit h4 {
    color: #333333;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;}

.art-main .art-body {
    padding-top: 30px;}

.art-main .art-body p {
    color: #333;
    text-indent: 2em;
    font-size: 16px;
    line-height: 31px;
    margin-bottom: 10px;}

.art-main .art-body img {
    max-width: 80% !important;
    display: block;
    margin: 0 auto;
    height: auto!important;}

.art-main .art-body a{
color:#333;
}

.art-main .cont-tit p {
    font-size: 0;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 25px;
    line-height: 20px;
    background: bottom;
    border-bottom: 1px dashed #d9d9d9;}

.art-main .cont-tit p img {
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    margin-right: 5px;}

.art-main .cont-tit p .liulan {
    margin-left: 50px;}

.art-main .cont-tit p span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #999999;
    margin: 0 10px;}

.art-info {
    border-top: 1px dashed #eaeaea;
    margin-top: 25px;}

.pnext {
    margin-top: 25px;}

.pnext p {
    text-indent: initial;
    font-size: 16px;
    line-height: 30px;
    color: #555555;}

.pnext p a {
    font-size: 16px;
    color: #555555;}

.pnext p:hover {
    color: #00469c;}

.pnext p:hover a {
    color: #00469c;
    font-weight: 600;}

/* 列表 */

.lists-group1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;}

.lists-group1 li {
    width: 49%;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;}

.lists-group1 li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    background-image: linear-gradient(0deg, rgb(0, 70, 156) 1%, rgb(0, 70, 156) 100%);
    z-index: 1;
    transform: translateY(-100%);}

.lists-group1 li a {
    display: block;
    border: solid 1px #e5e5e5;
    border-top: 2px solid #00469c;
    position: relative;
    z-index: 9;}

.lists-group1 li:hover::before {
    transform: translateY(0);}

.lists-group1 li a {
    padding: 25px;}

.lists-group1 li a span {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #00469c;}

.lists-group1 li a h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 27px;
    height: 54px;
    overflow: hidden;
    color: #333333;
    margin: 15px 0;}

.lists-group1 li a h3 i {
    background-image: linear-gradient(#fff, #fff);
    background-position: 0 100%;
    background-repeat: no-repeat;
    font-style: normal;}

.lists-group1 li a p {
    font-size: 15px;
    font-weight: normal;
    height: 48px;
    overflow: hidden;
    line-height: 24px;
    color: #808080;
    white-space: pre-wrap;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;}

.lists-group1 li:hover a span {
    color: #fff;}

.lists-group1 li:hover a h3 {
    color: #fff;}

.lists-group1 li:hover a h3 i {
    color: #fff;}

.lists-group1 li:hover a p {
    color: #fff;}

/* 搜索结果 */

.ssjg_group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;}

.ssjg_group li {
    width: 49%;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;}

.ssjg_group li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    background-image: linear-gradient(0deg, rgb(0, 70, 156) 1%, rgb(0, 70, 156) 100%);
    z-index: 1;
    transform: translateY(-100%);}

.ssjg_group li a {
    display: block;
    border: solid 1px #e5e5e5;
    border-top: 2px solid #00469c;
    position: relative;
    z-index: 9;}

.ssjg_group li:hover::before {
    transform: translateY(0);}

.ssjg_group li a {
    padding: 25px;}

.ssjg_group li a em {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #00469c;
    font-style: inherit;}
.ssjg_group li a span{
    font-size: inherit;
    color: #ff0000!important;
    font-family: inherit;}

.ssjg_group li a h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 27px;
    height: 54px;
    overflow: hidden;
    color: #333333;
    margin: 15px 0;}

.ssjg_group li a h3 i {
    background-image: linear-gradient(#fff, #fff);
    background-position: 0 100%;
    background-repeat: no-repeat;
    font-style: normal;}

.ssjg_group li a p {
    font-size: 15px;
    font-weight: normal;
    height: 48px;
    overflow: hidden;
    line-height: 24px;
    color: #808080;}

.ssjg_group li:hover a span {
    color: #fff;}

.ssjg_group li:hover a h3 {
    color: #fff;}

.ssjg_group li:hover a h3 i {
    color: #fff;}

.ssjg_group li:hover a p {
    color: #fff;}
/* 图片列表 */

.img-lists ul {
    overflow: hidden;
    margin-top: 10px;}

.img-lists ul li {
    float: left;
    width: 30%;
    margin-top: 35px;
    margin-left: 5%;
    transition: all 0.3s;
    position: relative;
    top: 0;}

.img-lists ul li:nth-child(3n+1) {
    margin-left: 0;}

.img-lists ul li:hover {
    /* box-shadow: 0 0 10px rgba(51, 51, 51, 0.16); */
    top: -10px;}

.img-lists ul li:hover .info p {
    color: #00469c;
    font-weight: 600;}

.img-lists ul li a {
    display: block;
    width: 100%;}

.img-lists ul li a .pic {
    padding-top: 64%;}

.img-lists ul li a>img {
    display: block;
    width: 100%;
    height: 196px;}

.img-lists ul li a>div.info {
    padding: 10px 10px 10px 10px;
    font-size: 0;}

.img-lists ul li a>div.info p {
    color: #333333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}

.img-lists ul li a>div.info img {
    height: 14px;
    vertical-align: middle;}

.img-lists ul li a>div.info span {
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
    color: #999;
    vertical-align: middle;}


/* 师资列表 */

.img-lists2 ul {
    overflow: hidden;}

.img-lists2 ul li {
    float: left;
    width: 23%;
    margin: 15px 1%;}

.img-lists2 ul li a {
    display: block;}

.img-lists2 ul li a .pic {
    padding-top: 120%;}

.img-lists2 ul li a .info {
    font-size: 16px;
    color: #000;
    line-height: 30px;
    text-align: center;}

.dt-list2 li {
    float: left;
    width: 48%;
    margin-top: 40px;}

.dt-list2 li:nth-child(2n+1) {
    margin-right: 4%;}

.dt-list2 li a {
    display: block;
    margin-right: 7px;
    margin-bottom: 7px;
    background: #f2f2f2;
    padding: 30px 25px;
    box-shadow: 6px 6px 0 0px #dbe8f7;
    transition: all 0.3s;}

.dt-list2 li a h3 {
    color: #333333;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}

.dt-list2 li a h4 {
    color: #808080;
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 28px;}

.dt-list2 li a div {
    height: 1px;
    background: #cccccc;
    position: relative;}

.dt-list2 li a div::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    transform: translateY(-50%);
    background: #0c6b61;
    width: 50px;
    height: 3px;}

.dt-list2 li a div::after {
    content: "";
    position: absolute;
    left: 50px;
    bottom: -2px;
    transform: translateY(-50%);
    background: #00469c;
    width: 50px;
    height: 3px;}

.dt-list2 li a p {
    overflow: hidden;
    line-height: 24px;
    margin-top: 25px;}

.dt-list2 li a p span {
    float: left;
    padding-left: 25px;
    background-position: left center;
    color: #00469c;}

.dt-list2 li a p em {
    float: right;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: #00469c;
    text-align: center;
    line-height: 23px;
    color: #fff;
    font-family: 宋体;
    font-weight: 600;
    font-size: 14px;
    font-style: normal;}

.dt-list2 li a:hover {
    background: #00469c;
    box-shadow: 4px 8px 10px rgba(0, 0, 0, .3);}

.dt-list2 li a:hover h3 {
    color: #fff;
    font-weight: 600;
    font-size: 18px;}

.dt-list2 li a:hover h4 {
    color: #c7ceea;}

.dt-list2 li a:hover p em {
    background: #0c6b61;}

.dt-list2 li a:hover p span {
    color: #fff;

    background-position: left center;}

.dt-list2 li a:hover div::before {
    background: #0c6b61;}

.dt-list2 li a:hover div::after {
    background: #f29b76;}

.footer {
    background: rgb(0, 70, 156);
    position: relative;
    z-index: 9;}

.flelx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 41px 0px 19px;}

.foot-c {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 26px;}

.foot-left {
    width: 85%;}

.foot-l {
    float: left;
    width: 50%;}

.foot-logo a {
    display: block;}

.foot-logo a img {
    display: block;
    max-width: 100%;}

.foot-info {
    float: left;
    width: 50%;}

.foot-m {
    font-size: 16px;
    line-height: 26px;}

.foot-m h3 {
    font-weight: normal;
    font-size: 18px;
    padding-left: 10px;
    border-left: 2px solid rgb(255, 254, 254);
    margin-bottom: 10px;
    font-family: MicrosoftYaHei;
    line-height: 20px;
    color: rgb(255, 255, 255);}

.foot-m p {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    line-height: 30px;
    color: #fff;
    opacity: 0.9;
    margin-left: 7px;
    margin-right: 20px;
}
.foot-m p span {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    line-height: 30px;
    color: rgb(255, 255, 255);
    opacity: 0.6;
    margin-left: 7px;
    margin-right: 20px;}
.foot-m p a {
    color: #fff;
    margin-left: 7px;
    margin-right: 10px;}

.foot-r {
    float: right;}

.foot-r div {
    background: rgb(255, 255, 255);
    padding: 5px;
    border-radius: 2px;}

.foot-r div img {
    display: block;
    width: 90px;}

.foot-r p {
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    color: rgb(204, 204, 204);
    margin-top: 5px;}

.bq {
    text-align: center;}

.bq p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 16px;
    color: rgb(255, 255, 255);
    opacity: 0.6;
    padding: 24px 0px 0px;
    text-align: left;}
.bq p a{
    color: rgb(255, 255, 255);}
.foot-right {
    width: 10.14%;}

.tic img {
    width: 100%;}

.tic {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 35px;
    color: rgb(255, 255, 255);
    text-align: center;}

#imgg {
    vertical-align: middle;
    margin: 0px 8px;}


/* fl_list */
.fl_list {
    width: 100%;
    height: auto;
    overflow: hidden;}

.fl_list ul {
    display: flex;
    flex-wrap: wrap;}

.fl_list li {
    width: 33%;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    position: relative;
    transition: all 0.6s;
    transition: all 0.3s;
    left: 0;}

.fl_list li a {
    color: #333;
    font-size: 16px;
    background: url(../images/more-arr.png) left center no-repeat;
    padding-left: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;}

.fl_list li:hover {
    left: 10px;}

.fl_list li:hover a {
    color: #1357a1
;}


@media screen and (max-width: 1350px) {
    .position h3 {
        left: 10px;}
}

@media screen and (max-width: 1024px) {
    .banner::after {
        content: none;}

    .nymain .leftNav>h2 {
        font-size: 20px;}

    .nymain .leftNav {
        margin-right: 30px;
        width: 220px;}

    .nymain .leftNav ul li a {
        font-size: 14px;}

    .position span {
        font-size: 14px;}

    .position a {
        font-size: 14px;}

    .position h3 {
        left: 10px;
        height: 70px;
        line-height: 70px;
        width: 185px;}

    .img-lists ul li {
        width: 49%;
        margin-left: 2%;
        margin-top: 20px;}

    .img-lists ul li:nth-child(3n+1) {
        margin-left: 2%;}

    .img-lists ul li:nth-child(2n+1) {
        margin-left: 0
    ;}

    .img-lists ul li a>img {
        height: 209px;}

    .img-lists ul li a>div.info p {
        font-size: 14px;}

    .img-lists ul li a>div.info img {
        height: 12px;}

    .img-lists ul li a>div.info span {
        font-size: 12px;}

    .dt-list2 li a {
        padding: 20px 15px;}

.lists-group1 li{
width:100%;
}

    .lists-group1 li a {
        padding: 15px;}

    .lists-group1 li a h3 {
        font-size: 16px;}

    .banner::before {
        content: none;}


    /* 底部 */

    .flelx {
        display: block;
        padding: 0;}

    .foot-c {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding-bottom: 0;
        display: block;}

    .foot-l {
        float: none;
        width: auto;}


    .foot-info {
        float: none;
        width: auto;}

    .foot-left {
        width: auto;}

    .foot-m h3 {
        display: inline-block;}

    .foot-right {
        margin: auto;}

    .foot-m h3 {
        font-size: 15px;

        line-height: 16px;}

    .foot-m p span {
        font-size: 15px;
        line-height: 15px;}

    .foot-m {
        font-size: 7px;
        line-height: 25px;}

    .bq p {
        padding: 18px 20px;
        font-size: 13px;
        text-align: center;}

    .tic {
        font-size: 13px;
        line-height: 25px;}
}

@media screen and (max-width:768px) {
    .foot-right {
        width: 14.14%;}

    .tic {
        line-height: 25px;}

    .ffex {
        display: block;}

    .nymain .leftNav>h2 {
        line-height: 40px;
        font-size: 16px;
        text-align: left;
        padding-left: 15px;
        font-weight: 600;
        border-radius: 0;}

    .nymain .leftNav>h2 span {
        float: right;
        width: 24px;
        height: 30px;
        margin-top: 5px;
        background: url(../images/sub_left_down2.png) no-repeat center center;
        background-position: left center;
        margin-right: 10px;}

    .nymain .leftNav>h2 span.on {
        background: url(../images/sub_left_up2.png) no-repeat center center;
        background-position: left center;}

    .nymain {
        padding: 0 10px 10px 10px;}

    .nymain .leftNav {
        float: none;
        width: auto;
        top: 0;
        margin-right: 0;
        margin-top: 0px;}

    .nymain .leftNav>p {
        font-size: 18px;
        padding: 10px 0;}

    .ny-right {
        float: none;
        width: auto;}

    .position h2 {
        float: none;
        font-size: 16px;}

    .position {
        padding: 5px 0;
        margin-top: 0;
        margin-bottom: 0;}

    .position>div {
        text-align: left;
        line-height: 40px;}

    .position h3 {
        left: 0;
        width: auto;
        height: 45px;
        font-size: 16px;
        line-height: 45px;
        position: relative;
        left: 0;
        margin-bottom: 10px;}

    .position h3::after {
        width: 37px;
        height: 37px;
        right: -10px;
        bottom: -15px;}

    .pagination {
        padding-top: 20px;}

    .pagination a {
        padding: 0 5px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        margin: 0 3px;}

    .nymain .leftNav ul {
        display: none;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;}


    .nymain .leftNav ul li a {
        line-height: 40px;
        padding-left: 10px;}

    .nymain .leftNav>ul {
        background: #00469c;
        padding-top: 0;}

    .nymain .leftNav>ul>li>span {
        top: 13px;}

    .nymain .leftNav>ul>li::after {
        border-top-width: 20px;
        border-bottom-width: 20px;}

    .art-main .art-tit h3 {
        font-size: 16px;
        line-height: 30px;}

    .art-main .art-body p {
        font-size: 14px;
        line-height: 30px;}

    .art-main .cont-tit p span {
        font-size: 12px;}

    .art-main .cont-tit p img {
        height: 12px;}

    .pnext {
        float: none;
        border: none;
        width: auto;}

    .pnext p {
        line-height: 30px;}

    .zzjg_text li {
        width: 50%;}

    .img-lists ul li a>div.info p {
        font-size: 12px;}

    .xbxx {
        padding-top: 0;}

    .xbxx ul li a {
        padding: 15px 10px;}

    .xbxx ul li a h3 {
        font-size: 18px;
        padding-bottom: 10px;
        margin-bottom: 15px;}

    .xbxx ul li a p {
        font-size: 14px;
        line-height: 26px;
        height: 72px;
        padding: 0;}

    .xbxx ul li a div span {
        font-size: 12px;}

    .xbxx ul li a div img {
        height: 14px;}

    .img-lists2 ul li {
        width: 30%;
        margin-left: 1.5%;
        margin-right: 1.5%;}

    .nymain .leftNav>h2 img {
        height: 20px;}

    .position a {
        margin: 0 2px;
        font-size: 12px;}

    .position span {
        font-size: 12px;}
    .fl_list li{
        width:50%;}


}

@media screen and (max-width:480px) {

    .foot-right {
        width: 22%;}

    .img-lists ul li a>img {
        height: 100px;}

    .art-main .cont-tit p .liulan {
        margin-left: 15px;}

    .img-lists2 ul li {
        width: 47%;
        margin-left: 1.5%;
        margin-right: 1.5%;}

    .dt-list2 li {
        width: auto;
        float: none;}

    .dt-list2 li:nth-child(2n+1) {
        margin-right: 0;}
    .fl_list li{
        width:100%;}
}

@media screen and (max-width:320px) {
    .art-main .art-tit span {
        font-size: 12px;
        padding-bottom: 5px;
        line-height: 24px;
        height: 24px;}

    .art-main .art-body p {
        font-size: 12px;
        line-height: 30px;}

    .img-lists ul li a>img {
        height: 84px;}
}






.sub_031{}
.sub_031 ul{margin: -5px 0 40px;}
.sub_031 li{width: auto;}
.sub_031 .item{margin: 0 10px 0 0;line-height: 24px;padding: 10px 20px;position: relative;background: #F5F5F5;color: #999;}
.sub_031 .item.on{background: #fff;color: #0E2F76;box-shadow: 0px 2px 0px  rgba(224, 198, 126, 1), 0px 2px 4px  rgba(0, 0, 0, 0.25);border-radius: 22px 22px 0 0;font-weight: bold;}
.sub_031 .item.on::before{content: '';display: block;position: absolute;left: 50%;transform: translateX(-50%);top: 100%;border-top: 7px solid #E0C67E;border-left: 7px solid transparent;border-right: 7px solid transparent;}

.sub_0311{margin-bottom: -26px;overflow: hidden;}
.sub_0311 h3{background: #F2F5FA;padding: 10px 20px;color: #0E2F76;font-weight: bold;margin: 0 0 26px;}
.sub_0311 ul{margin: 0 0 26px -92px;}
.sub_0311 li{width: auto;}
.sub_0311 .item{margin: 0 0 30px 92px;padding: 0 0 0 15px;position: relative;    font-size: 16px;
    color: #333;}
.sub_0311 .item::before{content: '';display: block;background: #0E2F76;width: 0px;height: 0px;position: absolute;left: 0;top: 50%;transform: translateY(-50%);border-radius: 50%;}

.sub_0312 .part_title{background: #F5F5F5;padding: 14px 60px 14px 20px;position: relative;color: #222;margin: 0 0 10px;transition: all ease-in-out .3s;-ms-transition: all ease-in-out .3s;-moz-transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;-o-transition: all ease-in-out .3s;font-size:20px;}

/* .sub_0312 .box{margin: 0 0 ;} */
.sub_0312 .box.on .part_title{background: #0d3897;color: #fff;margin-bottom: 28px;}
.sub_0312 .box.on .part_title::before{background: #fff;}
.sub_0312 .box.on .part_title::after{height: 2px;background: #fff;}
.sub_0312 .box ul{display: none;}
.sub_0312 .box.on ul{display: block;margin-bottom: 15px;}
.sub_0312 ul{margin-left: -125px;}
.sub_0312 .item{margin-left: 125px;}

.sub_039{margin: 0 auto 32px;max-width: 836px;padding: 10px 0 0;}
.sub_039a ul{margin-bottom: -14px;}
.sub_039a .item{margin-bottom: 40px;min-width: 3em;}

.sub_039b ul{margin: 0 0 30px -45px;}
.sub_039b li{width: 25%;}
.sub_039b .item{margin: 0 0 30px 45px;}

.sub_0310{padding: 15px 0 0;}
.sub_0310 .left{width: 300px;float: left;}
.sub_0310 .left img{display: block;width: 100%;}
.sub_0310 .title{margin: 0 0 0;padding: 20px 12px 20px 27px;position: relative;color: #fff;background: #0E2F76;}
.sub_0310 .title::before{content: '';display: block;position: absolute;left: 0;top: 50%;transform: translateY(-50%);border-left: 7px solid #E0C67E;border-top: 7px solid transparent;border-bottom: 7px solid transparent;}
.sub_0310 .info{margin: 0 0 0;color: #999;border: 1px solid rgba(0, 0, 0, .1);border-top: none;padding: 15px 26px;}
.sub_0310 .right{margin: 0 0 0 370px;}

.sub_0310 .part{position: relative;padding: 8px 0 0 120px;margin: 0 0 66px;}
.sub_0310 .part:last-child{margin: 0;}
.sub_0310 .part_title{position: absolute;left: 0;top: -6px;color: #0E2F76;}
.sub_0310 .article{padding: 26px 0 0;color: #757575;position: relative;line-height: 23px;}
.sub_0310 .article::before{content: '';display: block;position: absolute;left: 0;top: 0;height: 1px;width: 44px;background:rgba(14, 47, 118, .5);}

.ul-inline{font-size: 0;}
.ul-inline li{display: inline-block;font-size: 14px;vertical-align: top;width: 20%;}
.ul-inline a,.item{display: block;}