/* 痔疮列表 */
.zc-list {
    width: 710px;
    min-height: 600px;
}

.zc-list h1 {
    font-size: 18px;
    line-height: 45px;
    border-bottom: 1px solid #CDCDCD;
    text-align: justify;
    text-indent: 1em;
}

/* 按钮 */
.zc-page {
    margin: 20px 30px;

}

.zc-page button {
    display: inline-block;
    width: 60px;
    height: 30px;
    margin-right: 10px;
    border: 0.5px solid rgb(185, 149, 122);
    background-color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.zc-page button:hover {
    color: white;
    background-color: #88211A;
}

.zc-content {
    text-align: justify;
    margin: 15px 15px 0px 15px;
    min-height: 50px;
    border-bottom: 1px dashed grey;
    padding-bottom: 20px;
}

.zc-content img {
    vertical-align: middle;
    margin-right: 10px;
}

.zc-content .biao_1 {
    color: #88211A;
    font-weight: 600;
    margin-top: 10px;
}

.zc-content .wen_1 {
    font-size: 14px;
    text-indent: 2em;
    margin-top: 10px;
    line-height: 26px;
}

/* 分页 */
.list_info {
    width: 710px;
    min-height: 600px;
    padding: 15px;
    box-sizing: border-box;
    margin: auto;
}

.list_info h1 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.info_tit {
    min-width: 100px;
    height: 40px;
    background: #efefef;
    text-align: center;
    line-height: 40px;
    margin-top: 10px;
}

.info_tit a {
    color: #7E0204;
    font-size: 14px;
}

.info_txt .w_1:first-child {
    margin-top: 30px;
}

.info_txt .w_1 {
    text-indent: 2em;
    line-height: 20px;
    text-align: justify;
    font-size: 14px;
    margin-top: 10px;
}

.info_txt .w_2 {
    color: #0000ff;
    margin-top: 5px;
    font-weight: 600;
    font-size: 15px;
}

.infot_btn {
    width: 400px;
    padding: 25px 0;
    margin-top: 20px;
    margin: auto;
}

.infot_btn a {
    padding: 10px 25px;
    text-align: center;
    line-height: 25px;
    color: #FFFFFF;
    letter-spacing: 2px;
    font-size: 20px;
}

.infot_btn .infoa1 {
    background-color: rgb(136, 33, 26);
    margin-right: 20px;
}

.infot_btn .infoa2 {
    background-color: #bd5026;
}

.infot_p {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 15px;
}

/* 后加样式 */
.biao-data {
    float: right;
    font-size: 12px;
}

.content_text {
    padding: 10px;
}

.con_biao {
    margin: 10px;
}

.biao_1 {
    font-family: "微软雅黑";
    width: 825px;
    height: auto;
    line-height: 25px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 22px;
}
.zc-content .biao_2{
    font-size: 16px;
    font-weight: bold;
    font-family: "微软雅黑";
    color: #7E0204;
}
.zc-content .dian_y{
    vertical-align: middle;
}
.con_content {
    text-align: justify;
    font-size: 14px;
    padding: 10px;
    line-height: 25px;
}

.wen_1 {
    min-height: 25px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    padding: 5px;
}
.zc-page {
    width: 500px;
    height: 50px;
    margin:20px auto;
    line-height: 50px;
}
.zc-page li{
    list-style: none;
    background-color: rgba(204, 199, 199, 0.4);
    height: 40px;
    line-height:40px;
    border-radius:5px;
    border:1px solid  rgb(184, 181, 181);
    cursor: pointer;
    width: 50px;
    font-size: 14px;
    margin-left: 30px;
    float: left;
}
.zc-page li:first-child{
    width:50px;
}
.zc-page li:last-child{
    width: 50px;
}
.zc-page li:hover{
    background-color: rgba(133, 8, 10, 0.8) ;
}
.s_x{
    font-size: 14px;
    font-family: "微软雅黑";
    line-height: 25px;
    width: 690px;
    margin-top: 20px;
}
.s_x a:first-child{
    margin: 0px 20px 0px 0px;
}
.left-t .c-list li a:hover{
    color:black;
}
.infot_btn {
    width: 400px;
    height: auto;
    padding: 25px 0;
    margin-top: 20px;
    display: inherit;
}
.infot_btn a {
    padding: 10px 25px;
    text-align: center;
    line-height: 25px;
    color: #FFFFFF;
    letter-spacing: 2px;
    font-size: 20px;
}
.infoa1 {
    background: #88211a;
}
.infoa2 {
    background: #bd5026;
}
.foot-letter{
    color: #faea0a;
    font-size: 14px;
    font-family: "微软雅黑";
}