/*主内容区域*/
.act {
    width: 1200px;
    margin: 0 auto;
}

.con {
    margin-top: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.con-left {
    width: 840px;
    /*padding: 0 30px 30px;*/
}

.con-head {
    font-size: 24px;
    color: #a10b0d;
}

.con-list li {
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #cccccc;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.con-list li > .tit {
    flex: 1;
    display: block;

}

.con-list > li > .time {
    font-size: 12px;
    color: #777777;
}

.page {
    margin: 30px auto;
    display: flex;
    justify-content: center;
}

/*侧边栏*/
.asi {
    width: 310px;
}

.work-head {
    height: 26px;
    margin-bottom: 10px;
}

.work-head > .tit {
    font-size: 16px;
    color: #004499;
}

.work-list li {
    margin-bottom: 25px;
}

.work-list li > .tit {
    display: block;

}

.mar-top45 {
    margin-top: 75px;
}

.sina-area {
    /*width: 250px;*/
    /*background-color: #fcf6e2;*/
}

.sina-area > div {
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.sina-area > div:first-child {
    border-bottom: 1px dashed #004499;
}

.sina-area > div > img {
    margin-right: 10px;
}

.col-head {
    height: 22px;
    padding-left: 13px;
    border-left: 5px solid #004499;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: bold;
    color: #004499;
}
.work-list{
    margin-top: 15px;

}
.col-head > .tit {
    font-size: 18px;
    font-weight: bold;
    color: #004499;
}

.col-head > .more, .notice-head > .more {
    font-size: 12px;
    color: #999999;
}

.mat-imgs {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.mat-imgs img {
    margin-top: 10px;
}

.mat-list li {
    margin-top: 20px;
}

.mat-list li > .tit {
    display: block;
}

.ask-tip {
    margin-top: 10px;
    display: flex;
}

.act .ask-tip .img-w {
    width: 90px;
    margin-right: 20px;
}

.act .ask-tip .img-w > img {
    width: inherit;
}

.act .ask-tip > span {
    margin-left: 10px;
    line-height: 2;
}

.act .btn-ask {
    display: block;
    margin-top: 10px;
    /*margin: 10px auto 15px;*/
    width: 150px;
    height: 40px;
    border: 1px solid #ffc605;
    border-radius: 18px;
    background-color: #fcf6e2;
    text-align: center;
    color: #a10b0d;
}

