@import "public.css";

.dt-article {
    display: flex;
    align-items: flex-start;
}

.dt-article-col {
    width: 219px;
    padding: 20px 16px;
    margin-right: 20px;
    border: 1px solid #E0E5EB;
}

.article-col-list .article-col-item {
    line-height: 22px;
    padding: 16px;
    color: #222222;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
}

.article-col-list .article-col-item.active {
    color: white;
    background: #DC3D3D;
}

.dt-article-box {
    flex: 1;
}

.dt-article-box .article-screen {
    padding: 18px 20px;
    border: 1px solid #E0E5EB;
    margin-bottom: 10px;
}

.dt-form .dt-form-item {
    width: 317px;
    margin-right: 24px;
}

.dt-article-box .article-screen p {
    margin: 6px 0 0;
}

.article-list {
    border: 1px solid #E0E5EB;
    padding: 8px 20px;
}

.article-list li {
    padding: 16px 0 16px 12px;
    border-bottom: 1px solid #E0E5EB;
    position: relative;
}

.article-list li:last-child {
    border-bottom: 0;
}

.article-list li p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 12px;
    font-size: 15px;
}

.article-list li:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #d6d6d6;
    position: absolute;
    left: 0;
    top: 25px;
}

.article-list li p a {
    color: #222222;
}

.article-list li p:hover a {
    color: #0068CE;
}

.article-list li span {
    color: #666666;
    margin-right: 24px;
}

.organ-max-title {
    color: #222222;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 32px;
    text-align: center;
}

.organ-title {
    color: #222222;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 28px;
    position: relative;
    padding-left: 16px;
}

.organ-title:after {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 3px;
    height: 20px;
    background: #DC3D3D;
}

.organ-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.organ-list li {
    width: 308px;
    height: 130px;
    padding: 24px 18px 24px 28px;
    margin: 0 16px 16px 0;
    border: 1px solid #E0E5EB;;
}

.organ-list li:nth-child(4n) {
    margin-right: 0;
}

.organ-list li .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    max-width: 100%;
}

.organ-list li .text {
    color: #666666;
    margin-top: 8px;
    padding-left: 20px;
}

.organ-list li .phone {
    background: url(../images/phone.png) no-repeat left center;
    background-size: 14px auto;
}

.organ-list li .location {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/location.png) no-repeat left top 3px;
    background-size: 12px auto;
    display: inline-block;
    max-width: 100%;
}

/*列表查询*/
.screen-header {
    margin-bottom: 12px;
    border: 1px solid #E0E5EB;
}

.screen-header .screen-title {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    padding: 15px 20px 14px;
    background: #F7F9FC;
}

.screen-header .screen-title .text {
    font-weight: 600;
    font-size: 15px;
}

.screen-header .screen-title .toggle {
    cursor: pointer;
}

.screen-header .screen-title .toggle i {
    margin: 0 0 3px 8px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.screen-header .screen-title .toggle:before {
    content: "\6536\8d77";
}

.screen-header .screen-title .toggle.open:before {
    content: "\5c55\5f00";
}

.screen-header .screen-title .toggle.open i {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.screen-header .screen-form-box {
    padding: 12px 20px;
    border-top: 1px solid #E0E3EA;
}

.screen-header .dt-form .dt-form-item {
    width: 396px;
}

.screen-header p {
    margin: 5px 0;
}

.wlmq-table .table {
    border: 1px solid #FFEDE0;
    border-bottom: 0;
}

.wlmq-table .table thead {
    background: #DC3D3D;
}

.wlmq-table .table thead tr th {
    color: white;
    border: 0;
    text-align: center;
    vertical-align: middle;
}

.wlmq-table .table tbody tr td {
    padding: 16px 10px;
    text-align: center;
    border-bottom: 1px solid #FFEDE0;
    vertical-align: middle;
}

.wlmq-table .table thead tr th.text-left,
.wlmq-table .table tbody tr td.text-left {
    text-align: left;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background: #FFFFFF;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background: #FFF6F0;
}

.fixedHeader {
    background: #F7F9FC;
    color: #000000;
}

.pub-header {
    padding: 12px 20px;
    background: #C90E24;
    position: relative;
}

.pub-header .pub-header-title {
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
}

.pub-header .pub-header-tab {
    position: absolute;
    right: 20px;
    top: 12px;
    display: flex;
}

.pub-header .pub-header-tab li a {
    display: block;
    height: 26px;
    line-height: 24px;
    padding: 0 10px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    margin-left: 10px;
}

.pub-header .pub-header-tab li.active a {
    color: #C90E24;
    background: #FFFFFF;
}

.ellipsis2 {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
}
