@media screen and (max-width:480px) {
 .wp_newsbox{
    width: 50%;
    padding: 20px 10px 0px 10px;
    box-sizing: border-box;
    float:left;
  }

 .wp_exhibitiontext1{
    height:100px;
  }

 .wp_exhibitonbox {
    width: 50%;
    box-sizing: border-box;
    padding: 20px 20px 0px 20px;
    float:left;
}

}

@media screen and (min-width:481px) {

.wp_exhibitiontext1{
 height:100px;
}

 .wp_exhibitonbox {
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 20px;
    height:410px;
 }
}

.wp_exhibition-footerbox{
    width: 900px;
    margin: 60px auto;
}

.wp_exhibition-footerleftbox{
   text-align: right;
    box-sizing: border-box;
    padding:0px 20px;
 width:50%;
 float:left;
}

.wp_exhibition-footerrightbox{
 box-sizing: border-box;
 float:left;
 width:50%;
     padding: 20px 20px;
}

.wp_exhibitionfooterbox{
width: 700px;
    margin: 0 auto;
}
.wp_exhibition-footerleftbox img{
 width:220px;
}

.wp_newsmaintitle{
    font-size: 20px;
    padding: 4px 10px;
    color: white;
    background-color: #191e66;
    margin: 0px auto 20px;
}

.wp_exhibitionmaincolor {
    color: #171c61;
}

.wp_exhibitiondetailbutton{
    background-color: #191e66;
    color: white;
    padding: 2px 10px;
}

.newsentrytitle h1.entrytitle{
 text-align:center;
]

.wp_exhibitiontext1 {
    margin: 10px 0px;
}