

* { margin: 0; padding: 0; box-sizing: border-box;}
img {max-width: 100%;}

/* press start*/

.press-wrapper {font-family: "Roboto", Sans-serif; max-width: 1000px; margin: 0 auto;}

.press-tab-list ul { list-style: none; margin: 0; padding: 0 0 15px; display: flex; flex-wrap: wrap; width: 100%;}
.press-tab-list ul li { padding-right: 20px; margin: 5px 0; font-size: 24px;  line-height: 1.5;  font-weight: 300; }
.press-tab-list ul li a { display: block;text-decoration: none; text-align: center; color: #002F56; border-bottom: 1px solid rgba(0,47,86,1); }
.press-tab-list ul li a.inactive {color: #002F56; border-bottom: 1px solid rgba(0,47,86,0) }


.press-item {padding: 30px 0; border-bottom: 1px solid #E1DFD4; display: flex; flex-wrap: wrap; align-items: center;}
.press-item .pic {width: 35%; padding-right: 30px;}
.press-item .pic img {width: 100%;}
.press-item .txt {width: 65%;}
.press-item .date {font-size: 14px; color: #5E6770; line-height: 20px; font-weight: 300; padding-bottom: 10px; }
.press-item .title {font-family: "Old Standard TT", Sans-serif; font-size: 24px; color: #002F56; font-weight: 400; padding-bottom: 20px; }
.press-item .des {font-size: 16px; color: #5E6770; line-height: 26px; font-weight: 300; }



@media (max-width: 767px) {

.press-tab-list ul { justify-content: center; }
.press-tab-list ul li { padding-right: 10px; font-size: 18px; }

.press-item .title { font-size: 20px; }
.press-item .pic {width: 100%; padding: 0 0 20px;}
.press-item .txt {width: 100%;}

}


/* press  end*/






