.transition-ease {
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
	    -ms-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;  
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	    -ms-backface-visibility: hidden;
	     -o-backface-visibility: hidden;
	        backface-visibility: hidden;   
}

.breadcrumb-right {
	float: right;
	margin-top: -55px;
}

.breadcrumb-right a {
	display: inline-block;
	padding: 10px;
	font-size: 13px;
	text-align: center;
}

@media (max-width: 415px) {
	.breadcrumb-right {
	    max-width: 100px;
	    max-height: 39px;
	    margin-top: -55px;
	    text-align: right;
	    overflow: auto;
	}
}

.table-simple h3 {
	margin-top: 0;
}

.table-simple h3 a {
	font-size: 19px;
	color: #555;
}

.table-simple h3 a:hover {
    color: #1758a8;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
	    -ms-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;  
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	    -ms-backface-visibility: hidden;
	     -o-backface-visibility: hidden;
	        backface-visibility: hidden;    
}

.table-simple p,
.table-simple tr td:last-child {
	font-size: 14px;
	color: #888;
}

.news-list .list-group-item a {
	font-size: 14px;
	color: #555;
}

.page-header h1,
.page-header small {
	line-height: 1.5;
	font-size: 28px;
	text-align: center;
}

.page-header small {
    display: inherit;
    font-size: 14px;
    color: #888;
}

.panel-body p,
.panel-body p span {
    margin: 10px auto !important;
    font-size: 16px;
    color: #444;
	font-family: 'microsoft yahei', '微软雅黑' !important;    
    line-height: 1.8 !important;
    text-indent: 2em;
}

.panel-body p,
.panel-body p img {
	margin-right: auto !important;	
	margin-left: auto !important;	
	text-align: justify;
}

.panel-body p img {
	display: block !important;
	width: 100% !important;
	margin: 30px auto !important;
}

.imgauto,
.imgauto img {
	width: auto !important;
}

.panel-body p:first-child img {
	margin-top: 0 !important;
}

.panel-body p:last-child img {
	margin-bottom: 0 !important;
}

.panel > .list-group .list-group-item {
	font-size: 14px !important;
}

.panel > .list-group .list-group-item a {
	color: #555;
}

.panel > .list-group .list-group-item .active {
    color: #30d0b5;
}

.news-list .list-wrap:hover {
	background: #f1f1f1;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
	    -ms-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;  
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	    -ms-backface-visibility: hidden;
	     -o-backface-visibility: hidden;
	        backface-visibility: hidden;     
}

.news-content {
  padding-right: 0 !important;
  padding-left: 0 !important;
  border-bottom: 1px solid #f1f1f1;
  clear: both;
}

.news-content .thumbnail {
  position: relative;
  border: 0 !important;
  overflow: hidden;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
      -ms-border-radius: 0;
       -o-border-radius: 0;
          border-radius: 0;
}

.news-content .thumbnail:hover img {
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	     -o-transform: scale(1.1);
          transform: scale(1.1);
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
	    -ms-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;  
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	    -ms-backface-visibility: hidden;
	     -o-backface-visibility: hidden;
	        backface-visibility: hidden;             
}

.news-content .news-logo {
  position: absolute;
  top: 45px;
  left: 0;
  width: 163px;
  height: 49px;
  background: #fff;
  background: rgba(255,255,255,.5);
}

.news-content .thumbnail:hover .news-logo {
	-webkit-transform: translateY(-5px);
	   -moz-transform: translateY(-5px);
	    -ms-transform: translateY(-5px);
	     -o-transform: translateY(-5px);
	        transform: translateY(-5px);
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
	    -ms-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;  
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	    -ms-backface-visibility: hidden;
	     -o-backface-visibility: hidden;
	        backface-visibility: hidden;             
}


.news-content .thumbnail img {
  max-height: 229px;
}

.news-content .title-h2 {
  height: 28px;
  padding-left: 0;
  margin: 41px -30px 18px 0;
  line-height: 1.4;
  border-left: 0;
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-overflow: ellipsis;    
     -moz-text-overflow: ellipsis;    
      -ms-text-overflow: ellipsis;    
       -o-text-overflow: ellipsis;    
          text-overflow: ellipsis;  
}

@media (max-width: 415px) {
	.news-content .title-h2 {
		display: block;
		height: auto;
		font-size: 18px;
		white-space: normal;
		overflow: auto;
	}
}

.news-content .title-h2 a {
  color: #555;
}

.news-content .title-h2 a:hover {
	color: #1758a8;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
	    -ms-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;  
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	    -ms-backface-visibility: hidden;
	     -o-backface-visibility: hidden;
	        backface-visibility: hidden;     
}

.news-content .content-p {
  margin-right: -30px;
  margin-bottom: 44px;
  font-size: 15px;
  color: #999;
  text-indent: 0;
}

.news-content .col-xs-6 .content-p:nth-child(2) {
	height: 110px;	
	/*text-align: justify;*/
	overflow: hidden;
    -webkit-text-overflow: ellipsis;    
       -moz-text-overflow: ellipsis;    
        -ms-text-overflow: ellipsis;    
         -o-text-overflow: ellipsis;    
            text-overflow: ellipsis;  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -o-box;
    display: box;
    -webkit-line-clamp: 4;
       -moz-line-clamp: 4;
        -ms-line-clamp: 4;
         -o-line-clamp: 4;
           -line-clamp: 4;
    -webkit-box-orient: vertical;  
       -moz-box-orient: vertical;  
        -ms-box-orient: vertical;  
         -o-box-orient: vertical;  
           -box-orient: vertical;
}

