﻿.main{
    width:100%;
    background-color:#f1f1f1;
}
    .main .mian-body{
        width:1200px;
        margin:0 auto;
    }
    .main .mian-body img{
        width:100%;
    }

        .main .mian-body .right {
            width: 1200px;
            background-color: #ffffff;
            display: inline-block;
            vertical-align: top;
            /*margin-left: 15px;*/
            margin-top: 20px;
            margin-bottom: 20px;
        }
        .main .mian-body .right_body{
            margin:30px 0 0 50px;
        }
        .main .mian-body .tab-pane {
            font-family: MicrosoftYaHei;
            font-size: 14px;
            font-weight: normal;
            font-stretch: normal;
            /*line-height: 25px;*/
            letter-spacing: 0px;
            color: #7a7a7a;
            padding-bottom: 20px;
        }
        .main .mian-body .right_body .article_item {
            width: 1110px;
            /*height: 121px;*/
            border-bottom: dashed 1px #909090;
        }
            .main .mian-body .right_body .article_item .title {
                font-family: MicrosoftYaHei;
                font-size: 24px;
                font-weight: normal;
                font-stretch: normal;
                /*line-height: 25px;*/
                letter-spacing: 0px;
                color: #0178dc;
                margin-top: 20px;
            }

            .main .mian-body .right_body .article_item .context {
                text-indent: 2em;
                color: #2e2e2e;
                margin-top: 12px;
                height: 42px;
                line-height: 21px;
                font-size: 16px;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
                margin-top: 10px;
            }

            .main .mian-body .right_body .article_item .bottom{
                margin-bottom:16px;
                margin-top:12px;
            }

                .main .mian-body .right_body .article_item .bottom .time {
                    font-size: 16px;
                    color: #666666;
                    width: 136px;
                    display:inline-block;
                }

                .main .mian-body .right_body .article_item .bottom .more {
                    font-size: 16px;
                    display: inline-block;
                    color: #0178dc;
                    float: right;
                    cursor:pointer;
                }
.paging{
    float:right;
    margin:10px 45px 20px;
}
.searchDiv{
    position:absolute;
    right:15px;
    top:0px;
}
    .searchDiv .search_box {
        border-radius: 10px;
        border: 1.5px solid #000000;
        background: rgba(255,255,255,0.3);
        color: #000000;
        padding: 0px 50px 0px 10px;
        height:30px;
    }
    .searchDiv .search_btn {
        position: absolute;
        top: 5px;
        right: 12px;
        width: 20px;
        height: 20px;
        background: url(/Content/Img/014.png) center center no-repeat;
        cursor: pointer;
    }