﻿.content-right {
    max-width: 70%;
    width: 70%;
}

.rcln p {
    text-indent: 2em;
    width: 80%;
    margin: 0 auto;
}

.c-m {
    width: 1420px;
    margin: auto;
    height: 100%;
    margin-bottom: 5%;
}
.c-b {
    margin-bottom: 3%;
    margin-top: 2%;
    font-size: 20px;
}
.c-b-t {
    font-weight: 600;
}
.c-b-x {
    background: #145499;
    color: white;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 5%;
}

.c-b-s {
    float: left;
    /* margin: 1.5%; */
    height: 35px;
    line-height: 35px;
    margin-top: -2%;
    margin-left: 8%;
}

td {
    width: 5%;
    text-align: center;
    height: 60px;
    line-height: 60px;
    color: #666666;
    border-bottom: 1px dashed #eeeeee;
}
tr {
    border: 1px solid #eeeeee;
}
.zxns .c-m {
    width: 100%;
}
.zxns .c-t table, .c-t .fy {
    width: 100%;
}
.c-t table thead tr {
    background-color: #808080;
}
    .c-t table thead tr td {
        color: white;
        font-size: 18px;
    }
.c-t table tbody tr td, #myModal .modal-body {
    font-size: 16px;
}
p {
    margin-bottom: initial;
}
a {
    text-decoration: none;
}
.zxns .container {
    height:initial;
}
.modal-header .close {
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 500;
}


#zhiwei tr td a {
    cursor:pointer;
}
#zhiwei tr td a:hover {
    text-decoration:none;
}











@media screen and (max-width: 768px) {
    .c-t table thead tr td {
        font-size: 15px;
    }
    .c-t table tbody tr td, #myModal .modal-body {
        font-size: 14px;
        line-height:initial;
    }
    .fy>a>div {
        min-width:30px;
    }
    .rcln p {
        width: 100%;
    }
    .c-t table thead tr td span{
        display:block !important;
        width: 2em !important;
        margin:0px auto !important;
        line-height:1.2em;
    }
}

