/*公用样式部分*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
dl,
dt,
dd,
ol,
ul,
li,
form,
table,
th,
td,
a,
img,
span,
strong,
var,
em,
input,
textarea,
select,
option {
    margin: 0;
    padding: 0;
}

html,
body {
    font-family: "Microsoft YaHei";
}

ul,
ol {
    list-style: none;
}

img {
    border: 0;
}

input,
select,
textarea {
    outline: 0;
}

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th,
strong,
var,
em {
    font-weight: normal;
    font-style: normal;
}

a {
    text-decoration: none;
    color: #000;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: #000;
}

.clearfix:after {
    content: "\200B";
    display: block;
    height: 30px;
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/*本页面css*/

body {
    font-size: 16px !important; 
    background: #fff !important;
}

.g_main {
    width: 1000px;
    margin: 0 auto;
}

.g_layout {
    width: 1000px;
    margin: 0 auto;
}

.crumbsBox {
    height: 64px;
    margin-top: 50px;
    border-bottom: 2px dashed #aaa;
}

.crumbsBox .crumbs {
    width: 100%;
    height: 56px;
    margin: 0 auto;
}

#breadcrumb {
    width: 100%;
    line-height: 56px;
    font-size: 14px;
    color: #333;
}

#breadcrumb a {
    color: #333;
}

.m_mainlist {
    width: 100%;
    margin-top: 15px;
}

.m_mainlist li {
    padding: 28px 0;
    overflow: hidden;
    border-bottom: 1px dashed #DCDCDC;
}

.m_mainlist li div.u_condition {
    width: 118px;
    height: 90px;
    float: left;
    border: 1px solid #DCDCDC;
    line-height: 90px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-right: 20px;
}

.m_mainlist li p {
    line-height: 30px;
    color: #666;
    font-size: 18px;
}

.m_mainlist li p.u_time {
    color: #666;
    font-size: 16px;
}

.m_mainlist li p span.ly {
    padding-right: 10px;
}

.m_mainlist li p a.feedback {
    width: 163px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    display: inline-block;
    background: #FFF6E5;
    margin-left: 25px;
}

.ly_wrap {
    font-style: normal;
}


/*分页*/

.changepage {
    text-align: center;
    margin-top: -1px;
    padding-bottom: 30px;
    border-top: 1px solid #fff;
}

.changepage a {
    padding: 8px 20px;
    display: inline-block;
    margin: 0 5px;
    border: 1px solid #e8e8e8;
    background: #fff;
    font-size: 14px;
}

.changepage a:hover,
.changepage .current {
    background: #d30b15;
    color: #fff;
}

.changepage input {
    border: 1px solid #e8e8e8;
    display: inline-block;
    padding: 8px 10px;
    margin: 0 5px;
    height: 19px;
    font-size: 14px;
    font-family: '\5FAE\8F6F\96C5\9ED1';
    *display: inline;
    *zoom: 1;
    +vertical-align: 3px;
    *height: 21px;
    line-height: 19px;
    width: 33px;
    text-align: center;
}

.changepage span {
    display: inline-block;
    margin: 0 5px;
    border: 1px solid #e8e8e8;
    padding: 8px 20px;
}

.changepage span.u_page {
    border: 0;
    padding: 0;
}

@media only screen and (max-width: 768px) {
.crumbsBox {padding: 0 10px;}
.m_mainlist {
    padding: 0 10px;
    box-sizing: border-box;
}
.m_mainlist li div.u_condition {
    width: 90px;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
}
.m_mainlist li p { 
    font-size: 14px;
}
.m_mainlist li p.u_time {
    text-align: right;
}
}
@media only screen and (max-width: 414px) {
    .g_main {
        width: 100%;
        padding: 0;
    }
    .g_layout {
        width: 100%;
    }
    .m_mainlist li {
        padding: 28px 10px;
    }
    .m_mainlist li p a.feedback {
        margin-left: 0;
    }
    .m_mainlist li div.u_condition {
        width: 105px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        font-size: 16px;
    }
}