hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #dddddd;
}

#title{
  font-size: 40px;
  font-weight: 300;
}

#sub-title {
  font-size: 27px;
}

.dropdown {
  color: #d9230f;
  margin-top: 10px;
  position: relative;
  display:none;
}

.dropdown:hover .dropdown-list{
display: block;
}

.dropdown .dropdown-list{
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 8px 0;
  list-style: none;
  font-size: 13px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.dropdown-list>li {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #444444;
  white-space: nowrap;
  cursor: pointer;
}

.dropdown-list>li:hover{
  text-decoration: none;
  color: #ffffff;
  background-color: #d9230f;
}


.vote-main .container {
  /* background-color: #fff; */
}

.vote-main .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
}

.vote-main .top-left {
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vote-main .top-right {
  display: flex;
  height: 70px;
  flex-direction: column;
  border: 1px solid #dddddd;
}

.top-right>div {
  width: 360px;
  background-color: #D9EDF7;
  height: 50%;
  line-height: 35px;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
}

.top-right>div:last-child {
  background-color: #fff;
  color: rgb(119, 119, 119);
  font-weight: 200;
}

.main {
  /*padding: 20px;*/
  box-sizing: border-box;
  background: #fff;
}

.main>span {
  color: #d9230f;
}
.main img {
      padding: 0;
    max-width: 1170px;
}