.main {
    padding-bottom: 50px;
}

.main .pos {
  width: 1200px;
  box-sizing: border-box;
  margin: 10px auto 20px;
  font-size: 14px;
  line-height: 42px;
}

.main .title{
    text-align: center;
    color: #d73337;
    margin-bottom: 40px;
}

.main .title h3{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}

.main .title h4{
    font-size: 20px;
    font-weight: bold;
}

.main .headline{
    padding:92px 30px 0;
    box-sizing: border-box;
    background: url("../images/headline.png") no-repeat center top;
    width: 1200px;
    height: 247px;
    margin: 30px auto;
}

.main .headline p{
    color: #ffffff;
    font-size:18px;
    text-indent: 36px;
    line-height: 30px;
}

.main .section{
    margin: 30px auto;
    width: 1200px;
    border: 1px solid #d73337;
}

.main .section .subtitle{
    background: url("../images/section.png") no-repeat center top;
    height: 212px;
    box-sizing: border-box;
    padding: 30px;
}

.main .section .subtitle h5{
    color: #fad6a1;
    font-size: 30px;
}

.main .section .subtitle p{
    color: #ffffff;
    font-size:18px;
    line-height: 30px;
    text-indent: 36px;
    margin-top: 10px;
}

.main .section ul li{
    margin: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #d73337;
}

.main .section ul li span.time{
    display: inline-block;
    color: #ffffff;
    background: linear-gradient(to right,#d2161b,#ef8310);
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 38px;
    border-radius: 20px;
    padding: 0 20px;
}

.main .section ul li:last-child{
    border-bottom: 0;
    padding-bottom: 0;
}

.main .section ul li .view{
    font-size: 22px;
    font-weight: bold;
}

.main .section ul li .view a:hover{
    color: #d2161b;
}

.main .section ul li .view span.point{
    background: #d2161b;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 10px;
    border-radius: 3px;
}