@charset "utf-8";
@import url("global.css");

.comm_model_box {
    width: 1200px;
    margin: 20px auto;
    }

.comm_model_box #comm_nav {
    margin-top: 20px;
    padding-left: 35px;
    width: 60%;
    height: 23px;
    line-height: 23px;
    background: url('/source/img/comm.png') no-repeat 0 0;
    font-size: 14px;
    }

.comm_model_box #comm_nav a {
    color: #09f;
    }

.comm_model_box .title {
    text-align: center;
    }

.comm_model_box .title h1 {
    font-weight: normal;
    font-size: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin: 20px auto;
    }

.comm_model_box .content {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    }

.comm_model_box .content img {
    padding: 20px 0;
    }

.comm_model_box .content br {
    line-height: 60px;
    display: inline;
    }

.comm_model_box .content p{
    margin-bottom: 20px;
    }

.comm_model_box .content .contact{
    overflow: hidden;
    margin: 60px 0 30px 0;
    }

.comm_model_box .content .contact li{
    float: left;
    padding: 30px 25px;
    background: #f0f0f0;
    height: 200px;
    width: 315px;
    margin-right: 52px;
    }

.comm_model_box .content .contact li:last-child{
    margin-right: 0 !important;
    }

.comm_model_box .content .contact .title{
    font-size: 22px;
    padding-bottom: 20px;
    }

.comm_model_box .content .contact p{
    margin-bottom:0 !important;
    }

