ul,li{
          padding: 0;
          margin: 0;
          list-style-type: none;
        }
        a{
            color: #303047;
            text-decoration: none;
        }
        .navbar{
            background-color: rgb(255,106,89);
          }
          .navbar a{
            color: white!important;
          }
          .navbar li.active{
            background-color:#ee7800;
          }
          .navbar a:hover{
            background-color:#99CC66;
          }
          .navbar{
            padding: 0;
          }
          .nav-link{
            padding: 0.8rem 1rem;
          }
          .item{
            padding: 0 10px 18px 10px;
            height: auto;
            background-color: white;
            border-top: 2px solid #FF6666;
          }
          .locate {
            overflow: hidden;
            height: 40px;
            border-bottom: 1px solid #eee;
            color: #999;
            font-weight: 400;
            font-size: 14px;
            line-height: 40px;
        }
          .locate a {
                color: #999;
            }
          .icon-jiantou:before {
                content: ">";
            }

          .bs{
              box-shadow: 0 1px 3px #dbdbdb;
          }
          .article{
              padding: 20px 5px 15px;
          }
          .article .title{
              border-bottom: 0!important;
          }
          .article .title h1 {
            color: #333;
            text-align: center;
            font-weight: 700;
            line-height: 36px;
            font-size: 26px;
        }
          .article .info {
            margin: 10px 0 0;
            padding-bottom: 10px;
            border-bottom: 1px dotted #ccc;
            color: #999;
            text-align: center;
        }
          .content {
                float: left;
                padding: 15px 0 15px;
                width: 100%;
                text-align: justify;
                word-wrap: break-word;
                line-height: 26px;
                display: inline-block;
                position: relative;
                overflow: hidden;
            }
          .content p {
                overflow: hidden;
                padding-bottom: 15px;
                line-height: 26px;
            	
            }
				.content p a:first-of-type{
                  text-align:left;
				}

          .prev-next {
                display: inline-block;
            }
          .prev-next div {
            position: relative;
            display: block;
            color: #999;
            font-size: 24px;
              float: left;
        }
          .next a{
              text-align: right;
          }
          .prev{
              float: left;
          }
          .next .nt, .prev .pr {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            word-wrap: normal;
        }
          .iconfont ,.pt,.nt{
                font-family: "iconfont" !important;
                font-size: 16px;
                font-style: normal;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }
          .prev-next div span {
                display: block;
                color: #999;
                font-size: 16px;
                margin-left: 40px;
            }
          .prev-next div.next span {
              margin-right: 40px;
            margin-left:0;
          }
          .prev-next .prev a:after {
                left: 0;
                content: "《";
            }
          .prev-next .next a:after {
            right: 0;
            content: "》";
        }
          .prev-next div a:after {
                position: absolute;
                top: 34%;
                margin-top: -2px;
                height: 22px;
                color: #ccc;
                font-size: 36px;
                line-height: 22px;
            }

          .hot{
              display: inline-block;
              overflow: hidden;
              padding-left: 15px;
              padding-top: 5px;
              counter-reset: sectioncounter;
          }
          .acp ul,.hot ul{
            display: inline-block;
            overflow: hidden;
            padding: 0 15px;
          }
            .acp ul li,.hot li {
              float: left;
              display: inline;
              padding-right: 0;
              width: calc(100%);
              height: 32px;
              line-height: 32px;
              overflow: hidden;
          }
          .hot li:before{
              position: relative;
              top: 0px;
              float: left;
              display: inherit;
              margin-right: 0;
              padding-right: 6px;
              width: auto;
              height: auto;
              border-radius: 0;
              background-color: transparent;
              color: #999;
              content: "" counter(sectioncounter) ".";
              counter-increment: sectioncounter;
              font-style: italic;
              font-family: Georgia,Microsoft YaHei,serif;
          }
          .hot li a {
              float: left;
              display: block;
              overflow: hidden;
              width: calc(100% - 25px);
              color: #666;
              font-size: 16px;
              line-height: 32px;
              height: 32px;
          }
        .hotItem .title,.item .title,.acp .title{
              overflow: hidden;
              margin: 0 14px;
              height: 40px;
              border-bottom: 1px solid #eee;
              color: #FF6666;
              font-size: 18px;
              line-height: 40px;
              z-index: 99;
          }
          .hotItem p {
            color: #666;
            text-indent: 2em;
            text-align: justify;
            line-height: 24px;
            padding: 10px 15px;
            font-size: 14px;
        }
			.hotItem p.info{
              margin-bottom:0.5rem;
              padding:0 15px;
              font-size:16px;
              text-align:left;
              text-indent:0;
              float:left;
			}
			.hotItem p.info i{
              margin-right:5px
			}
          .acp li:before{
              position: relative;
              top: 16px;
              float: left;
              display: inline-block;
              margin-right: 10px;
              width: 5px;
              height: 5px;
              border-radius: 100%;
              background-color: #cecece;
              content: "";
          }
				.friendlink {
              margin: 0 auto 15px;
              padding: 10px 15px;
              width: 100%;
              background: #fff;
              font-size: 14px;
              box-shadow: 0 1px 3px #dbdbdb;
          }
          .footer {
                padding: 15px 0 10px;
                width: 100%;
                background: #fff;
                text-align: center;
                box-shadow: 0 1px 3px #dbdbdb;
            }
            .footer p {
                margin: 0 auto;
                color: #666;
                text-align: center;
                font-size: 12px;
                font-family: arial,sans-serif;
                line-height: 24px;
            }

            @media (min-width: 992px){
              .container{
                max-width: 992px!important;
              }
              .mc{
                padding-left: 0;
                padding-right: 0;
              }
            }
            @media (min-width: 1200px){
              .container{
                max-width: 1200px!important;
              }
                .mc{
                    padding:  0 15px;
                }
            }
				@media(max-width:1200px){
              .ms{
                padding-left:0;
                padding-right:0;
              }
				}
            @media (max-width: 991px) {
              .mc{
                padding-left: 0;
                padding-right: 0;
              }
            }