
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #ccc;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb {
  width: 8px;
  height: 8px;
  background-color: #3eb6b4;
  border-radius: 5px;
}

@media screen and (max-width: 768px){
  .container{
    width: 970px;
  }
}

@media screen and (min-width: 768px){
  .container{
    width: 970px;
  }
}

@media screen and (min-width: 992px){
  .container {
    width: 100%;
  }
}

@media screen and (min-width: 1200px){
  .container {
    width: 100%;
  }
}

@media screen and (min-width: 768px){
  .custom-container{
    width: 970px;
  }
}

@media screen and (max-width: 425px) {
  .custom-container{
    width: 100%;
  }
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
  color: #fff;
  background-color: #19a69e;
}

.myheader {
  height: 9rem;
  background-image:url('/tmpl/static/img/bg_header.jpg');
  background-repeat:repeat;
}


.myheader .row {
  margin: 1rem 0;
}

.myheader img {
  max-height: 7rem;
}

@media screen and (max-width: 768px){
  .myheader .container{
    width: 100%;
  }
}

@media screen and (min-width: 768px){
  .myheader .container{
    width: 100%;
  }
}

@media screen and (min-width: 992px){
  .myheader .container{
    width: 970px;
  }
}

@media screen and (min-width: 1200px){
  .myheader .container{
    width: 1170px;
  }
}


.mynav-container {
  width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}

.mynav {
  height: 4rem;
  background-color: #19a69e;
  text-align: center;
}

@media screen and (max-width: 992px){
  .mynav .item {
    height: 4rem;
    display: inline-block;
    color: #fff;
    padding: 1rem 1.5rem;
  }
}

@media screen and (min-width: 992px){
  .mynav .item {
    height: 4rem;
    display: inline-block;
    color: #fff;
    padding: 1rem 1.5rem;
  }
}

@media screen and (min-width: 1200px){
  .mynav .item {
    height: 4rem;
    display: inline-block;
    color: #fff;
    padding: 1rem 2.5rem;
  }
}

.mynav .item:link {
  text-decoration: none;
}
.mynav .item:visited{
  text-decoration: none;
}
.mynav .item:hover {
  font-weight: bold;
  text-decoration: none;
  border-bottom: 0.15rem solid #fff;
  padding-bottom: 0.85rem;
}

.mynav .active {
  font-weight: bold;
  border-bottom: 0.15rem solid #fff;
  padding-bottom: 0.85rem;
}

#mynavsub {
  z-index: 10;
  position: absolute;
  top: 13rem;
  left: 0;
  height: 375px;
  width: 100%;
  background-color: rgb(255 255 255);
  padding: 1rem;
}

.mynavsub-li {
  margin-top: 1.5rem;
}

.mynavsub-title {
  color: #19a69e;
  font-size: 14px;
  font-weight: bold;
  margin-top: 1rem;
}

.mynavsub-icon-text {
  color: #19a69e;
  font-size: 15px;
  font-weight: bold;
  margin-left: 1px;
  margin-right: 1px;
}

.mynavsub-content1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: clip;
  margin-top: 0.5rem;
}

.mynavsub-content2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: clip;
}

.mynavsub-content5 {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  font-size: 10px;
  overflow: clip;
}

.mynavsub-content10 {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  font-size: 14px;
  overflow: clip;
  margin-top: 1.5rem;
}


@media screen and (max-width: 920px){
  .mysearch {
    display: none;
  }
  .mysearch input {
    right: 0;
    width: 10rem;
  }
  .mysearch svg {
    right: 0;
  }
}

@media screen and (min-width: 920px){
  .mysearch {
  }
  .mysearch input {
    right: 0;
    width: 10rem;
  }
  .mysearch svg {
    right: 0;
  }
}

@media screen and (min-width: 1200px){

  .mysearch input {
    right: 0;
    width: 25rem;
  }
  .mysearch svg {
    right: 0;
  }
}


.mysearch input {
  position: absolute;
  top: 2rem;
  height: 3.5rem;
  opacity: 0.6;
  padding-left: 1%;
  border-radius: 1.5rem;
}

.mysearch input:focus {
  opacity: 1;
  width: 25rem;
}

