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: ">";
            }
          .listBox{
              background: white;
          }
          .listP{
            margin-bottom:15px;
              float: left;
            	border-bottom:1px dashed #ccc;
            	padding-bottom:15px;
            	padding-top:10px;
          }
          .list li {
                position: relative;
                background: url(li.png) repeat-x center;
                line-height: 28px;
   
            }
 				.listP a{
              	font-weight:bold;
				}
				.listP p{
              	font-size:14px;
               color:#999;
              	margin-bottom:0;
               line-height:24px;
               margin-top:0.75rem;
               display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 3;
              overflow: hidden;
				}
          .listP .time {
                position: absolute;
                font-size: 14px;
                right: 0;
                top: 0;
                float: right;
                padding-left: 8px;
                color: #ccc;
                font-weight: 400;
                font-family: Georgia,serif;
                background: white;
            }
          .page {
                display: table;
                margin: 0 auto;
                padding: 20px 15px 30px;
            }
          .page li.current, .page li.current a {
                padding: 1px 15px;
                border: 1px solid #FF6666;
                border-radius: 50px;
                background: #FF6666;
                color: #fff;
                font-weight: 700;
            }
          .page li {
                float: left;
                margin: 0 3px;
                line-height: 24px;
            }
          .page .pageinfo, .page li a {
                float: left;
                display: block;
                padding: 1px 15px;
                border: 1px solid #606060;
                border-radius: 50px;
                color: #606060;
            }
          .like{
                margin: 0 auto 15px;
                float: left;
                width: 100%;
                background: #fff;
                padding: 0 15px 5px 5px;
            }
          .like li {
                width: 96px;
                margin: 0 0 10px 10px;
                float: left;
                overflow: hidden;
                background: #fff;
                font-size: 14px;
                text-align: center;
                height: 30px;
                line-height: 30px;
                border: 1px dashed #ccc;
            }
          .like li a {
                display: block;
                color: #666;
                padding: 0 5px;
                font-weight: 400;
            }
          .bs{
              box-shadow: 0 1px 3px #dbdbdb;
          }
          .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;
        }
          .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: 991px) {
          .mc{
            padding-left: 0;
            padding-right: 0;
          }
        }
        @media(max-width: 576px){
            .time{
                display: none;
            }
            .list li{
                background: initial;
            }
        }