html {
  background: transparent;
  font-size: 14px;
  color: #000;
}

a {
  color: #2266ee;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.w70 {
  width: 70px;
}

.w80 {
  width: 80px;
}

.w100 {
  width: 100px;
}

.w140 {
  width: 140px;
}

.w180 {
  width: 180px;
}

.w270 {
  width: 270px;
}

.navbar {
  background-color: #0078D4 !important;
}

.nav_cmenu {
  font-size: 16px;
  color: #fff !important;
  font-weight: 500;
}

.nav_cmenu:visited {
  color: #fff !important;
}

.nav_cmenu:hover {
  color: #fff !important;
  opacity: 0.9;
}

#navbar-search {
  background-color: #3f89d0;
  color: #fff;
  border: none;
  border-radius: 0;
  transition: none;
  box-shadow: none;
  font-size: 12px;
}

#nav-search {
  background-repeat: no-repeat;
  background-image: url(../images/toolcomm.png);
  background-position: -59px 7px;
  pointer-events: auto;
  cursor: pointer;
  background-color: #3e83c9;
  border: none;
  width: 28px;
}

#navbar-search:focus {
  background-color: rgba(100%, 100%, 100%, 0.1);
}

#navbar-search::placeholder {
  color: #fff; 
}

#home-link {
  background-image: url(../images/toolcomm.png);
  background-position: 0px -58px;
  width: 225px;
  height: 36px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.page_title {
  padding-top: 25px; 
  padding-bottom: 10px;
  color: #6B7C93;
  font-size: 22px; 
  border-bottom: 1px solid #d3d7cf;
}

.page_title h1 {
  font-size: 22px; 
  display: inline-block;
  background: linear-gradient(90deg, #2A4E6D 0%, #0078D4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 5px; 
}

.page_title > h1::before {
  content: "/";
  color: inherit; 
  margin: 0 4px;
  font-weight: normal;
}

.page_title a {
  color: #6B7C93 !important;
  font-weight: 500; 
  text-decoration: none !important; 
}

.page_title a:hover {
  color: #0078D4 !important;
  text-decoration: none;
}

.content {
  color: #444;
  min-height: 240px;
}

.content_title {
  padding: 10px;
  background: #f1f1f1;
  color: #222222;
  border: 1px solid #e7e7e7;
  line-height: 25px;
}

.subtle_box {
  margin: 0 0 20px;
  padding: 9px;
  line-height: 23px;
  background: #fff;
  border: 1px solid #d3d7cf;
  border-color: rgba(0, 0, 0, 0.15);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.subtle_box h3 {
  margin: 0 0 10px;
  font-size: 18px;
}

.subtle_box h4 {
  margin: 0 0 10px 0;
  font-size: 18px;
}

.subtle_box p {
  margin: 0 0 3px 0;
}

#footer,#footer1{
  clear: left;
  background: #000;
  color: #919191;
  padding: 15px 15px;
}

.item-area {
  padding: 0px 0px;
}

.item-area .item {
  width: 312px;
  float: left;
  margin: 0 0 14px 12px;
  border: 1px solid #CCC;
  background-image: -webkit-linear-gradient(top, #FFF, #F9F9F9);
  position: static;
  border-radius: 5px;
  transition: box-shadow 0.3s ease-in-out;
}

.item-area .item:hover {
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2);
}

.item-area .item-inner {
  padding: 5px 8px 5px 5px;
  position: relative;
  _position: static;
}

.item-area .item a {
  color: #333;
  display: inline-block;
  text-decoration: none;
}


.item-area .inner {
  margin-right: -10px;
}

.item-area .item .item-icon {
  float: left;
  margin-right: 10px;
}

.item-area .item .item-category {
  float: right;
}

.item-area .item .item-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  line-height: 1.4;
  margin-bottom: 5px;
  height: 22px;
  width: 195px;
  overflow: hidden;
  margin-top: 10px;
}

.item-area .item .item-desc {
  border-top: 1px solid #DDD;
  margin-top: 8px;
  padding: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 55px;
  line-height: 24px;
}

.item-area .item .item-hd {
  padding: 5px 0px;
  height: 48px;
}


.item-area .item .item-bd a {
  margin-right: 4px;
}

.item-area .item .item-ft {
  text-align: center;
  padding-top: 5px;
}

.item-area .item .item-link {
  float: left;
  margin-top: 3px;
  color: #999;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.item-area .item a.item-btn {
  display: inline-block;
  padding: 3px 12px;
  text-decoration: none;
  position: relative;
  color: #6996d0;
}

.item-area .item a.item-btn::before {
  content: "";
  position: absolute;
  transition: all .2s ease-in-out;
  left: 50%;
  right: 50%;
  bottom: 0;
  border-bottom: 2px solid transparent;
}

.item-area .item a.item-btn:hover::before {
  left: 0;
  right: 0;
  border-bottom-color: #009a61;
}

.item-area .item var,
.aside var {
  font-style: normal;
}

.item-area .item .icon,
.aside .icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
  -webkit-transition-property: background-position;
  -webkit-transition-duration: 0.5s;
  -moz-transition-property: background-position;
  -moz-transition-duration: 0.5s;
  transition-property: background-position;
  transition-duration: 0.5s;
}

/* font normal */
.font-normal {
  font-weight: normal;
}
.form-group
{
  margin-top: 10px;
}
.form-inline
{
  display: flex;
  flex-wrap: wrap;
  align-items: center!important;
  margin-right: -5px;
  margin-left: -5px;
}

@media screen and (max-width: 767px) {
  .item-area .item {
    width: 420px;
  }
}