@charset "utf-8";

.mainframe              { margin-top: -20px; background-color: rgb(19, 20, 39);}

.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%);}
.carousel               {
                          background:url("/images/photo/2022/Military/back1.png");
                          background-position: top center;
                        }

.photoframe             { background-color: rgb(19, 20, 39);
                padding-top: 30px; background-position: top; background-repeat: no-repeat;
            	}
.mf-article             { clear:both; width:80%; margin:0 auto 0; padding:40px 8%;
                          background-repeat:no-repeat; background-size:cover;
                          background-color:rgb(255 255 255 /25%);
                          color: white;
                          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; display: flex; flex-wrap: wrap; justify-content: center;}
.photo-one          { width: 240px; height: 160px; margin: 5px!important; display: inline-block; 
                      background-repeat: no-repeat; background-position: center center;
                      background-size: cover;}
.extitle {
  text-align: center;
  font-size: 40px;
  width: 700px;
  margin: 0 auto;
  color: red;
  margin-bottom: 30px;
}
.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;

}

.mclose {
  float: right;
  margin:20px;
  color: white;
  font-size: 25px;;
}

@media (min-width: 768px){
  .news_content { width: 600px; }  
}

@media (min-width: 992px){
  .news_content { width: 900px; }
}

