.modular {
    border: 1px solid #e6e6e6;
}
.modular {
    background: #fff;
    padding-bottom: 30px;
}
.modular h2 {
    background: #fff;
    font-size: 22px;
    height: 65px;
    line-height: 65px;
    text-indent: 45px;
    color: #333;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    margin: 0;
}
.shareholder-icon {
    display: inline-block;
    background: url(../images/icon.png);
}
.h2-arrow {
    height: 10px;
    width: 19px;
    background-position: -500px 0;
    position: absolute;
    left: 80px;
    top: 56px;
}
.list {
    margin: 0 auto;
    width: 875px;
}
.list dl {
    clear: both;
    border-bottom: 1px dashed #e6e6e6;
    padding: 30px 0;
}
.list dt {
    float: left;
    margin-right: 35px;
    width: 275px;
    height: 173px;
}
.list dt img {
    width: 275px;
    height: 173px;
    border: none;
}
.list dd {
    float: left;
    width: 560px;
}
.list dl:after {
    display: table;
    content: '';
    clear: both;
}
.list .title {
    clear: both;
}
.list .title span {
    float: right;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    top: 5px;
}
.list .title a {
    font-size: 16px;
    color: #333;
    float: left;
}
.list .title:after {
    display: table;
    content: '';
    clear: both;
}
.list .intr {
    line-height: 28px;
    color: #666666;
    margin-top: 30px;
    width: auto;
    padding: 0;
}
.list .intr a {
    color: #ff0000;
}
.video {
    width: 870px;
    margin: 35px auto 0;
    overflow: hidden;
}
.video ul {
    width: 904px;
    clear: both;
}
.video li {
    width: 274px;
    float: left;
    border: 1px solid #e6e6e6;
    padding-bottom: 25px;
    margin-right: 21px;
    margin-bottom: 35px;
}
.video .video-pic a {
    display: block;
    height: 173px;
    width: 274px;
    position: relative;
}
.video img {
    display: block;
    height: 173px;
    width: 272px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.video .video-pic .dark-layer {
    cursor: pointer;
    background: url(../img/dark-layer.png);
    height: 173px;
    width: 272px;
    position: absolute;
    top: 0;
    left: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    transition: all .2s linear;
    z-index: 1;
}
.video-icon {
    background: url(../img/video-icon.png);
    display: inline-block;
}
.video .video-pic .play {
    width: 63px;
    height: 63px;
    position: absolute;
    left: 50%;
    margin-left: -31px;
    top: 50%;
    margin-top: -31px;
}
.video .video-pic a:hover .dark-layer {
    filter: alpha(opacity=100);
    opacity: 1;
}
.mt15 {
    margin-top: 15px;
}
.video .title {
    padding-left: 15px;
    min-height: 55px;
}
.l {
    float: left;
}
.pl15 {
    padding-left: 15px;
}
.r {
    float: right;
}
.mr20 {
    margin-right: 20px;
}
.video .comment1 {
    width: 14px;
    height: 13px;
    background-position: 0 -67px;
    margin-right: 5px;
}
.pr15 {
    padding-right: 15px;
}
.video .read {
    width: 17px;
    height: 10px;
    background-position: -16px -69px;
    margin-right: 5px;
}