*, *::before, *::after {
    -webkit-box-sizing: inherit;
    
}

body {
		margin: 0;		
	    color: #303030;    font-size: 16px;
		font-family: 'Spectral', serif;
		line-height: 1.4;background-color:#f0f4fd;
}
.site-header {
    background-image: url('../images/bg-header.jpg');background-size: cover;
    background-repeat: no-repeat;height: 180px;border-bottom: 2px solid #475eda;
    box-shadow: 0 0 4px rgba(0,0,0,0.4);
}
.left-logo img {
    max-width: 80px;
    margin-top: 20px;height: 136px;
}
.right-logo img {
    max-width: 150px;
    margin-top: 23px;
    height: 136px;
}
.header_title {
    font-size: 60px;
    margin-top: 60px;
    color: red;
    text-shadow: 0 0 1px rgba(2, 0, 0, 0.2);
}
.link li {
    width: 18%;
    text-align: center;
}


section{margin:50px 0;}
.main {
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,0.3);
    padding: 30px 20px;
}
.thumbnail-title {
    font-size: 15px;
    margin-top: 2px;
    text-align: center;
    font-weight: 600;
}
p.name {
    color: #5b77d7;
    font-weight: 600;
    text-align: center;
}
.thumbnail img {
    border: 1px solid #ececec;
}
.header-menu {
    background-color: #274ebf;
}
.header-menu li a {
    color: #fff;
    padding: 0 20px;
    font-size: 22px;
}
.link {
    padding-top: 8px;color: #fff;
}
.header-menu li a:hover{
	opacity: .7;
}
a {
    color: #9eafde;   
}
a:hover{
	text-decoration: none;color: #9eafde;opacity: .7;
}
footer {
    background-color: #545454;
    color: #fff;
    text-align: center;
    padding-top: 10px;
}
.link li a:nth-child(1) {
    padding-left: 0;
}

	.content {
    margin: 20px 0;
}


	ol {list-style:none;}
ol li span
{
  display: block;
  float: left;
  width: 30px;
}
ol li
{
 clear:both;

}
ol li p
{
  float: left;
  width: 90%;
  margin: 0;

}

