﻿.deco_companyNews
{
    width:1000px;
    height:35px;
    background-color:White;
    margin-top:10px;
    font-size:15px;
}
.deco_middle
{
    padding-top:9px;
    padding-left:25px;
}
#Main
{
    width: 1000px;
    clear: both;
    margin-top: 5px;
}
.company_contents
{
    width: 1000px;
    height: 550px;
    background-color: White;
    margin-top: 18px;
}
.bg_company
{
    width:1000px;
    height:45px;
    background-image:url("../Images/company1000.png");
    background-repeat:no-repeat;
    background-position:4px 4px;
}
.bg_science
{
    width:1000px;
    height:45px;
    background-image:url("../Images/science.png");
    background-repeat:no-repeat;
    background-position:4px 4px;
}
.companyNewsList
{
    width:900px;
    float:left;
    margin-top:50px;
    margin-left:60px;
    height:auto;
}
.deco_comNewDashed
{
    width:910px;
    border-bottom:1px dotted #ccc;
    margin-left:-15px;
}
.companyNewsList ul {
    padding:0px;
    margin:0px;
}
.companyNewsList ul li
{
    list-style-image:url("../Images/dont.png");
    font-size: 14px;
    line-height: 35px;
    color:#484848;
   
}
img
{
    border: 0px;
}
.clb
{
    clear: both;
}
.fl
{
    float: left;
}
.fr
{
    float: right;
}
dl, ul, ol, h1, dd
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
a
{
    color: Black;
    text-decoration: none;
}
a:hover
{
    color: #FF9900;
}
#Footer
{
    width: 1000px;
    height: 100px;
    margin-top: 20px;
}
#Footer p
{
    text-align: center;
    margin-top: 20px;
    font-family: 微软雅黑;
    color: #939292;
    font-size: 13px;
    font-weight: bold;
 }
  #Company_new
 {
     width: 1000px;
     height: 550px;
     margin-top: 10px;
 }
 #Company_new .CompanyNews
 {
     width: 900px;
     background-color: #fff;
     float:left;
     margin-top:30px;
     margin-left:60px;
     height:auto;
 }

 #Company_new .CompanyNews .CompanyNews_right ul li
 {
     background-image: url("../Images/dont.png");
     background-repeat:no-repeat;
     background-position:0px 12px;
     border-bottom: 1px dotted #ccc;
     font-size: 14px;
     line-height:30px;
     width:850px;
     padding-left:20px;       
 }
 #Company_new .CompanyNews .CompanyNews_right ul li a
 {
     color: #484848;
     font-family: 微软雅黑;
     float:left;
     width:320px;
     display:block;
 }
 #Company_new .CompanyNews .CompanyNews_right ul li a:hover
 {
     color: #FF9900;
 }
 #Company_new .CompanyNews .CompanyNews_right ul li span
 {
     color: #ccc;
     float: right;
     font-family: 微软雅黑;
     width:85px;
     display:block;
     text-align:center;
 }