﻿/*首页样式*/
.index_row{
    width: 100%;
    clear: both;
    margin-top: 20px;
}
/*标题通用样式*/
.IndexTitle{
    width: 100%;
    height: 40px;
    border-bottom: solid 1px #eaeaea;
}
.IndexTitle .title{
    width: 87px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    border-bottom:solid 1px #1456a2;
}
.IndexTitle .title a{
    color: #1456a2;
    font-size: 16px;
    font-weight: bold;
}
.IndexTitle .more{
    width: 52px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.IndexTitle .more a{
    color: #727272;
    font-size: 18px;
    font-weight: bold;
}
/*新闻中心*/
.news_center{
    width: 838px;
    height: 298px;
    border: solid 1px #eaeaea;
    background: #fff;
}
.IndexSlider{
    overflow: hidden;
    width: 374px;
    height: 225px;
    margin: 15px;
}
.am-slider-desc a.title{
    display: block;
    width: 290px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #fff;
}
.news_list{
    width: 396px;
    height: 239px;
    margin-top: 10px;
    margin-right: 19px;
}
.news_list ul li{
    width: 100%;
    height: 39px;
    line-height: 39px;
    border-bottom: dashed 1px #dedede;
}
.news_list ul li a{
    color: #333;
    font-size: 12px;
    display: block;
    width: 300px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news_list ul li:hover a{color: #1456a2;}
.news_list ul li span{
    font-size: 10px;
    color: #a9a9a9;
}
.news_list ul li .list_style{
    width: 4px;
    height: 8px;
    background: #888888;
    border-top:solid 4px #fff;
    border-bottom:solid 4px #fff;
    border-left:solid 4px #888888;
    position: relative;
    left: -14px;
    top:16px;
}
.news_list ul li:last-child{border-bottom: none;}

/*通知区域*/
.row1col2{
    width: 340px;
    height: 300px;
}
.notise{
    width: 338px;
    height: 228px;
    border: solid 1px #eaeaea;
    background: #fff;
}
.notise_list{
    width: 314px;
    margin: 6px auto auto 13px;
}
.notise_list ul li{
    width: 100%;
    height: 35px;
    line-height: 35px;
}
.notise_list ul li a{
    color: #333;
    font-size: 13px;
    display: block;
    width: 220px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.notise_list ul li:hover a{color: #1456a2;}
.notise_list ul li span{
    font-size: 10px;
    color: #a9a9a9;
}
.r1c2_r2{margin-top: 10px;}
.r1c2_r2 .oa{margin-right: 3px;}
.r1c2_r2 .honor{margin-right: 3px;}
/*广告*/
.index_adv{
    width: 1198px;
    height: 118px;
    border: solid 1px #eaeaea;
}
/*4个栏目*/
.IndexListBox{
    width: 588px;
    height: 273px;
    border: solid 1px #eaeaea;
    background: #fff;
}
.IndexListBox .news_list{
    width: 545px;
    margin-right: 15px;
}
.IndexListBox .news_list ul li{
    height: 43px;
    line-height: 43px;
}
.IndexListBox .news_list ul li a{
    font-size: 13px;
    width: 427px;
}
/*主要产业*/
.productList{
    width: 1198px;
    height: 241px;
    border: solid 1px #eaeaea;
    background: #fff;
}
.pro_content{
    width: 1161px;
    height: 161px;
    margin: 20px auto auto 19px;
    overflow: hidden;
}
.scrollleft{
    width: 1161px;
    height: 161px;
    overflow: hidden;
}
.scrollleft ul{
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    list-style: none;
    width: 1485px;
    left: -100px;
}
.scrollleft ul li{
    display:inline;
    margin-right: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    float: left;
}
.scrollleft ul li a img{
    height: 130px;
}
.scrollleft ul li a h3{
    font-size: 15px;
    color: #333333;
    margin-top: 16px;
}
/*友情链接*/
.ulinks{
    width: 1198px;
    border: solid 1px #eaeaea;
    background: #fff;
}
.ulinks .title{
    font-size: 22px;
    width: 147px;
    line-height: 76px;
    text-align: center;
    color: #1456a2;
}
.links_array{
    margin: 23px auto 23px auto;
    width: 1000px;
}
.links_array select{
    height: 30px;
    line-height: 30px;
    border: 1px solid #e9e9e9;
    background-color: #fff;
    padding: 0 12px;
    margin: 0 5px;
}