@font-face {
 font-family: myfont;
 src: url("font/OpenSans-Regular.eot") /* EOT file for IE */
}
@font-face {
 font-family: myfont;
 src: url("font/OpenSans-Regular.ttf") /* TTF file for CSS3 browsers */
}
body{
    padding: 0;
    margin: 0;
    font-family: myfont;
}
h1{
  padding: 30px 0;
  font-size: 24px !important;
}
h2{
  padding-bottom: 10px;
  font-size: 18px !important;
}
a{
  text-decoration: none !important;
  color: #000 ;
}
a:hover{
  text-decoration: none;
  color: #000;
}
p{
  text-indent:30px;
}
.detail_header{
  width: 100%;
  padding: 15px 0;
  background-image: linear-gradient(to right, #214e90, #26579e, #2b60ad, #3069bc, #3572cb);
}
.center{
  width: 1100px;
  margin: 0 auto;
}
.main_banner{
  position: relative;
  width: 100%;
}
.src{
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  background-color: rgb(23, 134, 252);
  text-align: center;
  z-index: 2;
}
.inptt{
  width: 1100px;
  border: none;
  outline: none;
  border-radius: 5px;
  padding: 10px;
}
.prd{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,0.1);
  z-index: 1;
}
.main_vtrn{
  position: relative;
  margin: 35px auto;
  width: 1100px;
}
.mv_box{
  float: left;
  width: 275px;
  padding: 5px;
  background-color: #fff;
  margin-bottom: 25px;
}
.baslik{
  padding: 20px 0;
  font-size: 18px;
  text-align: center;
  width: 100%;
  background-color: rgb(55, 147, 246);
  color: #fff;
  font-weight: bold;
  margin-bottom: 25px;
}
.mbb{
  padding: 10px;
  font-size: 12px;
  font-weight: bold;
  background-color: rgb(43, 126, 213);
  color: #fff;
}
.mkh{
  padding: 10px;
  font-size: 12px;
  color: #616161;
  background-color: #f0f0f0;
  height: 100px;
  overflow: hidden;
}
.mv_box a{
  text-decoration: none;
  display: block;
  padding: 10px 0;
  text-align: center;
  background-color: rgb(23, 97, 175);
  color: #fff !important;
}
.mv_box a:hover{
  color: #fff;
  text-decoration: none;
  background-color: rgb(43, 126, 213);
}
.header{
  width: 100%;
}
.container{
  width: 1100px;
  margin: 25px auto 100px auto;
}
.mkl_gorsel{
  width: 100%;
  overflow: hidden;
}
.mkl_text{
  width: calc(100% - 300px);
  float: left;
  line-height: 2;
  font-size: 14px;
  color: #393939;
  font-family: myfont;
  border: 1px solid rgba(130, 130, 130, 0.5);
  border-style: none solid none none;
  padding-right: 50px;
}
.mkl_suggestion{
  float: right;
  width: 250px;
  
}
@media only screen and (max-width: 700px) {
  .container{
    width: 95%;
  }
  .center{
    width: 95%;
  }
  .main_vtrn{
    width: 100%;
  }
  .src{
    width: 100%;
  }
  .inptt{
    width: 100%;
}
.mv_box{
  width: 50%;
  padding: 5px;
}
.mkl_text{
  width: 100%;
  border-style: none;
}
.mkl_suggestion{
  width: 100%;
  margin-top: 55px;
}

}
