.page-igams {
    background-color: #f7f7f7;
}

.page-igams .slogan {
    padding-top: 160px;
}

.page-igams-main {
    background-color: #fff;
    box-shadow: 3px 0 10px rgba(229,229,229,0.5);
    border-radius: 6px;
    margin-top: -140px;
    margin-bottom: 80px;
    padding: 50px;
    position: relative;
    color: #333;
    width: 1226px;
    border: 1px solid #EDEDED;
}
.page-igams-main .article-nav {
    position: absolute;
    /*    top: 357px;*/
    top: 150px;
    left: 50%;
    transform: translate(-663px, 0%);
    background-color: #fff;
    width: 50px;
    border: 1px solid #ededed;
    border-right: 0;
    box-shadow: -1px 1px 3px rgba(229,229,229,0.5);
    text-align: center;
    border-radius: 5px 0 0 5px;
    font-size: 18px;
}
.page-igams-main .article-nav .current {
    background-color: var(--blue);
    color: white;
}
.page-igams-main .article-nav .current a:hover {
    color: white;
}
.page-igams-main .article-nav li {
    line-height: 1.2;
    position: relative;
}
.page-igams-main .article-nav a {
    display: block;
    padding: 20px 14px;
}
.page-igams-main .article-nav li:not(:last-child)::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 1px;
    background: #d3d3d3;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.page-igams-main .article-nav li.current::after {
    display: none;
}
.page-igams-main .article-nav li:first-child {
    border-radius: 5px 0 0 0;
}
.page-igams-main .article-nav li:last-child {
    border-radius: 0 0 0 5px;
}
.page-igams-main h1 {
    margin-bottom: 30px;
}
.page-igams-main h1 + img {
    margin-bottom: 50px;
}
.page-igams-main article {
    font-size: 18px;
}
.page-igams-main article  h2 {
    color: white;
    font-size: 18px;
    line-height: 40px;
    position: relative;
    padding-left: 10px;
    font-weight: bold;
    margin-bottom: 10px;
    background: rgb(23,131,206);
    background: linear-gradient(90deg, rgba(23,131,206,1) 0%, rgba(255,255,255,1) 680px);
}
.page-igams-main article h3 {
    font-size: 18px;
    line-height: 45px;
}
.page-igams-main article p {
    line-height: 1.5;
    text-indent: 2em;
    margin-bottom: .8em;
}
.page-igams-main article .article-items {
    display: flex;
    justify-content: space-between;
}
.page-igams-main article .intro,
.page-igams-main article .service,
.page-igams-main article .article-items {
    padding-bottom: 30px;
    margin-bottom: 35px;
}
.page-igams-main article .intro,
.page-igams-main article .service,
.page-igams-main article .article-items {
    border-bottom: 1px solid #eee;
}

.page-igams-main article .legend {
    width: 380px;
    background-color: #fbfbfb;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
}
.page-igams-main article .left {
    width: 675px;
}
.page-igams-main article .source .item {
    padding-left: 20px;
    padding-right: 20px;
}
.page-igams-main article .source h2 + .item {
    border-bottom: 1px dashed #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.page-igams-main article .source h3 {
    position: relative;
    padding-left: 16px;
}
.page-igams-main article .source h3::before {
    content: '';
    width: 4px;
    height: 11px;
    position: absolute;
    left: 0;
    margin-top: -5px;
    top: 50%;
    background-color: var(--blue);
}
.page-igams-main article .service h3,
.page-igams-main article .service p {
    padding-left: 20px;
}
.page-igams-main article .legend .head {
    border-radius: 5px;
    line-height: 50px;
    text-indent: 30px;
    color: white;
    text-align: left;
    background: #eee  url(../../images/igmas-title-bg.png) 250px center no-repeat;
    font-size: 18px;
    color: #444;
}
.page-igams-main article .legend .body {
    padding: 30px 0;
}
.page-igams-main article .legend img {
    border: 1px solid #efefef;
    cursor: pointer;
}
.page-igams-main article .legend figure {
    padding: 0 50px;
}
.page-igams-main .big-size {
    background-color: rgba(0,0,0,.5);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
}
.page-igams-main .big-size img {
    height: 90%;
}
.page-igams-main article .legend figcaption {
    padding: 15px 0;
    width: 238px;
    text-align: center;
    margin: 0 auto;
}
.page-igams-main article .service .content .item:not(:last-child)::after {
    content: '';
    display: block;
    width: 93%;
    height: 21px;
    border-bottom: 1px dashed #eee;
    margin: 0 auto;
}
.page-igams-main article .show .legend{
    margin: 90px auto 0;
    width: 700px;
    font-size: 14px;
}
.page-igams-main article .show .legend .item {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}
.page-igams-main article .show .legend .item ul {
    background-color: #f7f7f7;
    padding: 16px 15px;
    width: 320px;
}
.page-igams-main article .show .legend .item li {
    border-bottom: 1px dashed #eee;
    line-height: 40px;
    text-align: left;
}
.page-igams-main article .show .legend .item span {
    display: inline-block;
    width: 110px;
    text-align: left;
}
.page-igams-main article .show .legend img {
    border: 1px solid #ccc;
}
.igmas_footer {
}


.page-igams-main article .filter {
    text-align: left;
    margin-bottom: 2em;
    padding: 8px 0;
    font-size: 16px;
}
.page-igams-main article .filter .fil_line {
    padding: 8px 0 8px 30px;
}
.page-igams-main article .filter button {
    width: 100px;
    height: 34px;
    background-color: var(--blue);
    color: #FFF;
    font-size: 16px;
    border-radius: 3px;
}
.page-igams-main article .filter .fil_line span {
    display: inline-block;
    width: 60px;
    text-align: right;
}
.page-igams-main article .filter input,
.page-igams-main article .filter select {
    font-size: 16px;
    border: 1px solid #CCC;
    background-color: #FFF;
    border-radius: 3px;
    padding: 5px 8px;
    height: 34px;
}
.page-igams-main article .filter input {
    font-size: 14px;
    padding: 5px 10px;
}