.mysearch svg {
  position: absolute;
  top: 2rem;
  z-index: 2;
  color: #c9c9c9;
  margin: 1.12rem 1rem;
}

.mydivid-h {
  width: 100%;
  height: 0.1rem;
  background-color: #19a69e;
  margin: 2rem 0;
}

.myfooter {
  background-color: #e8ecef;
  background-image:url('/tmpl/static/img/bg_footer.jpg');
  background-repeat:no-repeat;
  background-position:center center;
  padding: 2rem 0;
}

@media screen and (min-width: 768px){
  .myfooter .container {
    width: 100%;
  }
  .myfooterinfo .container {
    width: 100%;
  }
}

@media screen and (min-width: 992px){
  .myfooter .container {
    width: 970px;
  }
  .myfooterinfo .container {
    width: 970px;
  }
}

@media screen and (min-width: 1200px){
  .myfooter .container {
    width: 1170px;
  }
  .myfooterinfo .container {
    width: 1170px;
  }
}

.myfooternav * {
  vertical-align: middle;
  font-weight: 500;
}

.mylink {
  padding-right: 1rem;
}

.mylink-dv {
  border-left: 0.1rem solid #19a69e;
  padding-left: 1rem;
}

.mylink:link {
  color: black;
  text-decoration: none;
}
.mylink:visited{
  color: black;
  text-decoration: none;
}
.mylink:hover {
  color: #19a69e;
  text-decoration: none;
}

.mytitle-s {
  border-left: 0.3rem solid #19a69e;
  padding-left: 1rem;
  font-weight: bold;
}

.mylist div {
  margin: 1rem 0;
}

.myimgtext {
  display: inline-block;
  margin-right: 1rem;
}

.myimgtext div {
  margin-bottom: 1rem;
}

.mysubnav {
  background-color: #f0f5f8;
}

.mysubnav .container{
  max-width: 1200px;
}

.mysubnav-container{
  display: flex;
  width: 1200px;
  justify-content: start;
  align-items: start;
  margin-left: auto;
  margin-right: auto;
}

.mysubnav-sub-items{
  margin-right: 2rem;
  margin-top: 10px;
}


.mysubnav-sub-panel{
  margin-right: 2rem;
  margin-top: 10px;
}

.mysubnav-diver {
  width: 1px;
  height: 300px;
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: lightgrey;
}
.mysubnav .myright {
  line-height: 6rem;
}

.mysubnav .myright a{
  padding: 0 1.5rem;
}

.mysubnav .myright .active{
  color: #19a69e;
}

.mysubnav ol{
  margin: 1rem 0;
}

.mysubnav-hlzj-icon{
  width: 50px;
  height: 50px;
}

.mysubnav-hlzj-icon-text{
  font-size: 12px;
  align-content: center;
  margin-top: 0.5rem;
}

.mycontainer {
  padding: 4rem 3rem;
  max-width: 1200px;
}

.mydoc {
  padding: 4rem;
  border:0.1rem solid #c9c9c9;
  border-bottom: 0.3rem solid #19a69e;
}

.mydoc .mydivid-h {
  width: 100%;
  height: 0.1rem;
  background-color: #eee;
}

.mydoc .mytitle {
  color: #19a69e;
}

