.about{
    width: 1300px;
    margin: 100px auto 20px auto;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    padding:25px;
    /* border-radius: 8px; */
    background-color: #fff;
    min-height: 420px;
}
.about h1{
    text-align: center;
    padding: 20px 0;
    font-size: 26px;
    color: #000;
    font-weight: bold;
}
.about p{
    text-indent: 2em;
    color: #666;
    font-size: 14px;
    /*line-height: 24px;*/
}
.about img{
    margin-bottom: 15px;
    width: 100%;
}

span.bold{
    font-size:14px;
    font-weight:bold;
    color:#000000;
}

.showCur {
    cursor: pointer;
}

.article  {
    word-break: break-word!important;
    word-break: break-all;
    margin: 20px 0 0;
    height: auto;
    overflow: hidden;
    position: relative;
}
.article .title {
    font-size: 30px;
    color: #000000;
    text-align: center;
    padding: 3px 0px;
    line-height: 38px;
    font-weight: bold;
}
.desrc {
    font-weight: bold;
    text-align: right;
    border-bottom: 1px solid #dcdee0;
    line-height: 34px;
}
.content2 {
    color: #2b2b2b;
    line-height: 2;
    padding: 10px 15px;
}
.content2 p,.content2 span {
    font-size: 18px;
}
.other {
    bottom:0;
    text-align: right;
}
.journalism > p {
    text-indent:2em;
}