/* 背景图 */
.mybg {
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom left;
  padding-top: 40px;}

/* 图片标题 */
.intro_title {
  background-image: url(../images/pic6.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: right;
  padding: 4% 8%;
  color: white;
  font-size: 15px;}

.intro_title .titleP {
  font-size: 25px;}

/* 面包屑 */
.intro_navig {
  border-bottom: 2px solid #DFDFDF;
  color: #4B4B4B;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;}


.intro_navig {
  border-bottom: 2px solid #DFDFDF;
  color: #4B4B4B;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;}

/*  */
.intro_con {
  min-height: 500px;}

/* 导航栏 */
.intro_bar {
  font-size: 18px;
  text-align: center;
  background-color: #DFDFDF;
  margin-bottom: 10px;
  padding: 14px 0;
  border-bottom-right-radius: 10px;
  line-height: normal;
  position: relative;}

.intro_bar::before {
  content: '';
  display: block;
  width: 10px;
  height: 20px;
  border-radius: 0 25px 25px 0;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;}

.intro_bar_active {
  background-color: #002E73;
  color: white;}

/* 第一种：大图 + 具体文字 */
.intro_barP {
  color: #002E73;
  text-align: center;
  font-size: 16pt;
font-family: "SimSun";
font-weight: bold;}

.intro_barT {
  color: #4B4B4B;
  text-align: center;
  margin: 10px 0 25px;}

.intro_barimg {
  width: 100%;
  height: 300px;}

.intro_barcon {
  margin: 20px 0;
  line-height: 25px;}

/* 页码部分 */
.intro_page {
  margin-top: 50px;}



/* 第二种：列表形式 */
.intro_time {
  flex-shrink: 0;
  padding-left: 20px;
  padding-right: 30px;
  font-size: 18px;
  position: relative;}

.intro_time::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #002E73;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;}

.line_p {
  font-size: 20px;
  color: #4B4B4B;
  text-decoration: underline;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;}


/* 第三种：图 +列表文字 */
.intro_pic {
  padding-left: 25px;
  font-size: 18px;
  position: relative;}

.intro_pic::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #002E73;
  position: absolute;
  top: 0;
  left: 0;}

.intro_img {
  width: 200px;
  height: 100px;}

.intro_tb10 {
  padding: 10px 0;}

.intro_tb15 {
  padding-top: 10px;
  padding-bottom: 10px;}

.intro_brief {
  color: #999;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;}




a {
  display: block;}

* {
  margin: 0;
  padding: 0;}

body {
  font-size: 16px;}