/*  */
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}

.xytitle {
    width: 95%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin: auto;
    line-height: 45px;
    margin-top: 15px;
}

.xytitle h1 {
    font-size: 20px;
    font-weight: bold;
}

.xytitle span {
    font-size: 14px;
}

.xytitle b {
    color: rgb(177, 0, 0);
    margin: 0 10px;
}


/*  */

.xyss {
    width: 95%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    margin-top: 15px;
    margin-bottom: 30px;
}

.xyss select {
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-right: 10px;
    width: 120px;
    height: 35px;
    border-radius: 3px;
    box-sizing: border-box;
    outline-style: none;
}

.xyss input {
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-right: 10px;
    width: 150px;
    height: 35px;
    border-radius: 3px 0px 0px 3px;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    outline-style: none;
    text-indent: 5px;
}

.xyss a {
    display: block;
    width: 60px;
    height: 35px;
    line-height: 35px;
    background-color: rgb(0, 35, 141);
    color: #fff;
    border-radius: 0px 3px 3px 0;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
}


/*  */

.conttitle {
    width: 95%;
    overflow: hidden;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    margin-top: 15px;
    margin-bottom: 15px;
}

.conttitle ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    text-indent: 10px;
    font-size: 14px;
}

.conttitle ul li:nth-child(1) {
    width: 40%;
}

.conttitle ul li:nth-child(2) {
    text-align: center;
    width: 18%;
}

.conttitle ul li:nth-child(3) {
    text-align: center;
    width: 25%;
}

.conttitle ul li:nth-child(4) {
    text-align: center;
    width: 17%;
}

.contlist {
    width: 95%;
    overflow: hidden;
    margin: auto;
    margin-bottom: 10px;
}

.contlist.drop {
    cursor: pointer;
    display: block;
}

.contlist .drop .ul-1 {
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: flex-start;
    line-height: 45px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-indent: 10px;
    font-size: 14px;
}

.contlist .drop .ul-1 li:nth-child(1) {
    width: 40%;
    color: #0959bd;
    font-size: 18px;
    font-weight: bold;
    background-image: url(../images/yuan-03.png);
    background-repeat: no-repeat;
    background-position: 10px 13px;
    text-indent: 35px;
}

.contlist .drop .ul-1 li:nth-child(2) {
    text-align: center;
    width: 18%;
    font-size: 16px;
}

.contlist .drop .ul-1 li:nth-child(3) {
    text-align: center;
    width: 25%;
}

.contlist .drop .ul-1 li:nth-child(4) {
    text-align: center;
    width: 17%;
}

.contlist .drop .ul-1 a {
    display: inline-block;
    padding: 0 12px;
    border-radius: 4px;
    color: #fff;
    background-color: #0959bd;
    line-height: 34px;
    height: 34px;
    font-size: 16px;
}

.contlist .drop+input {
    display: none;
}

.contlist .drop+input+div {
    display: none;
}

.contlist .drop+input:checked+div {
    display: block;
    font-size: 16px;
    line-height: 26px;
    padding: 10px 0;
    box-sizing: border-box;
    text-align: justify;
    width: 98%;
    margin: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.contlist .drop+input:checked+div p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}

.contlist .drop+input:checked+div .ul-2 {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.contlist .drop+input:checked+div .ul-2 li {
    width: 50%;
    overflow: hidden;
}

.contlist .drop+input:checked+div .ul-2 li h1 {
    font-size: 22px;
    margin-top: 8px;
}

.contlist .drop+input:checked+div .ul-2 li a {
    display: block;
    width: 85px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    text-align: center;
    background-color: #d35400;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    float: right;
}


/* 分页 */

.xzfenye {
    width: 90%;
    overflow: hidden;
    margin: auto;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.xzfenye li {
    width: 30px;
    padding: 5px 2px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    margin: 0 3px;
}

.xzfenye li:hover {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: royalblue;
    color: #fff;
}