/* Welcome to Compass. Use this file to write IE specific override styles.
 * Import this file using the following HTML or equivalent:
 * <!--[if IE]>
 *   <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
 * <![endif]--> */
/* line 17, ../sass/newsc.scss */
.sectionNews {
  position: relative;
}
/* line 21, ../sass/newsc.scss */
.sectionNews .news .branchBar {
  background-color: rgba(237, 243, 245, 0.7);
  border-radius: 5px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
/* line 26, ../sass/newsc.scss */
.sectionNews .news .branchBar .branch {
  padding: 10px 20px;
}
/* line 29, ../sass/newsc.scss */
.sectionNews .news .branchBar .branch a {
  color: #405b70;
}
/* line 32, ../sass/newsc.scss */
.sectionNews .news .branchBar .branch a:hover {
  text-decoration: none;
  color: #1c5c53;
}
/* line 38, ../sass/newsc.scss */
.sectionNews .news .branchBar .branch span {
  display: inline-block;
  padding: 0 5px;
}
/* line 43, ../sass/newsc.scss */
.sectionNews .news .branchBar .branch p {
  display: inline-block;
  color: #405b70;
  font-size: 14px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  /* line 21, ../sass/newsc.scss */
  .sectionNews .news .branchBar {
    display: none;
  }
}
/* line 56, ../sass/newsc.scss */
.sectionNews .news .titleBar {
  color: #405b70;
  margin-top: 10px;
}
/* line 60, ../sass/newsc.scss */
.sectionNews .news .titleBar h5 {
  display: inline-block;
  margin-right: 20px;
}
/* line 64, ../sass/newsc.scss */
.sectionNews .news .titleBar h5 span {
  color: #34aa9a;
}
/* line 69, ../sass/newsc.scss */
.sectionNews .news .titleBar hr {
  margin: 10px 0;
}
/* line 74, ../sass/newsc.scss */
.sectionNews .news .forLoad {
  text-align: center;
  margin: 30px auto;
}
/* line 77, ../sass/newsc.scss */
.sectionNews .news .forLoad .download {
  display: inline-block;
  border: solid 2px #5fa6d0;
  padding: 5px 20px;
  border-radius: 5px;
  color: #3990c3;
  transition: all .3s;
}
/* line 84, ../sass/newsc.scss */
.sectionNews .news .forLoad .download:hover {
  background-color: #5fa6d0;
  border: solid 2px #5fa6d0;
  color: #fff;
  transition: all .3s;
}
/* line 93, ../sass/newsc.scss */
.sectionNews .newsBg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
/* line 98, ../sass/newsc.scss */
.sectionNews .newsBg .bg {
  width: 100%;
  height: 100%;
  background-image: url(../images/building.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  opacity: .5;
}

/* line 109, ../sass/newsc.scss */
.backBar {
  background-color: #e9e9e9;
}
/* line 111, ../sass/newsc.scss */
.backBar .back {
  margin: 30px auto;
}
/* line 113, ../sass/newsc.scss */
.backBar .back a {
  color: #34aa9a;
}
/* line 115, ../sass/newsc.scss */
.backBar .back a:hover {
  color: #5fa6d0;
  text-decoration: none;
}
