@charset "UTF-8";
/******************专题详情页 start**************/
body{
    background:#f4f4f4;
}
.am-header-default .am-header-icon{
    color:#fff;
}
.banner{
    position:relative;
    width:100%;
    overflow:hidden;
}
.banner img{
    width:100%;
}
.am-header-default{
    top:0;
    background:transparent;
    box-shadow:none;
}
.important_title{
    position:relative;
    width:100%;
    height:68px;
    text-align: center;
    margin:0 auto 15px;
    overflow:hidden;
}
.important_title img{
    position:absolute;
    left:50%;
    top:0;
    margin:0 0 0 -75px;
    width:150px;
}
.important_title h2{
    display:inline-block;
    width:100%;
    min-width:200px;
    height:38px;
    line-height:38px;
    background:#c90606;
    color:#fff;
    font-size:1.4rem;
    padding:0 5px;
    margin:30px auto 0;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.am-list>li{
    margin-bottom:10px;
    border:0;
    border-radius:5px;
    padding:0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/******************专题详情页 end***************//************二十大专题页 start************/
#subject{
    width:100%;
    background:#e5ebf5 url("../images/subject_bg20.jpg") no-repeat;
    background-size:100% 100%;
    overflow:hidden;
}
.subject_title20{
    width:100%;
    max-width:750px;
    margin:10px auto;
    text-align: center;
}
.subject_title20 img{
    width:100%;
}
.subject_notice{
    width:100%;
    background:url("../images/subject_notice.jpg") no-repeat center;
    background-size:100% 100%;
    border-radius:5px;
    color:#fff;
    font-size:1.4rem;
    line-height:22px;
    padding:10px 10%;
    margin-bottom:1.6rem;
    text-align:justify;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.subject_box{
    width:100%;
    padding:0 15px;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.more_list .am-list-news-default .am-list>li{
    min-height:103px;
}
.more_list .am-list .am-list-item-hd a{
    height:auto;
    line-height:22px;
}
.more_list .am-list-news-default .am-list .am-list-item-text{
    width:96%;
}
/*温馨提示 start*/
.am-modal-dialog{
    width:280px;
    border-radius:6px;
    color:#000;
}
.am-modal-bd p{
    color:#666;
    text-align:left;
}
.am-modal-bd p i{ color:#ca1519;}

/*温馨提示 end*/
@media(max-width:340px){
    .subject_notice{
        font-size:1.3rem;
        line-height:20px;
        padding:10px 10%;
    }
}
/************二十大专题页 end*************/