
                                                        /*文章单页*/
.articleTit span{
    margin: 0 10px;
    color: #d5d5d5;
}

/*公司简介*/
.company h1{
    line-height: 30px;
}
.company h2{
    height: 39px;
    line-height: 39px;
    font-size: 14px;
}
.company h3{
    height: 49px;
    line-height: 44px;
    color: #666;
    text-align: center;
}
.company p{
    line-height: 24px;
    margin-bottom: 16px;
}

/*列表*/
.companyList ul li{
    padding-left: 20px;
    height: 44px;
    line-height: 44px;
    cursor: pointer;
}
.companyList ul li:hover{
    background: #037dda;
    color: white;
}
.companyList ul .liAct{
    background: #037dda;
    color: white;
}

/*热点新闻*/
.hotNew p{
    height: 18px;
    line-height: 18px;
    border-left: 4px solid #333;
    padding-left: 10px;
}
.hotNew ul li a{
    display: block;
    line-height: 24px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #666;
}
.hotNew ul li a:hover{
    color: #037dda;
}


                                                                        /*文章着陆页*/
.articleTop ul li{
    width: 120px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    float: left;
    cursor: pointer;
}
.articleTop ul li:hover{
    color: #037dda;
}
.articleTop ul .articleLiAct{
    background: #037dda;
    color: white;
}
.articleTop ul .articleLiAct:hover{
    color: white;
}
.share{
    width: 132px;
    height: 30px;
    float: right;
}
.share span{
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    background: #d5d5d5;
    border-radius: 50%;
    margin: 0 7px;
    cursor: pointer;
}
.share span:nth-child(1):hover{
    background: #da251c;
}
.share span:nth-child(2):hover{
    background: #f4b238;
}
.share span:nth-child(3):hover{
    background: #3cb035;
}
.share span img{
    display: block;
    width: 30px;
    height: 30px;
}
.btnDiv button{
    width: 98px;
    height: 40px;
    margin-right: 15px;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    background: white;
    font-size: 14px;
}
.btnDiv button:hover{
    color: #037dda;
}
.btnDiv .btnNo{
    color: #999;
    cursor: text;
}
.btnDiv .btnNo:hover{
    color: #999;
}
.btnDiv a:hover{
    color: #037dda;
}



                                                                                        /*文章列表页*/

.articleListNew ul li{
    border-bottom: 1px dashed #d5d5d5;
}
.articleListNew ul li a{
    line-height: 25px;
}
.articleListNew ul li a:hover{
    color: #037dda;
}
.articleListNew ul li p{
    line-height: 41px;
}
.articleListNew ul li h1{
    line-height: 25px;
}
.articleListNew ul li .articleListDivImg div{
    width: 285px;
    height: 218px;
    border-radius: 2px;
    overflow: hidden;
}
.articleListNew ul li .articleListDivImg div img{
    width: 285px;
    height: 218px;
}
.articleListNew ul li .articleListDivImg h2{
    width: 490px;
    margin-top: 10px;
    line-height: 26px;
}

.btns{
    width: 100%;
    height: 32px;
    display: inline-block;
    position: relative;
}
.btns span{
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
}
.btns button{
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    background: white;
    margin: 0 5px;
    border: 1px solid #d5d5d5;
    font-size: 14px;
}
.btns button:hover{
    background: #037dda;
    color: white;
    border: 1px solid #037dda;
}

/*页码-数字-选中状态*/
.btns .btnAct{
    background: #037dda;
    color: white;
    border: 1px solid #037dda;
}

/*页码-上一页-不能选中状态*/
.btns .btnTopNo{
    background: white url("../images/faceIcon001.png");
    cursor: text;
}
.btns .btnTopNo:hover{
    background: white url("../images/faceIcon001.png");
    cursor: text;
    border: 1px solid #d5d5d5;
}
/*页码-上一页-默认状态*/
.btns .btnTop{
    background: white url("../images/faceIcon003.png");
}
/*页码-上一页-选中状态*/
.btns .btnTop:hover{
    background: #037dda url("../images/faceIcon005.png");
    border: 1px solid #037dda;
}

/*页码-下一页-不能选中状态*/
.btns .btnBotNo{
    background: white url("../images/faceIcon002.png");
    cursor: text;
}
.btns .btnBotNo:hover{
    background: white url("../images/faceIcon002.png");
    cursor: text;
    border: 1px solid #d5d5d5;
}
/*页码-下一页-默认状态*/
.btns .btnBot{
    background: white url("../images/faceIcon004.png");
}
/*页码-下一页-选中状态*/
.btns .btnBot:hover{
    background: #037dda url("../images/faceIcon006.png");
    border: 1px solid #037dda;
}



                                                                                                    /*文章首页*/
.wheel{
    width: 875px;
    height: 485px;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
}
.imgList{
    position:relative;
    width:2625px;
    height:485px;
}
.imgList li{
    float:left;
    position: relative;
}
.imgList li a{
    display: block;
    width: 875px;
    height: 485px;
}
.imgList li a img{
    display: block;
    width: 875px;
    height: 485px;
}
.imgList div{
    width: 875px;
    height: 52px;
    line-height: 52px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.imgList div p{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}
.imgList div font{
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    margin-left: 20px;
}
.indexList{
    position: absolute;
    right: 16px;
    bottom: 20px;
}
.indexList li{
    width: 12px;
    height: 12px;
    float: left;
    margin: 0 4px;
    cursor: pointer;
    background: #037dda;
    border-radius: 50%;
}
.indexList .indexOn{
    background: #e89e01;
}
.articleImg{
    width: 300px;
    height: 230px;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
}
.articleImg a{
    display: block;
    width: 300px;
    height: 230px;
}
.articleImg a img{
    display: block;
    width: 300px;
    height: 230px;
}
.articleImg div{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 42px;
}
.articleImg div p{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 42px;
    background: #000;
    opacity: 0.5;
}
.articleImg div font{
    line-height: 42px;
    color: white;
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 20px;
}