﻿@charset "utf-8";
/* CSS Document */
.content{

    padding-top: 40px;
    margin-bottom:40px;

}
.content1{
    border:2px solid #ddd;
    background: #fefefe;
    box-shadow: 1px 1px 1px #ddd;
    padding-top: 40px;
    margin-bottom:40px;
    margin-top:20px;

}
.content1 h1{
    text-align: center;
    border-bottom: 1px solid #dedede;
}
.xinxi{
    width:1200px;
    height: 40px;
    border-bottom: 5px solid #ddd;
}
.xinxi ul{
    width:800px;
    margin: 20px auto;
}
.xinxi ul li{
    width:30%;
    margin-right: 3%;
    float: left;
    text-align: center;
}
.contxt{
    width:1100px;
    margin: 10px auto;
}
.contxt img{
    max-width:800px;
}