/*===榮譽榜首頁====*/
#honorlist_index {
  position: relative;
}

#honorlist_index .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}


#honorlist_index .navbar .select_box {
  position: relative;
  padding: 8px 25px 0px 0px !important;
}

#honorlist_index .navbar-nav>li>a {
  padding-top: 15px;
  padding-bottom: 20px;
}

#honorlist_index .navbar-default .navbar-nav>.active>a,
#honorlist_index .navbar-default .navbar-nav>.active>a:hover,
#honorlist_index .navbar-default .navbar-nav>.active>a:focus {
  color: #FFFFFF;
  background-color: #E01D88;
}

#honorlist_index #indwx_content {
  position: relative;
  margin: 30px 0px 20px 0px;
}

#honorlist_index #indwx_content .left_box {
  width: 21%;
}

#honorlist_index #indwx_content .right_box {
  width: 79%;
  padding: 0px 0px 0px 10px;
}

#indwx_content .glyphicon {
  position: relative;
  top: 4px;
  font-size: 110%;
}

#indwx_content .alert {
  margin: 0px 0px 25px 0px;
}

/*========榮譽事項列表區塊============*/
#honor_Arr_box {
  position: relative;
}

#honor_Arr_box .page-header {
  margin: 0px 0px 20px 0px;
}

#honor_Arr_box .honor_box_l {
  width: 17%;
}

#honor_Arr_box .honor_box_r {
  width: 83%;
  padding: 0px 0px 0px 22px;
}

#honor_Arr_box .row-initial {
  margin: 0px 0px 40px 0px !important;
  line-height: 165%;
}

#honor_Arr_box #thumbnail_box {
  position: relative;
  width: 100%;
  height: 170px;
  border-radius: 100px;
  border: 2px solid #FFB2D7;
  overflow: hidden;
  padding: 5px;
  background: #FFFFFF url("") repeat-y left top;
  transition: all .55s ease .1s;
}

#honor_Arr_box #thumbnail_box img {
  border: 1px solid #FFD1E7;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .55s ease .1s;
}

#honor_Arr_box #idsort_box::after {
  content: '/';
  position: relative;
  z-index: 1;
  margin: 0px 8px;
}

#honor_Arr_box #counter_box::after,
#honor_Arr_box #counter_box::before {
  content: '/';
  position: relative;
  z-index: 1;
  margin: 0px 8px;
}

#honor_Arr_box #hothonor {
  background: #E20056 url("") no-repeat left top;
  color: #FFFFFF;
  border-radius: 4px;
  padding: 1px 6px 3px 6px;
  margin-right: 5px;
}

#honor_Arr_box #honortime_box {
  color: #686868;
}

#honor_Arr_box #honorinfo_box {
  color: #686868;
  font-size: 95%;
}

#honor_Arr_box #honortitle_box {
  max-height: 70px;
  overflow: hidden;
  font-size: 105%;
}

#honor_Arr_box #honortitle_box a {
  color: #000000;
}

#honor_Arr_box #honortitle_box a:hover {
  color: #DD0055;
}

#honor_Arr_box #honoriten_box a,
#honor_Arr_box #honoriten_box {
  color: #006FBA;
}

#honor_Arr_box #honoriten_box a:hover {
  color: #AA004A;
}

/*=========讀取圖片===========*/
#allrecordsimg {
  position: relative;
  display: none;
  left: 26%;
  width: 400px;
  height: 255px;
  background: url(../../../images/201404180822583ffad.gif) no-repeat left top;
}

/*=======效果============*/
#honor_Arr_box #thumbnail_box:hover {
  border: 2px solid #5F5F5F;
}

#honor_Arr_box #thumbnail_box:hover img {
  transform: scale(1.5, 1.5);
}

/*====榮譽榜單頁內容====*/
#honorpagebox {
  position: relative;
}

#honorpagebox .breadcrumb a,
#honorpagebox .breadcrumb {
  color: #282828;
}

#honorpagebox .breadcrumb .popular {
  color: #D3005B;
}

#honorpagebox .breadcrumb a:hover {
  color: #C1004A;
}

#honorpagebox #content_box .form-control {
  margin: 5px 0px 15px 0px !important;
}

#honorpagebox #content_box .leftbox {
  width: 21%;
}

#honorpagebox #content_box .rightbox {
  width: 79%;
  padding: 0px 10px 0px 15px;
}

#honorpagebox #content_box .rightbox .col-md-1 {
  width: 12%;
}

#honorpagebox #content_box .rightbox .col-md-11 {
  width: 88%;
}

#honorpagebox #content_box .rightbox .col-md-3 {
  width: 21.3%;
}

#honorpagebox #content_box .rightbox .row:not(#honorfilebox) {
  border-bottom: 1px solid #E5E5E5;
  padding: 15px 0px 15px 0px;
}

