@charset "utf-8";
.main {
    width: 1200px;
    margin: 5px auto 70px;
    overflow: hidden
}

.article_content {
    color: #5e6267;
    margin-top: -160px;
}
.system_list {
    display: block;
    border-bottom: 0px solid #e4e0e0;
    margin-bottom: 50px
}

.system_list:last-child {
    border-bottom: none
}

.system_list .list_title {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin-bottom: 25px
}

.system_title .icon {
    display: block;
    height: 50px;
    width: 50px;
    float: left;
    margin-right: 10px
}

.icon_police {
    background: url(../images/channel/productClass/police.png) no-repeat
}

.icon_cloud {
    background: url(../images/channel/productClass/cloud.png) no-repeat
}
.icon_vshcn {
    background: url(../images/channel/productClass/vshcn.png) no-repeat
}
.icon_zfhy {
    background: url(../images/channel/productClass/zfhy.png) no-repeat
}
.icon_xfhy{
    background: url(../images/channel/productClass/xfhy.png) no-repeat
}
.icon_zqcl{
    background: url(../images/channel/productClass/zqcl.png) no-repeat
}
.icon_print{
    background: url(../images/channel/productClass/print.png) no-repeat
}
.icon_libriay{
    background: url(../images/channel/productClass/libriay.png) no-repeat
}
.icon_progranned{
    background: url(../images/channel/productClass/programmed.png) no-repeat
}
.icon_wspnl{
    background: url(../images/channel/productClass/wspnl.png) no-repeat
}

.icon_qycl{
    background: url(../images/channel/productClass/qycl.png) no-repeat
}
.system_title .title {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: 3px
}

html[lang=en] .system_title .title {
    position: relative;
    top: 12px
}

.system_title .title a {
    text-decoration: none;
    color: #000
}

.system_title .sub_title {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #999
}

.system_details {
    margin: 25px 0 30px
}

.system_details p {
    line-height: 28px;
    font-size: 14px;
    text-align: justify
}

.see-org {
    right: 5px;
    cursor: pointer;
    float: right
}

.see-org a {
    color: #0457b7;
    font-size: 14px;
    text-decoration: none
}