@media (max-width: 1650px) {
	.news-content .col-xs-6 .content-p:nth-child(2) {
		height: 75px;
	    -webkit-line-clamp: 3;
	       -moz-line-clamp: 3;
	        -ms-line-clamp: 3;
	         -o-line-clamp: 3;
	           -line-clamp: 3;		
	}	
}

@media (max-width: 415px) {
	.news-content .col-xs-6 .content-p:nth-child(2) {
		display: block;
		height: auto;
		white-space: normal;
		overflow: auto;
	}
}

.news-content .col-xs-2 .content-p {
  margin-right: 0;
}

.news-content .content-p a {
  padding: 8px 26px;
  color: #1758a8;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
      -ms-border-radius: 20px;
       -o-border-radius: 20px;
          border-radius: 20px;
}

.news-content .content-p a:hover {
	color: #fff;
	background: #1758a8;
	-webkit-transition: all .3s ease-in-out;
	   -moz-transition: all .3s ease-in-out;
	    -ms-transition: all .3s ease-in-out;
	     -o-transition: all .3s ease-in-out;
	        transition: all .3s ease-in-out;  
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	    -ms-backface-visibility: hidden;
	     -o-backface-visibility: hidden;
	        backface-visibility: hidden;     
}

.news-content .content-p a b {
  display: inline-block;
  margin-left: 5px;
  font-size: 23px;
  font-weight: normal;
  vertical-align: middle;
}

.news-content .col-xs-2 .news-date {
  margin-top: 45px;
  margin-right: -5px;
  font-size: 30px;
  color: #9e9e9e;
}

.news-content .col-xs-2 .content-p {
  margin-top: -13px;
  font-size: 13px;
  color: #9e9e9e;
}

@media (max-width: 415px) {
  .news-content .col-xs-4,
  .news-content .col-xs-6,
  .news-content .col-xs-2 {
    width: 100%;
  }
  
  .news-content .col-xs-4 .thumbnail {
    margin-bottom: 0;
  }
  
  .news-content .col-xs-6 {
    padding-right: 40px;
  }
  
  .news-content .col-xs-6 .btn-border-blue {
    font-size: 15px;
  }
  
  .news-content .col-xs-2 .news-date {
    margin-top: -15px;
  }
}

.header-border {
  border-bottom: 1px solid #ccc;
}

.dynamic-title {
  border-top: 1px solid #ccc;
}

.dynamic-title .title-h1 {
  width: 80%;
  margin: 40px auto 13px auto;
  font-size: 35px;
  line-height: 1.4;
  color: #555;
}

@media (max-width: 415px) {
  .dynamic-title .title-h1 {
    width: 100%;
  }
  
  .page-header h1 {
    font-size: 21px;
  }
}

.dynamic-title .content-p {
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
}

.dynamic-content .case-row {
  margin: 0 -55px;
}

.dynamic-content .img-margin {
  margin-top: 35px;
}

.dynamic-content .title-h5 {
  padding-left: 0;
  margin: -18px 0 31px 0;
  font-size: 15px;
  line-height: 1.6;
  border-left: 0;
}

.dynamic-content .title-small {
  margin: -5px auto 65px auto;
}

.dynamic-content .content-p {
  margin-top: 25px;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.8;
  text-indent: 2em;
}

.dynamic-content .margin-p {
  margin-top: 10px;
}

.text-indent-0,
.dynamic-content .text-indent-0 {
  text-indent: 0;
}

.red h3 {
  color: #cd0d23;
}

.staff {
  padding: 15px 0;
  margin: 30px auto;
  background: #900; 
}

.staff .content {
  margin-top: 15px;
}

.staff p {
  font-size: 16px;
  color: #fff;
}

.dynamic-news .content-p {
  margin-top: 15px;
}
 
.divider-line {
  width: 100%; 
  height: 1px; 
  background: #eee; 
}
 
.dynamic-news .divider-line {
  margin: 30px auto;
}
 
.enclosure-tit {
  margin-bottom: 35px;
  font-size: 29px;
}
 
.content-p.content-tit {
  margin: 20px auto;
  font-size: 20px;
}

.table-news {
  margin: 15px auto;
  font-size: 16px;
}

.table-news th,
.table-news td {
  text-align: center;
}

.table-news th {
  background: #555;
}

.table-twocol td:first-child {
  width: 30%;
}

.table-twocol td:nth-child(2) {
  width: 70%;
}
    
.table-pep td:first-child {
  width: 11%;
}

.table-pep td:nth-child(2) {
  width: 9%;
}

.table-pep td:nth-child(3) {
  width: 13%;
}

.table-pep td:nth-child(4) {
  width: 13%;
}

.table-pep td:nth-child(5) {
  width: 13%;
}

.table-pep td:nth-child(6) {
  width: 13%;
}

.table-pep td:last-child {
  width: 28%;
}    

.table-company tbody tr:nth-child(2) td:nth-child(2),
.table-company tbody tr:nth-child(3) td,
.table-company tbody tr:nth-child(4) td {
  text-align: left;
}

.panel > .list-group .list-group-item:hover a {
    color: #1758a8;
}

.sum-pager {
	margin: 20px auto;
	text-align: center;
	clear: both;
}

.pagination > li {
    display: inline-block !important;
    margin-top: 10px !important;
}

.pagination > li > a,
.pagination > li > span {
    margin-left: -5px !important;
}