@charset "utf-8";
/* css document */

.main{
    width: 1200px;
    margin: 0 auto;
}
.main .floor1{
    margin-top: 60px;
}
.main .floor1 .tzyx{
    width: 458px;
    height: 200px;
}
.main .floor1 .tzyx img{
    width: 458px;
    height: 200px;
}
.main .floor1 .hdbm{
    width: 657px;
}
.main .floor1 .hdbm img{
    width: 657px;
    height: 201px;
}
.main .floor1 .hdbm .new{
    margin: 20px 0;
}
.main .floor1 .hdbm .new a{
     width: 78%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    
}
.main .floor1 .hdbm .new .olgy{
    font-size: 18px;
    
}
.main .floor1 .hdbm .new span.time {
    text-align: right;
    color: #8d8d8d;
    float: right;
}
.main .floor1 .hdbm .new .point {
    width: 6px;
    height: 6px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: 3px;
    background: #d2d2d2;
}
.main .floor1  .more{
    float: right;
    color: #3989c9;
}
.main .floor2{
    margin-top: 60px;
}
.main .floor2 .tsdj{
    width: 458px;
    height: 200px;
}
.main  .floor2 .tsdj img{
    width: 458px;
    height: 200px;
}
.main  .floor2 .system{
    width: 658px;
}
.main  .floor2 .system .title{
    height: 65px;
    background-color: #a5cfe7;
}
.main  .floor2 .system .title h5{
    font-size: 20px;
    font-weight: bold;
    color: #1c78bd;
    line-height: 65px;
    text-align: center;
}
.main  .floor2 .system .content{
    height: 138px;
    border-right: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}

.main  .floor2 .system .content .itm {
    float: left;
    width: 265px;
    height: 105px;
    margin: 17px 20px 0 35px;
    background-color: #dcdcdc;
}
.main  .floor2 .system .content .itm .img1 {
    width:42px;
    height:39px;
    background: no-repeat;
    margin: 20px auto 0;
}
.main  .floor2 .system .content .itm .img2 {
    width:42px;
    height:39px;
    background: no-repeat;
    margin: 20px auto 0;
}
.main  .floor2 .system .content .itm p {
    width: 265px;
    margin: 2px auto;
    font-size: 18px;
    text-align: center;
	display: block;
	
}
.main  .floor2 .system .content .itm:hover, .main  .floor2 .system .content .itm:hover p{
	background-color: #1f7fc5;
	color: #fff;
}
.main  .floor2 .system .content .itm:hover .img1{
    background: no-repeat ;
}
.main  .floor2 .system .content .itm:hover .img2{
    background: no-repeat center;
    
}
