/*conList*/
.conList {
    margin: 30px auto;
    width: 100%;
    border: 1px solid #ddd;
    padding: 0 40px;
}

.conList h3 {
    margin-top: 40px;
    text-align: center;
    font-size: 38px;
    color: #3c6fa2;
    font-weight: normal;
}

.conList .source {
    height: 50px;
    line-height: 40px;
    margin-top: 15px;
    border-bottom: 1px dashed #ccc;
    font-size: 18px;
    text-align: center;
}

.conList p {
    /* text-align: center; */
}


.conList .source span.sources {
    margin-left: 30px;
}

.conList .source span.browse {
    margin-left: 30px;
}

.conList .conMain {
    margin: 30px auto;
}

.conList .conMain table {
    margin: 0 auto;
}

.conList .conMain p {
    line-height: 45px;
    font-size: 18px;
}

/* .conList .conMain p::first-letter {
    margin-left: 2em;
  } */

.conList .conMain img {
    max-width: 1060px;
}

.conList iframe {
    width: 100%;
    height: 450px;
}

.enclosure-p {
    text-indent: 2em !important;
}

.crumb p a::after {
    content: '>';
    padding: 0 5px;
}
.crumb p a:last-child:after {
  content: '';
}