@CHARSET "UTF-8";

.maintext .notice-box {
    width: 34%;
}
.maintext {
    padding-bottom: 15px;
}
.page-header .page-header {
    border: none;
}
.maintext .list-1 h4 a {
    font-weight: 600;
    color: #434343;
    font-size: 14px;
    line-height: 1.3;
    margin: 10px 0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.maintext .list-1 p {
    font-size: 12px;
    color: #999;
}
.maintext .list-1 h4 {
    margin-bottom: 5px;
}
.maintext .list-1 img {
    /*  max-width: 260px; */
}
.maintext .list-1 .pic-thumb {
    width: 270px;
    height: 172px;
}
.maintext .list-group-item {
    margin-bottom: 0px;
    border: none;
    border-bottom: 1px solid #e9e9e9;
    display: inline-block;
    width: 100%;
    padding: 7px 0;
}

.maintext .list-group-item .date {
    float: left;
    text-align: center;
    position: absolute;
    color: #939393;
    padding-right: 10px;
    margin-right: 0px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.maintext .list-group-item .date span {
    font-size: 15px;
    color: #bcc7d2;
    font-family: 'Franklin Gothic','Microsoft Yahei';
}
.maintext.newlist .list-2 {
    margin-top: -8px;
}
.maintext .list-2 .list-group-item .info {
    float: left;
    margin-left: 50px;
}

.maintext .list-group-item a {
    color: #434343;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.maintext .list-group-item a:hover {
    color: #ffa300;
    text-decoration: none;
}

.maintext .list-group-item .detail {
    font-size: 14px;
    color: #bcc7d2;
    line-height: 2;
}

.maintext .list-group-item h4 p {
    line-height: 22px;
    overflow: hidden;
    font-size: 14px;
    font-weight: normal;
}

.maintext .list-group-item p {
    margin: 0;
    display: inline-block;
    line-height:1.3;
}

.maintext .list-3 .list-group-item .info {
    float: left;
    margin-left: 50px;
}
.maintext .list-2 .list-group-item .info p{
    height: 36px;
    width: 100%;
}
.maintext .list-3 .list-group {
    padding-left: 0;
    margin-bottom: 5px;
    padding: 5px 5px;
    display: inline-block;
    height: 293px;
    overflow: hidden;
}
.maintext .list-3 .list-group-item a {
    color: #434343;
    /*     text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 301px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        float: left;*/
    line-height: 22px;
}
.maintext .list-3 .list-group-item {
    border-bottom: none;
    /* 	height: 40px; */
    margin-bottom: 4px;
    padding: 0;
}

.maintext .list-3 .list-group-item .date span {
    font-size: 15px;
    color: #bcc7d2;
    font-family: 'Franklin Gothic','Microsoft Yahei';
}

.maintext .list-group-item .date span b {
    font-weight: 500;
}

.maintext .list-3 .list-box a.more {
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 10px;
    font-family: 'Franklin Gothic','Microsoft Yahei';
    float: right;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.maintext .list-3 .list-box a.more i.more {
    background: url(/template/zjc_v3/img/more.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    margin: 2px;
    float: right;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.maintext .list-3 .list-group a.more:hover i.more {
    background: url(/template/zjc_v3/img/morehover.png);
}