﻿
        body, .main, .main_bg {
            background-color: #ebeef2;
        }

        .box {
            background-color: #fff;
        }

        .page {
            padding: 0px 0px;
            margin: 0px 0px;
            margin-bottom: 0px;
            border: solid 1px #dedede;
        }

            .page img {
                clear: both;
                border: 0px;
                padding: 0px 0px;
                margin: 0px 0px;
                margin-bottom: 0px;
            }

        #page {
            padding-top: 10px;
        }

        .pageSize {
            font-size: 16px;
            color: #ff6a00;
            padding: 10px 0px;
            text-align: center;
            font-family: '微软雅黑','冬青黑体','宋体',arial;
        }

        td {
            background-color: #fff;
        }
        
        .download {
            background: url(/images/down-icon.png) #db5b5a no-repeat 70px center;
            height: 50px;
            width: 100%;
            border-radius: 10px 10px;
            line-height: 50px;
            border: solid 1px #ea005d;
            display: block;
            color: #fff !important;
            text-decoration: none !important;
            font-size: 18px;
            font-family: "微软雅黑";
            font-weight: 100;
            text-align: center;
            cursor: pointer;
        }

            .download:hover {
                background: url(/images/down-icon.png) #de6f6e no-repeat 70px center;
                border: solid 1px #dc0060;
            }
        .inner_page_more .download{
            width:200px; margin:0px auto;
            background: url(/images/down-icon.png) #db5b5a no-repeat 40px center;
        }
            .inner_page_more .download:hover {
            background: url(/images/down-icon.png) #de6f6e no-repeat 40px center;
                border: solid 1px #dc0060;
            }
        #pageMore { 
            background: #a2852b;
            font-size: 14px;
            padding: 10px 0px;
            text-align: center;
            cursor: pointer;
            color: #fff;
        }

        .pagead {
            padding: 0px 0px 10px 0px;
            text-align: center;
            margin-bottom: 10px;
            margin-top: -10px;
        }

        .detail-article {
            font-size: 14px;
            line-height: 20px;
        }

        .readmore {
            padding-top: 40px;
            margin-bottom: 40px;
            -webkit-box-shadow: 0 -10px 40px #fff;
            box-shadow: 0 -10px 40px #fff;
            position: relative;
        }

            .readmore .btn-readmore {
                display: block;
                margin: 0 auto;
                width: 208px;
                height: 44px;
                text-align: center;
                line-height: 44px;
                border: 1px solid #dedede;
                -webkit-border-radius: 4px;
                border-radius: 4px;
                font-size: 16px;
                color: #555;
                cursor: pointer;
            }

                .readmore .btn-readmore em {
                    color: #ff3d3d;
                }

                .readmore .btn-readmore i {
                    display: inline-block;
                    width: 16px;
                    height: 8px;
                    margin-left: 4px;
                    background: url(/images/arrow_01.png) 50% no-repeat;
                }

        h1 {
            font-size: 20px;
            padding: 0px 0px;
        }

        .container, .titletop {
            width: 1200px;
            margin: 0px auto;
            margin-top: -10px;
            position: relative;
        }


        .tag-item em {
            color: #666;
        }

        .touch-btn-page {
            bottom: 60px;
            height: 30px;
            min-width: 50px;
            text-align: center;
            line-height: 30px;
            -moz-border-radius: 2px;
            -khtml-border-radius: 2px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            background-color: #666;
            padding: 5px 10px;
            color: white;
            z-index: 99;
            font-size: 14px;
            right: 5px;
            text-decoration: none;
            margin-right: 5px;
        }
        .detail-article p { line-height:20px; padding:10px 0px;
        }
            .touch-btn-page:hover {
                text-decoration: none;
                background-color: #444;
                color: #FFF;
            }

        .downs {
            background: url(/images/down-icon.png) #db5b5a no-repeat 10px center;
            background-color: #db5b5a;
            padding: 5px 15px 5px 30px;
            text-indent: 30px;
            margin-left: 20px;
        }
.outer_page_more ,.page_view .outer_page {
  position: relative; 
  _border:solid 1px #ccc;
  margin-bottom:10px; background-color:#FFF;
  display:block;margin-left:1px;margin-right:1px;
  _margin-left:1px;_margin-right:1px;  
  padding-left:0px;
 } 