/* CSS Document */

.middlewrap-all {
    width: 1140px;
    margin: 0 auto;
    padding: 0 18px;
    background: #fff;
}

.middlewrap {
    width: 1140px;
    margin: 0 auto;
}

.webpath {
    height: 46px;
    line-height: 30px;
    font-size: 16px;
    padding-top: 10px;
}

.pagebox {
    border: 1px solid #dcdcdc;
}

.webpath * {
    padding: 0 5px;
}

.pagehd {
    height: 20px;
    padding: 15px 0;
    border-bottom: 2px solid #ddd;
    font-size: 18px;
}

.pagehd span {
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    border-left: 5px solid #1283cb;
    padding-left: 30px;
}

.pagebd {
    padding: 35px 12px 35px 12px;
}


/*子导航列表 总  52px  */

.subnav {
    height: 51px;
    border-bottom: 1px solid #e6e6e6;
}

.subnav ul li {
    float: left;
    font-weight: bold;
}

.subnav ul li.active {
    border-top: 3px solid #1590df;
}

.subnav ul li a {
    display: block;
    padding: 0 20px;
    line-height: 51px;
    font-size: 16px;
}

.subnav ul li.active a {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    height: 49px;
    background: #fff;
    line-height: 48px;
}


/*标题列表*/

.arlist {
    padding-top: 10px;
}

.arlist ul li {
    height: 47px;
    border-bottom: 1px dashed #ccc;
    line-height: 47px;
}

.arlist ul li span.pullright {
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
}


/*图片列表*/

.iglist {
    height: auto;
    width: 1120px;
    padding-top: 20px;
}

.iglist ul li {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.iglist ul li a {
    display: block;
}

.iglist ul li a.img {
    width: 260px;
    height: 175px;
    overflow: hidden;
    font-size: 0px;
}

.iglist ul li a.tit {
    width: 260px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}


/*left img right title and brief and time145*/

.ptlist ul li {
    height: auto;
    border-bottom: 1px dashed #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}

.ptlist ul li .img {
    display: block;
    height: 145px;
    width: 218px;
    font-size: 0px;
    overflow: hidden;
}

.ptlist ul li .img img {
    width: 100%;
    height: auto;
}

.ptlist ul li div.artinf {
    width: 855px;
    color: #999;
}

.ptlist ul li .artinf .tit {
    line-height: 40px;
    font-size: 16px;
}

.ptlist ul li .artinf .tit a {
    color: #222;
}

.ptlist ul li .artinf .tit a:hover {
    color: #ffc001;
}

.ptlist ul li .artinf .brief {
    font-weight: lighter;
    height: 50px;
    line-height: 25px;
    font-size: 13px;
}

.ptlist ul li .artinf .uptime {
    padding-top: 10px;
}

.showpage {
    padding: 42px 0 52px 0;
    height: 33px;
    text-align: center;
    font-size: 0px;
}

.showpage * {
    display: inline-block;
    width: 33px;
    height: 29px;
    font-family: Arial, Helvetica;
    font-size: 14px;
    border: 2px solid #eee;
    text-align: center;
    line-height: 29px;
    margin-right: -2px;
    color: #178fcf;
}

.showpage span {
    color: #3f3f3f
}

.showpage .prev {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.showpage .next {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


/*content*/

.contenthd {
    height: auto;
    text-align: center;
    border-bottom: 1px dashed #ccc;
}

.contenthd div.artile {
    font-size: 24px;
}

.contenthd div.artinf {
    line-height: 40px;
    margin-top: 10px;
    color: #999;
}

.contentbd {
    padding: 35px 0;
    line-height: 25px;
    color: #666;
}


/* ////页码 */

.barcon2 ul {
    margin: 20px 0;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.barcon2 li {
    display: inline;
}

.barcon2 a {
    font-size: 16px;
    font-weight: normal;
    display: inline-block;
    padding: 5px;
    padding-top: 0;
    color: black;
}

.barcon2 a:hover {
    color: rgb(255, 0, 0);
}