.content{
    width: 100%;
    padding-top: 50px;
    background: url(/web_images/bg.jpg) no-repeat top;
    overflow: hidden;
    min-height: 500px;
}
.weizhi{
    width: 100%;
    height: 49px;
    line-height: 49px;
    background-color: #f0f0f0;
}
.weizhi h2{
    text-align: center;
    width: 150px;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    float: left;
    background-color: #0e78d2;
}
.weizhi ul{
    float: left;
    margin-left: 28px;
    margin-top: 12px;
}
.weizhi li{
    text-align: center;
    width: 63px;
    height: 25px;
    line-height: 25px;
    float: left;
    border-radius: 2px;
    margin-right: 7px;
}
.weizhi li.on{
    background-color: #0e78d2;
}
.weizhi li.on a{
    display: block;
    color: #fff;
}
.weizhi li a{
    color: #717070;
    font-size: 16px;
}
.weizhi .right{
    color: #848484;
    background: url(/web_images/arrow.jpg) no-repeat right;
    padding-right: 28px;
    font-size: 14px;
    margin-right: 21px;
}
.weizhi a{
    color: #848484;
}
.content .box{
    background-color: #fff;
    min-height:500px;
}

.jianjie{
    padding: 32px;
    color: #3c3c3c;
    font-size: 16px;
    line-height: 28px;
}
.jianjie h2{
    text-align: center;
    font-size: 18px;
    color: #1c9ff6;
    line-height: 34px;
    margin: 12px 0 20px;
}
.company{
    padding: 0 22px;
}
.company li{
    padding: 15px 0;
    height: 123px;
    overflow: hidden;
    border-bottom: 1px solid #eaeaea;
}
.company li img{
    width: 191px;
    height: 123px;
    vertical-align: top;
    float: left;
}
.company li .txt{
    width: 1024px;
    float: right;
}
.company li h2{
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    color: #434343;
    line-height: 44px;
    margin-top: 3px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.company li .zi{
    width: 100%;
    color: #858585;
    font-size: 13px;
    line-height: 22px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 3; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/
}
.company li.last{
    border: 0 none;
}
.publish{
    padding: 0 34px;
}
.publish ul{
    padding: 10px 0 17px 0;
}
.publish li{
    line-height: 50px;
    overflow: hidden;
    border-bottom: 1px dashed #d4d4d4;
}
.publish li .date{
    color: #acacac;
    font-size: 14px;
    float: right;
}
.publish li h2{
    margin-left: 6px;
    width: 80%;
    color: #020202;
    font-size: 16px;
    float: left;
    font-weight: normal;
    padding-left: 19px;
    background: url(/web_images/dotted.jpg) no-repeat left;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.publish li.last{
    border: 0 none;
}
.publish li a.download{
    color: #1767aa;
    font-size: 14px;
    float: right;
    margin-right: 51px;
}
.page{
    width: 1280px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    margin: 10px auto;
    background-color: #fff;
}

.page ul{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    overflow: hidden;
}
.page li{
    font-weight: bold;
    float: left;
    margin: 0 10px;
}
.page li.on a{
    color: #0e78d2;
}
.page li a{
    color: #000;
    font-size: 15px;
}
.contact{
    background-color: transparent;
    padding: 0;
}
.footer{
    margin-top: 23px;
}