/* pc端 */
@media screen and (min-width: 1367px) {
  .bread {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #C3C3C3;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.14);
  }
  .content-body {
    margin-top: 60px;
    margin-bottom: 50px;
  }
  .menu-list {
    width: 17.33%;
	font-size: 18px;
  }
  .menu-list > div {
    padding: 19px 30px;
    border-radius: 4px;
    background-color: #C3C3C3;
    margin-bottom: 11px;
    position: relative;
    transition: all 0.5s;
  }
  /* .menu-list > div:first-child {
    background-color: #08579A;
    color: #fff;
  } */
  .menu-list > div i {
    position: absolute;
    right: 14.42%;
    font-size: 20px;
  }
  .menu-list > div:hover {
    background-color: #08579A;
    color: #fff;
  }
  .menu-list > div a {
    display: block;
  }

  /* 右侧新闻详情 */
  .details-main {
    width: 78.5%;
	font-size: 16px;
	text-indent:2em;
  }
  .content-body .area::after {
    content: "";
    display: block;
    clear: both;	
  }
  .details-main h1 {
    font-size: 20px;
    color: #333333;
    text-align: center;
    padding-bottom: 30px;
    font-weight: bold;
    border-bottom: 1px solid #e6e6e6;
  }
  .details-main h5 {
    font-size: 14px;
    color: #333333;
    text-align: center;
    margin-top: 21px;
    margin-bottom: 42px;
  }
  .details-main .content p {
    margin-top: 42px;
    margin-bottom: 39px;
  }
  .details-main .content .img img {
    width: 48.3%;
    margin-bottom: 40px;
  }
  .details-main .content .bimg {
    padding-bottom: 40px;
    border-bottom: 1px solid #e6e6e6;
  }
  .last-next {
    margin-top: 20px;
    font-size: 14px;
    line-height: 25px;
    color: #333333;
  }
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px) {
  .area {
    width: 100%;
    padding: 0 10px;
  }
  .bread {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #C3C3C3;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.14);
  }
  .content-body {
    margin-top: 35px;
    margin-bottom: 40px;
  }
  .menu-list {
    width: 17.33%;
	font-size: 18px;
  }
  .menu-list > div {
    padding: 19px 30px;
    border-radius: 4px;
    background-color: #C3C3C3;
    margin-bottom: 11px;
    position: relative;
    transition: all 0.5s;
  }
  .menu-list > div:first-child {
    background-color: #08579A;
    color: #fff;
  }
  .menu-list > div i {
    position: absolute;
    right: 14.42%;
    font-size: 20px;
  }
  .menu-list > div:hover {
    background-color: #08579A;
    color: #fff;
  }
  .menu-list > div a {
    display: block;
  }
  .content-body .area::after {
    content: "";
    display: block;
    clear: both;
  }

  /* 右侧新闻详情 */
  .details-main {
    width: 78.5%;
	font-size: 16px;
	text-indent:2em;
  }
  .content-body .area::after {
    content: "";
    display: block;
    clear: both;
  }
  .details-main h1 {
    font-size: 20px;
    color: #333333;
    text-align: center;
    padding-bottom: 30px;
    font-weight: bold;
    border-bottom: 1px solid #e6e6e6;
  }
  .details-main h5 {
    font-size: 14px;
    color: #333333;
    text-align: center;
    margin-top: 21px;
    margin-bottom: 42px;
  }
  .details-main .content p {
    margin-top: 42px;
    margin-bottom: 39px;
  }
  .details-main .content .img img {
    width: 48.3%;
    margin-bottom: 40px;
  }
  .details-main .content .bimg {
    padding-bottom: 40px;
    border-bottom: 1px solid #e6e6e6;
  }
  .last-next {
    margin-top: 20px;
    font-size: 14px;
    line-height: 25px;
    color: #333333;
  }
}
/* pad端 */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .area {
    width: 100%;
    padding: 0 10px;
  }
  .bread {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #C3C3C3;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.14);
  }
  .content-body {
    margin-top: 35px;
    margin-bottom: 40px;
  }
  .menu-list {
    width: 17.33%;
	font-size: 18px;
  }
  .menu-list > div {
    padding: 16px 20px;
    border-radius: 4px;
    background-color: #C3C3C3;
    margin-bottom: 11px;
    position: relative;
    transition: all 0.5s;
  }
  .menu-list > div:first-child {
    background-color: #08579A;
    color: #fff;
  }
  .menu-list > div i {
    position: absolute;
    right: 14.42%;
    font-size: 16px;
  }
  .menu-list > div:hover {
    background-color: #08579A;
    color: #fff;
  }
  .menu-list > div a {
    display: block;
  }

  /* 右侧新闻详情 */
  .details-main {
    width: 78.5%;
	font-size: 16px;
	text-indent:2em;
  }
  .content-body .area::after {
    content: "";
    display: block;
    clear: both;
  }
  .details-main h1 {
    font-size: 20px;
    color: #333333;
    text-align: center;
    padding-bottom: 30px;
    font-weight: bold;
    border-bottom: 1px solid #e6e6e6;
  }
  .details-main h5 {
    font-size: 14px;
    color: #333333;
    text-align: center;
    margin-top: 10px;
  }
  .details-main .content p {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .details-main .content .img img {
    width: 48.3%;
    margin-bottom: 22px;
  }
  .details-main .content .bimg {
    padding-bottom: 40px;
    border-bottom: 1px solid #e6e6e6;
  }
  .last-next {
    margin-top: 20px;
    font-size: 14px;
    line-height: 25px;
    color: #333333;
  }
}
/* 移动端 */
@media (max-width: 767px) {
  .area {
    width: 100%;
    padding: 0 10px;
  }
  .bread {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #C3C3C3;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.14);
  }
  .content-body {
    margin-top: 35px;
    margin-bottom: 40px;
  }
  .menu-list {
    width: 100%;
  }
  .menu-list > div {
    padding: 16px 20px;
    border-radius: 4px;
    background-color: #C3C3C3;
    margin-bottom: 11px;
    position: relative;
    transition: all 0.5s;
  }
  .menu-list > div:first-child {
    background-color: #08579A;
    color: #fff;
  }
  .menu-list > div i {
    position: absolute;
    right: 9.42%;
    top: 35%;
    font-size: 16px;
  }
  .menu-list > div:hover {
    background-color: #08579A;
    color: #fff;
  }
  .menu-list > div a {
    display: block;
  }

  /* 右侧新闻详情 */
  .details-main {
    width: 100%;
	font-size: 16px;
	text-indent:2em;
  }
  .content-body .area::after {
    content: "";
    display: block;
    clear: both;
  }
  .details-main h1 {
    font-size: 20px;
    color: #333333;
    text-align: center;
    padding-bottom: 30px;
    font-weight: bold;
    border-bottom: 1px solid #e6e6e6;
  }
  .details-main h5 {
    font-size: 14px;
    color: #333333;
    text-align: center;
    margin-top: 10px;
  }
  .details-main .content p {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .details-main .content .img img {
    width: 48.3%;
    margin-bottom: 22px;
  }
  .details-main .content .bimg {
    padding-bottom: 40px;
    border-bottom: 1px solid #e6e6e6;
  }
  .last-next {
    margin-top: 20px;
    font-size: 14px;
    line-height: 25px;
    color: #333333;
  }
}
