/*详细页显示新闻内容*/

.item-title {
    border-bottom: 2px ridge lightgray;
    background: url(/static/img/newsIcons.png) 0 -913px no-repeat;
    padding: 10px 10px 10px 15px;
    color: #0284c8;
    font-size: 20px;
}

.articleCon {
    width: 100%;
    /*padding: 10px;*/
    /*border: 1px ridge white;*/
}

.articleCon .title {
    color: #02A4C8;
    text-align: center;
    font-size: 1.8em;
    margin: 10px 0;
}

.articleCon .property {
    text-align: center;
    font-size: 1.2em;
    margin: 10px 0;
    padding: 5px;
    border-bottom: 1px dotted #ccc;
}

.articleCon .context {
    min-height: 350px;
}
.articlew{
    max-width: 800px;
    margin: 0 auto;
}
.articlew img{
    width: 100% !important;
    height: auto !important;
}
.articlew table{
    max-width: 730px !important;
    margin: 0 auto !important;
}

.articleCon .others {
    padding: 10px 10px 0 10px;
    font-size: 1.2em;
    text-align: left;
    border-top: 2px dotted #ccc;
    margin: 0;
}

.articleCon .others span {
    float: right;
}

.articleCon .others div {
    margin: 10px 0 0 0;
    padding: 0;
    clear: both;
}

/*列表页*/

.sider {
    float: right;
    width: 26%;
    overflow: hidden;
}

#sideMenuBox {
    float: left;
    width: 245px;
    margin-bottom: 15px;
}


/*#sideMenuBox .hd {height:56px; line-height:56px; border-left: 1px solid #f3f3f3; border-right: 1px solid #ddd; overflow:hidden; text-align: left;}
#sideMenuBox .hd h3 { margin: 0 5px; padding: 0 10px; font-size: 20px; color: #0da2e4; }*/

#sideMenuBox .bd {}

#sideMenuBox .bd ul {}

#sideMenuBox .bd li {
    float: left;
    width: 235px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-left: 10px solid #034697;
}

#sideMenuBox .bd li.lis a {
    /* font-size: 14px; */
    display: block;
    border-right: 1px solid #f3f3f3;
    border-top: 1px solid #f3f3f3;
    border-left: none;
}

#sideMenuBox .bd .lis a:hover {
    color: #fff;
    font-weight: bold;
    border: none;
    background-color: #5AB4E5
}

#sideMenuBox .bd .lis:hover {
    width: 235px;
    border-color: #034697;
}

#sideMenuBox .bd li.on {
    width: 235px;
    background: #5AB4E5;
    border-color: #034697;
    position: relative;
    z-index: 2;
    background-color: #5AB4E5
}

#sideMenuBox .bd li.on a {
    color: #fff;
    font-weight: bold;
    border: none;
    background-color: #5AB4E5
}

#sideMenuBox .bd li.last a {
    border-bottom: 1px solid #f3f3f3;
}

.hh {
    min-height: 400px;
    border: none !important;
}

.list-h,
.list-h > a:hover {
    width: 237px;
    background: #0284C8;
    border-color: #0284C8;
    position: relative;
    z-index: 2;
}

.list-h > a {
    font-size: 20px;
    color: #f5f5f5;
    font-weight: 600;
}

.list-menu {
    line-height: 40px;
    padding-top: 5px;
    border-bottom: 1px dotted #ccc;
    width: 250px;
    font-size: 1.1em;
}

.list-menu:hover {
    background-color: lightblue;
}

.list-menu:hover a {
    color: black;
}

.infoList {
    text-align: left;
}

.infoList li {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dotted #ddd;
}

.infoList li:hover {
    background-color: #eee;
}

.infoList li:hover a {
    color: blue;
}

.infoList li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 14px;
    background: url(/static/img/icons.png) no-repeat 2px -4px;
}

.infoList li a:hover {
    background-position: 2px -34px;
}

.infoList li .date {
    float: right;
    color: #999;
    font-size: 1em;
}

.infoList li .node {
    color: #f00;
    margin-right: 5px;
}

.page {
    text-align: center;
    margin: 15px 0;
}

.pagebox {
    float: left;
    width: 370px;
    margin: 15px 0px 0 0;
    overflow: hidden;
}

.pagebox .hd {
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    border-bottom: 2px solid #015583;
    margin-bottom: 1em;
}

.pagebox .hd .more {
    float: right;
    color: #999;
    width: 20px;
    background: url(/static/img/newsIcons.png) 0 -210px no-repeat;
    text-indent: -9999px;
}

.pagebox .hd h3 {
    float: left;
    text-align: left;
    background: url(/static/img/newsIcons.png) 0 -477px no-repeat;
}

.pagebox .hd h3 a {
    display: block;
    padding-left: 30px;
    font-size: 18px;
    color: #0284c8;
}

.pagebox .bd {
    height: 190px;
    background: #fbfbfb;
    border: 1px solid #e2e2e2;
    padding: 8px 10px;
}

.pagebox .bd .infoList li {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
