/**!
* 三级详情页面
* date:2021-10-29
* author: zzongyi;
*/

/* 内容 */
.content {
    background-color: #fff;
    border-radius: 3px;
}

.title {
    width: 70%;
    height: 73px;
    /* line-height: 73px; */
    text-align: center;
    margin-left: 15%;
    font-size: 24px;
}

/* 信息 */
.infor {
    display: flex;
    justify-content: center;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    color: #aaa;
    background-color: #f8f9fb;
}

.infor li .font-color {
    color: #333;
    cursor: pointer;
}

.infor li {
    margin: 0 10px;
}

.font-size span {
    padding: 0 2px;
}

/* 图片 */

.img {
    margin-top: 30px;
}

.img img {
    display: inline-block;
}

/* 文字区 */
.text {
    margin-top: 19px;
    padding-bottom: 36px;
    border-bottom: 1px solid #e0e0e0;
}
.text p {
    line-height: 34px;
    text-indent: 27px;
}

/* 下载 */
.download {
    margin-top: 19px;
}

.download a {
    display: block;
    color: #0364cb;
    height: 38px;
    line-height: 38px;
}

.download .doc {
    padding-left: 27px;
    background: url('../images/download-doc.png') left center no-repeat;
}

.download .pdf {
    padding-left: 27px;
    background: url('../images/download-pdf.png') left center no-repeat;
}

/* 2021-12-27 zsy */

.main-process {
    height: 104px;
    margin-top: 4px;
    padding: 0 4px;
    border: 1px solid #ddd;
}

.process-list {
    float: left;
    width: 20%;
    padding-left: 20px;
    margin-top: 23px;
    box-sizing: border-box;
    background: url("../images/icon_arr3.png") right 17px top 22px no-repeat;
}

.list-num {
    height: 36px;
}

.list-num>div {
    float: left;
}

.list-num>.num {
    width: 42px;
    margin-right: 5px;
    line-height: 36px;
    font-size: 36px;
    font-weight: bold;
    color: #999;
}

.list-num>.line {
    width: 101px;
}

.line>.list-line {
    height: 5px;
    margin-top: 5px;
    background: #ccc;
}

.line>h1 {
    margin-top: 6px;
    line-height: 20px;
    color: #999;
}

.list-date {
    display: none;
    margin-top: 9px;
    line-height: 21px;
    padding-left: 42px;
    color: #999;
}

.process-list.active {
    background-image: url("../images/icon_arr2.png");
}

.process-list.list-last {
    background: none;
}

.process-list.active .num {
    color: #1366c2;
}

.process-list.active .list-line {
    background: #2277c8;
}

.process-list.active h1 {
    color: #333;
}

.process-list.active .list-date {
    display: block;
}

.tabview-title {
    margin-top: 30px;
    border-bottom: 1px solid #2277c8;
	text-align: center;
}

.tabview-ul {
    margin: 0 100px;
}

.tabview-list {
    float: left;
    width: 25%;
    height: 50px;
    line-height: 50px;
}

.tabview-list>a>div {
    margin: 0 2px;
    color: #666;
    font-size: 18px;
    text-align: center;
    background: #f6f6f6;
    cursor: pointer;
}

.tabview-list.active>a>div {
    font-weight: bold;
    color: #fff;
    background: #2277c8;
}

.tab-bd {
    margin: 0 30px;
}
