.containex{max-width: 1140px;}
b{font-weight: 700;}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
    line-height: 1.65em;
    color: #333;
    background-color: #fff;
  min-width: 320px; 
  -webkit-transition: all 0.3s ease;                  
  -moz-transition: all 0.3s ease;                 
  -o-transition: all 0.3s ease;   
  -ms-transition: all 0.3s ease;          
  transition: all 0.3s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header{background-color: #364C61; border-bottom: 4px solid #26a8e0; padding: 5px 15px 10px;}

a.btn-lg,
button {background-color: #7ac143; border: none;-webkit-border-radius: 5px;-mox-border-radius: 5px;border-radius: 5px;color: #fff;font-weight: 700;padding:6px 30px 6px 10px ; cursor: pointer; background-image:url("data:image/svg+xml; utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='11px' height='17px'><path fill-rule='evenodd'  fill='rgb(255,255,255)' d='M10.036,9.180 C10.366,8.850 10.366,8.316 10.036,7.987 L3.204,1.154 C2.874,0.825 2.340,0.825 2.011,1.154 L1.214,1.951 C0.885,2.280 0.884,2.813 1.212,3.143 L6.627,8.583 L1.212,14.024 C0.884,14.353 0.885,14.886 1.214,15.215 L2.011,16.012 C2.340,16.342 2.874,16.342 3.204,16.012 L10.036,9.180 Z'/></svg> "); background-repeat: no-repeat; background-position: right 10px center; background-size: auto 14px; line-height: 1;}
a.btn-lg,
button.btn-lg{font-size: 22px; margin-bottom: 30px; margin-top: 30px; padding: 13px 35px 13px 25px;background-size: auto 20px;}
a.btn-lg:hover,
button:hover{background-color: #137ec1;}
article {margin-top:20px; margin-bottom: 100px;}
blockquote {background: #eee;border-left: 4px solid #26a8e0;padding: 10px 20px;    font-size: 24px; margin-top: 20px; margin-bottom: 20px;}
.blockquote1 {background: #eee;border-left: 4px solid #26a8e0;padding: 10px 20px;    font-size: 18px;}
section {max-width: 940px;}
p {margin: 0 0 1em; font-size: 18px;}
a{color: #1070b8;font-weight: 700;}
footer{ background-color: #364C61;padding: 30px 0 50px;width: 100%;font-size: 11px; color: #fff;}
footer p {font-size: 11px; line-height: 1.3; color: #f4f5e6; word-break:break-word;}
footer ul {margin-bottom: 0;}
footer ul li a{font-size: 14px; color: #fff;}

.articleInfo {color: #999; font-size: 15.3px;}
.articleCategory{color: #1070b8;}
.articleTitle{font-size: 45px; margin-bottom: 25px;}
.articleImg{margin-bottom: 20px; margin-top: 15px;}


.articleMap{margin-bottom: 35px; margin-top: 25px; max-width: 750px; margin-left: auto; margin-right: auto;}
path:hover,
circle:hover { stroke-width: 5px;stroke-linejoin: round; fill: #1070b8 !important;cursor: pointer;}




@media (max-width:768px) {
  blockquote {font-size: 18px;}
  h2 {font-size: 22px;}
  .articleTitle{font-size:26px;}
}

@media (max-width:576px) {
  header button {max-width: 90px; font-size: 12px; text-align: left; display: none !important;}
  header .navbar-brand{margin-left: auto !important; margin-right: auto !important;}
  header button.d-inline{ display: none !important;}
  
}