﻿
.newsitem {
    width: 100%;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #e6e6e6;
}

.newsitemtitle {
    width: 100%;
    padding-bottom: 10px;
}

    .newsitemtitle a {
        color: #333333;
        font-size: 24px;
        text-decoration: none;
    }

        .newsitemtitle a:hover {
            color: #ff9900;
        }

.newsitemremark {
    width: 100%;
    color: #888888;
    font-size: 16px;
    padding-bottom: 10px;
}

    .newsitemremark a {
        color: #888888;
        font-size: 16px;
        text-decoration: none;
    }

.newsitemmore {
    width: 100%;
    text-align: right;
}

    .newsitemmore a {
        text-decoration: none;
    }

.newsitemdate {
    color: #b1b1b1;
    float: left;
    padding-left: 0px;
}

.btnmoere {
    background: #f08519;
    border: 1px solid #f08519;
    color: #fff;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 6px 10px;
    font-size: 14px;
    border-radius: 4px;
    width: 100px;
}


.itembox3 {
    width: 380px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f2f5;
    padding-bottom: 20px;
}

.itembox3pic {
    width: 100%;
    float: left;
}

    .itembox3pic img {
        width: 100%;
        height: 280px;
        border-radius: 5px;
    }

    .itembox3pic:hover {
        cursor: crosshair;
        /*放大倍数*/
        transform: scale(1.01);
    }

.itemboxname {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 5px;
}

    .itemboxname a {
        color: #333333;
        font-size: 18px;
        text-decoration: none;
    }

        .itemboxname a:hover {
            color: #ff9900;
        }

.itemboxremark {
    width: 100%;
    float: left;
    height: 50px;
    line-height: 25px;
}

    .itemboxremark a {
        color: #888888;
        font-size: 14px;
        text-decoration: none;
    }



.td1 {
    width: 280px;
    vertical-align: top;
    padding-top: 15px;
}

.td2 {
    width: 900px;
    vertical-align: top;
    padding-top: 15px;
}
