﻿
.main {
    width: 1200px;
    margin: 0 auto;
}

.zt-content .content {
    width: 1200px;
    /*height: 228px;*/
    float: left;
    background: #fff;
    /*border: 1px solid #285293;*/
    border-radius: 3px;
    margin-bottom: 50px;
}

    .zt-content .content:hover {
        -moz-box-shadow: 2px 2px 5px #333333;
        -webkit-box-shadow: 2px 2px 5px #333333;
        box-shadow: 2px 2px 5px #333333;
    }

    .zt-content .content .title {
        padding: 20px;
    }

        .zt-content .content .title h5 {
            font-size: 24px;
            font-weight: 550;
            color: #333;
            display: inline-block;
        }

        .zt-content .content .title a.btn {
            padding: 0 10px;
            border: 1px solid #285293;
            border-radius: 3px;
            background: #fff;
            font-size: 16px;
            color: #285293;
            float: right;
            margin-top: 5px;
            line-height: 30px;
            text-align: center;
            display: inline-block;
            left: 10px;
        }

    .zt-content .content .pic {
        width: 100%;
        height: 170px;
        float: left;
        overflow: hidden;
        display: block;
    }

        .zt-content .content .pic img {
            width: 100%;
            height: 100%;
        }

/*.zt-content .content .right-text {
    width: 430px;
    float: left;
    margin-left: 20px;
}

.zt-content .content .right-text h5 {
    width: 100%;
    font-size: 20px;
    color: #2c2c2c;
    font-weight: bold;
    padding: 30px 0 15px 0;
}

.zt-content .content .right-text h5 a {
    font-size: 20px;
    color: #2c2c2c;
    font-weight: bold;
}

.zt-content .content .right-text p {
    font-size: 16px;
    color: #505050;
    line-height: 24px;
    height:100px;
    overflow:hidden;
}

.zt-content .content .right-text a.btn {
    width: 80px;
    height: 30px;
    border: 1px solid #285293;
    border-radius: 3px;
    background: #fff;
    font-size: 14px;
    color: #285293;
    float: right;
    margin-top: 5px;
    line-height: 30px;
    text-align: center;
}*/