.mymedia {
  box-shadow: 0 0 0.3rem 0.3rem #eee;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}

.mymedia .media-left {
  display: inline-block;
  width: 25%;
}

.mymedia-simple {
  padding: 1rem;
}

.mymedia-simple .media-left {
  text-align: center;
  padding: 1rem 2rem;
  background: #f0f5f8;
}

.mymedia-simple:hover .media-left {
  text-align: center;
  padding: 1rem 2rem;
  background: #19a69e;
  color: #fff;
}

.mymedia-simple .media-left .title {
  font-size: 3rem;
}

.mymedia .media-body {
  display: inline-block;
  width: 73%;
  padding: 2rem 1%;
}

.mymedia .media-body .media-heading:hover {
  color: #19a69e;
}

.mymedia .media-body span {
  color: #bbb;
}


.mymedia-simple .media-body a:link {
  color: #000;
  text-decoration: none;
}
.mymedia-simple .media-body a:visited{
  color: #000;
  text-decoration: none;
}
.mymedia-simple .media-body a:hover {
  color: #19a69e;
  font-weight: bold;
  text-decoration: none;
}


.mymedia img{
  width: 100%;
  height: auto;
  aspect-ratio: 1.6;
  object-fit: cover;
}

.mypage .active{
  color: #19a69e;
  font-weight: bold;
}

.myprofile .media-left {
  width: 40%;
}

.myprofile div img {
  aspect-ratio: 1.6;
  object-fit: cover;
}

.myprofile .media-body {
  padding: 2rem;
}

.myprofile .mydivid-h {
  width: 100%;
  height: 0.1rem;
  background-color: #eee;
}

.myprofile svg {
  color: #19a69e;
}

.mytopnews {
  box-shadow: 0 0 0.3rem 0.3rem #eee;
}

.mytopnews .media-left {
  width: 50%;
}

.mytopnews .media-left img {
  width: 100%;
  height: 31rem;
}

.mytitlebar a {
  line-height: 4rem;
}

.mytopnews .media-body {
  padding: 2rem;
}

.mytopnews .mynews {
  margin: 1rem 0;
  padding: 1rem 0;
  border-bottom: 0.1rem solid #eee;
}

.mytopnews .mynews span{
  color: #ccc;
}

.myemplist {
  width: 100%;
}

.myemplist dl {
  padding: 2rem;
  display: block;
  width: 20%;
  float: left;
}

.myemplist dl:nth-child(5n+1) {
  clear:left;
}

.myemplist dl:hover {
  box-shadow: 0px 0px 3px 3px #eee;
}


.myemplist dl dd {
  height: 7rem;
  margin-top: -7rem;
  padding-top: 1px;
  background-color: rgba(0,0,0,0.3);
  color: #fff;
  opacity: 0.99;
}

.myfealist {
  width: 100%;
}

.myfealist dl {
  position: relative;
  overflow: hidden;
  height: auto;
  padding: 1rem;
  display: block;
  width: 33.33%;
  float: left;
}

.myfealist dl img {
  object-fit: cover;
  width: 100%;
}

.myfealist dl:hover img {
  opacity: 0.5;
}

.myfealist dl dd {
  position: absolute;
  top: 10%;
  left: 25%;
  width: 50%;
  height: 80%;
  color: #fff;
  border-radius: 50%;
  background-color: rgb(34 150 195 / 30%);
  overflow: hidden;
}

.myfealist dl dd h3{
  margin-top: 45%;
  line-height: 4rem;
  height: 4rem;
  background-color: rgb(34 150 195 / 60%);
}

.myemp .media-left {
  width: 15%;
}

.myemp .media-body {
  padding: 2rem;
}

.myemp .mydivid-h {
  width: 100%;
  height: 0.1rem;
  background-color: #eee;
}

.myresume {
  padding: 2rem;
  box-shadow: 0 0 0.3rem 0.3rem #eee;
}

.myquicknav {
  background-color: #eee;
}

.myquicknav .mybody {
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.myquicknav .mybody img {
  width: 100%;
  height: auto;
}


.myquicknav img:hover{
  transform: scale(1.2);
}

.myindexnews {
  margin: 3rem 0;
}

@media screen and (min-width: 768px){
  .myindexnews .container {
    width: 100%;
  }
}

@media screen and (min-width: 992px){
  .myindexnews .container {
    width: 970px;
  }
}

@media screen and (min-width: 1200px){
  .myindexnews .container {
    width: 1170px;
  }
}

.myindexnews .media-body{
  padding: 0 2rem;
  height: 32rem;
}

.myindexnews .mynews {
  margin: 1rem 0;
  padding: 1rem 0;
  border-bottom: 0.1rem solid #eee;
}

.myspecexpert {
  padding: 2rem 0;
  background-color: #f0f5f8;
  background-image:url('/tmpl/static/img/bg_specexpert.jpg');
  background-repeat:no-repeat;
  background-position:right center;
}

@media screen and (min-width: 768px){
  .myspecexpert .container {
    width: 100%;
  }
}

@media screen and (min-width: 992px){
  .myspecexpert .container {
    width: 970px;
  }
}

@media screen and (min-width: 1200px){
  .myspecexpert .container {
    width: 1170px;
  }
}

.myspecexpert .media {
  margin: 0;
  padding: 2rem 0;
  width: 50%;
  float: left;
}

.myspecexpert .media img {
  width: 100%;
  aspect-ratio: 0.8/1;
}

.myspecexpert .media .media-left {
  width: 40%;
}

.myspecexpert .media .media-left img{
  max-width: 100%;
  height: auto;
}

.myspecexpert .media .media-body {
  padding: 2rem;
}

.myspecexpert .item{
  margin: 0 6rem;
}


.myspecexpert .carousel-control {
  width: 0;
}


.myexpert {
  padding: 2rem 0;
  background-color: #89c7d4;
  background-image:url('/tmpl/static/img/bg_expert.jpg');
  background-repeat:no-repeat;
  background-position:right center;
}

@media screen and (min-width: 768px){
  .myexpert .container {
    width: 100%;
  }
}

@media screen and (min-width: 992px){
  .myexpert .container {
    width: 970px;
  }
}

@media screen and (min-width: 1200px){
  .myexpert .container {
    width: 1170px;
  }
}

.myexpert .media {
  height: 22rem;
  margin: 2rem 1.5%;
  padding: 2rem 2rem;
  width: 30%;
  float: left;
  background-color: #fff;
}

.myexpert .media:hover {
  border-bottom: 0.3rem solid #19a69e;
}

.myexpert .media img {
  width: 100%;
  aspect-ratio: 0.8/1;
}

.myexpert .media .media-left {
  width: 50%;
}

.myexpert .media .media-body {
  padding: 1rem;
}

.myexpert .carousel-inner{
  margin: 0 1rem;
}

.myexpert .carousel-control {
  width: 0;
}

.mydeptitle {
  margin: 1rem 0;
}

.mydeptitle img {
  width: 2rem;
  margin-right: 0.5rem;
}

.mydeptitle span {
  font-weight: bold;
}

.mydepnav {
  min-height: 30rem;
  padding: 2rem 0;
  background-color: #f0f5f8;
  background-image:url('/tmpl/static/img/bg_dep.jpg');
  background-repeat:no-repeat;
  background-position:center center;
}

@media screen and (min-width: 768px){
  .mydepnav .container {
    width: 100%;
  }

  .mydepnav .media {
    width: 25%;
    float: left;
    margin: 2rem 2.5%;
  }
}

@media screen and (min-width: 992px){
  .mydepnav .container {
    width: 970px;
  }

  .mydepnav .media {
    width: 20%;
    float: left;
    margin: 2rem 2.5%;
  }
}

@media screen and (min-width: 1200px){
  .mydepnav .container {
    width: 1170px;
  }

  .mydepnav .media {
    width: 20%;
    float: left;
    margin: 2rem 2.5%;
  }
}

.mydepnav .media .media-left {
  width: 30%;
}

.mydepnav .media .media-body {
  padding: 2rem 0;
}

.mydepnav .media .media-body p{
  color: #ccc;
}

.mydepnav ul{
  display: inline-block;
}


.mybottomnav1{
  margin: 1rem 0;
  background-color: #fff;
}

@media screen and (min-width: 768px){
  .mybottomnav1 .container {
    width: 100%;
  }
}

@media screen and (min-width: 992px){
  .mybottomnav1 .container {
    width: 970px;
  }
}

@media screen and (min-width: 1200px){
  .mybottomnav1 .container {
    width: 1170px;
  }
}

.mybottomnav1 .mynavlist {
  width: 100%;
}

.mybottomnav1 .mynavlist dl {
  padding: 2rem;
  display: block;
  width: 25%;
  float: left;
}

.mybottomnav1 .mynavlist dl dd {
  height: 4.5rem;
  padding: 1rem;
  background-color: #f0f5f8;
  font-size: medium;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
}

.mybottomnav1 dl:hover dd {
  border-bottom: 0.3rem solid #19a69e;
}

.mybottomnav2{
  margin: 1rem 0;
  background-color: #fff;
}

@media screen and (min-width: 768px){
  .mybottomnav2 .container {
    width: 100%;
  }
}

@media screen and (min-width: 992px){
  .mybottomnav2 .container {
    width: 970px;
  }
}

@media screen and (min-width: 1200px){
  .mybottomnav2 .container {
    width: 1170px;
  }
}

.mybottomnav2 a {
  display: block;
  width: 20%;
  float: left;
  margin: 2rem 2.5%;
}

.mybottomnav2 img:hover{
  transform: scale(1.1);
}

.mysearchlist .mysearchnav {
  margin: 2rem 0;
  padding: 2rem 0;
  border-bottom: 0.1rem solid #ccc;
}

.mysearchlist .mysearchnav form{
  width: 40%;
}


.myleaderlist .media .media-left {
  width: 25%;
}

.myleaderlist .media .media-body {
  padding: 1rem;
}

.myleaderlist .media .media-body p span {
  color: #545454;
}

.myhis .myhisnav {
  width: 100%;
  padding: 1rem 0;;
  border-bottom: 0.1rem solid #ccc;
}

.myhis ul{
  display: inline-block;
}

.myhis ul li{
  margin: 0 2rem;
}

.myhislist {
  padding: 0 3rem;
  border-left: 0.1rem solid #ccc;
}

.myhislist .item {
  position: relative;
}

.myhislist h4::before {
  content: '';
  position: absolute;
  left: -4rem;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background-color: #19a69e;
}

.myreplyheader {
  background-color: #f5f5f5;
}

.myschetable {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.myschetable th {
  border: 0.1rem solid #ccc;
}

.myschetable td {
  border: 0.1rem solid #ccc;
}

.myschetable th, td {
  padding: 15px;
  text-align: center;
}

.myschetable th {
  background-color: #19a69e;
  color: #fff;
}

.mytable {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.mytable td {
  border: 0.1rem dashed #ccc;
}

.mytable td {
  padding: 15px;
  text-align: left;
}

.mydep-table-td {
  background-color: #f5f9fc;
}

.mydep-table-td:hover {
  background-color: #19a69e;
  color: #fff;
  background-image:url('/tmpl/static/img/bg_dep_sel.jpg');
  background-repeat:no-repeat;
  background-position:center center;
}

.mydep-table-td:hover a{
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}

.mybooth .mybooth-left {
  width: 40%;
  height: 350px;
}

.mybooth .mybooth-body {
  padding-left: 3.5rem;
  width: 60%;
  height: 350px;
}

.mycaption {
  height: 4rem;
  line-height: 4rem;
  margin-top: -4rem;
  padding-left: 1rem;
  background-color: #000;
  color: #fff;
  opacity: 0.7;
}

.my-carousel-indicators {
  bottom: 0px;
  right: 0px;
  margin-left: 0;
}


.mytextline {
  display: block;
  width: 80%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.right-bar{
  position: fixed;
  z-index: 999;
  top: 50%;
  margin-top: -197px;
  right: 10px;
}

.right-bar ul li{
  list-style: none;
  position: relative;
  text-align: center;
  margin-bottom: 14px;
  width: 78px;
}

.right-bar ul li a em img{
  width: 54px;
  height: 54px;
}

.right-bar ul li a span{
  display: block;
  font-size: 14px;
  font-style: normal;
  color: #333333;
  margin-top: 8px;
  transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  text-decoration: none;
}

.right-bar ul li .hidden-ewm{
  position: absolute;
  width: 108px;
  height: 108px;
  bottom: -4px;
  right: 80px;
  display: none;
}

.right-bar ul li:hover .hidden-ewm {
  display:block;
}

.right-bar ul li span:hover {color: #3eb6b4;}

.warn-info {
  margin: 5px 0px;
  padding: 5px 5px;
  background-color: #eee;
}

.myfooterinfo {
  height: 7rem;
  color: #eee;
}

.myfooterinfo p{
  margin-top: 1rem;
}

.myfooterinfo a:link {
  color: #eee;
  text-decoration: none;
}
.myfooterinfo a:visited{
  color: #eee;
  text-decoration: none;
}
.myfooterinfo a:hover {
  color: #eee;
  text-decoration: none;
}

.text-overflow-warpper {
  overflow: hidden;
}

.myspecexpert .text-overflow-warpper p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.myexpert .text-overflow-warpper p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

#mynewsbanner img {
  aspect-ratio: 1.63/1;
}