.notice {
  width: 19.2rem;
  background: #fff;
}
.notice .LogoImg {
  width: 19.2rem;
  height: 4rem;
}
.notice .LogoImg img {
  width: 100%;
  height: 100%;
}
.notice .crumbs {
  box-sizing: border-box;
  padding: 0 3.1rem;
  display: flex;
  width: 100%;
  height: .76rem;
  align-items: center;
}
.notice .crumbs img{
  width: .16rem;
  height: .16rem
}
.notice .crumbs div{
  font-size: .14rem;
  color: #333333;
  margin-left: .1rem;
}
.notice .noticeChange {
  width: 13rem;
  margin: 0 3.1rem .3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .16rem;
  color: #333333;
  background: #fff;
}
.notice .noticeChange div {
  width: .94rem;
  height: .32rem;
  text-align: center;
  line-height: .32rem;
  margin-right: .8rem;
}
.notice .noticeChange .Cur {
  color: #fff;
  background: #17A17B;
}
.notice .noticeLine {
  width: 13rem;
  margin: 0 3.1rem .3rem;
  height: 1px;
  background: #E5E3E8;
}
.notice .NewsAnddynamic {
  box-sizing: border-box;
  padding: 0 3.1rem;
  width: 100%;
  display: flex;
}
.notice .detailedNews {
  width: 10rem;
  height: 1.9rem;
  display: flex;
}
.notice .Newsimg {
  width: 2.64rem;
  height: 1.6rem;
}
.notice .Newsimg img {
  width: 100%;
  height: 100%;
}
.notice .Newstext {
  width: 6.91rem;
  margin-left: .3rem;
}
.notice .Newstext .title {
  font-size: .18rem;
  color: #333333;
  margin-bottom: .2rem;
}
.notice .Newstext p {
  margin: 0;
  padding: 0;
  font-size: .16rem;
  color: #555555;
  line-height: .3rem;
  margin-bottom: .3rem;
}
.notice .Newstext .Newstime {
  font-size: .14rem;
  color: #555555;
}
.notice .line {
  width: 10rem;
  height: 1px;
  background:#E1DFE4;
  margin-bottom: .3rem;
}
.notice .Busnews {
  width: 2.5rem;
  margin-left: .5rem;
  margin-bottom: .3rem;
}
.notice .BusTiltle {
  height: .56rem;
  line-height: .56rem;
  font-size: .18rem;
  color: #fff;
  padding-left: .19rem !important;
  background: #17A17B;
}
.notice .BusText {
  font-size: .16rem;
  color: #333333;
  border: 1px solid #E1DFE4;
  border-top: 0;
  box-sizing: border-box;
  padding-bottom: .1rem;
}
.notice .BusText img {
  width: 2.2rem;
  height: .71rem;
  margin: .2rem .15rem .1rem;
}
.notice .BusText div {
  font-size: .16rem;
  color: #333333;
  margin-left: .14rem;
  margin-bottom: .1rem;
}
.notice .noticeheight {
  width: 100%;
  height: 1rem;
}
.notice .article {
  width: 13rem;
  margin: 0 3.1rem;
  display: flex;
  margin-bottom: .3rem;
}
.notice .article div{
  width: .7rem;
  height: .3rem;
  line-height: .3rem;
  text-align: center;
  font-size: .14rem;
  color: #333333;
  margin-right: .2rem;
  box-sizing: border-box;
  border: 1px solid #17A17B;
}
.notice .articleFour {
  width: .9rem !important;
}
.notice .articleCur {
  color: #fff !important;
  background: #17A17B;
}.notice .articleCur a{
  color: #fff !important;
  background: #17A17B;
}
.notice .articleTable {
  width: 13rem;
  margin: 0 3.1rem;
  font-size: .14rem;
}
.notice .TableTitle {
  width: 100%;
  display: flex;
  background: #1EBE92;
  color: #FFFFFF;
  font-size: .14rem;
}
.notice .TableTitle div {
  flex: 1;
  height: .36rem;
  line-height: .36rem;
  text-align: center;
}
.notice .TableText {
  width: 100%;
  display: flex;
  background: #F7F6F6;
  color: #333333;
  font-size: .14rem;
}
.notice .TableText div {
  flex: 1;
  height: .52rem;
  line-height: .52rem;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #E7E5E5;
  border-top: 0;
  border-left: 0;
}
.notice .TableText div:last-child {
  border-right: 0;
}
.notice .articleheight {
  height: 3.1rem;
}
.notice .articleTable .TableText:last-child div {
  border-bottom: 0;
}

.notice  .form{
  width: 800px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 10px;
}
.notice form{ overflow:hidden}
.notice form input[type=text]{ float:left; width:606px; border:2px solid #17A17B; background:#fff; height:36px; padding:0 20px;}
.notice form input[type=submit]{ float:right; border:0; height:40px; color: #ffffff; width:120px;background: url("../images/search.html")  center #17A17B no-repeat; cursor:pointer;}

