





.number{ background:#3598db/*016735*/; padding-top:10px; padding-bottom:10px; font-size:20px;color:#FFF;border-radius:5px;-moz-border-radius:5px; margin-top:15px;}
.number p{ padding-left:15px;}
.number p span{ font-size:14px; }

.news-list ul{ padding-left:15px; padding-right:15px; padding-top:15px;}
.news-list ul li img{ width:130px; height:100px; float:left; margin-right:15px;}
.news-list h4{ line-height:35px; color:#2D3E4E ;}
.news-list ul li{ border-bottom:#f6efe2  dashed 1px; margin-bottom:20px; margin-top:10px;}
.news-list ul li h4 a{ float:right; display:block; padding:5px;color:#3598DB; font-size:15px; line-height:35px;}
.news-list ul li p{ text-indent:2em; color:#666;}
.news-detail{ padding:15px;}
.news-detail h4{ text-align:center;}
.news-detail p{ text-indent:2em; padding-top:15px; line-height:23px;}
.news-detail img{max-width:720px;}

.download-list{float:left; font-size:14px; line-height:30px; margin-top:20px; margin-left:20px; width:700px; border-left:#999999 1px solid; border-top:#999999 1px solid;}
.download-list li{float:left; width:699px; list-style:none outside; border-bottom:#999999 1px solid; border-right:#999999 1px solid;text-align:center; color:#000;}
.download-list li a{ color:#2D3E4E;}
.download-list li a:hover{color:#00E;}
.download-list div{float:left;}
.left{width:500px; border-right:#999999 1px solid;}
.center{width:98px; border-right:#999999 1px solid;}
.right{width:98px;}
.left-name{ padding-left:20px; text-align:left; width:480px; overflow:hidden; border-right:#999999 1px solid;}
.left-column{ padding-left:10px; width:490px; font-weight:600;}



.shop-list{}
.shop-list ul li{ border-top:1px solid #999; border-left:1px solid #999;}
.shop-list ul li span{ border-right:1px solid #999; border-bottom:1px solid #999; text-align:center; padding:10px 0;}
.shop-list .pro-name{width:150px; overflow:hidden}

/*table{ font-size:14px; line-height:35px;}*/
table .title{ font-size:16px; font-weight:600;}



/* 下载页面弹出层 */
.teamDetailBg {
    display: none;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: fixed;
    left: 0;
    top: 0;
    z-index:9999;
}
.teamDetail {
    display: none;
    width: 600px;
    height: 680px;
    padding: 0 30px;
    margin: -310px 0 0 -200px;
    text-align: center;
    background: #fff;
    border-radius: 15px;
    position: fixed;
    left: 40%;
    top: 50%;
    z-index: 90000;
}
.teamDetail .close {
    width: 30px;
    height: 30px;
    background: url(../images/close.png) no-repeat 0 0;
    position: absolute;
    right: 15px;
    top: 15px;
}
.teamDetail .close:hover {
    background-position: -30px 0;
}
.teamDetail .face {
    margin: 55px 0 0 0;
    text-align: center;
}
.teamDetail .face img {
    width: 220px;
    border-radius: 50%;
}
.teamDetail .t1 {
    padding: 30px 0 32px 0;
    background: url(../images/i1.png) no-repeat center bottom;
}
.teamDetail .t1 .name {
    margin: 0 0 10px 0;
}
.teamDetail .t2 {
    margin: 30px 0 0 0;
    font-size: 14px;
    color: #737373;
    line-height: 30px;
}