﻿/* CSS Document */
/*中间部分弹出层*/
.yk-ceng
{
    max-width: 1208px;
    width:80%;
    padding: 40px 39px;
    margin: 0 auto;
    background: #fff;
    filter: alpha(opacity=95);
    opacity: 0.95;
    position: relative;
    top: -308px;
    border-radius: 10px;
}

.yk-close
{
    display: block;
    height: 55px;
    width: 55px;
    background: url(/Image/ykdt/close.png) no-repeat;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 999;
}

.listxx-daohang
{
    margin-top: 30px;
}

    .listxx-daohang a
    {
        clear: #323232;
        font: normal 16px/32px "微软雅黑";
    }

    .listxx-daohang span
    {
        margin: 0 10px;
        color: #323232;
    }

    .listxx-daohang .fanhui
    {
        padding-left: 32px;
        background: url(/Image/ykdt/last.png) no-repeat 0px center;
    }

    .listxx-daohang .listxx-max
    {
        padding-right: 32px;
        background: url(/Image/ykdt/next.png) no-repeat right center;
    }

    .listxx-daohang .fanhui:hover
    {
        text-decoration: underline;
        color: #333;
    }

    .listxx-daohang .listxx-max:hover
    {
        text-decoration: underline;
        color: #333;
    }

.list-xx
{
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #848484;
}

.list-title
{
    font: normal 20px/36px "微软雅黑";
    color: #343434;
    margin-bottom: 0px;
}
.title-total{ margin:20px 0px;}
.list-xx p
{
    display: inline-block;
    margin-bottom: 0px;
    font: normal 14px/30px "微软雅黑";
    color: #848484;
}

.wenzhanag
{
    padding: 0px 25px;
}

    .wenzhanag p
    {
        color: #4e4e4e;
        /*text-align: left;*/
        text-indent: 2em;
        font: normal 16px/30px "微软雅黑";
    }

.list-pian
{
    text-align: left;
    padding: 0px 25px;
}

    .list-pian p
    {
        color: #4e4e4e;
        text-align: left;
        font: normal 16px/30px "微软雅黑";
        margin-bottom: 0px;
    }

    .list-pian a:hover
    {
        text-decoration: underline;
        color: #000;
    }

.left_yinying
{
    top: 303px;
}

.right_yinying
{
    top: 303px;
}
@media only screen and (max-width: 1300px)
{
    body
    {
        width:100%;
        min-width: 300px;
    }
    .top-title 
    {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .print
    {
        top: 200px;
        right: 30px;
    }
}
@media only screen and (max-width: 540px)
{
    .yk-ceng
    {
        width:100%  !important;    
    }
    .right_yinying,.left_yinying
    {
        display:none;
        
    }   
}