#honorpagebox #content_box .rightbox .first_box {
  color: #D32367;
}

#honorpagebox #content_box .rightbox .second_box {
  color: #1E1E1E;
}

#honorpagebox #content_box #honorlink {
  word-break: break-all;
}

#honorpagebox #content_box .honor_content .formatbox {
  position: relative;
  word-break: break-all;
  padding: 15px 15px;
  min-height: 350px;
}

#honorpagebox #content_box .panel-info {
  border-color: #FFA8C9;
}

#honorpagebox #content_box #youtubebox iframe {
  width: 100%;
  height: 450px;
}

/*=====附件下載=========*/
#honorfilebox #datename {
  position: relative;
  padding: 2px 5px 10px 5px;
  word-break: break-all;
  font-size: 90%;
  text-align: center;
  height: 72px;
  overflow: hidden;
  line-height: 175%;
}

#honorfilebox .col-md-3 {
  width: 25% !important;
}

#honorfilebox .fimgbox {
  position: relative;
  height: 230px;
  overflow: hidden;
}

#honorfilebox .fimgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#honorfilebox .fimgbox #browsebox {
  position: absolute;
  height: 230px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  background-color: rgba(114, 114, 114, 0);
  opacity: 0;
}

#honorfilebox .fimgbox #browsebox:hover {
  animation-duration: 0.2s;
  animation-fill-mode: forwards;
  animation-name: browsebox;
  animation-timing-function: ease-in-out;
  opacity: 0;
}

@keyframes browsebox {
  0% {
    transform: scale(0.5, 0.5);
    opacity: 0;
  }

  100% {
    transform: scale(1, 1);
    opacity: 1;
    background-color: rgba(114, 114, 114, .4);
  }
}

#honorfilebox .fimgbox #browsebox .glyphicon {
  font-size: 500%;
  color: #FFFFFF;
}

#honorpagebox #honortaurl a {
  background: #E20056 url("") no-repeat left top;
  color: #FFFFFF;
  border-radius: 6px;
  padding: 4px 8px;
  margin-right: 10px;
  transition: all .25s ease .1s;
}

#honorpagebox #honortaurl a:hover {
  background: #232323 url("") no-repeat left top;
  color: #FFFFFF;
}

#honorpagebox #content_box #linebtn {
  position: relative;
  top: 3px;
}

#honorpagebox #content_box #fblike {
  position: relative;
  top: -6px;
  left: 10px;
}

/*===========相關榮譽事蹟============*/
#honorpagebox #content_box #relevant_box {
  position: relative;
  margin: 40px 0px 20px 0px;
}

#honorpagebox #content_box .page-header {
  color: #E20056;
}

#honorpagebox #content_box #sorthcid {
  position: relative;
  height: 35px;
  overflow: hidden;
  line-height: 170%;
}

#honorpagebox #content_box #sorthcid a {
  color: #2F2F2F;
}

#honorpagebox #content_box #sorthcid a:hover {
  color: #C00053;
}

#honorpagebox #content_box #honortimebox {
  background: #E20056 url("") no-repeat left top;
  color: #FFFFFF;
  border-radius: 6px;
  padding: 2px 6px;
  margin-right: 8px;
}

/*=========榮譽事項區塊============*/
#matter_list {
  position: relative;
  margin: 30px 0px 20px 0px;
}

#matter_list .list-group-item.active,
#matter_list .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #E50063;
  border-color: #C00053;
}

#matter_list .list-group-item {
  position: relative;
  display: block;
  padding: 7px 12px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 93%;
  transition: all .25s ease .1s;
}

#matter_list .item-active,
#matter_list a.list-group-item:hover,
#matter_list button.list-group-item:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #636363;
  border: 1px solid #636363;
}

/*====發布單位區塊============*/
#unit_list {
  position: relative;
  margin: 15px 0px 20px 0px;
}

#unit_list .list-group-item.active,
#unit_list .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #006FBA;
  border-color: #004370;
  border: none;
}

#unit_list .list-group-item {
  position: relative;
  display: block;
  padding: 7px 12px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 93%;
  transition: all .25s ease .1s;
}

#unit_list .item-active,
#unit_list a.list-group-item:hover,
#unit_list button.list-group-item:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #636363;
  border: 1px solid #636363;
}

/*==========發布/編輯榮譽榜=================*/
#honor_manage {
  position: relative;
}

#honor_manage .help-block-custom {
  font-size: 88%;
  line-height: 210%;
}

#honor_manage .help-block-custom [name^="imgshowbox"] {
  position: relative;
  top: 0px;
}

#honor_manage #honorfilebox .fimgbox {
  position: relative;
  height: 190px;
}

#honor_manage #honorfilebox #datename {
  position: relative;
  height: 68px;
}

#honor_manage #honorfilebox .fimgbox #browsebox {
  height: 190px;
}