body{
    background: #F0F4F7;
}
.notice_all{
    width: 1200px;
    margin: 0px auto;
    overflow: hidden;
    padding-top: 30px;
}
.info_ul2 li:nth-child(3) a{
    color: #1585dc;
}
.info_ul2 li:nth-child(3) {
    background: #e6f2ff;
}
/*内容*/
.info_right{
    margin: 0px;
    padding: 0px;
    width: 975px;
    min-height: 400px;
    border-radius: 4px;
    float: left;
    margin-left: 44px;
}
.info_right_title{
    width: 915px;
    margin: auto;
    height: 56px;
    margin-top: 15px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}
.info_right_title span{
    color: #353535;
    height: 23px;
    line-height: 23px;
    margin-top: 18px;
    font-family: "微软雅黑";
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    border-left: 5px solid #1585dc;
    padding-left: 7px;
}
.notice_detail{
    color: #343434;
    text-indent: 2em;
    padding-left: 25px;
    padding-right: 40px;
    font-size: 14px;
    line-height: 28px;
    padding-bottom: 30px;
}
.notice_detail ul{
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}
.notice_detail ul li{
     text-indent: 0;
     margin-top: 10px;
     line-height: 25px;
    cursor: pointer;
    height: 28px;
 }
.notice_circle{
    width: 9px;
    height: 9px;
    display: inline-block;
    float: left;
    margin-top: 10px;
    margin-right: 12px;
    border: 1px solid #1585dc;
    border-radius: 6px;
}
.notice_detail ul li a{
    color: #000000;
    display: inline-block;
    float: left;
    font-size: 16px;
    line-height: 28px;
    width: 600px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.notice_detail ul li a:hover{
    color: #00A8E8;
}
.date{
    cursor: default;
    color: #A9A9A9;
    float: right;
    margin-right: 25px;
    font-size: 12px;
    font-weight: 400;
    line-height: 28px;
}
.fhr{
    border: none;
    font-size: 0px;
    line-height: 0px !important;
    height: 1px !important;
    border-top: 1px solid #eaeaea;
    margin: 5px 0;
}
/*公司介绍*/
.company{
    padding: 0 44px;
    margin-bottom: 80px;
}
.company h2{
    color: #2ea4d2;
    font-size: 16px;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 10px;
}
.company p{
    font: 14px/1.5 "微软雅黑","Microsoft YaHei",arial,tahoma,"Hiragino Sans GB",宋体;
    /*text-indent: 2em;*/
    line-height: 28px;
}
/*联系我们*/
.contact{
    padding: 0 44px;
    margin-bottom: 80px;
    margin-top: 15px;
}
.contact h2{
    color: #2ea4d2;
    font-size: 18px;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 10px;
}
.contact p{
    font: 14px/1.5 "微软雅黑","Microsoft YaHei",arial,tahoma,"Hiragino Sans GB",宋体;
    text-indent: 2em;
    line-height: 28px;
}
.head_main ul li:nth-child(3) a {
    color: #1585dc;
}
.notice_bg{
    background: url(../../../images/home/index/index006.png);
}
.icon {
    width: 8px;
    height: 8px;
    background: #147ae0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top: 25px;
    margin-right: 10px;
    color: #333333;
    float: left;
}
.info_name{
    height: 55px;
    line-height: 55px;
    font-size: 16px;
}
.info_div{
    background: #fff;
    -webkit-box-shadow: 0 1px 20px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 1px 20px rgba(0,0,0,0.15);
    box-shadow: 0 1px 20px rgba(0,0,0,0.15);
}
.company p {
    text-indent: 2em;
}