.inner-page .bread-crumbs {
  padding: 16px 0 7px;
}

.inner-page {
    background: #f5f5f5;
    padding: 30px 0 96px;
}
.inner-page .bread-crumbs .home {
  font-size: 18px;
  color: #d70c19;
  margin-right: 5px;
}
.inner-page .bread-crumbs a {
  color: #0b0000;
}
.inner-page .bread-crumbs span {
  color: #c1000d;
}
.inner-page .bread-crumbs a:hover {
  color: #c1000d;
}
.inner-page .sidebar {
  width: 225px;
  background: #fbfbfb;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}
.inner-page .sidebar .side-menu li {
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #fff;
}
.inner-page .sidebar .side-menu li:first-child {
  border-top: none;
}
.inner-page .sidebar .side-menu li a {
  color: #474445;
  display: block;
  padding: 20px 20px 20px 37px;
}
.inner-page .sidebar .side-menu li a:hover,
.inner-page .sidebar .side-menu li a.active {
  color: #c1000d;
  background: #fff url("../images/side-tit-bg.png") no-repeat left top;
}
.inner-page .sidebar .side-menu .children li a{
	padding-left: 60px;
}
.side-contact {
  margin-top: 30px;
}
.catHidCon{
  display: none!important;
}
.side-contact h3 {
  font-size: 18px;
  font-weight: bold;
  display: block;
  color: #FFFFFF;
  padding: 12px 0 12px 20px;
  background: #004169;
  margin-bottom: 30px;
}
.side-contact li {
  margin-bottom: 15px;
  color: #333;
  padding: 0 5px 0 10px;
}
.side-contact li a {
  color: #333;
}
.inner-tit {
  color: #c4000d;
  font-size: 18px;
  text-transform: capitalize;
  text-indent: 34px;
  padding-bottom: 8px;
  border-bottom: 2px solid #dddddd;
  margin-bottom: 35px;
}
.inner-page .page-right-bar {
  width: 100%;
  background: #fff;
  padding: 26px 36px;
  border-bottom: 4px solid #d22f21;
}
.inner-page .piclist li {
  float: left;
}
.inner-page .piclist li .litit {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-top: 10px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  text-transform: uppercase;
}
.inner-page .piclist li .liintro {
  font-size: 14px;
  color: #333;
  margin-top: 6px;
}
.inner-page .piclist li:hover .litit {
  color: #c1000d;
}

.about-page .about-artical img {
  width: auto;
  max-width: 100%;
}
.about-page .about-artical p {
  font-size: 14px;
  line-height: 1.8em;
  margin-top: 15px;
}

.about-page .about-artical p b {font-weight: bold}

.jsyf-box>p{
	width: 49%;
	padding: 20px 40px;
    background-color: #f9f9f9;
    border-color: #346bb7 #cbcbcb #cbcbcb;
    border-style: solid;
    border-width: 2px 1px 1px;
}
.jsyf-box>p strong{
	font-size: 18px;
	margin-bottom: 0px;
	display: block;
	font-family: 'NotoSansHans-Bold';
	font-weight: 500;
}


@media screen and (max-width:900px) {
.jsyf-box>p {width: 100%!important}
.inner-page .page-right-bar {padding: 25px 0}
}
