.flex_center {
  display: flex;
  align-items: center;
  justify-content: center;}

.flex_align {
  display: flex;
  align-items: center;}

.flex_between {
  display: flex;
  justify-content: space-between;}

.flex_1 {
  flex: 1;}

.mt20 {
  margin-top: 20px;}

.mr12 {
  margin-right: 12px;}

.mb20 {
  margin-bottom: 20px;}

/* 背景图 */
.mybg {
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom left;
  min-height: 900px;}

/* 轮播图 */
.slidePic .container {

  position: relative;}

.slidePic .slidePic_bg {
  width: 100%;
  height: 70px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;}

.slidePic .carousel-inner img {
  width: 100%;
  height: 300px;}

.slidePic .carousel-control.right,
.slidePic .carousel-control.left {
  background-image: none;}

/*  */
.con {
  padding: 20px 0;}

.con .con_a {
  padding-top: 10px;
  padding-bottom: 10px;}

/* 标题部分 */
.mynotice {
  margin-left: 0;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #DFDFDF;}

.mynotice .mynotice_a {
  padding-left: 0;}

.mynotice .title {
  position: relative;
  padding-left: 10px;
  font-size: 16px;
  color: #A0A0A0;}

.mynotice .title::before {
  content: '';
  display: block;
  width: 4px;
  height: 20px;
  background-color: #002E73;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;}

.mynotice .mynotice_p {
  color: #393939;
  font-size: 20px;
  font-weight: bold;
  margin-right: 5px;}

.mynotice .more {
  margin-top: 10px;
  font-size: 14px;
  color: #919191;
  text-align: right;
  padding-right: 0;}
.mynotice .more a {
font-size: 14px;
  color: #919191;}
/* 2021-06-01  文字样式 */
.mymatter {
  padding: 6px 0;
  border-bottom: 1px solid #DFDFDF;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;}

.mymatter .mymatter_p {
  color: #939292;
  margin-left: 5px;}

/* 图+文字样式 */
.picword {
  padding: 6px 0;
  border-bottom: 1px solid #DFDFDF;}

.picword .picword_img {
  width: 150px;
  height: 80px;
  margin-right: 10px;}

.picword .picword_title {
  font-size: 16px;
  margin-bottom: 5px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;}
.picword .picword_title a {color:#333333;}
.picword .picword_con {
  font-size: 14px;
  margin-top: 5px;
  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;}

/* 图片样式 */
.mypic .mypic_a {
  margin-top: 10px;}

.mypic .mypic_img {
  width: 100%;
  height: 120px;}

.mypic .mypic_p {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;}
.mypic .mypic_p a {color:#333333;}


* {
  margin: 0;
  padding: 0;}

body {
  font-size: 16px;}

html[lang="en"] .flex_between {justify-content: space-around;}