@charset "utf-8";

.mainframe              { margin-top: -20px; }

.carousel-inner div     { min-height: 400px; max-width: 1920px; padding-top: 50px;
                          background-position: center center; background-repeat: no-repeat;
                           }
.title                  { margin:0 auto;text-align: center; padding-top: 65px;
    				position: absolute;top: 0px;z-index: 99999;width: 100%; max-width: 718px;
					left: 50%; transform: translateX(-50%);}

.photoframe             { background-image: url('/images/photo/2020/Military/bg-2.jpg');
                padding-top: 30px; background-position: top; background-repeat: no-repeat;
            	background-color: #0a629c; }
.mf-article             { clear:both; width:80%; margin:0 auto 30px; padding:40px 8%;
                          background-repeat:no-repeat; background-size:cover;
                          background:url("/images/photo/2020/Military/bg-1.jpg") fixed;
                          background-position:center center;
                          border-radius:10px; min-height: 200px;
                          max-width: 1100px; }
.mf-article p 			{ font-size: 15px; font-weight: bold; text-align: justify; }

.photo-list         { text-align: center; width: 80%; margin:0 auto; max-width: 1100px;
                      overflow: auto;}
.photo-one          { width: 240px; height: 160px; margin: 5px; display: inline-block; 
                      background-repeat: no-repeat; background-position: center center;
                      background-size: cover;}
.news_modal{
  position: fixed;
  background-color: rgba(0,0,0,0.8);
  z-index: 99999;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-top: 70px;
  display: none;
  overflow-y: auto;
}

.news_content{
  width: 100%;
  height:200px;
  margin: 0 auto;
  text-align: center;
}

.news_content table{
  width: 100%;
  height: 100%;
  vertical-align: center;
  margin:0 auto;
}

.news_content table td{
  text-align: center;
}

.news_content .news_commen{
  margin-top: 15px;
  font-weight: 500;
  color: white;
}

.news_content .news_nav{
  margin-top: 15px;
  font-weight: 500;
  color: white;

}
@media (min-width: 768px){
  .news_content { width: 600px; }  
}

@media (min-width: 992px){
  .news_content { width: 900px; }
}

