.col-lg-3 {
  padding-left: 0;
  padding-right: 15px;
}

.input_search{
  border: none;
  background-color: transparent;
  margin-left: -23px;
  z-index: 22;
}

.ab_bg {
  background-image: url(../image/about.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 95px;
}

.ne_bg {
  background-image: url(../image/news.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 95px;
}

.ne_bg .title {
  text-align: center;
  padding: 100px;
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
}

.m-t {
  margin-top: 100px;
}

.ab_bg .title {
  text-align: center;
  padding: 100px;
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
}

.ca_bg {
  background-image: url(../image/ca.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 95px;
}

.ca_bg .title {
  text-align: center;
  padding: 100px;
  font-size: 30px;
  font-weight: 600;
  color: #ffffff;
}


.location {
  box-shadow: 0 5px 5px #e7e7e7;
}

.ctitle {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.content {
  margin-bottom: 50px;
  background-color: #ffffff;
}

.content p {
  text-indent: 2rem;
  line-height: 2;
  padding-bottom: 10px;
}

.content .c_title {
  color: #153583;
  font-size: 60px;
  font-weight: 600;
  font-family: fantasy;
  text-indent: 2rem;
}

.content .c_name {
  margin-bottom: 20px;
  margin-left: 30px;
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #999999;
}

.diy_form {
  background-color: #ffffff;
}

.diy_form h4 {
  text-align: center;
  padding: 20px 0;
  font-weight: 600;
}

.diy_form .xm {
  width: 30%;
  height: 48px;
  margin-left: 20px;
  padding-left: 10px;
}

.diy_form .bz {
  width: 95%;
  padding-left: 10px;
  margin: 20px;
  height: 48px;
}

.diy_form .tj {
  text-align: center;
  background-color: #000000;
  color: #ffffff;
  padding: 10px 80px;
  margin: 0 45% 20px;
  border-radius: 5px;
}

.c_bg {
  padding-top: 50px;
  background-color: #f2f4f5;
}

.location .right {
  padding: 15px;
}

.location .t-end {
  text-align: end;
}

.location .t-left {
  text-align: left;
}

.location .left a {
  padding: 15px;
  display: inline-block;
  border-bottom: 2px solid transparent;
}

.location .left a:hover {
  cursor: pointer;
  border-bottom: 2px solid #ff591f;
}

.icon {
  width: 14px;
  height: 14px;
}

.list {
  background-color: #ffffff;
  padding: 15px;
}

.list .title {
  text-align: center;
  color: #333333;
  font-size: 16px;
  margin-top: 10px;
}

.list:hover .title{
  color: #4cb71b;
}

.list .img img {
  width: 100%;
}

.list:hover .img img{
  transform: scale(1.1);
  transition: all .6s;
}



/* 左边栏 */
.sticky-top {
  margin-top: 20px;
  padding-right: 30px;
}

.sidebar dt {
  padding: 15px 20px;
  background: #153583;
  color: #f4f4f4;
  font-size: 22px;
  font-weight: 500;
  border-top-left-radius: 25px;
}

.sidebar dd a {
  padding: 20px 20px 20px 10px;
  border-left: 10px solid #f4f4f4;
  background-color: #f4f4f4;
  margin-top: 20px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.sidebar dd a:hover {
  color: #153583;
  border-left: 10px solid #153583;
}

.sidebar .text {
  padding: 5px 15px;
  background: #ffffff;
}

.sidebar .text p {
  font-size: 13px;
}

.pager {
  padding-left: 0;
  margin: 17px 0;
  list-style: none;
  text-align: center;
}

.pager .pagination {
  margin: 0;
  display: inline-block;
  padding-left: 0;
  border-radius: 3px;
}

.pager li {
  margin: 0 0.4em;
  display: inline-block;
}

.pager li>a,
.pager li>span {
  background: none;
  border: 1px solid #e6e6e6;
  border-radius: 0.25em;
  padding: 0.5em 0.93em;
  font-size: 14px;
  display: inline-block;
  line-height: 1.42857143;
  background-color: #ffffff;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  z-index: 3;
  color: #fff;
  background-color: #2c3e50;
  border-color: #2c3e50;
  cursor: default;
}

.n_bg {
  margin-bottom: 50px;
}

.c_bg .main {
  background-color: #ffffff;
  margin-bottom: 50px;
}

.c_bg .main .title1 {
  text-align: center;
  padding-bottom: 40px;
}

.c_bg .main .title1 h3 {
  font-size: 25px;
  font-weight: 600;
  margin: 0px 50px 20px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
  padding-top: 50px;
}

.c_bg .main .words{
  padding: 10px 50px;
}

.c_bg .right_menu .title{
  background-color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px;
}

.c_bg .right_menu .list_news{
  background-color: #ffffff;
  font-size: 14px;
  padding: 10px 20px;
}

.n_bg .list-item {
  background-color: #f5f5f5;
  margin-top: 40px;
}
.n_bg .list-item .img{
  height: 200px;
}

.n_bg .list-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.n_bg .list-item .content {
  background-color: #f5f5f5;
}

.n_bg .list-item .content h2 {
  font-size: 20px;
  font-weight: 600;
  padding-top: 7%;
}

.n_bg .list-item .date p {
  color: #666666;
  font-weight: 600;
  font-size: 60px;
  text-align: center;
}

.n_bg .list-item .date .small {
  font-size: 16px;
}